Hi,
I would like to create something like invoice. for example, i have a table that stores order number, supplier id and order date, another table stores detailed order information (which products were ordered, quantity etc.). I would like to create an input form, which adds to two tables simultaneously - an operator fills order information and then ads products as necessary. Is such thing possiple with PHPRunner?
I read about master-detail implementation, but it says nothing about such input forms.