Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...

    • C    = cost + (cost * deviation / 100)

 

    • A    = cost + deviation amount  = correct

...

    • M   = sell – deviation amount 

...

    • P    = sell + deviation amount 

...