A Console application that can process sale transactions of a store. This application features a computer store. It has a database where products are retrieved and transactions are saved. Users can navigate through the console using the numeric menu. When starting a new transaction, user can add items, check out and generate their receipt. Other transactions can also be done through the application like checking the inventory, retrieving previous transactions and reviewing reports.
- New Transaction - Add or search for an item and a receipt will be generated containing the necessary transaction information.
- Item Searching - Items can be searched using item ID, keywords or classification. By inputting an item's ID or typing the keyword, the application automatically knows if it's an ID or a keyword.
- Receipt - Processing a transaction will generate a receipt containing the items, prices, payment, VAT, transaction ID and date-time.
- Inventory - Check the stock and price of any product.
- Transaction List - Check the list of all transactions and retrieve transaction information.
- Statistics - Display the total items sold, transactions, gross and net amount.
- Numeric Menu - Navigate the application using numbers assigned to every action/selection.
- Colored Text - Helps user identify choices and navigate the application.
The entity relationship model diagram above indicate the relationship of different tables and columns in the database as well as their datatype. Up-to Third Normal Form (3NF) database normalization technique was implemented to reduce data duplication and prevent update, insertion, and deletion anomalies.
- Download and install the latest version of POSsys.
This project is licensed under the MIT License - see the LICENSE file for details.
- Advanced Installer: For installer.
- Database Tour: For database editor.
- SQLite: For serverless database.









