Skip to content

A Shop Inventory Management system for at-a-glance Date Checking

License

Notifications You must be signed in to change notification settings

RJMurg/SIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIM v3.0.0

SIM (Short for Shop Inventory Manager) is a web app that provides at-a-glance information to floor staff on products that need to be removed from the shop floor and wasted. It is written in SvelteKit.

Features

  • Simple Product Managemnet (Add, Edit & Delete)
  • List of Products to be removd that day
  • Custom location definition
  • Historical list of products
  • Barcode scanning to add products

Development

Prerequisites:

  • Node.JS
  • PostgreSQL
  1. Clone the repo
git clone https://github.com/RJMurg/SIM.git
  1. Install Dependencies
npm install
  1. Copy .env.example to .env and replace placeholders
cp .env.example .env
  1. Migrate the Database
npx prisma migrate dev
  1. Run the Database
npm run dev

Deployment

TBF

About

A Shop Inventory Management system for at-a-glance Date Checking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages