How to get Income and expense monthwise for a given period

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

    
  1. Vinothkumar S

    Vinothkumar S New Member


    Hi,
    i need to plot a graph of income vs expenses in my application.so i need to get values for income and expense from tally.Can you please give some ides to get values of income and expense month wise for the given period using TDL-XML.


    Thanks in advance
     


  2. admin

    admin Administrator Staff Member



  3. Vinothkumar S

    Vinothkumar S New Member


    Thanks for your reply....​
    I tried with that code its working fine.But i need a balance report for each month in the particular year.​
    For eg: The response format i need is,​
    <ENVELOPE>​
    <XXX>​
    <YYY>April</YYY>​
    <AMOUNT>12000</AMOUNT>​
    <YYY>May</YYY>​
    <AMOUNT>1000</AMOUNT>
    ....​
    </XXX>​
    </ENVELOPE>​
    please let me know the solution to get that one....​
    Thanks in advance....​
     


Share This Page