Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Adds Tax on top of price, while creating Sales Order
Hi,
I have two subsidiaries , UK and US for my company,
Now when i add a SO in US everyhing goes fine, but if i add a SO for UK, then the final price has tax on top of what i calculate
the code is:
first i prepare the itemarray and then i add this itemarray in the itemlist by:
[CODE]'itemList' => array(
'item' => $itemarray
)[/CODE]
I am sure this not to be a bug but the configuration somewhere hidden to me,
can anyone here suggest how to let the tax be added in the price and not after the online price.
I have two subsidiaries , UK and US for my company,
Now when i add a SO in US everyhing goes fine, but if i add a SO for UK, then the final price has tax on top of what i calculate
the code is:
first i prepare the itemarray and then i add this itemarray in the itemlist by:
[CODE]'itemList' => array(
'item' => $itemarray
)[/CODE]
I am sure this not to be a bug but the configuration somewhere hidden to me,
can anyone here suggest how to let the tax be added in the price and not after the online price.
0