Programme for Transport and Logistics
Category: Logistics
Unique objects: 19
Number of business properties: 82
Creating software for a logistics company.It was not a simple project, but it was completed in time.Below are a few examples of the content of the objects: ( taken without chronological order)
The subject “Request for transportation” contains:
* Related to the “client” object
* Connected to the “route” object
* Connected to the object “vehicle”
* Connected to the “driver” object
* Date of request or "request_date" (text field entry)
Status or “status” (text field entry)
The subject “Account” contains:
* Related to the object "transport_request"
*Total or “Total” (text field)
**Payment method or "payment_method" (text field entry)
**Payed or “Payed” (text field entry)
*Account date or "invoice_date" (text field entry)
The subject “Service” contains:
* Connected to the object “vehicle”
**Service date or "maintenance_date" (text field entry)
** Description or “description” (text field entry)
* Cost or “cost” (text field entry)
The subject “Accident Report” contains:
* Connected to the object “vehicle”
* Connected to the “driver” object
**Date of accident or "accident_date" (text field entry)
** Description or “description” (text field entry)
During the work, such components were introduced as:
The Validation,
The translator,
“The Search”,
“Filtration”
The sorting,
The Pagination,
#PHP
Unique objects: 19
Number of business properties: 82
Creating software for a logistics company.It was not a simple project, but it was completed in time.Below are a few examples of the content of the objects: ( taken without chronological order)
The subject “Request for transportation” contains:
* Related to the “client” object
* Connected to the “route” object
* Connected to the object “vehicle”
* Connected to the “driver” object
* Date of request or "request_date" (text field entry)
Status or “status” (text field entry)
The subject “Account” contains:
* Related to the object "transport_request"
*Total or “Total” (text field)
**Payment method or "payment_method" (text field entry)
**Payed or “Payed” (text field entry)
*Account date or "invoice_date" (text field entry)
The subject “Service” contains:
* Connected to the object “vehicle”
**Service date or "maintenance_date" (text field entry)
** Description or “description” (text field entry)
* Cost or “cost” (text field entry)
The subject “Accident Report” contains:
* Connected to the object “vehicle”
* Connected to the “driver” object
**Date of accident or "accident_date" (text field entry)
** Description or “description” (text field entry)
During the work, such components were introduced as:
The Validation,
The translator,
“The Search”,
“Filtration”
The sorting,
The Pagination,
#PHP