BertBoye Posted December 17, 2002 Posted December 17, 2002 I have the following problem. I have a people file with customers and one order file and one line_items. With this setup can I add one customer to one invoice, but I need to add more then one customer to the same invoice it could be 100 different customer in one invoice. For example, a hotel invoicing system: A group with a group leader called
Vaughan Posted December 17, 2002 Posted December 17, 2002 You need a join file between people and invoices, beause this is now a many-to-many relationship. But I have to express my doubts about the need for adding more than one customer at all.
BertBoye Posted December 18, 2002 Author Posted December 18, 2002 Thanks for your input. I actually have a file that is connecting the invoices together with the customers and it is working BUT, the whole process is complex moving a lot of information between files. Problem two in this is that it could happen that the customer paying the invoice
Recommended Posts
This topic is 8015 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now