<!-- 
*********************************************************************** 
Objective:- To programmatically fetch Ledger Vouchers.
Notes:-   
1) Equivalent to using the following option manually in Tally
   'Gateway of Tally @Display @Account Books @Ledger'
*********************************************************************** 
-->
<ENVELOPE>
  <HEADER>
    <TALLYREQUEST>Export Data</TALLYREQUEST>
  </HEADER>
  <BODY>
    <EXPORTDATA>
      <REQUESTDESC>
        <STATICVARIABLES>
          <!--Specify the FROM DATE here-->
          <SVFROMDATE>20080401</SVFROMDATE>
          <!--Specify the TO DATE here-->
          <SVTODATE>20090331</SVTODATE>
          <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
          <!--Specify the LedgerName here-->
          <LEDGERNAME>CASH</LEDGERNAME>
        </STATICVARIABLES>
        <!--Report Name-->
        <REPORTNAME>Ledger Vouchers</REPORTNAME>
      </REQUESTDESC>
    </EXPORTDATA>
  </BODY>
</ENVELOPE>
