Tally.Developer 9 Series A Release 3.6

Discussion in 'Tally Developer' started by admin, Aug 2, 2012.

    
Thread Status:
Not open for further replies.
  1. admin

    admin Administrator Staff Member



  2. Sarwer Ahmed

    Sarwer Ahmed New Member


    I want to TDL how can I do you have ant reference Guide for it or sned me the procedure how can i buy this i am from Pakistan
     


  3. sk.mahendran

    sk.mahendran New Member


    Sirs, In developer mode enable to find the form name. How to identify the Part Name and Line Name in a particular Form. What is the tool / way to find it out. Then How to identify the Report Name too in tally. Please help me in this regard Admin Sir.
     


  4. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Run Tally in Developer Mode

    Ex.

    D:\tally.erp9\Tally.exe /Devmode

    Then open any Report

    Move the cursor

    It will show u Report Name

    Move cursor to any particular Field
    u will get Fieldname

    Part name u hv to find the Appropriate Report using Devloper
     


  5. sk.mahendran

    sk.mahendran New Member


    Used a separate field with CITY in the ledger master while creating a Customer Master. Now the same city name has to be added in the Outstanding receivables report before the Customer Name [Eg. Vellore - Jani Stores]. Enclosing the screen shots for the same. Please help me in this regard to add the city field in front of the customer name.
    When going through the Report Name/Part name of the outstanding receivables report it's highly confusing. how to do this Sir ? Please help me in this regard sir.
     

    Attached Files:



  6. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Try this

    in the Outstanding Report

    After the Party Ledger Name Add one field

    Set as : $(yr udf Name).Ledger.@@DSPAccName
     


  7. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    OR
    [#Field: DSP Contacts]

    Add : Field : After : DSP DispName : DSP ContactPerson, DSP TelephoneNo,DSP city

    [Field : DSP CITY]
    Set as : $(yr udf Name).Ledger.@@DSPAccName
     


  8. sk.mahendran

    sk.mahendran New Member


    Ok sir. Thank you sir. Will try it and inform you sir.
     


  9. sk.mahendran

    sk.mahendran New Member


    Sri.N.Subramanian sir, as per your instruction tried in the tdl its working sir. enclsoing the screen shot along with this. thank you sir. But need small corrections sir.
    Need a separator " - " between the party name - city name [Eg. S.Jeganathan & Co - Salem]. when working in the single company it's working both in view and in print. In group company its in view mode only and not in the print mode How to update it sir or please correct the tdl which is enclosed sir. Awaiting for your help sir.

    Code:
    [#Form : NRM Columnar GOS PRn]
    [#Field: DSP Contacts]
    Add : Field : After : DSP DispName : DSP ContactPerson, DSP TelephoneNo, DSP city
    [Field : DSP CITY]
    Set as : $UDFCITY:Ledger:@@DSPAccName
    grp os grp coy print.png grp os grp coy view.png grp os single coy print.png grp os single coy view.png
     


  10. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Attach Code, Will Chk
     


  11. sk.mahendran

    sk.mahendran New Member


    Sir enclosed the code. Please correct it sir. Need a separator " - " between the party name - city name [Eg. S.Jeganathan & Co - Salem]. when working in the single company it's working both in view and in print. In group company its in view mode only and not in the print mode How to update it sir or please correct the tdl which is enclosed sir. Awaiting for your help sir.

    [#Form : NRM Columnar GOS PRn]
    [#Field: DSP Contacts]
    Add : Field : After : DSP DispName : DSP ContactPerson, DSP TelephoneNo, DSP city
    [Field : DSP CITY]
    Set as : $UDFCITY:Ledger:mad:@DSPAccName
     


  12. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Add "-" Before yr udf
    Set as : "-"+ $UDFCITY:Ledger:mad:@DSPAccName

    For
    Group Company Coding is Diffrent, u need to add in that Particular Line
     


  13. Mahesh Sethi

    Mahesh Sethi Member



    Pls Use this....

    [#Form : NRM Columnar GOS PRn]
    [#Field: DSP Contacts]
    Add : Field : After : DSP DispName : DSP ContactPerson, DSP TelephoneNo, DSP city
    [Field : DSP CITY]
    Set as : "-" + $UDFCITY:Ledger:mad:@DSPAccName
     


  14. sk.mahendran

    sk.mahendran New Member


     


  15. sk.mahendran

    sk.mahendran New Member



    thank you very much sir for your support and guidance
     


  16. sk.mahendran

    sk.mahendran New Member


    sir like wise tried to use the city name in the payment voucher also, but its not working. Enclosing the code with this, please guide me sir,

    [#Form : Payment Color]
    [#Line : ACLS info}
    [#Field : ACLSled]
    Add : Field : After : ACLSLED : pymtcity
    [field : pymtcity]
    ;;use : Name field
    Set as : $udfCity:Ledger:mad:@ACLSled
     


  17. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    in Payment Voucher

    Set as : $udfcity:Ledger:$PartyLedgername
     


  18. akash7474

    akash7474 New Member


    Dear Sir,
    Can u provide the code for city wise outstanding report. my mail id akashmjain@gmail.com
     


  19. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    This is a CLOSED thread now.
     


Thread Status:
Not open for further replies.

Share This Page