cobi.wms:faq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cobi.wms:faq [2023/05/23 13:46] – tkammer | cobi.wms:faq [2026/06/15 13:01] (current) – thuth | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== General ===== | ===== General ===== | ||
| + | |||
| + | ==== Does COBI.wms support SSL/TLS encrypted connections to MS SQL Server? ==== | ||
| + | |||
| + | Yes. COBI.wms supports SSL/TLS encrypted connections to Microsoft SQL Server (MSSQL), e.g. for accessing the Management Database. | ||
| + | |||
| + | If SSL/TLS is configured on the SQL Server side, you can enforce encryption in COBI.wms by setting **Optional fields → Encryption** to **`require`**. This ensures COBI.wms will only connect if the connection is encrypted. | ||
| + | |||
| + | **Note:** We recommend using a valid server certificate that matches the SQL Server hostname (DNS name) and is trusted by the client environment. | ||
| ==== Which versions of SAP Business One are supported? ==== | ==== Which versions of SAP Business One are supported? ==== | ||
| Line 105: | Line 113: | ||
| + | ===== Picking & Packing ===== | ||
| - | ===== Pick & pack ===== | + | ==== How can you prevent |
| - | + | ||
| - | ==== How to avoid two pickers | + | |
| - | + | ||
| - | You can fill in the " | + | |
| - | + | ||
| - | Variant 1: Only let pickers open pick lists assigned to them. This has the problem that the warehouse loses flexibility. | + | |
| - | + | ||
| - | Variant 2: Lock a pick list once it’s been opened by someone. | + | |
| - | * There needs to be an additional UDF on the pick list that says “locked” | + | COBI.wms provides |
| - | * 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: | + | By enabling |
| - | * Opening/ | + | Behavior when enabled: |
| - | * Unlocking | + | * A user can actively “start” |
| + | * A corresponding flag (UDF) is set in SAP | ||
| + | * Other devices will see the list as already in progress | ||
| - | For these reasons the app doesn' | + | Important: |
| + | * This is not a strict system lock | ||
| + | * The feature is intended | ||
| + | * Technically, | ||
| + | ===== Inventory ===== | ||
| + | ==== Can multiple users work on the same inventory list at the same time? ==== | ||
| - | ===== Inventory counting ===== | + | Yes, this is possible with the current COBI.wms version. |
| - | ==== Can two employees work on the same counting list at the same time? ==== | + | Starting from version 2.43, the inventory logic has been significantly improved by introducing an external inventory service. |
| - | No, this is not supported. | + | How it works: |
| + | * All counting data is initially collected from devices by the external service | ||
| + | * The service centrally gathers | ||
| + | * Values are consolidated (summed up) | ||
| + | * The final results are then transferred | ||
| + | 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 | ||
| + | Note: | ||
| + | * Final values are consolidated by the service before being posted to SAP | ||
| ===== Label printing ===== | ===== Label printing ===== | ||
cobi.wms/faq.1684842407.txt.gz · Last modified: by tkammer