Closed : Convert TDL to XML using Tally Developer (Requires License to use this )

Discussion in 'Tally Developer' started by Sai Vineeth, Aug 25, 2023.

    
  1. Sai Vineeth

    Sai Vineeth Active Member


    Thank you Raj for helping
    and Ruchitha for trying to help
    View Original Description (open)

    Does anyone have tally developer license?

    I need to convert TDL to XML but don't have Tally developer license.
    (Since I don't work in TDL, I am not interested taking license also)

    If anyone can convert whole sample project and default TDL project into xml it will be helpful in maintaining library I created, solving other people queries and help in commercial projects also.

    If you don't know, how to convert TDL to xml, you can refer this article.

    [​IMG]

     
    Last edited: Aug 27, 2023



  2. Of course there are many programmers here would have the same.... kindly ask the right question.. whats ur expectation
     


  3. Sai Vineeth

    Sai Vineeth Active Member


    I want to convert TDL to xml which is available in Licensed version only
    Intially I want xml of

    Code:
    [Variable: TC_lvExItemsInDutyBreakup]
    
        Variable    : ItemName    : String
        Variable    : Count        : Number
    [Variable: TC_GSTReconInvoiceMain]
    
        Variable        : TableName    : String
    
        List Variable    : GSTReconInvoiceDetails
        List Variable    : GSTReconNilRatedDetails
        List Variable    : GSTReconHSNDetails
        List Variable    : GSTReconAdvDetails
        List Variable    : GSTReversalDetails
    [Variable: TC_VCH ContraLedgers]
    
        Type        : String
    [System : Variable]
    
        List Variable                : VCH ContraLedgers
    List Variable                : TC_GSTReconInvoiceMain
        ExplodeFlag                 : No
        ExplodeAllLevels            : No
        SVExport                    : No
        DSPRepeatCollection            : ""   
    [Object: TC_GT Default Methods]
      
        DisplayAccess        : Yes
        OutputAccess        : Yes
        AvailableInRemote    : Yes  
        IsBasicReport        : Yes
        IsFeatEnabled        : Yes
        IsReportAlias        : No
        GeoApplicable        : Yes
        ActionFilter        : NOT ##IsOutputOnly
        IsAuditReport        : No
    ;; Use this method only for Change View
        IsViewApplicable    : Yes
        IsBasicView            : Yes
    ;; this is required to open the related reports from those reports where the variable is set to empty/allitems/primary but the related report
    ;; operates on primary/allitems respectively
        DefaultViewPrimary    : No
        DefaultViewAllItems    : No
    [Object: TC_GT Template Object]
        Use                    : GT Default Methods
        Standalone Report    : Yes
        Action                : Security Message    : Call    : GTSecurity Message
        Action                : Security Message    : Ignore Field
      
    
     
    Last edited: Aug 27, 2023


  4. ch ruchitha

    ch ruchitha Member


    e t


    Yes i have tally developer license but i know text to tcp.but i dont know text to xml in developer.
     


  5. Sai Vineeth

    Sai Vineeth Active Member


    You can refer this article
    upload_2023-8-26_13-14-56.png
     


  6. RAJdon

    RAJdon New Member


    error T0009: Variable: lvExItemsInDutyBreakup is a duplicate definition already defined in src\..\..\tdl.legacystat\tdl.excise\excisetrgl\exmfger1trgl\exmfgdutyval.tdl(31).


    Getting Error on conversion of XML. Showing duplicate variable
    I can help u , no worries contact me @ 9841102854
     


  7. ch ruchitha

    ch ruchitha Member



  8. Sai Vineeth

    Sai Vineeth Active Member


    I edited code.
    Will ping you on WhatsApp
     


  9. Sai Vineeth

    Sai Vineeth Active Member

    Last edited: Aug 27, 2023


  10. ch ruchitha

    ch ruchitha Member


    May i know what is the use for this one
     


  11. Sai Vineeth

    Sai Vineeth Active Member


    That xml will be helpful in maintaining library I created, solving other people queries and help in commercial projects also.
     


  12. NIRMALGHORAWATIN

    NIRMALGHORAWATIN New Member


    I have used XML Request post on Tally Localhost Server containing TDL Code (such as from VB or as I used Excel VBA Macros) to Fetch (Export from Tally) Custom Reports from Tally.

    This option - Convert to XML - can be used to easily create XML request for custom reports from Tally Developer.

    by Custom Reports - Reports not internally in Tally and created through TDL.
     


Share This Page