https://github.com/mrezadit/production-management-system
Website based system, the case of this system is for factory production.
https://github.com/mrezadit/production-management-system
codeigniter mysql php source-code website
Last synced: 25 days ago
JSON representation
Website based system, the case of this system is for factory production.
- Host: GitHub
- URL: https://github.com/mrezadit/production-management-system
- Owner: mrezadit
- License: mit
- Created: 2023-11-05T19:18:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:48:34.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:03:19.460Z (about 2 months ago)
- Topics: codeigniter, mysql, php, source-code, website
- Language: PHP
- Homepage:
- Size: 15.4 MB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# About
**Production management systems (CodeIgniter)**
This is a website based system, the case of this system is for **factory production**, system focuses on production planning, production processes, machines and materials used and production reports. This system was created for case studies and learning purposes.# Features
- **Dashboard** - Summary of production progress & history
- **Customer** - Customer data, add & update
- **Project** - Customer requests for product quantity to be produced
- **Planning** - Production plan from customer request projects, includes shiftment, production date and target
- **Shiftment**- Shiftment that works on the production process, includes the Leader (Staff Head) with production date and target
- **Leader** - Leader data (Staff Head) add & update
- **Production** - The production process for each Shiftment, includes production planning, the machines and materials used in the production process
- **Machine** - Machine data, status, and history of machine used
- **Material** - Material data, stock, and history of material used
- **Report** - Production report, includes sorting of production result (finished goods & waste)
- **Warehouse** - Production progress from quantity request with total finished goods from completed production# Requirement
- **XAMPP** installed with **PHP** (version 8.0.25, not tested with other version yet)
- **Browser** (tested in google chrome)# How to install
- Copy and extract zip file to ``xampp/htdocs``
- Open XAMPP Control Panel, then start on MySql and Apache
- Open ``localhost/phpmyadmin`` in a browser
- Create database with the name ``db_production``
- Import database file from ``/db/db_pengiriman.sql``
- Run this system in a browser ``localhost/production-management-system-main``
- Input login information from ``READMEEE!!.txt``# Screenshot
- **Login**
- **Dashboard**
- **Planning**
- **Production**
- **Machine**
- **Reports**