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 [2021/10/08 15:50] – aguven | cobi.wms:faq [2023/05/23 13:46] (current) – tkammer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Frequently Asked Questions ====== | ====== Frequently Asked Questions ====== | ||
- | **1. Can two employees work on the same counting list at the same time?** | + | |
- | \\ | + | ===== General ===== |
+ | |||
+ | ==== Which versions of SAP Business One are supported? ==== | ||
+ | |||
+ | COBI.wms supports SAP Business One version 9.1 and up. Both MS SQL Server and SAP HANA are supported. | ||
+ | |||
+ | |||
+ | ==== Does COBI.wms use a database of its own? ==== | ||
+ | |||
+ | Other than the [[Management Database]] which is used for configuration, | ||
+ | |||
+ | |||
+ | ==== Can the app be used without SAP Business One? ==== | ||
+ | |||
+ | No, the app is made specifically for SAP Business One and cannot be used on its own, nor with any other ERP system. | ||
+ | |||
+ | |||
+ | ==== Is it possible to use the app in other languages? ==== | ||
+ | |||
+ | Yes, here is the current list of supported languages: | ||
+ | |||
+ | * English | ||
+ | * Spanish | ||
+ | * French | ||
+ | * German | ||
+ | * Polish | ||
+ | * Turkish | ||
+ | * Finnish (partial) | ||
+ | |||
+ | Adding an additional language is simply a matter of translating a single file that contains all texts shown in the user interface of the app. | ||
+ | |||
+ | |||
+ | ==== Is it possible to register the devices to a specific warehouse? ==== | ||
+ | |||
+ | Yes, this is possible. | ||
+ | |||
+ | 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, | ||
+ | |||
+ | In public-cloud environments, | ||
+ | |||
+ | When everything is set up correctly, you can use the " | ||
+ | |||
+ | |||
+ | ==== Can we see and/or enter prices in the app? ==== | ||
+ | |||
+ | No, prices are not displayed in any way by the app and can also not be influenced. | ||
+ | |||
+ | |||
+ | ==== How well does the app work with a large number of Items in SAP Business One? ==== | ||
+ | |||
+ | By the time of this writing, the largest known number of Item Master Data entries which a COBI.wms user has is about 150 000. | ||
+ | |||
+ | 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?** | ||
+ | |||
+ | 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. | ||
+ | |||
+ | 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?** | ||
+ | |||
+ | In on-premises and private-cloud deployments, | ||
+ | |||
+ | In partner-hosted or SAP-hosted public-cloud deployments, | ||
+ | |||
+ | |||
+ | |||
+ | ===== Batch Numbers / Serial Numbers ===== | ||
+ | |||
+ | ==== Is "On Release Only" supported? ==== | ||
+ | |||
+ | Yes, the app supports the "on release only" management method for batch/ | ||
+ | |||
+ | For serial numbers, you must enable the checkbox **Automatic Serial Number Creation on Receipt**. | ||
+ | |||
+ | 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. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Barcode scanning ===== | ||
+ | |||
+ | ==== Which barcodes are compatible with COBI.wms? | ||
+ | |||
+ | 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 [[GS1 Barcodes]]; see next question. | ||
+ | |||
+ | |||
+ | ==== Is it possible to get the UoM, batch number, quantity, etc. from a 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 [[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. | ||
+ | |||
+ | |||
+ | |||
+ | ===== Pick & pack ===== | ||
+ | |||
+ | ==== How to avoid two pickers accidentally working on the same pick list? ==== | ||
+ | |||
+ | 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” | ||
+ | * 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: | ||
+ | |||
+ | * Opening/ | ||
+ | * Unlocking is unreliable: | ||
+ | |||
+ | For these reasons the app doesn' | ||
+ | |||
+ | |||
+ | |||
+ | ===== Inventory counting ===== | ||
+ | |||
+ | ==== 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. | 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. | ||
- | **2. Which barcode method is compatible with COBI.wms? Which barcode app should we use to create barcodes?** | ||
- | \\ | ||
- | 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, 2D codes such as QR and DataMatrix included. Further, COBI.wms supports the GS1 standard, for instance GS1-128, GS1 QR Code, and GS1 DataMatrix. | ||
- | **3. Is it possible | + | ===== Label printing ===== |
- | \\ | + | |
+ | ==== Can we import different label sizes to the app? ==== | ||
+ | |||
+ | The [[Label Templates]] imported into the app can have any size. Additionally, | ||
+ | |||
+ | |||
+ | ==== 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, called the [[Print Service]], to automatically create Coresuite Remote Print files when a booking is made. | ||
+ | |||
- | Yes, this is possible. Please see the Options page of the COBI.wms documentation. | + | ===== Production ===== |
- | **4. Is it possible to get the UoM, batch number | + | ==== Can we see resources |
- | \\ | + | |
- | Yes, this is supported | + | No, this is not supported. COBI.wms can only issue wares for production. |
- | **5. Is it possible to use the app in other languages? | ||
- | \\ | ||
- | Yes, currently English and German are supported. Adding an additional language is a matter of translating a single file that contains all texts contained in the user interface. | ||
- | **6. Can we import different label sizes to the app?** | + | ===== Licensing ===== |
- | \\ | + | |
- | The label templates imported into the app can have any size. Additionally, | + | ==== What kind of SAP Business One Licenses are needed to use the app? ==== |
- | **7. Can we automatically print labels when a booking is made?** | + | 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. | ||
- | 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 | + | 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 |
- | **8. Is one license for device or for a person? How can we manage licenses? | + | However, if the employee doesn' |
- | \\ | + | |
- | A COBI.wms | + | ==== Are COBI.wms Licenses |
- | **9. Can we see and/or enter prices in the app?** | + | A COBI.wms license can be assigned to an Android device |
- | \\ | + | |
- | No, prices are not displayed or altered in any way by the app. | + | 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. |
- | **10. Can we see and make bookings for resources | + | If a COBI.wms User is licensed, they can user their username |
- | \\ | + | |
- | No, this is not supported. COBI.wms can only issue wares for production. | + | Licenses can be freely swapped between devices and users. We support both models of licensing |
- | **11. Which versions of SAP Business One are we supporting? | + | Generally, licensing devices is the easier option, especially since you won't have to deal with COBI.wms User Management. |
- | \\ | + | |
- | COBI.wms | + | See [[COBI.wms:Management Database]] for details on how to manage users and licenses. |
cobi.wms/faq.1633701044.txt.gz · Last modified: 2021/10/08 15:50 by aguven