CS2103-AY1819S2-T12-3 / main

MediTabs: Medicine Stock Taking Application
https://cs2103-ay1819s2-t12-3.github.io/main/
MIT License
2 stars 4 forks source link

Add command to change threshold for "low stock" #85

Closed flxffy closed 5 years ago

flxffy commented 5 years ago

Current threshold is set to 20, ie. medicine with quantity less than 20 will be listed on the warning panel.

New command will change the default threshold. Format: warning e/LOWSTOCK_THRESHOLD

(Refer to NameContainsKeywordsPredicate class)

flxffy commented 5 years ago

Implemented in pull request #124