geekpgh / mastersproject

The masters project for SWENG 500 team 3
4 stars 2 forks source link

User can enter bottle data #17

Closed geekpgh closed 11 years ago

geekpgh commented 11 years ago

Users need to be able to enter data when adding completed batches to the inventory. Important information includes:

1) Timestamp 2) Number of bottles 3) Volume, EX 750 mL 4) Aging completion date 5) Aging alert

The bottle should be linked back to the batch.

geekpgh commented 11 years ago

This overlaps or may be a dupe of issue #31

geekpgh commented 11 years ago

The models for this should already be there, I think the "Inventory" is the "Cellar" model.

geekpgh commented 11 years ago

@GIdeus Actually completed the cellar functionality. This is done.