Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
models
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPos-public
models
Commits
71e9b488
Commit
71e9b488
authored
3 years ago
by
FrankR
Browse files
Options
Downloads
Patches
Plain Diff
adjusted OFBizOrderpicker
parent
d4e84ffa
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
interfaces/OFBizOrderpicker/OFBizOrderpicker.proto
+16
-16
16 additions, 16 deletions
interfaces/OFBizOrderpicker/OFBizOrderpicker.proto
with
16 additions
and
16 deletions
interfaces/OFBizOrderpicker/OFBizOrderpicker.proto
+
16
−
16
View file @
71e9b488
...
...
@@ -6,9 +6,9 @@ message OrderpickerWrapper { // wrapper-message for configuration-topic
repeated
OFBizPicklist
picklists
=
1
;
}
message
FrontendWrapper
{
repeated
FEndInit
Row
fEndInit
Row
s
=
1
;
repeated
FEndUpdateInventoryItem
fEnd
u
pdateInventoryItems
=
2
;
message
FEndWrapper
{
//
FrontendWrapper
repeated
FEndInit
Picklist
fEndInit
Picklist
s
=
1
;
repeated
FEndUpdateInventoryItem
fEnd
U
pdateInventoryItems
=
2
;
repeated
FEndUpdateShipmentBin
fEndUpdateShipmentBins
=
3
;
}
...
...
@@ -31,10 +31,7 @@ message OFBizPicklistBin {
}
message
OFBizPicklistItem
{
string
orderId
=
1
;
string
oderItemSeqId
=
2
;
int32
quantity
=
3
;
OFBizInventoryItem
inventoryItem
=
4
;
OFBizInventoryItem
inventoryItem
=
1
;
}
message
OFBizInventoryItem
{
...
...
@@ -43,24 +40,27 @@ message OFBizInventoryItem {
string
productId
=
3
;
}
message
FEndInitPicklist
{
string
picklistId
=
1
;
string
pickerId
=
2
;
repeated
FEndInitRow
fEndInitRows
=
3
;
}
message
FEndInitRow
{
int32
index
=
1
;
string
orderId
=
2
;
string
orderItemSeqId
=
3
;
string
productId
=
4
;
int32
quantity
=
5
;
string
inventoryItem
=
6
;
int32
shipmentBinNr
=
7
;
string
productId
=
2
;
string
inventoryItem_Soll
=
3
;
int32
shipmentBinNr_Soll
=
4
;
}
message
FEndUpdateInventoryItem
{
int32
index
=
1
;
bool
isCorrect
=
2
;
string
inventoryItem
=
3
;
bool
isCorrect
=
2
;
// if true -> draw green, if false -> draw red
string
inventoryItem
_Ist
=
3
;
}
message
FEndUpdateShipmentBin
{
int32
index
=
1
;
bool
isCorrect
=
2
;
int32
shipmentBinNr
=
3
;
int32
shipmentBinNr
_Ist
=
3
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment