Modules:Mobile Picking Packing/Technical Specification
Contents |
Introduction
In this document are described all the developments needed to properly implement the Mobile Picking & Packing module.
Module Definition
Mobile Picking & Packing
- Name: Mobile Packing & Picking
- Java Package: eu.practics.mobile.packingpicking
- DB Prefix: PRPP
- Commercial: Yes
- Dependencies:
- Java Extension Points
- Mobile Core Infrastructure
- Warehouse Packing
- Warehouse Picking List
Mobile Picking & Packing
Modified Windows
Warehouse Picking List
- New field "Packing": Shows the Packing linked with the Picking List.
Picking List Lines
- New field "Quantity Verified": Stores the quantity scanned by the mobile device
Packing Box
- New field "Box Reference": Stores the reference of the box
Extension Points
- PRPP_PostPackingGeneration: Triggered after the generation of the packing. Only one time, when the selected picking list has no packing yet. Parameters:
- PickingList: The picking list object
- Packing: The packing generated
- Shipment: The shipment linked with the picking list
- PRPP_PreProcessPicking: Triggered before processing the picking. Parameters:
- PickingList: The picking list object
- PRPP_PostProcessPicking: Triggered after processing the picking. Parameters:
- PickingList: The picking list object
- Packing: The packing generated
- Shipment: The shipment linked with the picking list
- PRPP_AfterScanBarcode: Triggered after reading a barcode. Parameters:
- PickingList: The picking list object
- Barcode: The barcode scanned
- CurrentBox: The box where the product is being read
- Product: The product linked with the barcode scanned. Only if there is one product, null if not
- Attribute: The product attribute (can be null)
- The parameters Product and Attribute can be overwritten by the extension point.
- PRPP_BeforeCheckBarcode: Triggered after reading a barcode. Parameters:
- Barcode: The barcode scanned
- Product: The product linked with the barcode scanned. Only if there is one product, null if not
- The parameter Product can be overwritten by the extension point.
Properties
- Show Pending Quantity
- Default value: false
- Functionality: Shows the picking list line pending quantity in the count column.
- Process Picking:
- Default value: true
- Functionality: Process the Picking List (and the linked Packing) when the Picking List is closed by the mobile window.