Discussions
Invoice amounts off by 1 penny in webservices
Has anyone else seen this behavior?
We are using Avalara for taxation.
over 60% of our invoices return different numbers in the UI vs the WebServices.
UI Values
SubTotal 4854.70
TaxTotal 327.70
InvoiceTotal 5182.40
Soap response below. Notice the taxTotal and Invoice total are each 1 cent less than the UI view.
tranSales:subTotal>4854.7</tranSales:subTotal>
<tranSales:revenueStatus>_completed</tranSales:revenueStatus>
<tranSales:recognizedRevenue>4854.7</tranSales:recognizedRevenue>
<tranSales:revRecOnRevCommitment>false</tranSales:revRecOnRevCommitment>
<tranSales:discountTotal>0.0</tranSales:discountTotal>
<tranSales:taxTotal>327.69</tranSales:taxTotal>
<tranSales:total>5182.39</tranSales:total>