-
Notifications
You must be signed in to change notification settings - Fork 186
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
Custom branding: PDF reports #4426
Comments
ProposalGoalThe user should be able to customize the data displayed in the PDF reports related to:
ImplementationAdd the new plugin's settings and use them if the custom branding is enabled. We want to offer the users the possibility to add whatever they like in the header and the footer of the PDF reports, not only the website, the email and the copyright, as seen in the example. New settings
Tasks
|
I added the new settings and adapted the generation of PDF reports. I think it will be interesting to support multiple lines. This requires changing the input type (and the input form in the Tasks
|
Should we allow the users to use empty strings in these values? In that case, anything will be displayed in the related sections of the PDF. |
|
Enhancement suggestionI was investigating the possibility to resize the custom logo in the PDF reports. It is possible to use the We could use it to avoid the custom image overlay the text of the report. |
Update
|
Description
As described in #4392, we need to add the ability to white-label the reports generated by the App.
Pre-conditions
Tasks
Custom logo
Definitions
Strategy
These 2 logos will live in the app's space simultaneously (the paths are yet to be defined). The app will always use the custom_logo. The following states and mutations are allowed:
Depends on: #4443
The text was updated successfully, but these errors were encountered: