<@U98J42MRB> When NetSuite calculates Tax on an in...
# taxes
r
@C_Billings When NetSuite calculates Tax on an invoice, does it calculate it for the entire invoice at the main line level, or can I find the tax total per line somewhere?
c
Check settings under SETUP TAXES and find the country for which you want to verify tax settings...USA has option to calculate and show taxes per line (default is main line). This is probably what you are after...if not per line taxes then you get a calculation of one rate against the entire total..otherwise you can have a tax code per line.
r
Let me try that, Ill check back with you in a couple of minutes.
@C_Billings So I think I’m pulling the wrong field into my saved search, I do have it set up the way you have asked with the Per-Line Taxes on Transactions. What field would i pull in to have it give me per line taxes on transactions?
c
Tax amount
What is it you are trying?
There is also a field in search called “amount tax”
r
Im trying to make a saved search so we know how much we have to pay the state in sales tax, but some of our items are non-taxable and have the mainline on the search will show the wrong amount for Total Taxable Sales so I have to do main line is false to get per line but Im pulling in the wrong field and it shows me the main line tax amount instead of the per line tax total
Hopefully that makes sense.
c
nope..not really. call support
r
Okay Ill give them a call, thanks for the replies. I definitely learned something.
d
There are filters you can use to eliminate those, this screen shot maybe helpful.
the formula for tax line got cutoff, I think we had to do this because taxline was not available as a criteria: case when {taxline}='T' then 1 else length({item.taxschedule}) end
r
David, this helps a lot thanks.