https://github.com/ahmed-naserelden/courier-management-system
This project is a comprehensive solution designed to streamline the logistics and management of courier services. Developed with a focus on efficiency and user experience, this system facilitates the tracking, scheduling, and management of courier deliveries.
https://github.com/ahmed-naserelden/courier-management-system
c-sharp desctop-app disconected-entities form odp-net oop-principles oracle-database problem-solving windos
Last synced: 10 days ago
JSON representation
This project is a comprehensive solution designed to streamline the logistics and management of courier services. Developed with a focus on efficiency and user experience, this system facilitates the tracking, scheduling, and management of courier deliveries.
- Host: GitHub
- URL: https://github.com/ahmed-naserelden/courier-management-system
- Owner: Ahmed-Naserelden
- Created: 2023-04-19T13:46:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T18:11:04.000Z (7 months ago)
- Last Synced: 2025-03-28T23:33:30.797Z (27 days ago)
- Topics: c-sharp, desctop-app, disconected-entities, form, odp-net, oop-principles, oracle-database, problem-solving, windos
- Language: C#
- Homepage:
- Size: 4.26 MB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ***Courier management system***
### Welcome to the courier management system web application! This C# application is designed to manage couriers, and deliveries between customers and drivers and improve efficiency & functionality .
This project was done for (Software engineering) course ,FCIS 3rd year .## ***Features***
- ### Admin login: Allows admin to manage the whole system between drivers and customers .
* ### User login: Allows Customers to make pickup request .
* ### Driver login: Allows Drivers to accept pending requests from users .
* ### Order management: Enables users to create and manage orders for package pickup and delivery. This includes features for entering shipping details .
* ### Reporting and analysis: Provides admins with the ability to print reports
## ***Language used:***
### This Project was developed using C# (windows forms) mainly as a programing language and SQL for database .
## ***Getting started***
### To get started with the courier management system , you will need to set up the application on a local server. Here is a general outline of the steps you will need to follow:
- ### Install SQL developer as the database management system .
* ### Open Oracle SQL developer and create a new connection of a username "scott" and a password "tiger".

* ### Create the required tables and procedures in the database by the following :
1. Open SQL worksheet (CTRL-Shift-W) .

2. Copy the SQL code found in (Oracle commands.txt) found in Database file .
3. Run the script (F5)

4. Make sure that all tables and procedures are executed. 
## Project layout :




