2016 Sep 28 11:28 AM
Hi Experts,
I have a requirement where we have to charge different Tax for the amount we calculated for the same price key.
e.g.
Price_key1
Block from | Block To | Price value | ||
Slab1 | 0 | 1000 | 0.001 | 0% Tax to be charged |
Slab2 | 1000 | 2000 | 0.002 | 10% Tax to be charged |
Slab3 | 2000 | 3000 | 0.004 | 30% Tax to be charged |
So by standard I can only assign one sub-transaction for all the blocks so only one Tax will be applicable.
Is there is a standard way of doing this.
Regards
Manoj
2016 Sep 28 1:02 PM
Hi Manoj,
I think you can achieve this by introducing multiple Rate Steps like:
A) Maintain three price keys representing each block -> 0%, 10 %, 30% etc
B) Determine the Slab in the Rate Steps which will eventually use only of the Price Keys -> so that it can use one of the three sub-transactions
This requires little more development and maintenance, but this the quickest way I think of, but there could be better ways... need some time to think and explore 🙂
Thanks,
Srini
2016 Sep 28 2:15 PM
There would be no standard way for that, as it is a non-standard requirement. The most efficient approach would be to create a block price and then use event R413 to change the tax information per block as appropriate.