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
Next revision
Previous revision
cobi.wms:faq [2022/05/05 09:48] – [Is it possible to use the app in other languages?] tkammercobi.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 25: Line 33:
   * English   * English
   * Spanish   * Spanish
 +  * French
   * German   * German
 +  * Polish
   * Turkish   * Turkish
   * Finnish (partial)   * Finnish (partial)
Line 34: Line 44:
 ==== Is it possible to register the devices to a specific warehouse? ==== ==== Is it possible to register the devices to a specific warehouse? ====
  
-Yes, this is possible. Please see the Options page of the COBI.wms documentation.+Yes, this is possible.  Please see the [[App Options]] documentation page
 + 
 +In the Options, you can also configure which modules should filter the shown documents on basis of the selected warehouse. 
 + 
 + 
 +==== Can I see which device or warehouse employee made a booking? ==== 
 + 
 +Yes, if you correctly configure the connection settings. 
 + 
 +In on-premises or private-cloud environments, where you can set up the [[Management Database]], you can define a different SAP User for each COBI.wms device or COBI.wms user by filling out the apiUser and apiPass columns in the users table. 
 + 
 +In public-cloud environments, where you cannot use a Management Database, you can instead directly configure each COBI.wms device to use a different SAP User by entering it directly in the app's settings. 
 + 
 +When everything is set up correctly, you can use the "Change Log" window in SAP Business One to see who made a booking or who edited a document.
  
  
Line 48: Line 71:
 How well the app works with several hundred thousand items depends on a number of factors: How well the app works with several hundred thousand items depends on a number of factors:
  
-1. Will you always scan barcodes to identify items, or will you sometimes have to open the item list and enter a search term?+**1. Will you always scan barcodes to identify items, or will you sometimes have to open the item list and enter a search term?**
  
 If you always scan barcodes, then the number of items doesn’t matter much during daily operation, because the app will run a query every time to find the item with the scanned code. If you always scan barcodes, then the number of items doesn’t matter much during daily operation, because the app will run a query every time to find the item with the scanned code.
Line 54: Line 77:
 However, if you open the item list to find items, then the number of items can become a problem. See next part. However, if you open the item list to find items, then the number of items can become a problem. See next part.
  
-2. Is it possible to establish a direct database connection to the SAP Business One server, or will the app have to rely purely on Service Layer?+**2. Is it possible to establish a direct database connection to the SAP Business One server, or will the app have to rely purely on Service Layer?**
  
 In on-premises and private-cloud deployments, it’s usually possible to open a direct connection to run custom SQL queries. In that case, the app should be able to handle up to a few hundred thousand items, although loading the item list for the first time every time the app is restarted may take up to about 20 seconds per 100 000 items. After the item list is queried once, it will be cached so long as the app is still running, so it will open immediately when you open it again. In on-premises and private-cloud deployments, it’s usually possible to open a direct connection to run custom SQL queries. In that case, the app should be able to handle up to a few hundred thousand items, although loading the item list for the first time every time the app is restarted may take up to about 20 seconds per 100 000 items. After the item list is queried once, it will be cached so long as the app is still running, so it will open immediately when you open it again.
  
 In partner-hosted or SAP-hosted public-cloud deployments, the app usually has to do all communication over Service Layer. Sadly, this significantly degrades the performance when transmitting large amounts of data, so the app may not be able to load the item list at all. Scanning barcodes will still work the same. In partner-hosted or SAP-hosted public-cloud deployments, the app usually has to do all communication over Service Layer. Sadly, this significantly degrades the performance when transmitting large amounts of data, so the app may not be able to load the item list at all. Scanning barcodes will still work the same.
 +
 +
 +
 +===== Batch Numbers / Serial Numbers =====
 +
 +==== Is "On Release Only" supported? ====
 +
 +Yes, the app supports the "on release only" management method for batch/serial numbers, however there are some caveats.
 +
 +For serial numbers, you must enable the checkbox **Automatic Serial Number Creation on Receipt**.  This means that empty serial number entries will be added to the database when an inbound/receipt transaction is made for the item.  During outbound/release transactions, the app will transparently update those entries with the user-provided serial numbers, and then use them for the transaction.
 +
 +For batch numbers, if "on release only" is chosen, the only way to release batch numbers is to generate them in the SAP Business One client at some point, then use them in the app.  There is unfortunately no other way to support this method due to limitations in the SAP Business One programming interface.
  
  
Line 68: Line 103:
 The supported barcode types depend on the scanning hardware that is being used.  So long as the hardware supports it, COBI.wms can read any type of barcode, including 2D codes such as QR Code and DataMatrix. The supported barcode types depend on the scanning hardware that is being used.  So long as the hardware supports it, COBI.wms can read any type of barcode, including 2D codes such as QR Code and DataMatrix.
  
-COBI.wms also supports the GS1 standard; see next question.+COBI.wms also supports [[GS1 Barcodes]]; see next question.
  
  
Line 75: Line 110:
 When a barcode is connected to a specific UoM in the barcodes table of the item master data, then COBI.wms will automatically select the right UoM for the scanned barcode. When a barcode is connected to a specific UoM in the barcodes table of the item master data, then COBI.wms will automatically select the right UoM for the scanned barcode.
  
-Using the GS1 standard, COBI.wms also supports reading batch and serial numbers, production and expiry date, quantity, and so on from the scanned barcode and automatically fills in the relevant fields.+Using [[GS1 Barcodes]], COBI.wms also supports reading batch and serial numbers, production and expiry date, quantity, and so on from the scanned barcode and automatically fills in the relevant fields.
  
  
 +===== Picking & Packing =====
  
-===== Inventory counting =====+==== How can you prevent two pickers from working on the same picking list? ==== 
  
-==== Can two employees work on the same counting list at the same time? ====+COBI.wms provides a supporting feature for this scenario.
  
-Nothis 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.+By enabling the option “Show if a picking list has been started”, the system can indicate whether a picking list is already being processed.
  
 +Behavior when enabled:
 +  * A user can actively “start” a picking list
 +  * A corresponding flag (UDF) is set in SAP
 +  * Other devices will see the list as already in progress (highlighted in green)
  
 +Important:
 +  * This is not a strict system lock
 +  * The feature is intended to provide transparency and process guidance
 +  * Technically, multiple users could still open and work on the same list
 +
 +===== Inventory =====
 +
 +==== Can multiple users work on the same inventory list at the same time? ==== 
 +
 +Yes, this is possible with the current COBI.wms version.
 +
 +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
 +
 +Note:
 +  * Final values are consolidated by the service before being posted to SAP
  
 ===== Label printing ===== ===== Label printing =====
Line 91: Line 158:
 ==== Can we import different label sizes to the app? ==== ==== Can we import different label sizes to the app? ====
  
-The label templates imported into the app can have any size. Additionally, the label printer has to be configured correctly for the desired label size.+The [[Label Templates]] imported into the app can have any size. Additionally, the label printer has to be configured correctly for the desired label size.
  
  
 ==== Can we automatically print labels when a booking is made? ==== ==== Can we automatically print labels when a booking is made? ====
  
-For this, Coresuite Remote Print is needed. It does not work with the app’s own direct printing feature. The app can make use of an additional Windows Service from COBISOFT (the COBI.wms Print Helper) to automatically create the Coresuite Remote Print files when a booking is made.+For this, Coresuite Remote Print is needed. It does not work with the app’s own direct printing feature. The app can make use of an additional Windows Service from COBISOFT, called the [[Print Service]], to automatically create Coresuite Remote Print files when a booking is made.
  
  
Line 110: Line 177:
 ===== Licensing ===== ===== Licensing =====
  
-==== Is one license for device or for a person? How can we manage licenses? ====+==== What kind of SAP Business One Licenses are needed to use the app? ==== 
 + 
 +Apart from the COBI.wms Licenses that you acquire from COBISOFT, you may also need to purchase additional SAP Business One Licenses from your SAP Partner. 
 + 
 +According to the latest licensing guidelines of SAP Business One (as of May 2023), **every individual employee (person)** who interacts with SAP Business One through any means (including third-party applications such as COBI.wms) must have some kind of SAP Business One License. 
 + 
 +If an employee who will use COBI.wms already has an SAP Business One License, such as Professional or Limited Logistics, then they don't need an additional SAP Business One License to be allowed to use COBI.wms. 
 + 
 +However, if the employee doesn't normally use SAP Business One and therefore doesn't have any SAP Business One License, then they will need (at minimum) an SAP Business One Indirect Access User License. 
 + 
 +==== Are COBI.wms Licenses for devices or for users? How can we manage licenses? ==== 
 + 
 +A COBI.wms license can be assigned to an Android device **or** to a COBI.wms user. 
 + 
 +If an Android device is licensed, any person can log in on that device and use it.  Users don't require licenses in this case. 
 + 
 +If a COBI.wms User is licensed, they can user their username and password log in to COBI.wms on any Android device.  In this case, the devices don't need to be licensed. 
 + 
 +Licenses can be freely swapped between devices and users.  We support both models of licensing for the sake of convenience. 
 + 
 +Generally, licensing devices is the easier option, especially since you won't have to deal with COBI.wms User Management.  If you license your devices, and don't set up any COBI.wms Users, your warehouse employees can simply grab any Android device and log in without having to enter a username and password.
  
-COBI.wms license can be assigned to a device or to a COBI.wms user. If a device is licensed, any person can log in to that device and use it. If a user is licensed, then they can log in to COBI.wms on any device, even if the device itself is not licensed. Licenses can be freely swapped between devices and users. We support both models of licensing for the sake of customer convenience.+See [[COBI.wms:Management Database]] for details on how to manage users and licenses.
  
cobi.wms/faq.1651736897.txt.gz · Last modified: by tkammer

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki