Closed santostelmo closed 7 months ago
Looking at this functionality I see nothing specific to the Swiss localization, it could be helpful for other localization. IMO this should be proposed on https://github.com/OCA/credit-control Also, it needs some test coverage.
Looking at this functionality I see nothing specific to the Swiss localization, it could be helpful for other localization. IMO this should be proposed on https://github.com/OCA/credit-control Also, it needs some test coverage.
It depends of l10n_ch_invoice_reports
as we want to print invoices + qr bill. I wanted to take advantage to that module that allows you to merge invoice + qr bill
But I check if I can avoid the dependency merging the 3 reports in memory (credit control summary + invoices + qr bills)
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. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.
Context
Credit account_credit_control module module helps to identify outstanding debt beyond tolerance level and setup followup method. It allows you to generate s summary report (per partner) with a reference of overdue invoices.
With that module we have the option to merge into credit control summary report, all the invoices (eventually with QR code) to be paid by the customer.