Pull Bill Receivables with Voucher details

Discussion in 'Tally Integration' started by Sigh, Jan 5, 2022.

    
  1. Sigh

    Sigh New Member


    I am trying to get Voucher details with Bills receivables.
    I want the StockItems details as in which Item and How many. the value is already established.

    Also I am trying to filter the date but it pulls everything instead.
    HTML:
    
    <ENVELOPE>
    <HEADER>
    <TALLYREQUEST>EXPORT DATA</TALLYREQUEST>
    </HEADER>
    <BODY>
    <EXPORTDATA>
    <REQUESTDESC>
    <REPORTNAME>Bills Receivable</REPORTNAME>
    <STATICVARIABLES>
    <SVFROMDATE TYPE="Date">20211201</SVFROMDATE>
    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
    <EXPLODEFLAG>Yes</EXPLODEFLAG>
    <GROUPNAME>Sundry Debtors</GROUPNAME>
    </STATICVARIABLES>
    </REQUESTDESC>
    </EXPORTDATA>
    </BODY>
    </ENVELOPE>
    

    Please help.
     
    Last edited: Jan 5, 2022


  2. Sigh

    Sigh New Member


    I guess it isn't possible?
     


  3. Sai Vineeth

    Sai Vineeth Active Member


    Try
    mentioning date in normal format
    or
    Remove TYPE="Date" use yyyymmdd
     


  4. Sigh

    Sigh New Member


    btw Sai this didn't make any difference.
     


  5. Sai Vineeth

    Sai Vineeth Active Member


    did you try adding svtodate also
     


  6. Sigh

    Sigh New Member


    yup
     


  7. Sai Vineeth

    Sai Vineeth Active Member


    You want to get vouchers details with bill allocations or you only require details of pending vouchers?
     


  8. Sigh

    Sigh New Member


    The following info

    <ALLINVENTORYENTRIES.LIST>
    <STOCKITEMNAME>
    <AMOUNT>
    <DISCOUNT>
    <BILLEDQTY>

    <VOUCHERNUMBER>
    <LEDGERNAME>
    <VOUCHER VCHTYPE>
     


  9. Sai Vineeth

    Sai Vineeth Active Member



Share This Page