Skip to content

Jasmit22/Invofind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

image

Invofind is integrated with Postgres and utilizes the Sequelize library. Built with Node.js + Express and React.

Introduction

We created a database for an inventory management system to address the challenge of employees and store administrators needing to accurately determine the location and quantity of products. Manually tracking products can be cumbersome and ineffective, leading to poor store organization and opening the possibility of errors in a company’s inventory. The database we developed aims to streamline this process and allow store employees to effectively track products. Everything is fully implemented, including authentication. We implemented our knowledge of DBMS concepts, such as many-to-many relationships.

Note

Invofind requires a PostgreSQL database to run locally.

Video Demo

https://youtu.be/DggZF4MN1Qk

Project Design

The system caters to two end-users: Admins and Users. Authentication is implemented with JWT and both end-users are rendered dynamic content based on their privileges. SQL relationships ensure users can only see what they are supposed to see. For example, companies can not see the data of other companies, and each employee is assigned to only 1 store (stores and companies are different, a company can own several stores).

Admins

Admins are distinguished users within our system with elevated privileges, allowing them to use functionalities which aren’t accessible to regular users. Elevated permissions entrust Admins to effectively administer and oversee critical aspects of the inventory management system. This is particularly useful for store management as they may require additional permissions not suitable for employees.

Users

Users represent regular employees within the inventory management system. Our website allows users to efficiently locate products within store inventory by equipping them with the necessary tools and access privileges. Users are limited in their level of access as they do not need to oversee all aspects of the inventory management system.

Important

Invofind requires new companies are manually registered.

image

User Authentication

We developed secure user authentication using a token-based system to ensure only authorized individuals, such as Users and Admins, have access to the inventory management system. Admins and Users can easily log out from the system through a user-friendly interface.

Admin Access

Upon logging in, Admins are provided with elevated access to the following functionalities:

  • View all listed tasks and change their status from Incomplete to Complete.
  • Add and remove tasks.
  • Report issues.
  • Search and find items in the inventory.
  • Add new items to and remove existing items from the inventory.
  • Create and remove departments, categories, and locations.
  • Create new users, including Admins and Users.

User Access

Users have access to the following functionalities:

  • View all listed tasks and change their status from Incomplete to Complete.
  • Report issues to Admins.
  • Search and find items in the inventory.
  • Add new items to and remove existing items from the inventory.

Individual Screens

Tasks

Only Admins can add/delete tasks, but any user can mark resolved.

Admins view: image

Employees view: image

Items

Items can only be deleted by admins, but any user can add items or change their quantities.

Admins view: image

Employees view: image

Issues

Issues are primarily from employees to admins. Therefore, they have autonomy here.

Admins view: image

Employees view: image

Locations

An employee can only view locations. The associated items update automatically.

Admins view: image

Employees view: image

Extra

An employee can add a department/category since both labels are quite flexible.

Admins view: image

Employees view: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published