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
When creating a deposit invoice and chosing 'all lines identical', the computation of subtotals is lost.
This is the original order:
Then we create a deposit invoice with all lines identical (here rate is 30%) :
This is the resulting invoice : subtotal lines are lost
This is due to problems in quantities : quantities of subtotal lines are set to 30% of the original quantity (here 0.3 and 29.7 instead of 1 and 99). These are the lines for the faulty invoice:
When creating a deposit invoice and chosing 'all lines identical', the computation of subtotals is lost.
This is the original order:
Then we create a deposit invoice with all lines identical (here rate is 30%) :
This is the resulting invoice : subtotal lines are lost
This is due to problems in quantities : quantities of subtotal lines are set to 30% of the original quantity (here 0.3 and 29.7 instead of 1 and 99). These are the lines for the faulty invoice:
When correcting the quantities and setting to (1; 99) instead of (0,3 ; 29,7), the lines of the invoice are correct.
Suggested fix:
On trigger INVOICE_CREATE
IF
THEN
The text was updated successfully, but these errors were encountered: