Administration Setup Inventory Warehouse rules - robinfeng/beashelp GitHub Wiki
In this window rules can be defined to which warehouse, warehouse area or bin location gods can be posted. Currently, only Quality control - Transfer is supported.
You can create a rule group for an item, referring only to this item. Or, define a group rule and store in the item. See Edit item - Inventory data The item rule has a higher priority. For editing, you need the authorization to edit items See Authorizations
Within a rule group, single rules can be defined. These can be sorted by Drag&Drop. The sorting works also as priority, in case that more than one rule applies.
Rule description Field Meaning Rule Rule ID Description Description of rule group. Displayed in various screens Document type Rule applies for which document type Release QC-order: QC-Order - Release goods via transfer. See QC-transfer Block QC-order: QC-Order - Block goods via transfer / issue Standard warehouse Default warehouse for the item. Rule applies only if the warehouse defined here, matches the standard item warehouse. See Item master - Inventory data Customer Rule applies only for given customer Project Rule applies only for given project Only with QC hmtoggle_plus1 If active, the rule applies only if a QC-order was stored
Affects only document type "production create new" If enabled, the rule applies only if in work order position a QC order was stored (beas9.0-004-016-000) Bitmap / Color Icon and color for this entry
Rule execution Field Meaning Warehouse Which warehouse to use Bin location Which bin location to use Script Use script for a more precise definition. See Script
Script hmtoggle_plus1 The following variables are available
Variable Meaning e_itemcode Item number e_cardcode Business partner e_fromwhscode Source warehouse, eg. QC warehouse at transfer
Folgende Variablen können beschrieben werden Variable Meaning rule.whscode Target warehouse rule.bincode Bin location rule.description Description rule.onlypostout For QC-transfer:1 = only issue, 0 = transfer (eg. at QC order - transfer) rule.bitmap Icon rule.color Color
Example: Transfer always to warehouse 02-005, if linked to business partner C001 if <e_cardcode> = C001 then setvar=rule.whscode=02-005 setvar=rule.description=Warehouse from Customer C001 end if
Example: If out of a sales order a work order is created, use the warehouse stored at the momen
// 139 = customer order // item 38 = the grid, col 24 = warehouse field if <sys_formtypeex> = 139 and = 38 then setvar=rule.whscode=<item.38.col.24> end if
beas9.0-000-003-001
返回 主页