-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Option to Add Organization Logo in PDF Generated Report #52 #146
feat: Option to Add Organization Logo in PDF Generated Report #52 #146
Conversation
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.
This lacks any way for them to choose or upload the logo, so it isn’t finished yet.
Please add the option to enable and upload a logo on the ReportsTab.vue
in the settings menu.
It should have a slider toggle to enable which then allows them to access a file selector input.
This will require a new key titled “reportLogo” in the config.json
and default configuration. The settings menu should update this config with the path to the file they choose.
You can then remove the checkbox from the settings panel and remove logo from the session.
@dacoaster . I have fixed the ui as you mentioned. |
@dockabernathy01 - see requested changes |
@dacoaster , As you can see in the code, I have saved the logo to new_logo image. |
@dacoaster , I have changed the code as you mentioned. |
@dacoaster , I have fixed the code as you mentioned. |
@dacoaster , Can I check in your computer using Anydesk? |
feat: Option to Add Organization Logo in PDF Generated Report #52
Issue Number: #52
I have added a option to add organization logo in PDF.