How to get Discount on Inclusive Tax Value

Discussion in 'Tally Developer' started by Ch Suresh, Oct 20, 2021.

    
  1. Ch Suresh

    Ch Suresh Member


    Good Afternoon all,
    I had a small doubt. In general default Tally Discount amount is deducted on Rate(Excluding Tax Valu)
    But How to change it as Discount Amount is deducted on Total Item Rate i.e Inclusive tax Value
    i use code as

    [*System:Formula]
    NrmlAmount : (100 * $Amount) / (100 - $Discount)
    CalcedAmt : (((if $$IsMultiGodownOn Then $BatchRate else $InclusiveTaxValue) * $BilledQty * (100 - $Discount)) / 100)

    But it not calculated Tax

    Please help me out this
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    What is the difference ???

    assume 100/- is rate.....so
    OPT-1 ---- 100 +18% = 118/- less 5% discount = 112.10
    OPT-2 --- 100 less 5% discount = 95 + 18% = 112.10
     


  3. Ch Suresh

    Ch Suresh Member


    No sir, Item value i.e 100/- Inclusive of GST

    Ex: item value 82+18(GST)=100
    For supoose we give discount 10% on 100 i.e 90(73.8+16.2)
     


Share This Page