179 questions
0
votes
0
answers
26
views
Tally purchase order creation with XML request is failing
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 ...
0
votes
0
answers
71
views
Tally TDL – Export Voucher Register in Columnar View using XML Requests
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 ...
0
votes
0
answers
69
views
Error while fetching data from TDL (TallyPrime) using Node.js
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 ...
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
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 ...
0
votes
0
answers
93
views
In Tally TDL, access UDF created in a tdl in another tdl
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
[...
0
votes
0
answers
80
views
Missing Error Description in TallyPrime 3.0 and Later Versions During XML Import
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>
<...
0
votes
0
answers
46
views
Import configuration In tally Prime for changing "behavior of import when exceptions exist"
I am using the below XML Request to import Voucher into a company using Tally Prime
<ENVELOPE>
<HEADER>
<TALLYREQUEST>Import Data</TALLYREQUEST>
</HEADER&...
0
votes
0
answers
90
views
Add Amount Filter in Tally XML Request for Fetching Vouchers
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 ...
0
votes
0
answers
176
views
Fetching all the vouchers using tally server xml api
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>
<...
0
votes
0
answers
32
views
How to Extract Price Levels with Tally XML Request?
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'...
0
votes
0
answers
100
views
How to Extract the GUID for Voucher -> Invoice -> StockItem in Tally XML Request?
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 ...
0
votes
1
answer
83
views
How to Extract Price Levels through Tally XML Request?
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 ...
0
votes
0
answers
42
views
How can we get the highest(max) and lowest(min) alterid of particular date and with tally xml schema request
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.
'<...
0
votes
0
answers
93
views
Import data using XML from Tally Server/cloud
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 ...
1
vote
0
answers
93
views
Tally: Ledger Outstanding Report Exporting Blank PDF Files
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 ...
0
votes
0
answers
174
views
How to make an iframe's text adapt to dark mode
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 ...
1
vote
0
answers
55
views
TALLY XML API Issue
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 ...
1
vote
0
answers
41
views
TALLY XML API ISSUE
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 ...
0
votes
0
answers
61
views
Taking too long for responding over XML
I am trying to make this request to tally:
<ENVELOPE Action="">
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>EXPORT</TALLYREQUEST>
...
1
vote
1
answer
224
views
Unable to fetch Voucher Transaction Details in Tally XML
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 ...
0
votes
1
answer
135
views
Tally XML API issue
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 ...
0
votes
1
answer
388
views
TALLY - Http api to export tally data of voucher master
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 ...
0
votes
0
answers
136
views
How to change active company for Tally?
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 * ...
1
vote
1
answer
173
views
Not able to fetch UDF fields using XML Request in Tally API
I am using following xml request to get Vouchers from Tally and gives me below output.
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>Export&...
-1
votes
1
answer
71
views
Tally Voucher - import single voucher in html format
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 ...
0
votes
1
answer
136
views
How to get specific edger voucher data with date range?
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 ...
0
votes
2
answers
710
views
Tally Prime Integration Using JSON - Report-based export in JSON format
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:
[ { &...
0
votes
0
answers
101
views
Fetch all transaction listed in a group voucher
<HEADER>
<TALLYREQUEST>Export Data</TALLYREQUEST>
</HEADER>
<BODY>
<EXPORTDATA>
<REQUESTDESC>
<REPORTNAME>Voucher Register</...
0
votes
1
answer
451
views
Extracting daybook / transaction data with ledger parent from Tally via ODBC
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 ...
-1
votes
1
answer
607
views
Tally ERP: Bank Statement option disabled
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 ...
0
votes
1
answer
201
views
How to export Tally ledger opening and cloing balance Per Month
<ENVELOPE>
<HEADER>
<TALLYREQUEST>Import Data</TALLYREQUEST>
</HEADER>
<BODY>
<IMPORTDATA>
<REQUESTDESC>
<REPORTNAME>...
0
votes
1
answer
323
views
How to view voucher deails like amount and items inside voucher in tally connector library
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 ...
1
vote
1
answer
343
views
How to get rid of () special character in Tally XML Ledger Export Response
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. "
...
0
votes
1
answer
179
views
Unable to get fields from INVENTORYALLOCATIONS while I do not need any fields from ALLLEDGERENTRIES while making xml request to Tally
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>EXPORT</TALLYREQUEST>
<TYPE>DATA</TYPE>
<ID>CA_VOUCHER&...
0
votes
1
answer
151
views
Getting error "Cannot understand Bad formula! 'Starting From' " while sending following XML request to Tally to get the list of companies on disk
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>EXPORT</TALLYREQUEST>
<TYPE>DATA</TYPE>
<ID>CA_COMPANY&...
1
vote
1
answer
104
views
What is the meaning of ISMODIFY="NO" ISFIXED="NO" ISINITIALIZE="NO" ISOPTION="NO" ISINTERNAL="NO" in Tally XML Request
What the meaning of
ISMODIFY="NO" ISFIXED="NO" ISINITIALIZE="NO" ISOPTION="NO" ISINTERNAL="NO"
in tally xml request body.
Thanks
0
votes
1
answer
44
views
Amount Sign Is Not Exporting in XML Response (Only Absolute Digits Are Exporting)
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>EXPORT</TALLYREQUEST>
<TYPE>DATA</TYPE>
<ID>CA_VOUCHER&...
0
votes
1
answer
233
views
How to authenticate an XML request in Tally for Password Protected Company
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 ...
0
votes
1
answer
462
views
How to limit nested fields in Tally XML Export Response
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>Export</TALLYREQUEST>
<TYPE>Collection</TYPE>
<ID>Vouchers</ID>
</HEADER>
<...
0
votes
0
answers
202
views
Tally XML API Authentication
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 ...
0
votes
2
answers
1k
views
How to get list of ledgers from tally using XML request filtered by name that contains a specified sub-text?
I have the following XML request that returns the list of all ledgers from Tally.
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<...
0
votes
0
answers
45
views
Tally is lagging till the time response comes
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 ...
0
votes
1
answer
716
views
Is there a way to extract all the stock items from Tally Group/Category including the items inside sub-group with Tally XML request?
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 ...
0
votes
1
answer
463
views
How can I modify a Tally XML request to obtain the GUID of a stock item in the output?
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</...
0
votes
0
answers
55
views
What is url of cloud tally running or not check
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
0
votes
1
answer
129
views
Why is HackerRank's Sample Test cases throwing a NoMethodError at the Ruby #tally method in my code?
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 ...
-1
votes
1
answer
753
views
XML Integration of Tally giving error <LINEERROR>Could not set 'SVCurrentCompany' to 'ECAPWEB'</LINEERROR>
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 ...
-2
votes
1
answer
742
views
How to get Tally Prime data in PHP server
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 ...
0
votes
1
answer
509
views
How to get Reorder details of Stock Item from Tally using XML request
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 "...
5
votes
3
answers
629
views
R Dplyr Add Rows Total
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,...