Asset Transfer
This module allows users to modify the details of assets in a contract after the contract has been created. This is likely targeted at situations where there might be errors or missing information in the initial contract.
The module seems to be divided into two main parts based on asset types:
-
Vehicles Asset Transfer: This section likely handles changes to vehicle-related assets specified in the contract.
- Real Estate Asset Transfer: This section focuses on editing details pertaining to real estate assets mentioned in the contract.
The transfer process is completed in two steps:
- Pending.
- Submit.
Pending Page
To provide a list of assets eligible for transfer and allow users to initiate the transfer process for specific assets.
- Displays a list of asset records that are eligible for transfer.
- Users can select individual asset records to initiate the transfer process.
- Upon selection, the asset record moves to the "Submit" page.
Submit Page
The Submit page is the second step in the asset transfer process. It presents a detailed view of the asset selected for transfer from the Pending page. Here, users can verify asset information before proceeding to the final step.
- Displays detailed information about the selected asset.
- Users can review and confirm asset details before proceeding.
- A "Complete" button is available to move the asset record to the next step.
Complete Page
The Complete Page is the final step in the asset transfer process. It serves as the point where users input the necessary details to finalize the transfer.
- Presents a completion form for the asset transfer.
- Users input required information to finalize the transfer.
- Upon successful completion, the asset record is marked as "Complete" and removed from the pending list.
No Comments