You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Sales Tax

  • Check if Sales Tax option is checked. If No, Total Field will be computed as:   
    • TOTAL = Calculated Qty x Price 
  • If Yes, Total Field will be computed based on the Sales Tax ID assigned for the site.
    • AG Sales Tax = Total  * Sales Tax Rate / 100
    • PT Sales Tax = Total  * Sales Tax Rate
    • TOTAL = Total + AG/PT Sales Tax Computation

Special Pricing

Special Price computation in PT is being placed through ssparam. While Special Price in AG is being computed based on the Price Basis assigned for the customer.

If customer has Special Pricing where Price Basis is NOT equal to Fixed(F) or Maximum(M), computation should be:

    • C    = cost + (cost * deviation / 100)
    • A    = cost + deviation amount
    • S    = sell – (sell * deviation/100)
    • M   = sell – deviation amount 
    • P    = sell + deviation amount 

Cost will be based on the selected Cost to Use - Last, Standard or Average

Sell will be based on the customer's price level

  • No labels