Need help for Invoice Printing Inclusive of tax rate

Discussion in 'Tally Developer' started by Prasanna Pathak, Jan 30, 2017.

    

  1. R/Sir
    when I write $RATE it give exluding vat amount in invoice printout
    ie. 99.79 (5.5% VAT)
    I need it 100Rs ie including vat

    what I have to use at the place of $RATE?
     


  2. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Set as : $Rate+($Rate*5.5/100)
     



  3. But sir some time it is 13.5% some time it is 6% some time it is 12.5%
    as per item's vat
     


  4. Ajeet Jain

    Ajeet Jain Member


    u can use the feature including rate and use the method for including tax rate is $InclusiveTaxValue
     


  5. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    Correct, In New Rel 5.x this Option is Available
     


  6. NAGARAJKMAR SUBRAMANIAN

    NAGARAJKMAR SUBRAMANIAN Active Member


    If u r in Old Versions use this formula

    $Rate*($Rateofvat:Stockitem:$Stockitemname)/100
     



  7. Thanks to all of you :)
     



  8. want to create sales button on getway of tally
    that user can directly go to sales invoice
    what should i use ?
     



  9. [#Field: EXPINV Desc]

    FullWidth : Yes
    Width : 0
    Lines : 0
    ; Set as : If @@InvWithPartNo And (@@UseNamePartNo OR @@UsePartNoName) Then $StockItemName Else If NOT $$IsSysName:$StockItemName then @@InvItemName else ""
    Set as : $StockItemName + $Name:StockCategory:##svStockItemName ;: $$StockItemName


    Style : Normal Bold
    Cells : @@ExcelItemColumn
     



  10. I Want category in front of stock item but above code not working ?
     


  11. satish kumar

    satish kumar New Member


    but how can we print tax inclusive rate column in tally erp 6.1 there is no option in print configuration plz help it is very useful in printing
     


  12. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Same problem
     


Share This Page