How to get rate after discount in printing of sales invoice

Discussion in 'Tally Developer' started by JAINGOURAV, Aug 23, 2012.

    
  1. JAINGOURAV

    JAINGOURAV New Member


    Dear Sir,

    I make the customization of sales invoice. I want to get rate of any item after discount % in rate column.

    ie. if rate is 5000 and 2% discount. then rate = 4900.

    Please help m.e
     


  2. Arun Prasath

    Arun Prasath Member


    Pls attach the code
     


  3. Gunasekaran

    Gunasekaran Member


    Dear Jain

    Item Value=4900
    item rate=4900/Quantity

    Thanks and regards
    Gunasekaran.S
     



  4. In Your Rate Field which is added after discount put the code below

    [Field : MyVchRateField]

    Use : Rate Price Field (Or Amount Field)
    SEt as : ($Amount / $BilledQty)
    Style : Small Bold
    Align : Right
     


  5. Aniket

    Aniket New Member


    Sir this is not working. Discounted rate doesn't comes. The original rates before discount only comes.
     



  6. i have customized my invoice but i could not get disc.% in my invoice printing and it is very urgent. pls any body help me and tell me code for the same
     


  7. Arun Prasath

    Arun Prasath Member


    Check below codes

    [Field : MyVchRateField]

    Use : Amount Field
    Set as : @@MyDisrate


    [System : formula]

    MyDisrate :($Rate - ($Discount/100)*$Rate)
     



  8. Dear All,

    Please tell the purpose clearly. then only others can help you out with your issues.
     


Share This Page