Asset Assignment Execution
Execute and finalize approved asset assignments (SIM, Vehicle, Uniform, Accessory) with fleet confirmation in Fleet Master.
Overview
The Asset Assignment Execution module is the final step in the asset assignment lifecycle.
Once a SIM, Vehicle, Uniform, or Accessory has been approved, it will appear in this section to be executed.
Execution confirms that the asset has been physically delivered or installed, and is now officially assigned to the respective fleet or project.
Note:
There is no reject option at this stage. Any correction must be handled at the approval level.
Table Fields
Field | Description |
---|---|
Execution ID | System-generated unique ID for tracking execution |
Asset ID | Unique identifier for the asset |
Asset Type | SIM, Uniform, Vehicle, Accessory |
Fleet ID | Fleet's internal ID |
Fleet Name | Fleet’s full name |
Quantity | Number of items to be delivered |
Approved Date | Date when the asset was approved |
Execute Button | Launches the execution form |
Execution Form Fields
Field | Value / Input Type |
---|---|
Fleet info | Fleet information |
Execution Date | Date picker for delivery date |
Notes | Notes on delivery or special handling |
Fleet Signature | Capture via touchscreen or file upload |
Note:
Fleet signature is mandatory as proof of acceptance.
Execution Flow
- Select an approved request.
- Click Execute.
- Fill in the form: execution date, remarks, and get fleet's signature.
- Submit to mark as Executed.
Once executed:
- Asset moves to
Executed
status. - Entry appears in Stock History with execution metadata.
- It is deducted from available stock.
Filters & Search
- Asset Type
- Fleet ID / Name
- Execution Date
- Delivered By
- Execution Status (
Pending
,Executed
)
Best Practices
- Ensure correct fleet or project is receiving the asset.
- Double-check approved quantity and type before delivery.
- Always capture digital or physical signature to avoid disputes.
- Record any relevant notes (e.g., delivery delays, fleet not present).
Example Table: Execution Pending
Asset Type | Quantity | Fleet Name | Approved Date | Execute |
---|---|---|---|---|
Vehicle | 1 | Ahmed Khan | 2025-07-21 | [Execute] |
SIM | 1 | Junaid Ali | 2025-07-21 | [Execute] |
Uniform | 2 Sets | Nushara K | 2025-07-22 | [Execute] |
Accessory | 3 Helmets | Mariam T | 2025-07-23 | [Execute] |
Lifecycle Summary
graph TD
A[Asset Assignment Request] --> B(Approval)
B -->|Rejected| R[Removed]
B -->|Approved| C(Execution)
C --> D{Fleet Signature}
D --> E[Marked as Executed]
E --> F[Stock History + Final Assignment]