Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test021VHossVerpakking/ResetBatch/Productie_011_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test021VHossVerpakking/ResetBatch/Productie_011_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_011_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test021VHossVerpakking/ResetBatch/Productie_011_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_011_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang VHoss 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 3 | 2222:LI7K | 811 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 3 | 2222:LI7K | 811 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: BL/PPS/TBX/DocSynchroStangInkortLijst.cls.xml
===================================================================
diff -u -r64316 -r72010
--- BL/PPS/TBX/DocSynchroStangInkortLijst.cls.xml (.../DocSynchroStangInkortLijst.cls.xml) (revision 64316)
+++ BL/PPS/TBX/DocSynchroStangInkortLijst.cls.xml (.../DocSynchroStangInkortLijst.cls.xml) (revision 72010)
@@ -184,7 +184,8 @@
Do ..Document.GeefKolom(4).Insert("")
Do ..Document.GeefKolom(5).Insert(AantalStangen)
Do ..Document.GeefKolom(6).Insert("")
- Do ..Document.GeefKolom(7).Insert(Korttekst)
+ Do ..Document.GeefKolom(7).Insert("")
+ Do ..Document.GeefKolom(8).Insert(Korttekst)
}
}
]]>
@@ -198,17 +199,21 @@
Do ..VoegToeHoofdingMetTussenLijnen("INKORTEN", ..Document.GeefAantalKolommen())
#dim UitvoeringInfoIterator As TECH.ListIterator = ##class(TECH.ListIterator).%New(..UitvoeringInfoLijst)
+ Do ..ZetTotaalAantalTiponSynchronisatiestangenPerToelevering(UitvoeringInfoIterator)
+ Do UitvoeringInfoIterator.Reset()
+
While (UitvoeringInfoIterator.HasNext())
{
#dim UI As BL.PPS.TBX.DocSynchroStangInkortLijst.dto.SynchroStangInkortenUitvoeringInfo = UitvoeringInfoIterator.Next()
-
+ Do ##class(Tools.Wlip).%New(252).ObjToText(UI)
Do ..Document.GeefKolom(1).Insert(UI.Nr)
Do ..Document.GeefKolom(2).Insert(UI.ToeDos)
Do ..Document.GeefKolom(3).Insert(UI.Breedte)
Do ..Document.GeefKolom(4).Insert(UI.Uitvoer)
Do ..Document.GeefKolom(5).Insert(UI.AantalTiponSynchronisatiestangen)
- Do ..Document.GeefKolom(6).Insert(UI.Type)
- Do ..Document.GeefKolom(7).Insert(UI.TiponSynchronisatiestangKorttekst)
+ Do ..Document.GeefKolom(6).Insert(UI.TotaalAantalTiponSynchronisatiestangenInToelevering)
+ Do ..Document.GeefKolom(7).Insert(UI.Type)
+ Do ..Document.GeefKolom(8).Insert(UI.TiponSynchronisatiestangKorttekst)
}
}
]]>
@@ -282,6 +287,35 @@
+
+
+UitvoeringInfoIterator:TECH.ListIterator
+1
+
+
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test002/StartBatch/Productie_014_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test002/StartBatch/Productie_014_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_014_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test002/StartBatch/Productie_014_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_014_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang Probox 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 8 | 2222:LI7N | 829 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 8 | 2222:LI7N | 829 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test010/ResetBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test010/ResetBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test010/ResetBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang karton 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 1 | 2222:A3YD | 811 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 1 | 2222:A3YD | 811 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test010/StartBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test010/StartBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test010/StartBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang karton 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 1 | 2222:A3YD | 811 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 1 | 2222:A3YD | 811 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test022PalletVerpakking/StartBatch/Productie_009_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test022PalletVerpakking/StartBatch/Productie_009_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_009_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test022PalletVerpakking/StartBatch/Productie_009_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_009_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang pallet 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 2 | 2222:LI7K | 811 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 2 | 2222:LI7K | 811 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test021VHossVerpakking/StartBatch/Productie_011_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test021VHossVerpakking/StartBatch/Productie_011_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_011_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test021VHossVerpakking/StartBatch/Productie_011_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_011_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang VHoss 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 3 | 2222:LI7K | 811 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 3 | 2222:LI7K | 811 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test013Spoelbaklade/ResetBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test013Spoelbaklade/ResetBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test013Spoelbaklade/ResetBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang karton 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 1 | 2222:A3YD | 647 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 1 | 2222:A3YD | 647 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test022PalletVerpakking/ResetBatch/Productie_009_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test022PalletVerpakking/ResetBatch/Productie_009_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_009_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test022PalletVerpakking/ResetBatch/Productie_009_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_009_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang pallet 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 2 | 2222:LI7K | 811 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 2 | 2222:LI7K | 811 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test013Spoelbaklade/StartBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt
===================================================================
diff -u -r68082 -r72010
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test013Spoelbaklade/StartBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 68082)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Tandembox.Aansturing/Test013Spoelbaklade/StartBatch/Productie_008_TBX_SynchronisatieStangInkortenLijst.txt (.../Productie_008_TBX_SynchronisatieStangInkortenLijst.txt) (revision 72010)
@@ -3,23 +3,23 @@
EUROPARK-NOORD 7 TBX inkortlijst synchrostang karton 15-11-14
B-9100 SINT-NIKLAAS Lijn:1 Batch:15000 09:15
- ---|-----------|---------|---|-------|------|-------------------------
- Nr | Toe:Dos | Breedte | ^ | Aant. | Type | Product
- ---|-----------|---------|---|-------|------|-------------------------
- | | | | | | |
- | | | | | | PICKING |
- | | | | | | |
- 1 | | | | 1 | |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | INKORTEN |
- | | | | | | |
- 1 | 2222:A3YD | 647 | P | 1 | TOB |T60.1125W WELLE V40 GR |
- | | | | | | |
- | | | | | | LEGENDE |
- | | | | | | |
- | | | | | | M = Montage |
- | | | | | | P = Picking onderdelen |
- | | | | | | V = Voormontage |
- ---|-----------|---------|---|-------|------|-------------------------
+ ---|-----------|---------|---|----|------|------|-------------------------
+ Nr | Toe:Dos | Breedte | ^ | # | Tot# | Type | Product
+ ---|-----------|---------|---|----|------|------|-------------------------
+ | | | | | | | |
+ | | | | | | | PICKING |
+ | | | | | | | |
+ 1 | | | | 1 | | |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | INKORTEN |
+ | | | | | | | |
+ 1 | 2222:A3YD | 647 | P | 1 | 1 | TOB |T60.1125W WELLE V40 GR |
+ | | | | | | | |
+ | | | | | | | LEGENDE |
+ | | | | | | | |
+ | | | | | | | M = Montage |
+ | | | | | | | P = Picking onderdelen |
+ | | | | | | | V = Voormontage |
+ ---|-----------|---------|---|----|------|------|-------------------------
\ No newline at end of file