You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems like quantity is being considered from totals. Given an invoice with one line only (quantity 10, price 81.30). With VAT of 23% the total should be 999,99 (81.30 * 10 * 1.23), but getTotals() is returning the value of a single item. Please see the XML and getTotals result below.
Hi,
It seems like quantity is being considered from totals. Given an invoice with one line only (quantity 10, price 81.30). With VAT of 23% the total should be 999,99 (81.30 * 10 * 1.23), but getTotals() is returning the value of a single item. Please see the XML and getTotals result below.
getTotals result
XML File
Sorry if I am missing anything obvious.
Thank you for the collaboration!
The text was updated successfully, but these errors were encountered: