This respository contains code to a logistics managment system written in Vissual basic, the program contains multiple cruitial components that make this solution viable, for example, the user has to enter an activation code before he/she can use the software. The software enables its users to receive orders, available transpsorters and it allows the users to book the transport based on the order received. There are two profiles which is the transporter profile and the logistics agency profile, therefore this platform acts as a passage for the two parties to secure deals effecieintly.
This project was built with a mysql connector so therefore before attempting to run the softwrae enstall themysql connector which i have placed in the respository and also asjust the database connection string to match your personel database. One should have knowllege in the following areas:
MySQL
Vissual Basic
Relational Database UML design
Some knowllege on how logistics work
This project was written in vissual basic so it should not be that hard for a beginer to pick up, however i do recommend taking a refresher course in programming before attempting to mdify the software.
- Install the mysql connector onto your computer
- Create a database following the same data required in the code
- Download and install Visual Studio comunity version and open the project
- Click run and the solution should startup
- if any problems occur its probably because of the mysql connector, so yould need to do alittle research on installing the mysql connector effeciently, however make sure to use the version of mysql connector that i have placed in the respository.
For anyone wishing to help me develop my project further feel free to submit a pull request.
- Daniel Goncalves - Initial work (2015)
Any other party who would like to assist will be welcomed in that case i will also include your name here.
This project is licensed under the MIT License and is an open source development project to be used mainly for research and educational purposes.