-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[15.0][IMP] account_check_report many fixes and improvements #723
base: 15.0
Are you sure you want to change the base?
Conversation
def7142
to
7bf6bc0
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
024dcb1
to
e62d4fd
Compare
fbd26bc
to
a275bd2
Compare
…yment only not other payments [IMP] account_check_report: show amount residual at the payment date, not on todays date [IMP] account_check_report: show direct refund applied on invoices paid by the check e.g. 2 invoices and a refund for those 2 invoices should appear, even if the refund includes separate invoices [IMP]account_check_report: button invoices show all related invoices + direct refunds [IMP] account_check_report: add test coverage [IMP] account_check_report: do not print more than one line by invoice. Currently, if there are several receivable/payable lines, for example, due to payment terms the invoice appears multiple times
a275bd2
to
c51ac4e
Compare
🎶🐛🎶 "cri-cri... cri-cri... criiiiiiick!" 🐜🎶🐛 |
Who truly makes 🎶 cri-cri 🎶 is the 🪳🦗 |
[FIX] account_check_report: payment amount should consider current payment and not other payments
[IMP] account_check_report: show amount residual at the payment date, not on today's date
[IMP] account_check_report: show direct refund applied on invoices paid by the check e.g. 2 invoices and a refund for those 2 invoices should appear, even if the refund includes separate invoices
[IMP]account_check_report: button invoices show all related invoices + direct refunds
[IMP] account_check_report: add test coverage
[IMP] account_check_report: do not print more than one line by invoice. Currently, if there are several receivable/payable lines, for example, due to payment terms the invoice appears multiple times
[FIX] Do not show "Check: False" when there is no check number, do not show anything instead.
Kind of forward porting this #397 --> Screenshots for the different fixes are provided there
The changes in the payment document itself can be reverted if only the report is accepted.