An open API service indexing awesome lists of open source software.

https://github.com/sahasourav17/shopledger


https://github.com/sahasourav17/shopledger

barcode-scanning cypress-tests e2e-testing inventorymanagementsystem jsapplication

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# ShopLedger

[![Netlify Status](https://api.netlify.com/api/v1/badges/fb448367-3f59-42db-8faf-c5f27e695bcf/deploy-status)](https://app.netlify.com/sites/stellar-peony-e43dd4/deploys)

A web application for shopowner's to automate their tasks like

- managing inventory
- generating invoices
- create and manage daily sales report

### Show Inventory

![](./images/Show_Inventory.png)

### Generate Invoice

![](./images/Generate_Invoice.png)

### View Sales Report

![](./images/Sales_Report.png)

## Implemented features:

(Sourav)

- inventory management
- add product via barcode
- add product manually
- CRUD operation functionality
- design and implement `generate invoice` page
- update inventory with respect to sold products
- design and implement 'sales report' page

(Soumik)

- add print functionality to `generate invoice` page
- add functionality to view total profit in the `sales report` page

(Abir)

- fix styles
- Report writing

## Things not working

- Barcode scanning functionality