Coder Social home page Coder Social logo

pointofsales's Introduction

PointOfSales

Introduction

This is a simple full stack application that can help record sales and purchases in stores. An application based on ExpressJS, PostgresQL, EmbeddedJS or EJS, JQuery and Node.JS.

What is a Point Of Sales?

Point of Sales (POS) is a system that is used in the needs of various types of retail business to be able to facilitate the process of buying and selling transactions quickly, safely and systematically.

Client side code is written in EJS and the server API is written in ExpressJS.

Before You Begin

Prerequisites

Technologies

Front End:

  • EmbeddedJS
  • HTML
  • TailwindCSS
  • JQuery

Source files in PointOfSales/views/ folder

Back End:

  • Node.JS
  • ExpressJS
  • bcrypt
  • express-session

Source files in PointOfSales/ folder

DataBase Management System (DBMS):

  • PostgresQL

Entity

User

  • Email
  • Password
  • Role (Administrator or Operator)

Customer

  • Customer Name
  • Address
  • Phone Number

Supplier

  • Supplier Name
  • Address
  • Phone Number

Quick Start

Open terminal to run the server

# Clone the repository
git clone https://github.com/rafiizzaturohman/PointOfSales

# Go inside the directory and install all dependencies
cd PointOfSales && npm install

# Start Server
npm start

This application should run on port 3009, you can access it through browser, just go to http://localhost:3009/.

Features

  • Log In and Log Out
  • Password validation
  • Create new account

Note: Only admins can create new accounts

  • Earning and Overview Diagram
  • Notifications

Note: Notifications only show if you are logged in as Admin

  • Data Filter in Dashboard
    • By Start Date
    • By End Date
    • By Start Date and End Date
  • Earning Monthly Report
  • Earning Monthly Data Download (.csv file)
  • And more.

You can check all features on my youtube channel for demo. Link: https://youtu.be/cWl0g3xPRes

Default Account

Admin

Email: [email protected]
Password: 123

Operator

Email: [email protected]
Password: 1234

Screenshot



Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.