billing software Database
Hi friends,I need the following help in building database with correct way:
I'm building small billing apllication for small business.
I have the following tables:
1. Client table: Holds the clients details
2. Service table: Holds the services kind the business gives (Internet,Cables,Internet and cables ...).
3. Payment table: Holds the payments of the service for each client.
4. Cheque table: Holds the cheques details, if the client pay to the service by cheque.
5. Cash table: Holds the cash mony, if the client pay to the service by cash.
6. Credit card table: Holds the credit card details,if the client pay to the service by credit card.
*. What I have to do on, I mean , how can I link between the payment methods tables (4,5,6) and the payment table 3 ?
*. Which kind of relationship ?
Please help
Best regards
Nikhil
|