Pricing > Index Cost trans includes Special taxes calculation

Issue No: CF-2307
Created 5/22/2019 3:17:47 AM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 19.1
Description + *Issue:* +   Index Cost trans includes Special taxes calculation     + *Steps:* +   1) Create/Import CF trans that match Index Cost pricing (Local/Remote)   2) Verify Pricing Calculation (Gross/Net Price)     + *Acceptance:* +   Calculate Index Cost using the following formula:   * Original Net Price = Round( (Round(Original Gross Price * Quantity,2) - Original Taxes) / Quantity, 6) * Calc Gross Price = Round(Index Cost + Profile Rate + Group Adjustment Rate + Round(Calc Taxes / Quantity,6) ,6) + .009 Rounding * Calc Net Price = Round( (Round(Calc Gross Price * Quantity,2) - (Calc Taxes) )/ Quantity,6)