Skip to content

v3rm0n/fratpos

Repository files navigation

Fraternity Point of Sale system

Build Status

Description

Very simple and primitive point of sale system designed for student fraternities.

Features

The system has two main views: PoS and Admin.

Point of Sale

Point of Sale has following features:

  • Choose the client
  • Add products to the shopping cart
  • Choose the type of the payment
  • Leave feedback

After choosing the payment type the transaction is complete and the transaction is shown in the Latest transactions table.

Admin

Admin has following features:

  • Manage users
  • Manage transactions
  • Manage payment types
  • Manage user statuses
  • Manage product quantities
  • Stocktaking
  • Manage feedback

What does stocktaking mean?

When you press the button Stocktaking the following happens:

  • All the users with nonzero balance
  • Al the transaction
  • All the products

are saved to a new structure called stocktaking and:

  • Balances are reset
  • Transactions are removed

Stocktaking can be seen as a HTML or downloaded as a CSV file.

Technologies

This project contains the following technologies.

Backend

Frontend

About

Custom PoS solution for student fraternities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published