ullom
01-17-2007, 03:42 AM
Hello all! I have spent the better part of the night battling an inventory issue. I am building a Variance Reporting System for a beverage distributor. The items in the system are stored in both bottle and case quantity. I can convert the items to case or bottle using the bottles per case information from the database. Here is an example:
TOTAL COUNTED CS CALCULATION BY ITEM:
[cs count]+([btl count]/[btl per cs])=[cs count calc]
TOTAL ON HAND CS CALCULATION BY ITEM:
[cs oh]+([btl oh]/[btl per cs])=[cs oh calc]
TOTAL CS VARIANCE BY ITEM:
[cs count calc]-[cs oh calc]=[cs calc var]
Once I have calculated the variance by item, I need to provide a report to the warehouse staff to perform a second count. This report must show the following:
CS VAR:______ BTL VAR:______
Once I have the CS CALC VAR (24.17 for example), I cannot get a bottle count for the report. (.17 bottles would convert to 2 bottles in a 12 bottle case).
Sorry for the lengthy description, but it is late/early and I have been denting the wall with my head for a few hours over this one. Any help would be greatly appreciated.
Thanks in advance,
Cameron
TOTAL COUNTED CS CALCULATION BY ITEM:
[cs count]+([btl count]/[btl per cs])=[cs count calc]
TOTAL ON HAND CS CALCULATION BY ITEM:
[cs oh]+([btl oh]/[btl per cs])=[cs oh calc]
TOTAL CS VARIANCE BY ITEM:
[cs count calc]-[cs oh calc]=[cs calc var]
Once I have calculated the variance by item, I need to provide a report to the warehouse staff to perform a second count. This report must show the following:
CS VAR:______ BTL VAR:______
Once I have the CS CALC VAR (24.17 for example), I cannot get a bottle count for the report. (.17 bottles would convert to 2 bottles in a 12 bottle case).
Sorry for the lengthy description, but it is late/early and I have been denting the wall with my head for a few hours over this one. Any help would be greatly appreciated.
Thanks in advance,
Cameron