3rd Party Application Integration with Tally.ERP 9

Discussion in 'Tally Integration' started by admin, Mar 31, 2012.

    
  1. admin

    admin Administrator Staff Member



  2. Sridharan S

    Sridharan S Member


    Merge unwanted duplicate ledgers
    Duplicate Ledgers are created through a typo or oversight. When vouchers refer to them they can not be deleted easily. Manually opening all the vouchers that contain them and changing reference to correct ones is a laborious process. Here is a utility that makes the task easily.

    Steps
    Open Tally; Open some company.
    Open MergeDupLed
    Click Refresh Ledger List
    Select Duplicate ledger
    Click post
     

    Attached Files:

    psr likes this.


  3. Sridharan S

    Sridharan S Member


    Merge Duplicate Item

    Steps
    Open Tally; Open some company.
    Open MergeDupItem.
    Click Refresh Item Lis.
    Select Duplicate, Item to be replaced with.
    Click post.
     
    Last edited: Jun 9, 2018


  4. Sridharan S

    Sridharan S Member


    MergeDupItem is for Items as MerDupLed is for Ledgers
     

    Attached Files:



  5. mpal2311

    mpal2311 Active Member


    Can you please share the procedure to create this tool.
     


  6. Sridharan S

    Sridharan S Member


    1. Ledger Vouchers / Stock Vouchers Report to find vouchers involved. Actually to get Dates as full Day book search is slow.
    2. Voucher Register Report to get full details of the vouchers. I remember from earlier versions Day book though powerful has some limitation. It works only on CurrentDate. (Edited)
    3. Alteration of individual voucher in Object mode. Here I export all details I got to avoid any side effect. Unfortunately I could not do this in Data mode.
     
    Last edited: Jun 23, 2018


  7. Sridharan S

    Sridharan S Member



  8. dudhebhate

    dudhebhate New Member


    showing out of memory
     


  9. dudhebhate

    dudhebhate New Member


    showing out of memory
     


  10. dudhebhate

    dudhebhate New Member


    showing out of memory
     


  11. dudhebhate

    dudhebhate New Member


    showing out of memory
     


  12. Sridharan S

    Sridharan S Member


    I assume the message / exception was from Tally. Right? Do you have a large number of vouchers in a single day?
     


  13. dudhebhate

    dudhebhate New Member


    yes you are right
     


  14. Sridharan S

    Sridharan S Member


    Try with a system with more memory. or wait. I will post one with a slightly another approach.
     


  15. Sridharan S

    Sridharan S Member


    Test and write your feedback. MergeDupItem_II should require less memory.
     

    Attached Files:



  16. Sridharan S

    Sridharan S Member


    These apps do not work with Tally 2.0.1. Updated sources are in https://github.com/sridharxp/excel2tally/tree/master/merge. In xmldb_MI.pas find required changes to xml. Also I found it necessary to call many times Merge Duplicate Ledger. The reason is Tally modified the SVToDate due to some internal logic in 'Ledger Vouchers' report.
     


  17. Rajesh Narayan

    Rajesh Narayan New Member


    <ENVELOPE><HEADER><VERSION>1</VERSION><TALLYREQUEST>Export</TALLYREQUEST><TYPE>Data</TYPE><ID>Voucher Register</ID></HEADER><BODY><DESC><STATICVARIABLES><SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT><SVFROMDATE TYPE="Date">01-12-2021</SVFROMDATE><SVTODATE TYPE="Date">31-12-2021</SVTODATE></STATICVARIABLES><TDL><TDLMESSAGE><REPORT NAME="Sales Vouchers" ISMODIFY="Yes"></REPORT></TDLMESSAGE></TDL></DESC></BODY></ENVELOPE>

    Above XML for requesting Day Book between dates is failing after tally 2.0.1 update,Getting error as "Error in TDL. 'Part:DB Body'No 'PARTS' or 'LINES' or 'BUTTONS'!" please help sir
     


  18. Sai Vineeth

    Sai Vineeth Active Member


    Use this xml
     
    Rajesh Narayan likes this.


  19. Rajesh Narayan

    Rajesh Narayan New Member


    Thank you very much sir, but after removing
    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT> tag from our XML request,we are getting correct response sir,Dont no why sir
     
    Sai Vineeth likes this.


  20. Sai Vineeth

    Sai Vineeth Active Member


    Your are sending request through?
     


  21. Rajesh Narayan

    Rajesh Narayan New Member


    From our GST product,we are sending http request with above XML as request parameter sir
     


  22. Sai Vineeth

    Sai Vineeth Active Member


    I mean using which language you are sending request to Tally?
    Are you setting content/type header and removing xml comments?
     


Share This Page