issues
search
albertosml
/
fgen
Application which allow users to emit invoices and delivery notes from their customers to other customers.
GNU General Public License v3.0
0
stars
0
forks
source link
IMP-22: Group PDF invoices in one
#202
Open
albertosml
opened
10 months ago
albertosml
commented
10 months ago
Desired flow steps:
Go to invoices (customer or trader).
Select a date interval to get the invoices PDF.
For each selected invoice, get the PDF.
Combine all those PDFs in one.
albertosml
commented
9 months ago
Alternatives to solve this problem:
Use this
program
.
Create an output spreadsheet where I will add copies of each sheet of each selected invoice. Finally, I export that global spreadsheet to PDF, so we have all invoices combined on a single PDF.
Desired flow steps: