I would to make an invoice so you have the header information (fields like date, number of invoice (primary_id), customer_id, description etc.) And then you have a detaill of the invoice... like the number of invoice (foreign key), product_id, description of the product, unit,
price etc. So I was thinking that I can create a form for the header information in one
table but the information for the invoice_detail in another table(detail_table) I need to pass the primary_id to link transacction and save the information to the detail table. The main idea is to make this but very user friendly and easy to add a new transacction, if anyone can help please.
I know that we can do this ChronoForms v4.
Regards.
price etc. So I was thinking that I can create a form for the header information in one
table but the information for the invoice_detail in another table(detail_table) I need to pass the primary_id to link transacction and save the information to the detail table. The main idea is to make this but very user friendly and easy to add a new transacction, if anyone can help please.
I know that we can do this ChronoForms v4.
Regards.