-
Notifications
You must be signed in to change notification settings - Fork 106
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
[13.0][FWD] Add backend invoice options #781
[13.0][FWD] Add backend invoice options #781
Conversation
In the current implementation only invoices linked to a sale order and in a paid state can be downloaded by the customer. As this can be limiting for some implementation, a configuration page is added in the backend view with two options changing the scope of invoices allowed for download : * Allow for open invoices * Disable the restriction on invoice being linked to sale order By default those options are set so the current domain on invoices is not changed. Also a third option is added to the configuration to allow for selecting a specific report to use for the pdf generation.
a22f7fa
to
f443148
Compare
@lmignon would you have time for a review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @simahawk LGTM (Code review).
A new nice feature!
/ocabot merge minor |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 014d97c. Thanks a lot for contributing to shopinvader. ❤️ |
FWD port of #778
TODO once merged: backport improvemets to #778