shopfloor_batch_automatic_creation
This module automatically creates transfer batches for shopfloor cluster picking when no batches are available.
Key Features
- shopfloor.menu: Enables automatic batch creation when using the Get Work button.
- shopfloor.menu: Configures grouping of transfers by commercial entity.
- shopfloor.menu: Sets the maximum number of transfers allowed per batch.
- shopfloor.menu: Defines the maximum weight limit for batches.
- shopfloor.menu: Defines the maximum volume limit for batches.
- shopfloor.menu: Associates default device types for batch creation.
- stock.device.type: Provides a custom method to sort lines within batches.
- cluster_picking: Triggers batch creation if no existing batch is found during work selection.
- batch_creation: Prioritizes transfers with higher priority levels first in batches.
- batch_creation: Includes only transfers assigned to the user if available, otherwise uses unassigned transfers.
- batch_creation: Prevents mixing different priority levels within a single batch.
- batch_creation: Calculates batch weight and volume based on product packaging data.
- batch_creation: Groups transfers by commercial entity when enabled, overriding other limits.
- batch_creation: Supports custom sorting of batch lines using device-specific code.