dhruvilsingh / POS

This is point of sale application to manage products, inventory, orders, sales reports at one place.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POS-spring

Feature of the application -

  1. Brand and Category Management:
  • Ability to upload and manage brand/category details using TSV files from the user interface.
  • View, create, and edit brand details through the UI for efficient organization.
  1. Product Management:
  • Upload and manage product details using TSV files, ensuring strict validation against existing brand-category records.
  • Seamless view, creation, and editing of product details via the user interface.
  1. Inventory Management:
  • Upload and modify product-wise inventory using TSV files, enabling dynamic adjustments during customer orders.
  • Effortless inventory editing for individual products, ensuring accurate stock maintenance.
  1. Order Creation and Management:
  • Smooth creation of customer orders by entering barcode, quantity, and MRP.
  • Instant reduction of inventory upon order creation, maintaining accurate stock levels.
  • Ability to edit existing customer orders for flexibility in managing sales transactions.
  1. Customer Invoice Generation:
  • Integration of a separate module for generating PDF invoices, allowing for easy printing.
  • Functionality to input required invoice fields, receiving Base64 encoded strings for PDF conversion and local storage.
  1. Reporting Enhancements:
  • Generation of detailed reports including inventory, brand, and sales reports for comprehensive business insights.
  • Users can download reports in TSV format for convenient data analysis and processing.
  1. Scheduler Integration for Daily Sales Updates:
  • Utilized Scheduler in Spring to create a job for updating daily sales data.
  • Automated process ensuring timely and accurate updates, enhancing system efficiency.
  1. User Authentication and Role-Based Access:
  • Basic signup page utilizing email for role assignment (operator/supervisor) based on predefined properties.
  • Role-specific access control ensuring operators or supervisors access only relevant functionalities.
  1. JUnit Testing:
  • Conducted comprehensive JUnit testing, achieving a 92% line and 98% method coverage.
  • Ensured robust code quality and functionality validation, guaranteeing system reliability across the application.

UI

  1. Index Page

Index Page

  1. Features Page

Features Page

  1. Login Page

Login Page

  1. Home Page

Home Page

  1. Brand Master Page

Brand Page

  1. Product Master Page

Products Page

  1. Inventory Master Page

Inventory page

  1. Orders Page

Orders Page

  1. Daily Sales Report

Daily Sales report

  1. Revenue Report

Revenue Report

  1. Brand Report

Brand Report

  1. Inventory Report

Inventory Report

How to run the applicaiton

  1. Install JDK 8 and Maven 3.9.6 (If you are using some other version then update the version in pom.xml file).
  2. Create a database named 'pos' in MySQL and update the username and password for database in pos.properties file.
  3. Run the application using 'mvn jetty:run' command.
  4. Your webapp is ready to use on your local machine at the url 'localhost:9000/pos'.

About

This is point of sale application to manage products, inventory, orders, sales reports at one place.


Languages

Language:Roff 63.6%Language:HTML 27.4%Language:Java 6.2%Language:JavaScript 2.6%Language:CSS 0.2%