Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
How does the logic of how the total sales amount (including tax), i.e. work in a Sales Order?
Could you please explain to me the logic of how the total sales amount (including tax), i.e. the foreigntotal value of SalesOrder is calculated?
My understanding is as follows
(Item A unit price excluding tax * quantity purchased) * (1 + consumption tax rate)
(Item B unit price excluding tax * quantity purchased) * (1 + consumption tax rate)
(Product C unit price excluding tax * quantity purchased) * (1 + consumption tax rate)
Coupon discount amount (excluding tax) * (1 + consumption tax rate) * value is -.
Point discount amount (excluding tax) * (1 + consumption tax rate) * value will be -.
Shipping cost (excl. tax) * (1 + consumption tax rate)
============================================
= total amount (foreintotal)
I am thinking that the system is to calculate the amount including tax for each item line and add them together to use as the total accounting amount, is this correct?