how to get sales order details using xml request to Tally erp9

Discussion in 'Tally Integration' started by ram rockz, Apr 15, 2017.

    
  1. ram rockz

    ram rockz New Member


    I need to get the sales order details such as: order no, date, quantity, rate, amount and grand total.

    <ENVELOPE>
    <HEADER>
    <VERSION>1</VERSION>
    <TALLYREQUEST>EXPORT</TALLYREQUEST>
    <TYPE>DATA</TYPE>
    <ID>Voucher Register</ID>
    </HEADER>
    <BODY>
    <DESC>
    <STATICVARIABLES>
    <VoucherTypeName>Sales Order</VoucherTypeName>
    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
    </STATICVARIABLES>
    </DESC>
    </BODY>
    </ENVELOPE>
    I have used this one but it's returning all that data except order no and grand total. Plus this code also returns a large amount unwanted data along with it.
    How can I fetch order no, date, quantity, rate, amount and grand total only from the sales order with out having any unwanted data?
     


Share This Page