Hello Everyone..
Just wonderd if anyone could shed some light on an issue i am having with calculating stock levels (quantity on hand) for products in my database. I will try to explain as best as i can..
My approach to calculating a stock level is similar to the Allen Browne theory.
I am currently using a Stock take table, Orders Received table (stock received from suppliers) and a Sales table to produce the result using Queries, for example imagine we have 1 product which is Dog food (ID = 1)
Product ID = 1
Sum of Quantity At Stock Take = 10
+
Sum of Quantity Received in orders = 10
-
Sum of Quantity sold = 5
= 15 left in stock
I have this part working fine, it is showing up in a report perfectly, for each month, with a stock take happening on the 1st of each month as a starting point.
The ISSUE is if we have 10 cans of dog food at the stock take, but none are received in any orders and 3 have been sold, the report does not show the dog food quantity which should be 7 in this case.
I know that this is because if none were received then the calculation cant add any quantity received because non were received.
Im not sure if im working this out incorrectly by using queries but just cant seem to figure it out.
I hope i made sense of the situation, and im sorry for the BIG post but any support would be very much appreciated.
Cheers, Scott.
Just wonderd if anyone could shed some light on an issue i am having with calculating stock levels (quantity on hand) for products in my database. I will try to explain as best as i can..
My approach to calculating a stock level is similar to the Allen Browne theory.
I am currently using a Stock take table, Orders Received table (stock received from suppliers) and a Sales table to produce the result using Queries, for example imagine we have 1 product which is Dog food (ID = 1)
Product ID = 1
Sum of Quantity At Stock Take = 10
+
Sum of Quantity Received in orders = 10
-
Sum of Quantity sold = 5
= 15 left in stock
I have this part working fine, it is showing up in a report perfectly, for each month, with a stock take happening on the 1st of each month as a starting point.
The ISSUE is if we have 10 cans of dog food at the stock take, but none are received in any orders and 3 have been sold, the report does not show the dog food quantity which should be 7 in this case.
I know that this is because if none were received then the calculation cant add any quantity received because non were received.
Im not sure if im working this out incorrectly by using queries but just cant seem to figure it out.
I hope i made sense of the situation, and im sorry for the BIG post but any support would be very much appreciated.
Cheers, Scott.