invoiceninja / admin-portal

Invoice Ninja: Desktop/mobile admin portal built with Flutter
https://demo.invoiceninja.com
Other
1.6k stars 534 forks source link

Missing setting #655

Closed LarsK1 closed 2 months ago

LarsK1 commented 4 months ago

Hi, we added a new option in the last PR. Could you please add that option as well? (merge_e_invoice_to_pdf) https://github.com/invoiceninja/invoiceninja/blob/643f8a64c3bb3a41baa9ff27dda20fc08cba562a/app/Jobs/Entity/CreateRawPdf.php#L116

hillelcoren commented 4 months ago

Hi,

Happy to add this but can you please provide more details, what change is needed in the frontend?

LarsK1 commented 4 months ago

Hi, you would need to add a new bool toogle which changes the client property "merge_e_invoice_to_pdf".

hillelcoren commented 4 months ago

Ok, thanks. What does this do?

LarsK1 commented 4 months ago

It's an toggle to enable the merging of the einvoice to the pdf-file. So embedding the xml in the pdf.

hillelcoren commented 4 months ago

Got it, thanks!