Expected Behavior
When the QR-Code is activated and a customer has paid 50% of the invoice amount. If I generate a new PDF of the invoice. The QR-Code will display the remaining amount of the invoice in my banking application.
Current Behavior
The QR-Code shows me the total amount of the invoice in my banking application, not the amount still to be paid.
Possible Solution
Change the variable that sets the amount in the QR-Code.
#1129
Steps to Reproduce
- Create an invoice with QR-Code enabled.
- Generate a PDF and scan the QR-Code to see the total amount.
- Pay half the invoice.
- Generate a new PDF of the invoice and scan the QR-Code.
- See that the sum is still on the invoice total, not what remains to be paid.
Detailed Description
It's all in the pull request. #1129
Expected Behavior
When the QR-Code is activated and a customer has paid 50% of the invoice amount. If I generate a new PDF of the invoice. The QR-Code will display the remaining amount of the invoice in my banking application.
Current Behavior
The QR-Code shows me the total amount of the invoice in my banking application, not the amount still to be paid.
Possible Solution
Change the variable that sets the amount in the QR-Code.
#1129
Steps to Reproduce
Detailed Description
It's all in the pull request. #1129