Tax Inclusive Rate Release6

Discussion in 'Tally Developer' started by kamal, Oct 17, 2018.

    
  1. kamal

    kamal Member


    hi experts
    in latest release when MRP is enable for stock item by default MRP will get in tax inclusive how can i disable this and get last value stored in InclusiveTaxValue
     


  2. sivam

    sivam Active Member


    [#Field: VCH RateIncl]

    Add : Option : VCH RateIncl Sales : @@IsSales

    [!Field: VCH RateIncl Sales]

    Delete : Set as
    Add : Set as : If ($$InAlterMode AND NOT $$IsEmpty:$Rate AND (@@STKInclTax OR ##ICFGInclTax)) Then $$AlterInclusiveTaxValue:mad:@ExItemRate:mad:@STItemRate:mad:@VATItemRate:mad:@TCSItemRate:mad:@GSTItemRate:mad:@GSTItemQtyRate:mad:@ExItemMRPDutyValue:mad:@VATItemMRPDutyValue:mad:@ExItemQuantum Else +
    + $$CollectionField:$InclusiveTaxValue:1:BatchAllocations

    You can Set as in Last Sales Rate Or StdRate in here. This will help you
     
    vinoth likes this.


Share This Page