I saw your source code for courier management system
excellent code. can you make the possibility of a client tracking his/her parcel and seeing the status as displayed?
This is a Logistic Hub Parcel's Management System. This is a simple web-based application project which is the main purpose is to provide an automated platform for logistic hubs to manage and track parcels records. This application was developed to give IT/CS students or new self-taught programmers an idea of how to develop such a mini-project. The source code can be modified easily if you are planning to develop a wide scope of logistic management systems. This has a simple user interface and user-friendly functionalities.
I developed this project using the following:
This Logistic Hub Parcel's Management System allows system users to store the list of logistic carriers or couriers and list of the parcels types. The system users are in charge also of populating the list of parcels. The parcels require some relevant details such as the tracking code and sender/receiver details. The application tracks the changes or updates of each parcel which will be listed on each parcel's view page.
Requirements
Installation/Setup
php.ini
file and uncomment the sqlite3. Then, save the file.Username: admin
Password: admin123
That's it! You can now explore the features and functionalities of this Logistic Hub Parcel's Management System project in PHP and SQLite Database. I hope this will help you with what you are looking for and you'll find something useful for your future PHP Projects.
Explore more on this website for more Free Source Codes and Tutorials.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
excellent code. can you make the possibility of a client tracking his/her parcel and seeing the status as displayed?
Hi! The project is using SQLite as the database. The source code includes a file that creates an SQLite DB file automatically upon browsing the application for the first time. Before browsing the app, make sure that the permission of the source code folder is already set which allows the source code to create the said file. Also, make sure that the SQLite extension is already enabled/uncommented in your php.ini file. Thanks!