Skip to content

trngbro/pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POS Webapp

The product of CS502070

Build Status

Develop a website that provides Point of Sale functionality for the purpose of selling at a retail store of phones and accessories. The users of this web app are salespeople and administrator at a phone store. Phone buyers are not users of this web app. Basically, this web app needs to provide functions such as: sales transactions, product management, employee management, viewing reports and statistics. This type of application is commonly found in retail stores in Vietnam such as electronics, clothing, food and beverage stores or supermarkets.

  • Sale point
  • Management store
  • ✨Anwsome ✨

Features

Based on As VDHong writes on the Markdown site

  • Account management
  • Product Catalog Management
  • Customer Management
  • Transaction Processing
  • Reporting and Analytics

Tech

This uses a number of open source projects to work properly:

Installation

POS requires Node.js v20+ to run.

Install the dependencies and devDependencies and start the server.

cd 'folder-path'
git clone https://github.com/trngbro/pos.git
cd final-report
./run.bat
npm i
npm start

As MacOS, must convert .bat file to .sh file

cd 'folder-path'
git clone https://github.com/trngbro/pos.git
cd final-report
run.sh
npm i
npm start

Ready to use in your browers:

localhost:3334/login

Our

DigitalOcean Referral Badge

Scripts included:

  • Bootstrap
  • Font Awesome
  • jQuery-Autocomplete
  • FullCalendar
  • Charts.js
  • Bootstrap Colorpicker
  • Cropper
  • dataTables
  • Date Range Picker for Bootstrap
  • Dropzone
  • easyPieChart
  • ECharts
  • bootstrap-wysiwyg
  • Flot - Javascript plotting library for jQuery.
  • gauge.js
  • iCheck
  • jquery.inputmask plugin
  • Ion.RangeSlider
  • jQuery
  • jVectorMap
  • moment.js
  • Morris.js - pretty time-series line graphs
  • PNotify - Awesome JavaScript notifications
  • NProgress
  • Pace
  • Parsley
  • bootstrap-progressbar
  • select2
  • Sidebar Transitions - simple off-canvas navigations
  • Skycons - canvas based wather icons
  • jQuery Sparklines plugin
  • switchery - Turns HTML checkbox inputs into beautiful iOS style switches
  • jQuery Tags Input Plugin
  • Autosize - resizes text area to fit text
  • validator - HTML from validator using jQuery
  • jQuery Smart Wizard

Other templates and useful resources

  • Free Bootstrap Admin Templates - List of the best Free Bootstrap admin dashboard templates that are available for free for personal and commercial use.
  • Free Admin Templates - Long list of the best free HTML5 powered admin dashboard templates. Available for personal and commercial use.
  • Angular Templates - List of the most popular admin templates based on AngularJS.
  • WordPress Admin Templates - List of the best WordPress admin dashboard templates and plugins that will add a personal touch to your WordPress dashboard.
  • WordPress Themes - A huge selection of the best free WordPress themes that are all licensed under GPL and are available for personal and commercial use without restrictions.

License

This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. But you always need to state that Own is the original author of this project.

Project is developed and maintained by ungraduate student of TDTU, which main template of Gentelelela.

Video demo

Click here.

Releases

No releases published

Packages

No packages published