tally

Tally Integration with XML and HTTP : Ledger creation failure

生来就可爱ヽ(ⅴ<●) 提交于 2020-08-05 06:18:30
问题 I would like to integrate a third party application with tally over HTTP using XML. When I try to import a ledger into tally through HTTP, it says Unknown Request, cannot be processed Same XML format, when I import into tally manually using "Import Data" from "Gateway of Tally", it imports without errors and the ledger is created. Am I missing any HTTP headers? Currently, I have "Content-Type" set to "text/xml"; i also tried with "text/xml;charset=utf-16"; With the same headers, there are

Extracting Day Books / Transaction Data from Tally using ODBC

泄露秘密 提交于 2020-07-16 07:54:28
问题 I am able to successfully connect Excel to Tally ODBC Server using Microsoft SQL Query. I now want to extract all transaction data for entire history into excel (including debit and credit ledgers) like in a Day Book. However, if I extract using CompanyVouchers table, I only get the data for current date in Tally, and only for single ledger. STEPS FOLLOWED: Open Microsoft Excel on your computer. Click Data > Get External Data > From Other Sources > From Microsoft Query Select TallyODBC64_9000

How to retrieve GSTN of a company : Tally XML integration

拟墨画扇 提交于 2020-01-06 05:45:10
问题 Trying to retrieve the GSTIN of the active company in Tally ERP. Making a POST call using the following **<FETCH>Gstnotificationnumber</FETCH>** command But no data is returned as part of the response under **<DATA>** output given below Any help would be really great!! <ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> <TYPE>OBJECT</TYPE> <SUBTYPE>COMPANY</SUBTYPE> <ID TYPE="Name">Example Company Name</ID> </HEADER> <BODY> <DESC> <STATICVARIABLES> <SVEXPORTFORMAT>$

how to filter tally xml response based on voucher number?

夙愿已清 提交于 2019-12-18 09:27:02
问题 I am trying to retrieve only the sales records of specific 'Voucher Number' =5 by using below XML post request to tally. <ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> <TYPE>data</TYPE> <ID>voucher register</ID> </HEADER> <BODY> <DESC> <STATICVARIABLES> <SVCURRENTCOMPANY>Headers Software Solutions Pvt Ltd</SVCURRENTCOMPANY> <VoucherTypeName>Sales</VoucherTypeName> <VoucherNumber>5</VoucherNumber> <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT> </STATICVARIABLES> <

How to integrate Java with Tally application [closed]

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-10 15:22:24
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I need to integrate my java web application with Tally software. Is it possible? Please provide some idea. 回答1: Tally ERP 9 implements SOAP web services. More here. Accessing an application using SOAP is common technique in Java and is supported by many libraries. 回答2: Well, Tally doesn't support SOAP, but does

how to filter tally xml response based on voucher number?

左心房为你撑大大i 提交于 2019-12-02 04:12:29
I am trying to retrieve only the sales records of specific 'Voucher Number' =5 by using below XML post request to tally. <ENVELOPE> <HEADER> <VERSION>1</VERSION> <TALLYREQUEST>EXPORT</TALLYREQUEST> <TYPE>data</TYPE> <ID>voucher register</ID> </HEADER> <BODY> <DESC> <STATICVARIABLES> <SVCURRENTCOMPANY>Headers Software Solutions Pvt Ltd</SVCURRENTCOMPANY> <VoucherTypeName>Sales</VoucherTypeName> <VoucherNumber>5</VoucherNumber> <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT> </STATICVARIABLES> </DESC> </BODY> </ENVELOPE> In XML Response I am receiving entire sales record from Voucher Number 1 to