munovrizall / owl_inventory

Inventory management software that I've built for integrating the entire production data of IoT devices and monitoring real-time IoT device conditions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWL Inventory


owl inventory

Integrated Inventory Management IoT Devices.

Table of Contents

Introduction

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.

PHP HTML CSS JavaScript jQuery

Features

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...

Setup

  1. 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
  1. Open phpMyAdmin and import the databaseinventory.sql file located in owl_inventory/databaseinventory.sql.

  2. Start XAMPP or Laragon, and open url localhost/owl_inventory in your browser

  3. Login with username "admin" and password "admin"

  4. You are ready to go!

Team

Mohammad Novrizal Sugiarto
Mohammad Novrizal Sugiarto

Ryan Faatih Firdaus
Ryan Faatih Firdaus

Riki Muhamad Rifai
Riki Muhamad Rifai

Acknowledgments

Thanks to OWL for giving me the opportunity to intern in this company.

About

Inventory management software that I've built for integrating the entire production data of IoT devices and monitoring real-time IoT device conditions.


Languages

Language:PHP 76.7%Language:HTML 23.1%Language:CSS 0.2%