Seph
Member
- Local time
- Tomorrow, 00:33
- Joined
- Jul 12, 2022
- Messages
- 72
Good day good people of the internet.
I have a database that I use to keep track of jobs, invoices and quotes.
I also have to keep track of travel, stock and labour data linked to each of the above.
Below is my current database format:
When a record in the JobsT table has a corresponding record in TravelT, their linked via their JobsID field. Same applies for Quotes "QuoteID" and Invoices "InvoiceID".
It is working fine. But my issue comes in when I do financial query calculations.
Is this the correct flow or should I redo it to something like this:
I have a database that I use to keep track of jobs, invoices and quotes.
I also have to keep track of travel, stock and labour data linked to each of the above.
Below is my current database format:
When a record in the JobsT table has a corresponding record in TravelT, their linked via their JobsID field. Same applies for Quotes "QuoteID" and Invoices "InvoiceID".
It is working fine. But my issue comes in when I do financial query calculations.
Is this the correct flow or should I redo it to something like this: