Skip to content

LogiSync is a website designed to manage suppliers, products, and purchase orders efficiently.

License

Notifications You must be signed in to change notification settings

Vcarmelli/LogiSync-Database-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦LogiSync: A Supply Chain Management System

LogiSync is a website designed to manage suppliers, products, and purchase orders efficiently. This system provides different access levels for Admins, Managers, and Guests, ensuring a streamlined and secure workflow.

This project is built using PHP for the backend and MySQL for the database.

Features

  • Authentication

    • Signup: Create a new account.
    • Login: Access your account based on your role (Admin, Manager, Guest).
  • User Roles

    • Admin: Full CRUD operations on Suppliers, Products, and Purchase Orders
    • Manager: Create and Read operations on Suppliers, Products, and Purchase Orders
    • Guest: View the Dashboard

Database Schema

Supplier Product Purchase Order
Column Name Data Type
SupplierID INT
SupplierName VARCHAR
ContactPerson VARCHAR
ContactNumber VARCHAR
Column Name Data Type
ProductID VARCHAR
ProductName VARCHAR
SupplierID INT
Price DECIMAL
Quantity INT
Column Name Data Type
OrderID VARCHAR
SupplierID INT
OrderDate DATE
DeliveryDate DATE

Screenshots

Home Page

homepage

Login/Signup Page

Login   Signup

Dashboard

dashboard

Suppliers Management

Admin View

suppliers_admin

Manager View

suppliers_manager

Products Management

Admin View

products_admin

Manager View

products_manager

Purchase Orders Management

Admin View

orders_admin

Manager View

orders_manager

Guest View

guest


Database Project by Vashti Karmelli V. Camu

About

LogiSync is a website designed to manage suppliers, products, and purchase orders efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published