StockPal is an Inventory Management System, designed for small business owners to use for their daily operations to keep track of their inventory. Users of StockPal interacts with it via the Command Line Interface, and it is written in Java.
Given below are my contributions to the project.
delete 2
will
delete a product with PID of 2 from the inventory.Code contributed: Reposense link
delete
feature. #86
exit
feature.