When we generate an invoice, we want the price including tax to be a round figure. So, if we store the prices inclusive of taxes, can we make the Sales Order / Sales Invoice will reverse calculate the actual price of the item or will this require customization?
For example, price including tax of an item is 25000. So when the invoice is generated, it becomes 21186.44 for the item + 18% GST totalling to 25000 (and then do any rounding if required).
What’s the best way to handle this? Any advice is appreciated.