Is Sale Methodology Right

C

cjman

I have a batch table with the primary key BatchNo, BatchName, BatchType and
BatchDate. This is linked One to Many to a transaction table, with productID,
UnitAmount, Quantity, BatchNo. It is also Linked One to Many to a Payment
Table,
with BatchNo, AmountReceived, DepositNo, ReceiptNo, Payment Method and it
also linked One to Many to Customer Name Table. I end up with many to many
relationships. I have a Journal Table linked to Payment Table by DepositNo.
In the Journal Table I have field ReconciledDate. Most of my sale data
reports will be based on this reconciled date field. In some payment tables
2 to 4 different payments are received in different reconciled periods. Will
this structure cause a problem in writing reports later. For example, a
category sales breakdown report based on reconciled date. If it does cause a
problem in report structure what would be another approach to setting up the
relationships or tables. I do plan to add a shrinkage table to the batch
table also.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top