shows some data only in TDL(xml)

Discussion in 'Tally Integration' started by Sumesh, May 16, 2015.

    
  1. Sumesh

    Sumesh New Member


    Sir,

    i am working on a TDL query/Code.
    i want to display the leadger details.
    i got some XML code for that.but my problem is it is not showing some data especially when the month have 30 days

    <ENVELOPE>
    <HEADER>
    <TALLYREQUEST>Export Data</TALLYREQUEST>
    </HEADER>
    <BODY>
    <EXPORTDATA>
    <REQUESTDESC>

    <STATICVARIABLES>
    <SVFROMDATE>20140401</SVFROMDATE>
    <SVTODATE>20141031</SVTODATE>
    <LEDGERNAME>ABEL AUTO SPARES(IRINGOLE</LEDGERNAME>
    <EXPLODEFLAG>no</EXPLODEFLAG>
    </STATICVARIABLES>

    <REPORTNAME>Ledger Vouchers</REPORTNAME>

    </REQUESTDESC>

    </EXPORTDATA>


    </BODY>
    </ENVELOPE>

    this is the XML which i am using..
    can u pls help me to solve the problam...pls.....
     


  2. hemant009

    hemant009 New Member


    Hello friend,
    Do you have such more xmls for reference?
     


  3. Sridharan S

    Sridharan S Member


    Builtin report 'Ledger Vouchers' is not verbose and I think it does not recognize SVFromDate and SVToDate.
    Writing custom report in Xml is verbose.
     


  4. Sridharan S

    Sridharan S Member


    One way to reduce data to parse is to craft tdl for your purpose. Using collection approach is better one. Sometimes Report approach is the only way.
    Another (non exclusive) way is to use better algorithms in your language. For example Breadth First Search of Xml nodes would speed things up.
     


  5. Sai Vineeth

    Sai Vineeth Active Member


    If you are using educational mode,
    that may be the problem as in educational mode you cannot set dates other than 1,2 and 31.
     


  6. Sai Vineeth

    Sai Vineeth Active Member



  7. sivam

    sivam Active Member


    In Educational mode, Only Support the date 1, 2, 31. Better try with License mode
     


Share This Page