This topic is locked

Details table in another details table in a master table in add page

6/8/2015 3:23:00 AM
PHPRunner General questions
A
aptivus author

Hi everyone,

I have a project where I have this kind of tables:

ORDER -> BOX -> PRODUCTS IN BOX
So I would like to have an ADD (as well as EDIT and VIEW page) where I can fill in the main information about the ORDER and then ADD also the BOX configuration (quantity, type, term of sale) and for each BOX add one or more PRODUCTS with their specifics (quantity, name of product, price, price*quantity).
Can that be done? If yes, how?

I only succeded in having the BOX config in the ORDER add page.

No double nesting.
Sergey any hint?

Thank you very much