Hi Experts,
Sub:Regarding Tax Formula.
BED formula:
if (AssessableValue > 0)
{ BED_N_BaseAmt = AssessableValue*Qty}
else
{ BED_N_BaseAmt = Price*Qty }
BED_N_TaxAmt=Round(BED_N_BaseAmt*BED_N_Rate,0)
This is ordinary format
Here i need ( Assessable value * quantity + Price * Quantity ) both values total should be shown in document total for tax calculation.
Kindly help to modify this query based on above line which i mentioned.
Karthi