Hello everyone,
I could use a bit of your help if you have a second.
I am currently generating an invoice with pricing, invoice number, grand total… etc.
I want to create a second “invoice” without overwriting the content from the first.
So I will add another invoice link beside the existing one, but when I click it, I want a separate “trimmed” version of the complete invoice generated. So I want to query the same database fields but only display specific ones on the “trimmed” invoice. Or just print certain fields on the trimmed invoice.
Can I simply create a separate invoice template file and call that file with my selected content?
Your advice is greatly appreciated.