I need to design a database to track available stock of uniform items.
I want to have details of how many of each item eg shirt size 40" are in stores plus details of what uniform items have been issued to cadets.
Also from time to time we will order more of certain items.
What is the best structure? Would I be better storing available stock as a calculated field or holding it in a table?
I want to have details of how many of each item eg shirt size 40" are in stores plus details of what uniform items have been issued to cadets.
Also from time to time we will order more of certain items.
What is the best structure? Would I be better storing available stock as a calculated field or holding it in a table?