Hu1buerger / medlog

5 stars 0 forks source link

Keep track of inventory #1

Closed Hu1buerger closed 2 years ago

Hu1buerger commented 2 years ago

Patients have an inventory of medications. Taking a medication removes a piece.

Hu1buerger commented 2 years ago

10 extends this

Hu1buerger commented 2 years ago

65fe69b2 can add an item to stock. As of this stage Items can be added to the stock (but not removed). Tracking a medication intake can take from stock, but will silently fail if no item is in stock. Also taking a pharmaceutical that is not from stock will screw with the stock.

Hu1buerger commented 2 years ago

Tracking is kinda working (s.a.)