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 the default threshold for expiry dates #83

Closed flxffy closed 5 years ago

flxffy commented 5 years ago

Current threshold is set to 10 days, ie. medicine expiring in less than 10 days from today (local time) will be listed on the warning panel.

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

(Refer to NameContainsKeywordsPredicate class)

flxffy commented 5 years ago

Implemented with pull request #124