NEED HELP WITH CODE ( FIELD NAME)

Discussion in 'Free Source Codes' started by Harsh gonekar, Dec 18, 2023.

    
  1. Harsh gonekar

    Harsh gonekar New Member


    I Want to replace heading of "other references" to "packed by" in print of invoice
    please help with following code

    [#part:EXPINV OtherRef]


    Local:Field EXPINV Subtitle:Info:If @@IsSales AND ##SAOrder Then $$LocaleString:" PACKED BY " Else ""
     


  2. vishnu joshi

    vishnu joshi Member


    Try this

    [#Part: EXPINV OtherRef]
    Local : Field : EXPINV SubTitle : Info : If @@IsSales AND @@IsSalesOrder Then $$LocaleString:" PACKED BY " Else "other references"
     


  3. Harsh gonekar

    Harsh gonekar New Member


    thank you but it is not working c253cdd1-50c7-4d1a-8cad-802c90b3e873.jpg
     


  4. vishnu joshi

    vishnu joshi Member


    Which Voucher are you checking.. Its work..
    share your code..
     


  5. Hems

    Hems Member



    Aapka ye sales voucher jo print me aa raha hai.

    Wo pahle se customized lag raha hai.

    Isliye us cusmization me change kijiye.
     


  6. Harsh gonekar

    Harsh gonekar New Member


    @Hems and @vishnu joshi ji I am applying code given by you but it is not working in normal formate 92237997-2ce3-443f-904a-de59950427fe.jpg
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You want HELP -- then POST your code ---- as Experts said -- there is a difference in both the images and it seems you are not using the original Print Invoice code ----

    Otherwise you are just wasting people's valuable time in replies and R&D ---- post your code.
     


  8. Harsh gonekar

    Harsh gonekar New Member


    [#part:EXPINV OtherRef]


    Local:Field EXPINV Subtitle:Info:If @@IsSales AND ##SAOrder Then $$LocaleString:" PACKED BY " Else ""

    Code i am trying to use but not working what change i should do
     


  9. vishnu joshi

    vishnu joshi Member


    [#Part: EXPINV OtherRef]
    Local : Field : EXPINV SubTitle : Info : If (@@IsSales Or @@IsSalesOrder) Then $$LocaleString:" PACKED BY " Else ""

    Please Check It..
    Is your error
    - Local:Field EXPINV Subtitle:Info:If @@IsSales AND ##SAOrder Then $$LocaleString:" PACKED BY " Else ""
    - Voucher Type only one at time in Tally entry...
    - and you write and condition (IsSales AND ##SAOrder)
     


  10. Harsh gonekar

    Harsh gonekar New Member


    Thank you so much @vishnu joshi ji and other members for guiding
     


Share This Page