Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrezadit/cargo-and-delivery-system
Website based system for "Capacity and Volume" of cargo and delivery process.
https://github.com/mrezadit/cargo-and-delivery-system
codeigniter mysql php source-code website
Last synced: about 1 month ago
JSON representation
Website based system for "Capacity and Volume" of cargo and delivery process.
- Host: GitHub
- URL: https://github.com/mrezadit/cargo-and-delivery-system
- Owner: mrezadit
- License: mit
- Created: 2023-11-10T22:08:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T23:48:06.000Z (about 1 year ago)
- Last Synced: 2024-09-25T19:41:27.763Z (about 2 months ago)
- Topics: codeigniter, mysql, php, source-code, website
- Language: PHP
- Homepage:
- Size: 15.3 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# About
**Cargo and Delivery System (CodeIgniter) by mrezadit**. This is a website based system, the case of this system is for **Capacity and Volume** of cargo and delivery process, system focuses on package volume, cargo process, route point and delivery process. This system was created for case studies and learning purposes.# Features
- **Dashboard** - Summary of system progress & history
- **Package** - Set volume package, customer information, product order and volume of Package
- **Product** - Product data, set product volume
- **Cargo** - Process load capacity by adding route points and package volume, including truck data and driver data
- **Truck**- Set truck data, max capacity and max volume
- **Driver** - Add driver information
- **Shipping** - Process delivery of cargo data, and processing package delivery status by driver
- **Report** - Delivery Reports of shipping status# 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, start on MySql and Apache
- Open ``localhost/phpmyadmin`` in a browser
- Create database with the name ``db_pengiriman``
- Import database file from ``/db/db_pengiriman.sql``
- Run this system in a browser ``localhost/cargo-and-delivery-system-main``
- Input login information from ``READMEEE!!.txt``# Screenshot
- **Login**
- **Dashboard**
- **Package Volume**
- **Cargo Process**
- **Shipping**