This topic is locked

Print Master, Details and Subdetail on the same page

3/5/2019 6:15:00 AM
PHPRunner General questions
I
itmann author

Hi everybody,
i am wondering if there is a possibility to print out 2 Levels Details tables.

This is what I want to achieve:
I am setting up a software for a transport company.

The client gives a transport order and each order contains several tours.

At the end of every month I need to send an invoice to the client containing his orders during the current month including the tours that belongs to each order.
So the invoice structure should look like this:
[Client Address]
-Order Nr. 1

------------Tour Nr. 1

------------Tour Nr. 2

------------Tour Nr. 3
-Order Nr. 2

------------Tour Nr. 1

------------Tour Nr. 2

------------Tour Nr. 3
All Tables are Linked with (Client-ID and Tour-ID)

The Print Page prints only the orders. I don’t see a possibility to print out the tours although they are assigned as Detail Table for the orders.
Any idea how to get this job done?