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.
- Download the latest version of POSsys.
- Install POSsys-1.0.0-Beta.exe.
This project is licensed under the MIT License - see the LICENSE file for details.
- Visual Studio Code: For development environment.
- Advanced Installer: For installer.
- Database Tour: For database manager.
- SQLite: For serverless database.