Missing setting
LarsK1 opened this issue · 5 comments
LarsK1 commented
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
Hi,
Happy to add this but can you please provide more details, what change is needed in the frontend?
LarsK1 commented
Hi,
you would need to add a new bool toogle which changes the client property "merge_e_invoice_to_pdf".
hillelcoren commented
Ok, thanks. What does this do?
LarsK1 commented
It's an toggle to enable the merging of the einvoice to the pdf-file. So embedding the xml in the pdf.
hillelcoren commented
Got it, thanks!