Ask a Question related to Coldfusion Database Access, Design and Development.
-
DuLaus #1
Inventory db query
Hi
I have to keep a running total of parts on hand (widgets) before ordering from
the wholesaler, then do another query if all are sold out on that day (just in
time delivery). The inventory column would be the maximum in stock that day,
and the sales would represent how many sold today.
Can anyone advise how to subtract the sales table (part) from the widgets
table (part). The part numbers will also be different from the example I have
given and could be something like XA-44, B2533 etc, depending on suppliers
(widgets) table.
Thanks
Widgets table
Part Inventory Description
A1 3 copper
A2 5 zinc
A2 7 gold
Sales table
Part Date Sold CustomerID
A2 11-Jul-05 41444
A3 11-Jul-05 53453
A1 11-Jul-05 82546
A1 19-Jul-05 21355
DuLaus Guest
-
Inventory location question
Im setting up a db for business software for a Audio video company. I have about 3000 items in inventory, and there are currenlty about a dozen... -
Inventory Tracker
Hi First thanks for your help Here's my problem I want to ouput a title (model number) with a table under wich will contain the dealers who... -
Displaying Inventory
I have a database containing over 700 items. I can display the data based on catagory such as bronze, ivory, paintings, etc.. I was wondering if... -
Inventory list
Howdy folks. How to manage an inventory list with two records that have the same catalogue number? There's a inventory file with following... -
Inventory Databases
I am wondering what advice people have about the following: Our company needs to keep track of purchased inventory (when purchased, how much,... -
DuLaus #2
Re: Inventory db query
Hi
Would maintaining an running inventory be better with using numbers for
comparison in these tables. What I was thinking of was having another column in
the sales table (sold) and sold being equal to 1. This would be inserted at
time of order in the sales table (sold) column.
Thanks
DuLaus Guest



Reply With Quote

