Print Invoice Title changes in Tally ERP 9

Discussion in 'Tally Integration' started by Bhushan Cellica, Dec 6, 2019.

    

  1. Hi,

    I am getting an strange behavior for Print Invoice in Tally ERP 9.

    I am exporting Ledgers, Stock Items, Group Summary, Bill Receivables and payable from Tally ERP 9 in third party application using XML Request.

    So whenever export process is running and if we tried Print invoice in Tally, then Caption on printed invoice is changed to the report/data name which is currently exported in my application.

    Does not understand what exactly happens.

    Please guide me if anyone face such issue before.

    Thank You,
    Bhushan Akole.
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Look for $$Inexportmode in the Print Invoice module.....

    maybe that might be the interference.
     



  3. Thanks for Reply.

    Actually i am not doing any customization in Tally.
    But exactly what i need to check in Print Invoice of Tally.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    show a screenshot of the Print...
     




  5. First Screenshot is the actual one with proper "Title" as "Tax Invoice".

    Expected Print.png

    But Whenever we try to export data from Tally using XML export from Our application and same time try to print the invoice, Title of print invoice is change as follows, here Title comes as "Stock Summary".
    It may come "Ledger Group Summary", "Bills Payable", "Bills Receivables" etc.

    Error PDF (Wrong Title).png

    Please guide me to handle this properly from my application, so that Print invoice title will not be affected.

    Thanks
     
    Last edited: Dec 9, 2019


  6. teja varma

    teja varma Active Member


    can you post your XML request here?
    so that i can understand the problem
     



  7. The XML Request for "Stock Summary" i have used as

    Code:
    <ENVELOPE>
        <HEADER>
            <VERSION>1</VERSION>
            <TALLYREQUEST>Export</TALLYREQUEST>
            <TYPE>Data</TYPE>
            <ID>Stock Summary</ID>
        </HEADER>
        <BODY>
            <DESC>
                <STATICVARIABLES>
                    <EXPLODEFLAG>YES</EXPLODEFLAG>
                    <EXPLODEALLLEVELS>YES</EXPLODEALLLEVELS>
                    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
                    <SVCURRENTCOMPANY>Demo Company</SVCURRENTCOMPANY>
                </STATICVARIABLES>
            </DESC>
        </BODY>
    </ENVELOPE>
    I observe that Report title of Print invoice functionality changed only for XML Requests for exporting Report data like "Stock Summary", "Bills Payable", "Bills Receivables", "Profit and Loss" etc.

    Thanks
     


  8. teja varma

    teja varma Active Member


    i checked by sending the request frequently and try to give print but title doesn't changed it remained same as default title ....
     



  9. Thanks for trying this.

    But this case occurs at 4-5 clients and its generated at my end as well.

    And I am surprised by this. Because we are not changing any value in Tally, we are just trying to export data here.

    Also this case not only occurs for this XML but also for others like "Bills Receivables/Payable", "Profit and Loss" etc.

    Thanks.
     


  10. teja varma

    teja varma Active Member


    is there any tdl's loaded in that user system then try disabling them.
    if possible rewrite the data once and try.
    if nothing works better to contact tally solutions as they very well know what's happening internally
     



  11. Thanks for quick reply.

    I have checked, no tdl's are loaded in Tally.
     


Share This Page