Discussions
Tax calculation when exporting expenses with SuiteTax enabled
Hi,
We're integrating our software with NetSuite. Currently, we're getting into a lot of issues regarding SuiteTax.
We're exporting expenses to NetSuite via SuiteTalk SOAP web services. The problem is with the exchange rates and tax rates of expenses & tax details.
For Tax Details we have to send:
- Tax Type
- Tax Code
- Tax Basis
- Tax Rate
- Tax Amount
Shouldn't tax amount be calculated automatically by NetSuite? We're a bit worried that we have to provide calculated value.
There's also another problem. For Expenses we need to send:
- Foreign Amount
- Exchange rate
We're sending the amount in expense currency (foreign currency). Unfortunately, the expense Tax Amount is taken from the Tax Details Tax Amount. Therefore, it seems as we'd have to send the Tax Details in Report Currency instead of the original expense currency. In other words, we'd have to calculate taxes on our side taking both tax rate & exchange rate into account. It seems a bit risky.