oracle / fastr

A high-performance implementation of the R programming language, built on GraalVM.
Other
623 stars 64 forks source link

Incorrect Tax calculation for Australia orders in Connector #218

Closed Kirti-Ghuge closed 1 month ago

Kirti-Ghuge commented 1 month ago

how to set an Australian Shopify NS connector site so the tax calc (GST) from Shopify (Shopify calc) flows through to NetSuite

Is there any setting to override tax & accept Shopify tax calc or they need to perform something backend to override with Shopify calc into NS for Australia GST tax calc the orders are not getting pushed to Netsuite troughing an error of amount mismatched, upon further investigation we come to the know that the issue is because of the tax rate as netsuite set the tax rate as 9.99 where it should be 10% & when we do the calculation using 10% in Netsuite there is a difference of 0.01 you can check this on bellow screenshot fo the same order which we force post & corrected the tax rate to 10%.

Kirti-Ghuge commented 1 month ago

Earlier when we force post the Tax rate was

image

Tax issue.docx

steve-s commented 1 month ago

This is probably not the right place for this issue. It looks like an issue/request for either NetSuite (https://www.oracle.com/corporate/acquisitions/netsuite/support.html) or Shopify, seems like nothing to do with FastR (the R language implementation on GraalVM)