Integrated Inventory Management IoT Devices.
This repository contains the source code and documentation for an Inventory Management System designed to streamline the production and monitoring processes of IoT devices. The system is capable of handling various stages of production, starting from tracking raw materials to monitoring deployed devices at client locations using MQTT protocol. I worked on this project during my internship at PT. Origin Wiracipta Lestari in the Research and Development division for a duration of 2 months.
A few of the things you can do with this system:
- Recording the necessary materials for manufacturing IoT devices
- Producing IoT devices and generating Serial Number barcodes, MAC Addresses for each IoT device
- Recording the prices of materials and production costs for IoT devices
- Tracking the inventory of materials and the stock of IoT devices on hand
- Input collaborating clients
- Input devices that require maintenance based on client requests
- Creating PDF reports for IoT device maintenance events
- Monitoring IoT devices located at client sites
- Viewing historical records of all transactions conducted
- User account management system, with two roles: admin and user
- And much more...
- Clone this project into the C:\xampp\htdocs directory if you are using XAMPP, or into the C:\laragon\www directory if you are using Laragon.
git clone https://github.com/munovrizall/owl_inventory.git
-
Open phpMyAdmin and import the databaseinventory.sql file located in owl_inventory/databaseinventory.sql.
-
Start XAMPP or Laragon, and open url localhost/owl_inventory in your browser
-
Login with username "admin" and password "admin"
-
You are ready to go!
Mohammad Novrizal Sugiarto |
Ryan Faatih Firdaus |
Riki Muhamad Rifai |
Thanks to OWL for giving me the opportunity to intern in this company.