Skip to content

AHG-BSCS/POSsys

Repository files navigation

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

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.

Installation

  1. Download and install the latest version of POSsys.

License

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

Acknowledgments

About

Process point-of-sale transactions from a database and save transactions to a database. Users can navigate through the console using the numeric menu and with the help of colored text for easier navigation.

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

Contributors

Languages