Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

I'm trying to create a purchase order with XML request, but the request fails each time with an error saying that the voucher date is missing. But the voucher date is already given. The port 9000 is ...
Ajith's user avatar
  • 845
0 votes
0 answers
71 views

I am trying to export the Voucher Register report from Tally in a columnar format using XML requests. My goal is to automate this process so that the exported output matches the way it appears when ...
AlainZer01's user avatar
0 votes
0 answers
69 views

I have a TDL which is loaded in tally the TDL and a node script I have pasted both below The TDL is below ;; ============================================================ ;; Inventory Walk (Flat) — one ...
Vansh Shah's user avatar
1 vote
1 answer
145 views

I was implementing an app for getting data from tally. i was able to get customer data like name, alias etc. but not able to get contact details and country, state, pincode etc. Below given is the xml ...
Prasobh's user avatar
  • 11
0 votes
0 answers
93 views

TDL 1: ;; Define User Defined Field (UDF) to store the folder path [System: UDF] LearnwellPDFFolderLoc : String : 10001 ;; No change required here ;; Create the Report for PDF Export Settings [...
Ramesh Kumar's user avatar
0 votes
0 answers
80 views

I am facing an issue with error handling while importing XML data into TallyPrime. In TallyPrime 2.1, when I send the following XML request: <ENVELOPE> <HEADER> <...
I'mSRJ's user avatar
  • 341
0 votes
0 answers
46 views

I am using the below XML Request to import Voucher into a company using Tally Prime <ENVELOPE> <HEADER> <TALLYREQUEST>Import Data</TALLYREQUEST> </HEADER&...
Research Guy IT's user avatar
0 votes
0 answers
90 views

I am using the following XML request to fetch a voucher from Tally based on Date and Narration, Now, I need to add an additional filter for Amount along with these criteria. I would really appreciate ...
LK_V's user avatar
  • 1
0 votes
0 answers
176 views

I am using the following xml payload to fetch all the vouchers, I am able to pull all the details except PAN and Narration for the voucher. Any help will be appreciated. <ENVELOPE> <...
Shubham Singh's user avatar
0 votes
0 answers
32 views

I'm working with Tally XML requests and need to extract PriceLevels using an XML Schema request. However, I'm unsure how to correctly identify and retrieve the PriceLevels. Below is the XML request I'...
bjss kiriti's user avatar
0 votes
0 answers
100 views

I am working with Tally XML requests and need to extract the GUID for the following hierarchy: Voucher (Invoice). Invoice (Details of the voucher). StockItem (Specific item in the invoice). The XML ...
bjss kiriti's user avatar
0 votes
1 answer
83 views

I’m working with Tally XML requests, and I need to extract the PriceLevels from the XML data. The XML structure contains various elements, but I’m unsure how to correctly identify and extract the ...
bjss kiriti's user avatar
0 votes
0 answers
42 views

This is the Custom Tally XML Schema Not Returning Expected Results, how can we get the schema which will get the max and min alterid with a schema , if we have two requests also it is fine. '<...
bjss kiriti's user avatar
0 votes
0 answers
93 views

I have a tally server that runs on a remote server (say 114.112.102.19) and a tally server instance running on it and connectivity exposed on port 9000. How do I get a list of companies on my tally ...
canaryGrapher's user avatar
1 vote
0 answers
93 views

I'm trying to export the Ledger Outstanding report from Tally using the TDL (Tally Definition Language) script below. The script runs successfully but the exported file is blank, i.e., it doesn't ...
Sandy's user avatar
  • 11
0 votes
0 answers
174 views

i am using tally forms in my next js app and it works great on light mode, i made modifications in it to work for dark mode aswell but the issue is that on ios, it defaults to dark mode css if the ...
Vision's user avatar
  • 1
1 vote
0 answers
55 views

In tally xml api when we get the list of companies and we get the status of them, like active for current using company and inactive for which we are not using. How can we get the status of it or how ...
bjss kiriti's user avatar
1 vote
0 answers
41 views

Here I'am using the alterid staticly, but i need latest data of that vouchers,stockitems and customers here are the schemas, i'am using in it. How can i pass the alterid dynamically to get the latest ...
bjss kiriti's user avatar
0 votes
0 answers
61 views

I am trying to make this request to tally: <ENVELOPE Action=""> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> ...
canaryGrapher's user avatar
1 vote
1 answer
224 views

When I am trying to fetch all the Voucher details from Tally through XML, I am unable to get any transaction details like amount, quantity and discount details of that voucher (take payment voucher ...
canaryGrapher's user avatar
0 votes
1 answer
135 views

Here in the below schema i want to get the data of vouchers , stockitems, customer, but we can only type of data , but i need all them in one single response. I want to get the data based on the ...
bjss kiriti's user avatar
0 votes
1 answer
388 views

I have tried exporting the dependent masters of vouchers through http api using xml, to export it from tally. in these ways .I'am able to get stock items,ledgers,vouchers individually.but unable to ...
bjss kiriti's user avatar
0 votes
0 answers
136 views

I am using an ODBC connection to Tally ERP to fetch details from the application and show them on the website. I am facing issues when there are multiple companies in Tally. So, for example, SELECT * ...
canaryGrapher's user avatar
1 vote
1 answer
173 views

I am using following xml request to get Vouchers from Tally and gives me below output. <ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>Export&...
Aslam Bari's user avatar
-1 votes
1 answer
71 views

So in nodejs im trying to import a single Voucher in tally based on the voucher number. I am able to get the information of the single voucher in xml format.. But i need to get in HTML format so that ...
Ghosty's user avatar
  • 1
0 votes
1 answer
136 views

I have created a simple .NET application to connect with Tally Prime. I am using tally connector package in the application. I am able to the make call to APIs like getting company names, list of ...
Ajay Prajapati's user avatar
0 votes
2 answers
710 views

This is regarding an issue I'm facing in Report-based Export in JSON Format from Tally Prime for Integration Using JSON. We need to have the HTTP POST Request as per the below format/example: [ { &...
Abhilash S 's user avatar
0 votes
0 answers
101 views

<HEADER> <TALLYREQUEST>Export Data</TALLYREQUEST> </HEADER> <BODY> <EXPORTDATA> <REQUESTDESC> <REPORTNAME>Voucher Register</...
Manoj Paramesh's user avatar
0 votes
1 answer
451 views

I am able to successfully extracted the All vouchers data by 1st creating below TDL [Collection: RTSAllVouchers] Type: Voucher IsODBCTable: Yes Fetch : *, AllLedgerEntries.*, LedgerEntries.* And ...
E-realm Services's user avatar
-1 votes
1 answer
607 views

I created a new ledger account for a Bank in tally. Now I want to import Bank Statement. But the option in the reconciliation menu is disabled. How to enable it? Tried changing configure options for ...
Triagnomaniaco's user avatar
0 votes
1 answer
201 views

<ENVELOPE> <HEADER> <TALLYREQUEST>Import Data</TALLYREQUEST> </HEADER> <BODY> <IMPORTDATA> <REQUESTDESC> <REPORTNAME>...
user20032870's user avatar
0 votes
1 answer
323 views

I m using tally connecter library i have feched all vouchers successfully but i want particular voucher details like amount items inside voucher Please help me I have tried to get all vouchers but did ...
Dhiraj Dewani's user avatar
1 vote
1 answer
343 views

I am getting the following error while deserializing the xml response from ledger export request in tally in C#. Error "XmlException: '', hexadecimal value 0x04, is an invalid character. " ...
Ammar Haider's user avatar
0 votes
1 answer
179 views

<ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> <TYPE>DATA</TYPE> <ID>CA_VOUCHER&...
Ammar Haider's user avatar
0 votes
1 answer
151 views

<ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> <TYPE>DATA</TYPE> <ID>CA_COMPANY&...
Ammar Haider's user avatar
1 vote
1 answer
104 views

What the meaning of ISMODIFY="NO" ISFIXED="NO" ISINITIALIZE="NO" ISOPTION="NO" ISINTERNAL="NO" in tally xml request body. Thanks
Ammar Haider's user avatar
0 votes
1 answer
44 views

<ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> <TYPE>DATA</TYPE> <ID>CA_VOUCHER&...
Ammar Haider's user avatar
0 votes
1 answer
233 views

To make an xml request from a password protected company in Tally, first we have to open the company in tally then we can only get successful response from Tally. Is there any way around, so we can ...
Ammar Haider's user avatar
0 votes
1 answer
462 views

<ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>Export</TALLYREQUEST> <TYPE>Collection</TYPE> <ID>Vouchers</ID> </HEADER> <...
Ammar Haider's user avatar
0 votes
0 answers
202 views

I need help with Tally XML API authentication. I have tally.net ID. But I don't know how to authenticate my XML API call using this tally.net ID and password. Specifically I am looking at the XML tags ...
Milan Garg's user avatar
0 votes
2 answers
1k views

I have the following XML request that returns the list of all ledgers from Tally. <ENVELOPE> <HEADER> <VERSION>1</VERSION> <...
Shounak Katyayan's user avatar
0 votes
0 answers
45 views

When ever I am hitting XML code for fetching some data from tally then my tally is lagging till the time the response comes. How do I fix the problem ? I am hitting the xml code in postman till the ...
NRUSINGHANATH SAHU's user avatar
0 votes
1 answer
716 views

Tally XML request to get all stock items with their quantity, rate, and alias name/part number from the mentioned group/category and the stock items under that group/category. I have tried to modify ...
Shounak Katyayan's user avatar
0 votes
1 answer
463 views

I want to get a report data with a custom field in it from tally using Xml Request <ENVELOPE > <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>Export</...
Yadhu Krishna's user avatar
0 votes
0 answers
55 views

For local we check http://localhost:9000 For cloud tally what is url For cloud tally how we can check , Extally i need to give xml request to cloud tally
mannat tech service's user avatar
0 votes
1 answer
129 views

I've attempted to solve this HackerRank Sparse Arrays problem with Ruby. I wanted to use #tally on the string_list array in order to create a hash of keys and their occurrence count. I have checked ...
Robert L.'s user avatar
-1 votes
1 answer
753 views

I am getting the error "\r\n Could not set 'SVCurrentCompany' to 'ECAPWEB'\r\n\r\n" from tally. I have used a dot.net code to import data to tally but is giving me this error. I was able to ...
Chintan Chheda's user avatar
-2 votes
1 answer
742 views

Need to fetch tally data file in php server.How to do that in laravel. I tried with CData connect server but it was not helpful.I want to fetch tally data file record in php server. CData connect ...
Pratiksha's user avatar
0 votes
1 answer
509 views

I would like to get the reorder level, quantity and minimum order quantity of stock item from Tally prime using xml request. When I tried using the variables like "ROSOrdLvl" and "...
Prakash's user avatar
  • 11
5 votes
3 answers
629 views

HAVE = data.frame(STUDENT = c(1,2,3,4), YEAR = c(2020,2020,2021,2020), SCORE1 = c(5,9,8,0), TEST = c(7,11,3,9)) WANT = data.frame(STUDENT = c(1,2,3,...
bvowe's user avatar
  • 3,394