Skip to content

Simple-POS is a demo of a Point-of-Sales system that could be used in a restaurant.

Notifications You must be signed in to change notification settings

viduni94/simple-pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLE-POS

Simple-POS is a Point-of-Sales system that could be used in a restaurant.

Credentials to login

email: [email protected]
password: 123

Installation

git clone https://github.com/viduni94/simple-pos.git
cd simple-pos/server
npm run simple-pos

Usage and Features

  • Reach the system using a web browser
  • Directs to the login screen if not already logged in
  • Login using username and password
  • Directs to the order list immediately after login
  • See all the currently open orders in the order list
  • View order details of an order by clicking the order in the order list
  • See all the items in the order, and their prices, and the total amount in the order detail view
  • Add new items to an order from the order detail view
  • Remove items from an order, from the order detail view
  • Modify the item count in an order, from the order detail view
  • Navigate away from the order detail view without having to explicitly save the order
  • Create new order
  • Add a new customer before creating an order
  • Find existing customer before creating an order
  • Change the status of an order and checkout the order
  • View menu and it's items

Author

Viduni Wickramarachchi

About

Simple-POS is a demo of a Point-of-Sales system that could be used in a restaurant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published