<!--This XML document contains tags to fetch "Stock Vouchers" from Tally-->
<!--It is equivalent to using the following option in Tally Software manually-->
<!--Option: Gateway of Tally @Display @Inventory books @Stock Item @SelectAnyMonthAndPressEnter-->
<ENVELOPE>
<HEADER>
<TALLYREQUEST>Export Data</TALLYREQUEST>
</HEADER>
<BODY>
<EXPORTDATA>
<REQUESTDESC>
<STATICVARIABLES>
<!--Specify the Period here-->
<SVFROMDATE>20060401</SVFROMDATE>
<SVTODATE>20070331</SVTODATE>
<!--Specify the StockItem Name here-->
<STOCKITEMNAME>My Item1</STOCKITEMNAME>
</STATICVARIABLES>
<!--Specify the Report Name here-->
<REPORTNAME>STOCKVOUCHERS</REPORTNAME>
</REQUESTDESC>
</EXPORTDATA>
</BODY>
</ENVELOPE>
