create 5 new culumn in invoice as well as in sales voucher

Discussion in 'Requests' started by NainaSiraj, Nov 14, 2020.

    
  1. NainaSiraj

    NainaSiraj Member


    ok sir i am sending you screen shoot plzzzzzzzz
     


  2. NainaSiraj

    NainaSiraj Member


    see screen shoot sir
    fare field 10000 + Tax Field 10000+ other Field 60000=Amount 80000
     

    Attached Files:



  3. NainaSiraj

    NainaSiraj Member


    i dont want to enter in quantity and rate fields just put the daat as mentioned in screen sheet and all these values automatically added in amount column
    THANK YOU
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    upload your dummy data in ZIP format.... i do not want to mess up my data nor time to create a new one.
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    From your code, there is no attempt to put the Value in the Amount Column.

    The default Field is [Field : VCH Value]


    [SYSTEM : FORMULA]
    AMTCALCULATION : #KCNOOFPCS + #KCMTS + #KCNOOFPCS1

    Then refer the default Amount Field and in Set as put @@AMTCalculation
     


  6. NainaSiraj

    NainaSiraj Member


    Good Morning

    dear respected sir
    i have complete this code as per my requirement with the help of GOD
    and 1 respected sir Toufeeq Ahmad he Guide me and get complete

    but in invoice printing 1 title is not comming Total Bill

    kindly see plzzzzz
     

    Attached Files:



  7. NainaSiraj

    NainaSiraj Member


    sir
    i got sucess amount name title in invoice change to receiveble through mentiones below code

    but Sl.No is not changing to SR#

    kindky see please




    [#LINE: EXPINV COLUMN1]
    OPTION : KC EXPINV COLUMN1 : @@ISSALES
    Local : Field : EXPINV AmountTitle : Info : $$LocaleString:"Receivable"



    [#LINE: EXPINV COLUMN1]
    OPTION : KC EXPINV COLUMN1 : @@ISSALES
    Local : Field : EXPINV SLnoTitle : Info : $$LocaleString:"Sr."
     


  8. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member


    Local : Field : EXPINV SLNoTitle : Info : $$LocaleString:"Sr"
     


  9. PANKAJ BHONDLE

    PANKAJ BHONDLE Active Member


    [#LINE: EXPINV COLUMN1]

    OPTION : KC EXPINV COLUMN1 : @@ISSALES
    Local : Field : EXPINV AmountTitle : Info : $$LocaleString:"Receivable"
    Local : Field : EXPINV SLNoTitle : Info : $$LocaleString:"Sr"
     


  10. NainaSiraj

    NainaSiraj Member


    Thank you pankaj sir
    You always grate
     


  11. NainaSiraj

    NainaSiraj Member


    sir Title Change SLno to Srno i just want Sr#
    please
     


Share This Page