27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# Approval Create WH to Prep Move
|
|
|
|
This module creates an Inventory Transfer from an Approval Request.
|
|
|
|
## Features
|
|
|
|
- **Create Inventory Transfer**: adds a button "Create WH to Prep Move" to the Approval Request form (visible when approved).
|
|
- **Automatic Transfer Creation**: Creates a delivery order with operation type "Brigjend Katamso: WH to Prep (Send)" and destination "Physical Locations/Inter-warehouse transit".
|
|
- **Status Tracking**:
|
|
- Adds a new status "WH Sent" to the Approval Request.
|
|
- Automatically updates the status to "WH Sent" when the inventory transfer is created.
|
|
- Displays "WH Sent" status in the statusbar and with a distinct color in the list view.
|
|
- **Link to Transfer**: Adds a smart button to view the created transfer(s).
|
|
|
|
## Configuration
|
|
|
|
Ensure the following are configured in your database:
|
|
- Operation Type: "Brigjend Katamso: WH to Prep (Send)"
|
|
- Destination Location: "Physical Locations/Inter-warehouse transit"
|
|
|
|
## Usage
|
|
|
|
1. Create a new Approval Request with the appropriate category.
|
|
2. Submit and get it approved.
|
|
3. One approved, click the "Create WH to Prep Move" button.
|
|
4. The system will create the inventory transfer and change the approval status to "WH Sent".
|