Created
March 27, 2024 09:17
-
-
Save yamanjain/11456ef122b5da0e1fda26d813d125ca to your computer and use it in GitHub Desktop.
XML code to get all inventory master detail from Tally Prime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ENVELOPE> | |
<HEADER> | |
<TALLYREQUEST>Export Data</TALLYREQUEST> | |
</HEADER> | |
<BODY> | |
<EXPORTDATA> | |
<REQUESTDESC> | |
<REPORTNAME>List of Accounts</REPORTNAME> | |
<STATICVARIABLES> | |
<SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT> | |
<ACCOUNTTYPE>Stock Items</ACCOUNTTYPE> | |
</STATICVARIABLES> | |
</REQUESTDESC> | |
</EXPORTDATA> | |
</BODY> | |
</ENVELOPE> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment