User Tools

Site Tools


cobi.wms:app_options

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:app_options [2025/10/15 15:24] – [Show if pick list is already started] thuthcobi.wms:app_options [2026/09/21 15:50] (current) – [Picking with unit] thuth
Line 40: Line 40:
 **If you added the UDF after already having installed COBI.wms, an additional step is needed to make COBI.wms recognize it:** Execute the SQL command **''DROP VIEW <nowiki>cwms__version</nowiki>''** on your SAP Business One company database (like ''SBODEMODE''), and restart the app. **If you added the UDF after already having installed COBI.wms, an additional step is needed to make COBI.wms recognize it:** Execute the SQL command **''DROP VIEW <nowiki>cwms__version</nowiki>''** on your SAP Business One company database (like ''SBODEMODE''), and restart the app.
  
-**Note:** In newer versions of COBI.wms, the view ''<nowiki>cwms__version</nowiki>'' has been renamed to ''<nowiki>cwXX__version</nowiki>'' where ''XX'' stands for the current COBI.wms **minor** version, e.g. ''<nowiki>cw40__version</nowiki>'' for Version ''2.40'' In this case, the correct SQL command would be ''DROP VIEW <nowiki>cw40__version</nowiki>''.+**Note:** In newer versions of COBI.wms, the view ''<nowiki>cwms__version</nowiki>'' has been renamed to ''<nowiki>cwXX__version</nowiki>'' where ''XX'' stands for the current COBI.wms **minor** version, e.g. ''<nowiki>cw42__version</nowiki>'' for Version ''2.42'' In this case, the correct SQL command would be ''DROP VIEW <nowiki>cw42__version</nowiki>''.
  
 Note that the UDF is not actually used for all document types.  For example: Note that the UDF is not actually used for all document types.  For example:
Line 169: Line 169:
 UDF definition: UDF definition:
  
-^ Category     ^ Title    ^ Description      ^  Type  ^   Validation      +^ Category     ^ Title    ^ Description      ^  Type  ^   Validation  Values    
 | Inventory -> Pick List | ''WMS_Start'' | Started? | Alphanumeric | Valid Values | Y - Yes/N - No | | Inventory -> Pick List | ''WMS_Start'' | Started? | Alphanumeric | Valid Values | Y - Yes/N - No |
  
  
-==== Picking with unit ====+==== Picking with Picking Units ====
  
-A new 'Pick Unitbutton allows users to add or scan a pick unit, enabling picking based on predefined packaging units. \\ +A new "Picking Unitbutton allows warehouse staff to scan or add packaging units directly during the picking process in order to pick items based on pre-defined packaging/handling units. \\ 
-This improves efficiency when handling bulk or standardized packaging units.+This significantly increases efficiency when handling consolidated orders or standardized shipping packaging. 
 + 
 +1. Definition of the UDF on Marketing Documents (Header): 
 +Path: //Marketing Documents ➔ Title (Header)// 
 + 
 +^ Title ^ Description ^ Type ^ Validation ^ Valid Values ^ 
 +| PICKUNITS | PICKUNITS | Alphanumeric (254) | None | -- | 
 + 
 +2. Definition of the User-Defined Table (UDT): 
 +Path: //Administration ➔ Setup ➔ User-Defined Tables// 
 + 
 +  * Table Name: ''PickUnits'' (results in ''@PickUnits'' in SAP) 
 +  * Table Description: ''PickUnits'' 
 +  * Table Type: ''No Object with Auto-Increment'' 
 + 
 +3. Definition of the User-Defined Fields (UDFs) within UDT 'PickUnits': 
 +Path: //Administration ➔ Setup ➔ User-Defined Fields ➔ User-Defined Tables ➔ PickUnits// 
 + 
 +^ Title ^ Description ^ Type ^ Validation ^ Valid Values ^ 
 +| Barcode | Barcode | Alphanumeric (254) | None | -- | 
 +| inUse | inUse | Alphanumeric (1) | Valid Values | 'Y' / 'N'
 +| lastUsed | lastUsed | Date | Date | -- | 
 +| docEntry | docEntry | Alphanumeric (254) | None | -- | 
 +| employeeId | employeeId | Alphanumeric (254) | None | -- |
  
 ==== Show text lines from sales orders ==== ==== Show text lines from sales orders ====
cobi.wms/app_options.1760534681.txt.gz · Last modified: by thuth

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki