Can I change default field title name

Discussion in 'Tally Developer' started by Partha Mondal, Apr 25, 2019.

    
  1. Partha Mondal

    Partha Mondal Member


    Dear Admin Sir,

    I am new in TDL. How can I change the field title name in sales voucher. Like "Party A/c Name" to
    "Customer Name "
    Please tell me sir is it possible.
    Please anybody help me.

    Partha Mondal
     

    Attached Files:



  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes it is possible... find out the field name in Tally developer mode.... then change that field's SET AS...to whatever you want.....
     
    Jenny likes this.


  3. Jenny

    Jenny Active Member


    [#Line: EI Consignee]
    Field : Simple Prompt
    Local : Field : Simple Prompt: Info : $$LocaleString:"Customer Name:"
     
    Hasan@123 likes this.


  4. Partha Mondal

    Partha Mondal Member


    Thank you madam
     
    Jenny likes this.


  5. Sravan.kodoori

    Sravan.kodoori New Member



    Hi Madam,

    i am a Tally User, i need some help from you regarding Field Title change in POS Voucher Entry and Print

    i want rename of below mention Titles

    Cheque = BenefitPay
    Bank Name = BenefitPay Number
    Cheque No = Customer Name

    Thanks in Advance
     


  6. Rupal Agarwal

    Rupal Agarwal Member


    Open your tally in developer mode, Search for required field by taking courser over it then open developer app change " Set As : " of that particular field.
     


  7. Sravan.kodoori

    Sravan.kodoori New Member


    Hi Madam,
    Thanks for your Reply

    i write code as below, but the result is coming in other way, can you please correct, Pic attached

    [#Field: CI POSBankLedger]
    Set As : "BenefitPay:"

    [#Field: VCH POS Chequebank]
    Set As : "Customer Name:"

    [#Field: VCH POS ChequeNo]
    Set As : "BenefitPay No:"
     

    Attached Files:



  8. Bipin Damania

    Bipin Damania Active Member


    This all are field name of data...
    Before the field, title field is there and change title field attribute...
     


  9. Rupal Agarwal

    Rupal Agarwal Member


    Try this

    [#Line: CI POS Bank Receipt]
    Local : Field : Short Prompt : Set as : $$LocaleString:"Benifitpay:"
    Local : Field : Medium Prompt : Set as : $$LocaleString:"Benefitpay number:"
    Local : Field : Simple Prompt : Set as : $$LocaleString:"Customer name: "
     


  10. Sravan.kodoori

    Sravan.kodoori New Member


    Its Working Madam
    thanks a lot

    but there are some problem, in new entry new field titles are showing but in alteration mode showing default field names, in printing also defaults fields are printing.
     


  11. Rupal Agarwal

    Rupal Agarwal Member


    sir*
    and

    try this:
    "Open your tally in developer mode, Search for required field by taking courser over it then open developer app change " Set As : " of that particular field."
     


Share This Page