StockPal is an inventory management application, designed to help small business owners like you to manage your stock-taking effectively.
StockPal is a command line interface (CLI), which means that it is run using a text-based interface such as the Command Terminal on windows or Terminal on MAC.
1. Inflow Command Feature
This feature enables user to increase the quantity of the specified product whenever there is an increase in stock.
This feature is essential to StockPal, an inventory management app, to keep track of user’s stock efficiently.
A user will be able to keep track of their current inventory easily and prevent excess inventories.
2. Outflow Command Feature
This feature enables user to decrease the quantity of the specified product whenever there stocks are sold.
This feature is essential to StockPal, an inventory management app, to keep track of user’s stock efficiently.
A user will be able to keep track of their current inventory easily and prevent issues like overselling.
3. Notification of Low Quantity Products
This feature will notify the user when the quantity first dips below the threshold quantity (Threshold Quantity: 20).
A list of Low Quantity Products will be shown when the StockPal exits.
The feature is essential to StockPal as we want our users to be notified when their products are running low.
This will prevent situations such as ‘Out of Stock’.
Wrote unit testing for Inflow and Outflow Commands. #31
Added documentation for the features inflow
and outflow
.
#89
Added documentations for the features inflow
and outflow
.
Added sequence diagrams for the respective features as well.
#76