M
mogens
I have three tables from which I would like to create an invoice:
orders
Contains 1 line per order with header information
orders_products
Contains 1 line per product included in the order. Each line to be
printed on the invoice
orders_total
A table including invoice totals for the order with a least 1 line per
order. This could be a line for the product subtotal, a line for
freight, a line for tax and a line for the invoice grand total.
I do not quite understand how to make orders_products print out its
lines first, and then after this print the lines from orders_total.
Can it be done using subreports, or???
orders
Contains 1 line per order with header information
orders_products
Contains 1 line per product included in the order. Each line to be
printed on the invoice
orders_total
A table including invoice totals for the order with a least 1 line per
order. This could be a line for the product subtotal, a line for
freight, a line for tax and a line for the invoice grand total.
I do not quite understand how to make orders_products print out its
lines first, and then after this print the lines from orders_total.
Can it be done using subreports, or???