So three tables: client, invoice and invoice_items
How to get a single invoice to display multiple items within the "invoice"
In other words, a single invoice "code" to display many items, within the invoice table itself (the reason is then a csv export is possible per invoice, with all item, item quantity, and item price in separate fields, while at the moment, each item is listed in the invoice items only)
I was thinking lookup fields, or hooks, or i dont really know??
Let me know if i need to explain better. I think im overcomplicating the thing, but any direction help would be awesome !!
Thanks in advance
