-
Notifications
You must be signed in to change notification settings - Fork 2
Home
dwebb4 edited this page May 4, 2017
·
3 revisions
In here you can learn about all of the functionality our product brings to Kinsley Engineering center. Our inventory management system is meant to help keep track of all the resistors in the building.
Inventories:
- Every room has an inventory, you can think of an inventory as a large shelf with racks, bins, and resistors.
- An inventory has a bin capacity and a user remove limit, for the number of resistors in a bin, these are controlled by the administrators.
- Rules: There can exist multiple (or 0) inventories in a single room, with unique (or identical) capacities and remove limits.
Racks:
- Racks are sections of an inventory that have tolerance and power ratings for the resistors, these are specified by the administrators.
- Racks are like smaller sections of an inventory that contain bins that only fit the specifications of the rack.
- Rules: There can exist multiple (or 0) racks in a single inventory, with unique (NOT identical) tolerance and power ratings.
Bins:
- Racks are sections of a rack that have resistance and counts associated with them, these are specified by the administrators.
- Bins contain the resistors, at this point the resistor has a resistance, tolerance, and power rating associated with it.
- Rules: There can exist multiple (or 0) bins in a single rack, with unique (NOT identical) resistance ratings. The user can freely add or remove resistors from the bins as long as they aren't exceeding the remove limits, capacities. All valid transactions will be stored in the transactions table found under the 'Your Profile' tab.