Thanks for any help in advance.
Currently have a database that's main table has individual jobs. Each job has multiple 'parts'. I'd like to be able to create multiple invoices for each job because sometimes we are forced to bill by part instead of by the entire job. What I'd like to be able to do is create an invoice based on a single job, but pick and choose what 'parts' it populated from the job table.
Example:
Let's say we have a job that requires fabricating 3 unique items. The job table would include all of the information, including price, for each of the unique parts.
If the buyer requires it, I'd like to be able to have 3 separate invoices that all populate the information from each individual part. Alternatively we might have to include 2 parts on one invoice and 1 part on another invoice.