This is a front-end project made by me for a company called Shemeka Industies Pvt. Ltd.
This is an Inventory Management system, which the company can use to manage their Inventory online, without the use of any online database.
The task was to create a website (private server) where they could add SKU's, Quantity and Bin Location of their product, delete them, or update them, and Order Portal to handle orders, where the could add items in a list which they can PRINT and automatically remove items from the Inventory.
To maintain the data, inbuilt CSV features have been made to upload, edit and download Inventroy as CSV. The website for supposed to be easy to read and use, for the employees and the managers.
A Security System has been added to ensure, anytime one enters, has to put in password, or even after refresh.
![image](https://private-user-images.githubusercontent.com/146579014/293512944-002ad977-c2f9-4dad-a576-955c1523f772.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODEzNTMsIm5iZiI6MTczOTI4MTA1MywicGF0aCI6Ii8xNDY1NzkwMTQvMjkzNTEyOTQ0LTAwMmFkOTc3LWMyZjktNGRhZC1hNTc2LTk1NWMxNTIzZjc3Mi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxMzM3MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1kY2ZkNjhmZWYxYTU3NGE0MzMwZWM4ZTAzYTJlZTAxNWE5NzQzM2JhNmYyYjYxZDU3ZDU5MWZlNTIwMTc5MDFlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.B3z0C39NE2VkKNDUITYjaH8XChPHrbjO3sMgFw7-heg)
- You can Add SKU's, with Quantity and Bin Number(location) in inventory. Appropriate settings have been added in case of faulty inputs.
- You can Update SKU's which will change inventory quantity or Bin number.
- You can Delet SKU with confirmation message, which will remove item from the inventory
- During work, You can select SKU's ordered with appropriate quantity and print the list. The quantity will automatically get deducted from inventory on addition to the list.
- Search the Inventory for an SKU with a Search Bar.
- You can download CSV of Inventory date wise, upload back and edit the inventory.
- No use of any online Database.
This website is can be used for various purposes such as data management system, profile maker(with more use of CSS), etc.
How to use-
$ git clone https://github.com/AnirudhG07/Inventory-Management-Website.git
- git clone the repository
- From these files, upload them on hosting website.
- Upload logo png file. Put your Company name and Security password in all files. To find, just search
COMPANY NAME
andYour_Password
usingcmd F
(MacOS) orCtrl F
(Windows). - Style website according to your taste, upload a different background image in CSS file in
.body
.
You are set to go!