API WMS TerminalOrderPickingOverview: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „==== Description ==== Method provides overview of order items picked through the mobile warehouse terminal including general information like user name, qu…“)
 
(Specification)
 
(Nejsou zobrazeny 2 mezilehlé verze od stejného uživatele.)
Řádka 15: Řádka 15:
 
!Relation
 
!Relation
 
|-
 
|-
|ID
+
|ReleaseItemID
 
|int
 
|int
|Internal system ID
+
|Internal system ID of released order item
 +
|
 +
|-
 +
|ReleasePreparedID
 +
|int
 +
|Internal system ID of prepared released order item
 +
|
 +
|-
 +
|OrderPickingType
 +
|int
 +
|0 = Picking From Positions, 1 = Sorting To Transports
 
|
 
|
 
|-
 
|-
Řádka 53: Řádka 63:
 
|int
 
|int
 
|1 = Weight specified, 0 = weight not specified  
 
|1 = Weight specified, 0 = weight not specified  
|
 
|-
 
|PickingType
 
|int
 
|0 = Picking From Positions, 1 = Sorting To Transports
 
 
|
 
|
 
|}
 
|}

Aktuální verze z 7. 9. 2017, 16:37

Description

Method provides overview of order items picked through the mobile warehouse terminal including general information like user name, quantity, date and time etc.

Exact name

API_WMS_TerminalOrderPickingOverview

Type

Standard view.

Specification

Column Data type Description Relation
ReleaseItemID int Internal system ID of released order item
ReleasePreparedID int Internal system ID of prepared released order item
OrderPickingType int 0 = Picking From Positions, 1 = Sorting To Transports
InsertedDate datetime Date of item insertion
ItemQty decimal Expedited quantity
InsertedUserID int Internal system ID of user
InsertedUserName nvarchar(150) User name
ItemWeightUnit decimal Item weight per unit
ItemWeightTotal decimal Item weight total
ItemWeightSpecified int 1 = Weight specified, 0 = weight not specified

Example

SELECT * FROM [API_WMS_TerminalOrderPickingOverview]

Notices

None