J
Jaybird
I've created an Invoice form which seems to work pretty well for creating
invoices, but now the Office folks would like to add some functionality.
Right now, we track our orders by Order Number. The Order Entry table
includes information that is unique to the order as a whole. There is also
an associated Order Details table which includes information specific the
line item for a specific order. The Part Numbers table includes information
that is standard to the Part Number. Right now the Invoice information is
included on the Order Entry table. My thinking was that the relationship of
invoices to order was one to one. I have since learned that it isn't so and
that sometimes the same order for the same purchase order is invoiced more
than once to correct billing errors. So, I've decided that I need an Invoice
table. On it would be my Invoice Number as a Primary Key, my Batch Number,
the customer PO, the Invoice Date, the Total Amount Owed and the Total Amount
Paid. I don't want to get blind sided again, so I was hoping some of you
could critique my plan of action and maybe give me some suggestions that will
anticipate future added functionality. I don't work in the office, so I'm
not sure what they are going to want. Anyhow, your input will be appreciated.
invoices, but now the Office folks would like to add some functionality.
Right now, we track our orders by Order Number. The Order Entry table
includes information that is unique to the order as a whole. There is also
an associated Order Details table which includes information specific the
line item for a specific order. The Part Numbers table includes information
that is standard to the Part Number. Right now the Invoice information is
included on the Order Entry table. My thinking was that the relationship of
invoices to order was one to one. I have since learned that it isn't so and
that sometimes the same order for the same purchase order is invoiced more
than once to correct billing errors. So, I've decided that I need an Invoice
table. On it would be my Invoice Number as a Primary Key, my Batch Number,
the customer PO, the Invoice Date, the Total Amount Owed and the Total Amount
Paid. I don't want to get blind sided again, so I was hoping some of you
could critique my plan of action and maybe give me some suggestions that will
anticipate future added functionality. I don't work in the office, so I'm
not sure what they are going to want. Anyhow, your input will be appreciated.