Home
Softono
react-pos-management-system

react-pos-management-system

Open source JavaScript
37
Stars
25
Forks
1
Issues
1
Watchers
3 years
Last Commit

About react-pos-management-system

React POS Management System is a comprehensive point of sale application built with React, Redux Toolkit, and MongoDB. It streamlines retail operations by providing robust tools for inventory and order management. The system features basic stock management capabilities, allowing users to monitor product levels effectively. Users can filter products by category to quickly locate items during sales. The platform supports the full order lifecycle, including creating new orders and generating invoices for completed transactions. Security is integrated through role-based authorization, which controls the ability to edit or delete products and orders based on user permissions. The application requires Node.js version 16 or higher for installation. Setup involves using npm to install dependencies separately for the backend and frontend directories, followed by launching the development server. This solution is ideal for small to medium businesses seeking a customizable, web-based interface to manage sales and invent

Platforms

Web Self-hosted

Languages

JavaScript

React Pos Management System

A simple ordering system using React, Redux Toolkit and MongoDB.

Features

  • Basic Stock Management.
  • Filter products by categories.
  • Creating orders and invoicing created orders.
  • Ability to edit and delete products and orders according to authorization status.

Installation

  1. Node.js 16+
  2. Use npm package manager to install pos management on your computer.
  3. cd /backend npm install
  4. cd /frontend npm install
  5. "npm run dev"
    
    ## Screenshot