Truck Yard Systems Source Code
개발자
공개 채팅
제품 세부 정보
The YMS truck yard system will allow you to control your fleet of trucks, in this system you can plan, add trucks, processes, times of each process of the operation, verify which docks are occupied and free, which distribution channels are occupied and which are free, you can also check the status of the truck with whatsapp, it is a complete YMS that is widely used in Peru, this system is made in the C# language in the asp framework. net core 3.1 with an MSSql Server database, the processes are done in ado. net, that is, calls to the database for a better response time, the master tables are made in linq. There is also a test link, with YMS you will gain a lot of time and control over the operations that your company does in loading and unloading products to trucks.
This document presents the Truck Yard Control Management process design from an IT perspective. This model is the main input for modeling the executable version of the process and for capturing the requirements of all the solution components. It is important to note that this document does not replace the definition of the process.
The scope of this document is to present the process model and the description of the tasks up to a level of steps. Additionally, possible improvements and business rules are shown. The sub-process execution of truck loading services has not been exploited for its definition since it is outside the scope of this service.
Control of the truck yard.-
This process is in charge of carrying out and executing the two sub-processes that carry out the truck yard control.
Generate Truck Schedule.-
In this process we enter all the data that will be used for the execution of the picking service and issuance of document delivery, such as:
- License plate
- Dock
- Channels
- Gang
- Parking lots
- Carriers
- Process States
- Truck States
- Security
- Users
- Roles
Execute truck operation.- In this part of the process, it will be in charge of validating the states of the truck and the states of the process, and it will also validate the business rules that are presented in the process.
You can test the system at the following link:
http://asplearning-001-site4.itempurl.com/
User: admin
Password: admin123
Thank you for the interest shown and I hope you have a great day
The YMS truck yard system will allow you to control your fleet of trucks, in this system you can plan, add trucks, processes, times of each process of the operation, verify which docks are occupied and free, which distribution channels are occupied and which are free, you can also check the status of the truck with whatsapp, it is a complete YMS that is widely used in Peru, this system is made in the C# language in the asp framework. net core 3.1 with an MSSql Server database, the processes are done in ado. net, that is, calls to the database for a better response time, the master tables are made in linq. There is also a test link, with YMS you will gain a lot of time and control over the operations that your company does in loading and unloading products to trucks.This document presents the Truck Yard Control Management process design from an IT perspective. This model is the main input for modeling the executable version of the process and for capturing the requirements of all the solution components. It is important to note that this document does not replace the definition of the process. The scope of this document is to present the process model and the description of the tasks up to a level of steps. Additionally, possible improvements and business rules are shown. The sub-process execution of truck loading services has not been exploited for its definition since it is outside the scope of this service.Control of the truck yard.- This process is in charge of carrying out and executing the two sub-processes that carry out the truck yard control.Generate Truck Schedule.- In this process we enter all the data that will be used for the execution of the picking service and issuance of document delivery, such as:
- License plate
- Dock
- Channels
- Gang
- Parking lots
- Carriers
- Process States
- Truck States
- Security
- Users
- Roles Execute truck operation.- In this part of the process, it will be in charge of validating the states of the truck and the states of the process, and it will also validate the business rules that are presented in the process.
You can test the system at the following link:http://asplearning-001-site4.itempurl.com/User: adminPassword: admin123
Thank you for the interest shown and I hope you have a great day
The YMS truck system is made in the C# language, Asp.net Core framework, MVC, Jquery and bootstrap 4 for the frontend, for the backend it is in linq for master tables and for transactional calls to store procedure, in this way we have a faster response time, everything is in NoSql to have more flexibility, and thus be able to have a faster response time, finally this system is made according to the needs of the companies that are distributors and that have their own trucks or external, the system is scalable and sustainable over time
1.- language C#
2.- Framework Asp. netcore 3.1
3.- JQuery
4.- Bootstrap
5.- MVC
6.- Sqldatabase.
File Tree
-
📁 Truck Yard Systems Source Code