Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 4.16 KB

README.md

File metadata and controls

68 lines (57 loc) · 4.16 KB

possys thumbnail POSsys possys badge

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.

Table of Contents

Features

Main Features

new transaction   payment   receipt

  • 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   transaction list   transaction

  • 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.

Additional Features

main menu   add item

  • Numeric Menu - Navigate the application using numbers assigned to every action/selection.
  • Colored Text - Helps user identify choices and navigate the application.

Entity Relationship Model

Entity Relationship Model

Installation

  1. Download the latest version of POSsys.
  2. Install POSsys-1.0.0-Beta.exe.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments