--- title: "System Parameters" type: concept sources: - areas/parameters.md - areas/inventory_management/parameters.md - areas/slotting/parameters.md - areas/ecommerce/parameters.md - areas/pallet_shuttle/agv_ps/parameters.md - areas/aps3d/parameters.md - areas/multi_carrier_shipping/parameters.md - areas/store_fulfillment/parameters.md related: - concepts/container.md - concepts/reception.md - concepts/picking.md - concepts/shipping.md - concepts/count.md - concepts/stock-adjustment.md - concepts/defragmentation.md - concepts/replenishment.md - concepts/cutting-stock.md - concepts/labels.md last_compiled: "2026-04-10" --- # System Parameters ## Overview Parameters control system behavior at the warehouse level. They allow the same Easy WMS software to behave differently across warehouses of the same organization without code changes. Every process - reception, picking, counting, replenishment - has parameters that tune its behavior. Parameters are defined at the **organization level** but can be **customized per warehouse**. A warehouse-level value overrides the organization default. Two categories: - **System parameters**: Created automatically by the system. Cannot be deleted. User sets warehouse-level value. - **Custom parameters**: Created by implementers from the web interface. Can be created, modified, and deleted. Used for custom behaviors. ## Parameter Attributes | Field | Description | |-------|-------------| | Code | Unique parameter identifier | | Of the system | True = system-created; False = custom | | Default value | Developer-assigned baseline (all warehouses start with this) | | Has custom value | Whether any warehouse has overridden the default | | Class | Process category (where it's used) | | Scope | Web or RF | | Type | Data type (Boolean, Text, Integer, Decimal, Enum) | | Minimum / Maximum value | Bounds for numeric parameters | | Possible values | Enum list of allowed values (restricts user input) | | Custom values by warehouse | Per-warehouse override values | **Interface:** View "Parameters" in the menu "Configuration" (PC). --- ## Core Easy WMS Parameters All parameters below are from the main Easy WMS parameter set (areas/parameters.md) unless otherwise noted. ### Reception Parameters | Parameter | Default | Description | |-----------|---------|-------------| | ALLOW_CREATE_RECEPTION | False | During reception, allow creation of receipts on-the-fly if operator can't find an existing one. Creates a receipt without lines; stock is added as received. | | ALLOW_DIFFERENT_QTTY_RECEPTION_COMPLETE_CONTAINER | False | For containers with same item but variable quantity (e.g., UoM = kg), allows user to select whether received quantity is variable or fixed. | | AutoCreateReceptionFromRecOrder | False | Automatically create a receipt when a receipt order arrives from ERP. | | AutoCloseReception | False | Auto-close a receipt when all expected stock has been received. | | AutoArchiveClosedReception | False | Auto-archive a receipt when it is closed. | | MAX_RECEPTIONS_TO_CLOSE_JOB | 5 | Maximum number of receptions to close per job execution in the auto-close process. | | RECEPTION_DEFAULT_CONTAINER_TYPE | Manual | Default container type in receptions (except single-reference, which uses receipt profile). | | RECEPTION_DEFAULT_HEIGHT_TYPE | Manual | Default container height type. If empty, user must always select. | | RECEPTION_FORBID_MOVE_FROM_ASN | False | Whether rejecting a pre-notified container from RFT should move it from ASN virtual location. If False, ASK message not sent to ERP. | | RECEPTION_ALLOW_RECEIVE_NOT_PRODUCED_STOCK | 0 | Number of days to add to receipt date to accept a production date as valid. | | RECEPTION_NUM_DAYS_PRODUCTION_DATE_MARGIN | 0 | Days to add to receipt date to accept a production date as valid. | | RECEPTION_ASN_CONFIRM_ALL_STACK_CONTAINERS | False | On ASN receptions of stacked containers: ask confirmation from all containers in hierarchy (except dummies and slaves). | | RECEPTION_ASN_SHOW_CONFIRMATION_DIALOG | False | In pre-notified container reception: offer possibility to modify stock of a container. | | RECEPTION_MAX_NUM_CONTAINER_LABELS_TO_PRINT | 1000 | Maximum container labels printable per receipt (security limit). See also [[labels]]. | | NUM_COPIES_RECEPTION_LABEL | 1 | Number of label copies per container during receipt. | | CREATE_ALIAS_ON_RECEPTION | False | Allow creation of item aliases during reception. Operator can indicate a read code is an alias of an expected item. | | USE_EXCLUSIVE_RESERVE_STRICT_MODE | False | True: reject pre-notified containers whose exclusive reservation targets don't exist in system. False: receive anyway. | | CONFIRM_EXCLUSIVE_RESERVE_ASSIGNMENT | (blank) | True: reception operator chooses exclusive reserve target when multiple possible. False: system auto-assigns. | | SET_COMPLETE_QUANTITY | False | Allow user to set complete container quantity during reception (for variable-quantity UoM containers). | | RECEPTION_ASN_CONFIRM_ALL_STACK_CONTAINERS | False | In ASN reception of stacked containers: ask confirmation from all hierarchy except dummies/slaves. | | MAX_NUMBER_DAYS_ADJUSTMENT_RECEIVED_STOCK | 3 | Max days after receipt date during which received stock can be modified. (Min: 0, Max: 7) | ### Label / Printing Parameters | Parameter | Default | Description | |-----------|---------|-------------| | DEFAULT_RECEPTION_LABEL_CONTAINER_REPORT_NAME | STD_RPT_CONTAINER_LABEL_GS1_128 | Report name printed for mono and multi-reference containers in reception. See [[labels]]. | | DEFAULT_RECEPTION_LABEL_ITEM_REPORT_NAME | STD_RPT_STOCK_LABEL_GS1_128 | Report name printed for items in reception. See [[labels]]. | | CONTAINER_LABEL_DEFAULT_FORMAT | (blank) | Default container label format: `1x-A6`, `1x-GS1-128`, `20x(105x29)-A4`, `2x(175x135)-A4`, `33x(75x25)-A4`, `4x(105x148)-A4`. | | PRODUCT_LABEL_DEFAULT_FORMAT | (blank) | Default item label format: `A6`, `105x29`, `175x135`, `105x148`, `75x25`. | | CLIENT_CONTAINER_LABEL_REPORT | STD_RPT_CLIENT_CONTAINER_LABEL_15 | Container label format auto-printed when picking container is unloaded into a stage with configured printer. | | CLIENT_CONTAINER_PACKING_REPORT | (blank) | Report for auto-printing client container packing list when downloaded to a configured stage. | | CUTTING_PRINTER | (blank) | Default printer for cutting stock labels during picking. See [[cutting-stock]]. | | ALLOW_PRINT_LABEL_CONTAINER_QUESTION_BLIND_RECEPTION | False | In blind reception: ask user if they want to print GS1 labels for received containers. | | ALLOW_PRINT_LABEL_ITEM_QUESTION_BLIND_RECEPTION | False | In blind receipt: ask user if they want to print GS1 labels for received items. | | MAX_NUM_LABELS_TO_READ | 1 | Max barcode readings per loose stock or container (multi-reading). Value 1 = disabled. Min: 1, Max: 30. | ### Container / LPN Parameters | Parameter | Default | Description | |-----------|---------|-------------| | CONTAINER_CHECK_CODE_GS1LABEL | False | Validate SSCC code conforms to GS1 standard (18 digits with check digit) on container create/edit. | | CONTAINER_CHECK_CODE_REPEATED_FOR_LABELS | True | Validate container code is unique across stations, locations, and item aliases on create/edit. | | ASK_FINAL_STACK_LOCATION | True | In container stacking: ask user for final location of new container block. If not confirmed, block stays at base container's location. Only for non-client containers in ground locations. | | UNSTACK_ON_STAGE | False | In unstacking: always unstack in a stage (True), or unstack at initial stacked container location if allowed (False). | ### Picking Parameters | Parameter | Default | Description | |-----------|---------|-------------| | CONFIRM_PICKING_EXCESS | False | Ask operator to confirm when picking more than ordered quantity. | | RF_PICKING_CONFIRM_LOCATION | True | RF picking: require operator to scan location label to confirm they're at the correct picking location. | | ALLOW_CONFIRMATION_ON_PLACEMENT | False | Ask picking operator to confirm the location/container of their equipment where they deposit collected items. | | EMPTY_PICKING_LOCATION_QUESTION | False | Ask operator at last picking task if the location/container is empty (assists inventory). | | EMPTY_PICKING_LOCATION_STOCK_ADJUST | False | If EMPTY_PICKING_LOCATION_QUESTION is active: allow stock adjustment when location/container is empty. If False: mark for review only. | | FILTER_BEFORE_PICKING_IN_ORDER_PICKING | False | In Order Picking: show shipping order code filter before listing tasks. Partial code match supported; multiple nested filters. | | WORKWAVES_ALLOW_SELECTION | False | True: display available waves for operator to select (ordered by user/equipment assignment, urgency, release date). False: system proposes most-priority wave automatically. | | PICKING_ALLOW_STARTING_DECISION_ON_WAIT_FOR_REPLENISHMENT | False | Allow RF operator to start picking preparation even if they may need to wait for replenishment. | | PICKING_ALLOW_UNLOADING_ON_LOCATION_ON_WAIT_FOR_REPLENISHMENT | False | Allow RF operator to place unloading container in stage/dock if they only have tasks waiting for replenishment. | | PICKING_ALLOW_WAITING_ON_LOCATION_ON_WAIT_FOR_REPLENISHMENT | False | RF pickers instructed to wait at picking location when out of stock (vs skip and continue). | | PICKANDPASS_ALLOW_READ_DIFFERENT_CONTAINER | False | Pick-and-Pass: allow operator to scan a container other than the one proposed by the system. | | PTL_AUTOMATIC_CONTAINER_UNLOAD | False | PTL warehouses: auto-unload container when confirming order destination in PTL. | | PTL_WORKING_MODE | PickToLight | PTL mode: `PickToLight` (racks only have PTLs) or `PutToLight` (racks and equipment both have PTLs). | | ALLOW_ZONE_SELECTION_FOR_TASKS | False | Allow RF filtering of tasks by zone (aisle, sub-warehouse, or work zone) before starting. | | EQUIPMENT_PICKING_LOCATIONS_MODE | Manual | Picking location assignment mode: `Manual` (user decides), `Prompt` (auto with confirmation), `Auto` (auto without confirmation). | | PAPERPICK_AUTO_PRINTER | (blank) | Printer for automatic paper picking sheet printing. | | PAPERPICK_REPORT | STD_RPT_OUTBOUNDORDER_PAPER_TASK | Report name for paper picking sheet. | | PREPARE_PAPER_PICK_BY_DEFAULT | False | Mark new shipping orders as "prepare on paper" by default. | | BATCH_PREFIXCODE | Batch | Batch code prefix for paper-based preparation. | | Sorder_Num_Equipments | 1 | Number of equipment teams that can work simultaneously on the same shipping order per work zone. (Min: 1) | | OUTBOUND_ORDER_SPLITTING_IF_NOT_FULLY_COBOT | False | With Cobot module: allow same order lines to be split between manual and Cobot picking stations. | ### Shipping / Order Management Parameters | Parameter | Default | Description | |-----------|---------|-------------| | ALLOW_CHANGE_LOCATION_ON_UNGROUP | False | Ungrouping process: allow user to change location assigned to stock of the shipping order being ungrouped. | | ALLOW_CHANGE_LOCATION_ON_UNLOAD | False | Allow unloading loose stock to a different location than the one designated. | | ALLOW_CHANGE_ROUTE_STOPS | False | Allow modifying the stop of a shipping order in a route without removing it from the route. | | ALLOW_MERGE_DIFFERENT_ACCOUNT | False | Allow fusing orders with different accounts. Note: orders with Strict FEFO accounts cannot be grouped. | | ALLOW_MULTI_UNIT_UNGRUOUP | False | Allow multi-unit ungrouping. | | AUTO_MERGE_ORDERS | False | Auto-merge orders sharing the same delivery address. | | AutoCloseLoadedOutboundOrders | False | Auto-close orders when the full prepared quantity is at the assigned dock or shipped. | | AUTOCLOSE_LOADED_ROUTES | False | Auto-close routes when the full quantity of all composing orders is at the assigned dock. | | AutoArchiveClosedOutboundOrders | False | Auto-archive shipping orders once closed. | | AUTOARCHIVE_CLOSED_ROUTES | False | Auto-archive closed routes. | | ArchiveClosedInboundOrder | False | Auto-archive receipt orders when closed. | | AutoCloseInboundOrder | False | Auto-close receipt order when all associated receipts are closed. | | MAX_AUTORELEASED_OUTBOUNDORDERS | 0 | Max orders in Released or In Preparation status; if exceeded, auto-release stops. | | MAX_AUTORELEASED_ROUTES | 0 | Max routes releasable simultaneously. | | MaxTimeForMaximizingShipping | 20 | Max time in milliseconds to search container combinations for maximizing shipping. | | OUTBOUND_ORDER_BLIND_VERIFICATION | False | Hide stock information from user during shipping order stock check (packaging process). | | OUTBOUND_ORDER_PACKINGLIST_AUTOPRINT | False | Auto-print delivery note when a shipping order is closed. | | OUTBOUND_ORDER_PACKINGLIST_DEFAULT_PRINTER | (blank) | Printer name for auto delivery note printing. | | OUTBOUND_ORDER_PACKINGLIST_NUM_COPIES | 1 | Number of copies for auto delivery note printing. | | OUTBOUND_ORDER_PACKINGLIST_REPORT_NAME | STD_RPT_OUTBOUNDORDER_BYITEM | Report type for auto delivery note. | | MANUAL_OUTBOUND_ORDER_PREFIX | MAN | Prefix for manual order code (combined with counter). | | AUTOPRINT_DESK_ORDER_DELIVERY_NOTE | False | Auto-print desk order delivery note. | | RF_ASSIGN_PACKORBUFFERORDOCK | False | Auto-assign stage or dock to shipping orders with no destination when containers are unloaded there. | | RF_SHIP_CHECK_DOCK | False | Require user to scan dock location during truck load/unload per container/package/loose stock line. | | UNGROUPED_OUTBOUND_ORDERS_SAME_USER_EXTRACTION | False | After ungrouping at an ungrouping station, same user automatically performs extraction without re-selecting in UI. | | UNLOAD_CREATE_PRODUCT_LOCATION | True | When placing in a picking-dedicated location: create a dedicated picking location. Container → max=1, min=0; Stock → min=0, max=quantity. | ### Stock / Inventory Parameters | Parameter | Default | Description | |-----------|---------|-------------| | BALANCE_AISLE | False | Enable aisle balancing in the putaway location search process. | | NUM_EVENTS_PER_PARTIAL_COMMIT | 20 | Events confirmed per block in the event confirmation process. Affects performance with large volumes. (Min: 1) | | REASSIGN_STOCK_VIA_SUBSCRIPTIONS | True | True: stock reassignment via event subscriptions. False: via periodic job. | | MAX_ORDERS_STOCK_FAILURE_JOB | 10 | Maximum outbound orders reassigned per execution of the periodic stock reassignment job. | ### Replenishment Parameters | Parameter | Default | Description | |-----------|---------|-------------| | MAX_GROUPS_PROCESSED_DYNAMIC_REPLENISH_JOB | 100 | Max item groups for which dynamic picking locations and replenishment tasks are generated per job run. See [[replenishment]]. | | MAX_REPLENISHED_PL_ROUTINE_JOB | 100 | Max product locations for which replenishment tasks are created per job run. (Min: 0) | | REPLENISH_LEVEL_PERCENT_PRODUCT_LOCATION | 20 | When counting, if previous parameter active: creates picking dedicated location with quantity = counted stock × this percentage. (Min: 0, Max: 100) | | OPTIMIZE_DYNAMIC_PL_USE | False | During dynamic picking, once empty locations exhausted: allow creating item assignments in locations already having other picking dedicated items. | | CONFIRM_REPLENISH_EXCESS | False | Ask operator confirmation when replenishing more than expected quantity. | ### Defragmentation Parameters | Parameter | Default | Description | |-----------|---------|-------------| | MAX_DEFRAG_TASKS | 10 | Maximum defragmentation tasks in execution per aisle simultaneously. See [[defragmentation]]. | | MAX_OPTIMIZATION_DEFRAG_CHANNEL | 3 | Maximum channels to defrag simultaneously per aisle. 0 = only MAX_DEFRAG_TASKS is used. | | MAX_DEFRAG_ATTEMPT | 5 | Maximum attempts to defragment a container for shipping. | ### Voice Parameters | Parameter | Default | Description | |-----------|---------|-------------| | VP_MultipleValuesSegregatedLocationCodeConfirmation | 1 | Location identification in voice processes: 1=system requests location code, 2=single sentence with aisle/side/column/row, 3=confirmation at each stage of the route. | | VP_PartialReadingContainerCode | 0 | Voice: identify containers by last n digits (right to left). 0=full code. If multiple containers share last n digits, full code is requested. | | VP_PartialReadingOrderCode | 0 | Voice: identify shipping orders by first n (negative) or last n (positive) digits. 0=full code. Range: -10 to 10. | ### Return Reception Parameter | Parameter | Default | Description | |-----------|---------|-------------| | RETURN_RECEPTION_PREFIX | RET | Prefix for return type receipt codes. | --- ## Module Parameters ### Slotting Module Parameters | Parameter | Default | Description | |-----------|---------|-------------| | SLOTTING_ANALYSYS_DEMAND | 50% | Minimum % of days in analyzed period item must have been sold to recommend repositioning. Options: 25%/50%/75%. | | SLOTTING_AUTO_AREA_TYPE | False | Continuous slotting execution level: full warehouse, sub-warehouse, or zone. | | SLOTTING_AUTO_AREA_CODE | False | False: single recommendation for whole warehouse. True: separate recommendation per zone/sub-warehouse. | | SLOTTING_AUTO_DAYS | 30 | Days of demand history used for continuous slotting recommendation. (Min: 1) | | SLOTTING_AUTO_COVERAGE_DAYS | 7 | Coverage days to cover demand through continuous slotting. | | SLOTTING_AUTO_DOCK | (blank) | Shipping dock for continuous slotting measurements. | | SLOTTING_AUTO_LOCATIONS | DedicatedPicking | Scope of continuous slotting: `Picking` (all picking locations) or `DedicatedPicking` (dedicated only). | | SLOTTING_AUTO_MIN_PROFIT | (blank) | Minimum estimated benefit for continuous slotting to trigger notification. (Min: 0) | | SLOTTING_BUFFER_LOCATION | (blank) | Buffer location used for slotting process. Set by "Select buffer" action in Slotting view. | | SLOTTING_CONTAINER_REPLENISH | False | Replenish with containers whenever possible (vs. stock). | | SLOTTING_COST_HOUR | 20 | Operator cost per hour for slotting process cost calculations. (Min: 0) | | SLOTTING_GOLDEN_ZONE | 1.5 | Maximum height (m) for golden zone priority picking locations. (Min: 0) | | SLOTTING_MAX_PL_PER_ITEM | 1 | Maximum picking dedicated locations per item. (Min: 1) | | SLOTTING_REPLENISH_LEVEL | 0 | Replenishment capacity % of picking dedicated locations. (Min: 0, Max: 100) | | SLOTTING_VELOCITY | 5 | Average equipment speed in m/s (or ft/s) for slotting calculations. (Min: 0) | | SLOTTING_AUTO_COMMIT_DELETE | 1000 | Lines in memory during file analysis. Recommendations: small org (≤15K lines) = 1000; medium (≤100K) = 15000; large = 100000. | ### eCommerce Module Parameters | Parameter | Default | Description | |-----------|---------|-------------| | ECOMMERCE_RECEPTION_ALLOW_AUTOSELECTION | False | Auto-select the best receipt for each item received (vs. manual selection). | | ECOMMERCE_RECEPTION_ALLOW_MULTIQUANTITY | False | Allow receiving more than one unit of an item at a time. | | ECOMMERCE_RETURN_ALLOW_AUTOSELECTION | False | Auto-select best return for each item received. | | ECOMMERCE_RECEPTION_MAX_SECONDS_TO_CONFIRM | 30 | Max seconds after entering an item before operator must confirm cart/container/conveyor destination. Prevents multi-operator conflicts. (Min: 1, Max: 3600) | ### AGV / Pallet Shuttle Module Parameters | Parameter | Default | Description | |-----------|---------|-------------| | PS_MAX_MINUTES_BATTERY_FULL_LOAD | 300 | Minutes since PS charging started for system to consider battery at 100%. (Min: 0) | | PS_MIN_MINUTES_BATTERY_LOAD | 90 | Minimum minutes charging before system considers PS has sufficient charge to operate. (Min: 0) | ### APS3D Module Parameters | Parameter | Default | Description | |-----------|---------|-------------| | APS3D_LOCATION_SHARE | False | Allow more than one APS3D to access the same channel simultaneously. | | APS3D_AISLE_OFFSET | 0 | Aisle limit offset for container coordinate calculations (decimal). | | APS3D_CONTAINERS_GAP | 0 | Distance between containers in the same APS channel (same for all container types). | | APS3D_SHUTTLE_WIDTH | 0 | Width of an APS3D shuttle (decimal). | | APS3D_WALL_OFFSET | 0 | Wall (closure) limit offset for container coordinate calculations (decimal). | | APS3D_CHARGE_STATION_OFFSET | 0 | Charge station limit offset for container elevation calculation when charge station is at location. | | APS3D_MAX_COMPAQ_CHANNELS | 3 | Maximum channels with simultaneous compaction tasks. | | APS3D_MAX_DEFRAG_CHANNELS | 3 | Maximum channels with simultaneous defragmentation tasks. | ### Multi-Carrier Shipping Module Parameters | Parameter | Default | Description | |-----------|---------|-------------| | ALLOW_REJECT_AND_UNDO_PACKAGES | False | Allow package preparation rejection or undo in truck load process. | | AUTO_MERGE_ORDERS | False | Auto-merge shipping orders sharing the same delivery address. | | OUTBOUND_ORDER_BLIND_VERIFICATION | INFORMED VERIFICATION | Packaging verification mode: `BLIND VERIFICATION` (operator reads items until done, then comparison) or `INFORMED VERIFICATION` (each item compared as read, list always available). Single-unit orders always confirm the item. | | PACKAGING_ALLOW_MIX_CARRIER | (blank) | Allow mixing packages from different carriers in the same container during manual package movement. | | PACKAGING_AUTO_CLOSE_DELIVERY | True | Auto-close deliveries vs. manual closure. | | PACKAGING_AUTO_MOVE_PACKAGES | True | During package unloading: auto-move directly to carrier container if open one exists (no destination confirmation). | | PACKAGING_CARRIER_MODE | MANUAL | Carrier dock confirmation: `AUTO` (auto-move to carrier dock), `MANUAL` (user confirms carrier code), `UNLOAD` (user indicates location, then Carrier Verification process confirms destination). | | PACKAGING_CONFIRM_LABEL | True | Confirm tracking code on carrier labels of packages. | | PACKAGING_MAX_NUM_PACKAGES_ERR | (blank) | Max packages in packaging process before error generated. | | PACKAGING_MAX_NUM_PACKAGES_WARN | (blank) | Max packages before confirmation requested. (Min: 1) | | PACKAGING_MODE | CHOOSE_NUM_PACKAGES | Packaging confirmation mode: `ONE_PACKAGE` (all delivery stock in 1 package), `CHOOSE_NUM_PACKAGES` (user specifies number), `CAPTURE_STOCK` (user identifies stock per package). | | PACKAGING_PRINT_LABEL_CLOSED_PACKAGE | True | For incomplete delivery packaging: ask operator to close package and print label, or keep open and postpone printing. | --- ## Cross-Reference: Parameters by Wiki Page Parameters mentioned in other wiki pages: | Parameter | Referenced In | |-----------|--------------| | MAX_DEFRAG_TASKS, MAX_OPTIMIZATION_DEFRAG_CHANNEL, MAX_DEFRAG_ATTEMPT | [[defragmentation]] | | MAX_GROUPS_PROCESSED_DYNAMIC_REPLENISH_JOB, MAX_REPLENISHED_PL_ROUTINE_JOB, REPLENISH_LEVEL_PERCENT_PRODUCT_LOCATION | [[replenishment]] | | CUTTING_PRINTER | [[cutting-stock]], [[labels]] | | DEFAULT_RECEPTION_LABEL_CONTAINER_REPORT_NAME, DEFAULT_RECEPTION_LABEL_ITEM_REPORT_NAME, PRODUCT_LABEL_DEFAULT_FORMAT, CONTAINER_LABEL_DEFAULT_FORMAT, NUM_COPIES_RECEPTION_LABEL, RECEPTION_MAX_NUM_CONTAINER_LABELS_TO_PRINT, ALLOW_PRINT_LABEL_* | [[labels]], [[reception]] | | AutoCloseReception, AutoCreateReceptionFromRecOrder, RECEPTION_* | [[reception]], [[order-inbound]] | | WORKWAVES_ALLOW_SELECTION, PTL_WORKING_MODE, PAPERPICK_REPORT, Sorder_Num_Equipments | [[picking]] | | OUTBOUND_ORDER_PACKINGLIST_*, AUTO_MERGE_ORDERS, AUTOCLOSE_LOADED_ROUTES | [[shipping]], [[order-outbound]] | | PS_MAX_MINUTES_BATTERY_FULL_LOAD, PS_MIN_MINUTES_BATTERY_LOAD | modules/pallet-shuttle | | APS3D_* | modules/aps3d | | SLOTTING_* | modules/slotting | | ECOMMERCE_* | modules/ecommerce | | PACKAGING_*, ALLOW_REJECT_AND_UNDO_PACKAGES | modules/multi-carrier | ## Related - [[reception]] - ALLOW_CREATE_RECEPTION, RECEPTION_ASN_*, AutoCloseReception, label printing params - [[picking]] - WORKWAVES_ALLOW_SELECTION, PTL_WORKING_MODE, FILTER_BEFORE_PICKING, RF_PICKING_CONFIRM_LOCATION - [[shipping]] - OUTBOUND_ORDER_PACKINGLIST_*, AUTO_MERGE_ORDERS, AutoCloseLoadedOutboundOrders - [[replenishment]] - MAX_GROUPS_PROCESSED_DYNAMIC_REPLENISH_JOB, REPLENISH_LEVEL_PERCENT - [[defragmentation]] - MAX_DEFRAG_TASKS, MAX_OPTIMIZATION_DEFRAG_CHANNEL - [[cutting-stock]] - CUTTING_PRINTER - [[labels]] - All label format and printer parameters - [[count]] - REPLENISH_LEVEL_PERCENT_PRODUCT_LOCATION, NUM_EVENTS_PER_PARTIAL_COMMIT