User Tools

Site Tools


cobi.wms:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cobi.wms:faq [2025/12/02 11:29] thuthcobi.wms:faq [2026/06/15 13:01] (current) thuth
Line 113: Line 113:
  
  
 +===== Picking & Packing =====
  
-===== Pick & pack =====+==== How can you prevent two pickers from working on the same picking list? ==== 
  
-==== How to avoid two pickers accidentally working on the same pick list? ====+COBI.wms provides a supporting feature for this scenario.
  
-You can fill in the "Picker" field of pick lists in SBOand it will be displayed in the app, but that is all.  Any attempts at solving this issue via additional features poses significant challenges.+By enabling the option “Show if a picking list has been started”, the system can indicate whether a picking list is already being processed.
  
-Variant 1Only let pickers open pick lists assigned to them.  This has the problem that the warehouse loses flexibility.  Often the employee who should take care of pick list will change ad-hoc, and technical limitations on who can open a pick list only leads to confusion and frustration.+Behavior when enabled: 
 +  * A user can actively “start” picking list 
 +  * A corresponding flag (UDF) is set in SAP 
 +  * Other devices will see the list as already in progress (highlighted in green)
  
-Variant 2Lock pick list once it’s been opened by someone.  Let's see how this would need to be implementedafter which the problems with it will become apparent:+Important: 
 +  * This is not strict system lock 
 +  * The feature is intended to provide transparency and process guidance 
 +  * Technicallymultiple users could still open and work on the same list
  
-  * There needs to be an additional UDF on the pick list that says “locked” +===== Inventory =====
-  * Every time you open a pick list in the app, it needs to: +
-    - Run a query to make sure the pick list is currently unlocked. +
-    - Send an update to change the UDF value to locked. +
-    - When you close the pick list, send an update to change the UDF value to unlocked.+
  
-We would now be faced with the following issues:+==== Can multiple users work on the same inventory list at the same time? ==== 
  
-  * Opening/closing is too slow:  Employees may want to quickly look into a few pick lists without really beginning to work on any of them, and if the app has to execute the query/lock/unlock steps every time, this will become too slow. +Yes, this is possible with the current COBI.wms version.
-  * Unlocking is unreliable:  An employee may open a pick list, not really start working on it, but leave it open on the device.  (Either because the user was not instructed properly that this causes issues, or because they were distracted and forgot to close the list.)  This again leads to confusion and frustration.+
  
-For these reasons the app doesn't attempt to solve the problem where two pickers may accidentally start working on the same pick list.  The employees must communicate with each other to make sure this doesn't happen.+Starting from version 2.43, the inventory logic has been significantly improved by introducing an external inventory service.
  
 +How it works:
 +  * All counting data is initially collected from devices by the external service
 +  * The service centrally gathers inputs from multiple users
 +  * Values are consolidated (summed up)
 +  * The final results are then transferred to SAP Business One
  
 +Advantages:
 +  * Multiple users can work on the same inventory list simultaneously
 +  * Improved stability, especially for large inventory counts
 +  * No blocking of the Service Layer during counting processes
 +  * Reduced risk of data being overwritten
  
-===== Inventory counting ===== +Note: 
- +  * Final values are consolidated by the service before being posted to SAP
-==== Can two employees work on the same counting list at the same time? ==== +
- +
-No, this is not supported. The employees would be overwriting each other’s inputs. Instead, two different counting lists should be created for the employees to be able to work in parallel. +
- +
  
 ===== Label printing ===== ===== Label printing =====
cobi.wms/faq.txt · Last modified: by thuth

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki