0
votes
1answer
921 views

Invoice table design

I am creating an invoice table for the customers. Sometime they will have to send me the commission fees or sometime I send them fees (account balance). How to design a invoice table in this ...
0
votes
1answer
116 views

Invoice table: Send fees and Receive Fees

I am creating an invoice table for the customers. Sometime they will have to send me the commission fees or sometime I send them fees (account balance). How to design a invoice table in this ...
2
votes
2answers
1k views

Data modelling draft/quote/order/invoice

Im currently working on a small project in which I need to model the following scenario: Scenario Customer calls, he want an quote on a new car. Sales rep. register customer information. Sales rep. ...
0
votes
4answers
744 views

SQL: table design for ship/invoice address and SELECT CONCAT problem

I have a simple customers table designed this way (I report only some fields, the ones regarding this qeustions): + ----------- + --------------- + ---------------- + + customer_id + invoice_address ...
0
votes
3answers
268 views

prevent duplicate invoice no. against particular ID

I have confusion on how to prevent duplicate InvoiceNo against CompanyId. I just have prepare an Invoice project that has field like CompanyId and InvNo. Both do not have Unique Keys because Company ...
1
vote
4answers
1k views

Generating Invoices

I need to generate invoices in large batch which will be transformed to EDI and transported to our HQ. There is an order table with all the orders coming in. At some point in the day I have to grab a ...