Merge Fields

Discussion in 'Tally Developer' started by Mohammed Shahid Rahman, Feb 16, 2017.

    

  1. Hello
    I am happy with default invoice provided by Tally. I just need a small modification. I m not able to do tht.

    I have attached a jpg for reference.
    I want to merge "Despatch Document No." with the date field. The new field with contain dates only.

    If you see, you will notice in delivery note there are 5 challan nos, hence 5 dates in the date field.

    Secondly, I want to rename "Delivery Note" to "Our Challan No"

    Any TDL please ?

    Thanks in advance.
     

    Attached Files:




  2. hello
    I managed to change Delivery Note to Challan No by following code:

    [#Part: EXPINV DelNote]
    Local : Field : EXPINV SubTitle : Info : If @@IsSales AND ##SADespatchDet Then $$LocaleString:"Our Challan No." Else ""

    However, I am unable to merge "Despatch Document No." with the date field.
    Additionally I would like to delete "Despatched Through" and "destination"

    Thanks
     





  3. use
    Use + to merge values
     



  4. Thanks Aradaya, however, an example would be helpful as I m still in the phase of learning TDL.
    Thanks
     



  5. Actually this is how I want. Plz see the img uploaded.
     

    Attached Files:




  6. search for both fields method name and and merge that method names with + sign

    have a try .
    if you are not a programmer i would suggest to get it done from good programmer
     



  7. Hello Aradhya
    Thanks for the info. However, I was not able to do it.
    I do program but TDL is first time. I find C and Java more easy than this :)
    Thanks for your help anyway.
     


Share This Page