Skip to content

Instantly share code, notes, and snippets.

@yamanjain
Created March 27, 2024 09:17
Show Gist options
  • Save yamanjain/11456ef122b5da0e1fda26d813d125ca to your computer and use it in GitHub Desktop.
Save yamanjain/11456ef122b5da0e1fda26d813d125ca to your computer and use it in GitHub Desktop.
XML code to get all inventory master detail from Tally Prime
<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