Hi
I am developing a db for quotes, orders, delivery noted and invoices.
Each type of document (quotes, orders, delivery notes, invoices) is divided in two tables, one for the headers and another one for the details (lines)
I would like to allow my users to generate an order from an existing quote, a delivery note from an existing orsder, and invoices from existing delivery notes. The details (lines) of each document should be transferred from one type of document to the next, and all the header detyails should be copied too.
What is the simplest way to go around this?
Thanks a lot