If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Help with DB design for additive manufacturing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-09-09, 18:15
vtjman vtjman is offline
Registered User
 
Join Date: Mar 2009
Posts: 3
Question Help with DB design for additive manufacturing

Ok I have been beating my head against the wall for several weeks on this. I have limited database design skills. I have been assigned the task of creating a manufacturing inventory database for the manufacturing of additives and other chemical products using MS SQLServer.

I need to track the ordering of new raw material (from PO)

I need to track the delivery of raw materials, in liquid or solid form, delivered via tanker trucks, or freight if drum based. Each delivery comes with a lot # used to track where it came from. (have to track amount delivered, date, time delivered, location, etc)

I then need to track how much of each raw is in several holding tanks.

I need to track the amount used (and remaining) of each raw after a blend of various raws together to form our final "product".

I need to track how many containers are created in this blending phase, drums, gallons, pints, etc.

I need to track when an order comes in for some final product (PO again)

I need to track the amount shipped for each order (and decrease the final product stock)

I am stuck on how to track the raws coming in (need a history of delivery), then whether to track the same raws being used in the same table or a different table. I just separated the raw_delivery table and the lot_num table (they used to be one table 'lot_num'). I haven't even gotten to the point of dealing with changing raws to finished product.

I question how I am going to track the current inventory of raw materials. Do I store that info in the database somewhere or calculate it someone? I have read that people do one or the other.

I have attached my relationship diagram so far, some things are just sitting there not related to anything yet.

Any help would be appreciated. Thanks very much
Attached Thumbnails
Help with DB design for additive manufacturing-db_erdiag3-9-09.jpg  
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On