Quotes with lineAmountTypes=inclusive returning wrong unitAmount
Unlike invoices, if lineAmountTypes='INCLUSIVE', quotes return the items with unitAmount having the tax deducted.
Example (invoice):
1. Invoice created with lineAmountTypes=Inclusive with 1 item with unitAmount=100, quantity=1.
2. GET invoice returns the invoice with the item. unitAmount field is correctly showing 100
Example (quote):
1. A Quote is created with lineAmountTypes=INCLUSIVE with 1 item of unitAmount=100, quantity=1.
2. GET quote returns the quote with the item's unitAmount=86.96 (86.96+15% GST = 100) which is wrong.
-
Thanks. An issue tracker has been created for this for further investigation.
Note: This Uservoice forum is intended for feature requests only. For possible bugs, it is best that you contact Xero directly