How get daybook from tally for a particular date using xml

Discussion in 'Tally Integration' started by Vinothkumar S, Jun 5, 2012.

    
  1. Vinothkumar S

    Vinothkumar S New Member


    Hi,
    Can you please help me to get day book from tally to an external application using TDL-XML for a particular date..

    Thanks in advance
     


  2. admin

    admin Administrator Staff Member



  3. Vinothkumar S

    Vinothkumar S New Member


    Thanks for your reply....

    I tried to get Day book with that code...But i am always getting Day book for the date which is currently active in Tally.But what i need is, i want to get Day book for the day given by user....Please help me to achieve this one

    Thanks in advance..
     


  4. admin

    admin Administrator Staff Member


    [Report : My Day Book]
    Use : Day Book
    Form : Day Book
    Set : SVFrom date : ##SVFromDate
    Set : SVToDate : ##SVToDate

    in XML,


    <ENVELOPE><HEADER>
    <VERSION>1</VERSION>
    <TALLYREQUEST>Export</TALLYREQUEST>
    <TYPE>Data</TYPE>
    <ID>My Day Book</ID>
    </HEADER>
    <BODY>
    <DESC>
    <STATICVARIABLES>
    <EXPLODEFLAG>Yes</EXPLODEFLAG>
    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
    <SVFROMDATE>01/04/2012</SVFROMDATE>
    <SVTODATE>31/03/2013</SVTODATE>
    </STATICVARIABLES>
    <TDL>
    <TDLMESSAGE>
    <REPORT NAME="My DayBook" ISMODIFY="No" ISFIXED="No" ISINITIALIZE="No" ISOPTION="No" ISINTERNAL="No">
    <USE>Day Book</USE>
    <FORMS>DayBook</FORMS>
    </REPORT>

    </TDLMESSAGE>
    </TDL>
    </DESC>
    </BODY>
    </ENVELOPE>
     


  5. Vinothkumar S

    Vinothkumar S New Member


    Thanks a lot its working.
     


  6. Vinothkumar S

    Vinothkumar S New Member


    Hi,
    How to get a particular field from Day book using TDL-XML.I need only Particulars,Voucher type and amount.

    Can you please give some idea to do this one.

    Thanks in advance
     


  7. admin

    admin Administrator Staff Member


    If you call Daybook directly, you will all the vouchers in Tally based on the Period. But id you need only specific fields instead of all, it is better to write some custom Report and call that report using XML.
     


  8. Vinothkumar S

    Vinothkumar S New Member


    Thank you for your reply
     


  9. Akash Garg

    Akash Garg New Member


    How to view Daybook with specified date range in Tally using TDL function?

    Please guide!
     


Share This Page