yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
59 stars 10 forks source link

feat: Option to Add Organization Logo in PDF Generated Report #52 #146

Closed MOONSTAR1220 closed 4 months ago

MOONSTAR1220 commented 5 months ago

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.

MOONSTAR1220 commented 5 months ago

@dacoaster . I have fixed the ui as you mentioned. Please check and let me know. And from now on, I will start with the new issue.

dacoaster commented 5 months ago

@dockabernathy01 - see requested changes

MOONSTAR1220 commented 5 months ago

@dacoaster , As you can see in the code, I have saved the logo to new_logo image. So when you choose an image to use as a logo, it will be saved to new_logo image. And I used this new_logo image in PrintView. But If you want to change, I will change this.

MOONSTAR1220 commented 5 months ago

@dacoaster , I have changed the code as you mentioned. Please check and let me know. Thanks.

MOONSTAR1220 commented 4 months ago

@dacoaster , I have fixed the code as you mentioned. I have removed openImage and added v-file-input. And I have finished feat: quicker download of report PDF #129 . After merging this PR, I will make PR with #129 . Thanks.

MOONSTAR1220 commented 4 months ago

@dacoaster , Can I check in your computer using Anydesk? If you are using setTimeout to delay the execution of print function by a few seconds, I think it will work.