Version 5.4
5.4.1.27
- Cycle count
- Add total item cost for all lines
- Add columns for:
- Total item cost
- Total item cost by item
- Absolute difference quantity
- Pick list proposal manager
- New functionality: Available through menu Produmex → Inventory → Picklist proposal manager
- Allows to select sales order lines, reserve invoice lines and inventory transfer request lines
- Pick list proposals are created only for the selected lines
- Data displayed in the list of document lines can be customized with SQL views. This can be set up in the Pick list proposal manager controller.
- Picking
- Added new option for 'Pick Item Order by' on the pick list controller:
- Order by Sequence, Location code, Full LUID, : First Sequence of the location, then the code of the location, then full pallets.
- Possibility to enter a custom 'ORDER BY' clause for when the pick list is allocating stock to the pick list line.
This is a freetext value, however there are 2 predefined options:- *DEFAULT*
- This option will use the sorting as it is currently in the system
- “Quantity”, “IsPickLoc” DESC, “LogUnitIdentKey_IsNull” DESC, “LogUnitIdentKey”, “InternalKey”
- This option will take lowest quantity, pick location, no LUID, LUID
- General
- Golden arrow to the details of a location from the inventory report
- New option in the Fat Client input parameters: DI API language
- Support variable quantity (weight) in GTIN barcode
- Performance
- Split our transaction notification SP into 2 parts
- The view PMX_DISALLOWED_LOCATIONS_FOR_PICKING has changed. A table with cached data is used.
- Reworked view PMX_ADD_SALES_DELIVERY_NOTE to remove the need for a UNION
- Shipping: Run extra query to get pick object types of pick lists to be shipped.