Getting Part name,Line name exististing in tally ,like EI Colum 0..etc

Discussion in 'Tally Developer' started by Medha, Jan 5, 2015.

    
  1. Medha

    Medha New Member


    How can I get the details of part name ,form name, report name.. etc inbuilt in tally for customization.
     


  2. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Run tally in 'developer mode' place cursor on the place where you want then the tool tip will prompt with "Tally Field Names"
    Then you run Tally Developer and search for that field, you will get the results.
    To run tally in developer mode give the following run command in the start menu:
    D:\tally.erp9\tally.exe /devmode
     


  3. Gaurav Kothari

    Gaurav Kothari New Member



  4. Gaurav Kothari

    Gaurav Kothari New Member


    But how can I see same for invoice etc.
     


  5. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    In tally developer open default codes for the following:

    src\print\invoice.500
    src\print\invoice.fld
    src\voucher\invoice.500
    src\voucher\invoice.fld

    Like that open and see the default codes for what ever requirements you have....................learning is a good experience, enjoy !!!
     


  6. Gaurav Kothari

    Gaurav Kothari New Member



  7. callakp

    callakp New Member


    Dear Santhosh Sir,

    Can you guide how to search the code in Tally developer
     


  8. callakp

    callakp New Member


    how to search please guide
     



  9. Dear Callakp
    Just place your cursor on the fields it will show the default name.
     


  10. callakp

    callakp New Member


    Trying to get cost centre name in one of the field of a report.

    used the following to get the cost centre name but not working
    [Field: BILLCC]
    Use : Name Field
    Set as : VCHCST Name
    Border: Thin Right

    It shows bad function
    Request you to help in getting the cost centre name.
    Regards,
    Anil
     


Share This Page