Index: DOM/PM/Maatwerk/Filter/Filter.cls.xml
===================================================================
diff -u -r29059 -r31068
--- DOM/PM/Maatwerk/Filter/Filter.cls.xml (.../Filter.cls.xml) (revision 29059)
+++ DOM/PM/Maatwerk/Filter/Filter.cls.xml (.../Filter.cls.xml) (revision 31068)
@@ -5,7 +5,7 @@
1
-Product:DOM.PM.MaatwerkProduct
+Product:DOM.PM.MaatwerkProduct,HalffabItem:DOM.PM.Maatwerk.Calc.HF.IHalffabItem=""
%Boolean
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test004MetGekoppeldeMat/StartBatch/Productie_007_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test004MetGekoppeldeMat/StartBatch/Productie_007_TAX_OnderdelenPickingLijst.txt (.../Productie_007_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test004MetGekoppeldeMat/StartBatch/Productie_007_TAX_OnderdelenPickingLijst.txt (.../Productie_007_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -22,12 +22,6 @@
| | | | |
Bodemondersteuning, |LBS.437.ST BODEM D450 ZN | 2 | | XHD 1 |
450mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | XHD 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | XHD 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test002ProboxMetOnderdelen/StartBatch/Productie_007_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test002ProboxMetOnderdelen/StartBatch/Productie_007_TAX_OnderdelenPickingLijst.txt (.../Productie_007_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test002ProboxMetOnderdelen/StartBatch/Productie_007_TAX_OnderdelenPickingLijst.txt (.../Productie_007_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -22,12 +22,6 @@
| | | | |
Bodemondersteuning, |LBS.487.02 BODEM D500 ZN | 1 | | DNL 1 |
500mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | DNL 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | DNL 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhUnitTest/DOM/PM/Maatwerk/Filter/impl/TestBase.cls.xml
===================================================================
diff -u -r30703 -r31068
--- vhUnitTest/DOM/PM/Maatwerk/Filter/impl/TestBase.cls.xml (.../TestBase.cls.xml) (revision 30703)
+++ vhUnitTest/DOM/PM/Maatwerk/Filter/impl/TestBase.cls.xml (.../TestBase.cls.xml) (revision 31068)
@@ -14,6 +14,11 @@
1
+
+DOM.PM.Maatwerk.Calc.HF.IHalffabItem
+1
+
+
aTestName:%String
1
Index: DOM/PM/Maatwerk/Calc/HF/impl/TAOR/Builder/HFKoppelingv001.cls.xml
===================================================================
diff -u -r30890 -r31068
--- DOM/PM/Maatwerk/Calc/HF/impl/TAOR/Builder/HFKoppelingv001.cls.xml (.../HFKoppelingv001.cls.xml) (revision 30890)
+++ DOM/PM/Maatwerk/Calc/HF/impl/TAOR/Builder/HFKoppelingv001.cls.xml (.../HFKoppelingv001.cls.xml) (revision 31068)
@@ -11,10 +11,12 @@
#dim TAORKenmerken As DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken = IngegevenKenmerken
#dim KoppelingType As DOM.PM.enu.TAORKoppelingType.AutoComplete = ##class(DOM.PM.enu.TAORKoppelingType.AutoComplete).%New()
- #dim IngegevenKenmerkenTypeAPI As DOM.PM.Maatwerk.IngegevenKenmerkenTypeAPI = ##class(DOM.DomeinContext).Instance().GeefIngegevenKenmerkenTypeAPI()
-
+ #dim ProductieRoute As DOM.PM.Maatwerk.Calc.HF.enu.ProductieRoute.AutoComplete = ##class(DOM.PM.Maatwerk.Calc.HF.enu.ProductieRoute.AutoComplete).%New()
+
if (TAORKenmerken.IsBinnenlade || (TAORKenmerken.KoppelingType = KoppelingType.Schroef)) {
- set HalffabItem.ProductieRoute = "TeMonteren"
+ set HalffabItem.ProductieRoute = ProductieRoute.TeMonteren
+ } else {
+ set HalffabItem.ProductieRoute = ProductieRoute.OnderdelenPicking
}
]]>
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007Melamine/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30916 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007Melamine/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 30916)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007Melamine/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -16,12 +16,6 @@
| | | | |
Geleider, Movento, |760H5000B MOVENTO MP ZN | 1 | | LI7K 1 |
500mm, 40kg, Volledig | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | LI7K 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | LI7K 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhUnitTest/DOM/PM/Maatwerk/Filter/impl/ProductieRouteFilter/Test.cls.xml
===================================================================
diff -u
--- vhUnitTest/DOM/PM/Maatwerk/Filter/impl/ProductieRouteFilter/Test.cls.xml (revision 0)
+++ vhUnitTest/DOM/PM/Maatwerk/Filter/impl/ProductieRouteFilter/Test.cls.xml (revision 31068)
@@ -0,0 +1,77 @@
+
+
+
+vhUnitTest.DOM.PM.Maatwerk.Filter.impl.TestBase
+
+
+DOM.PM.Maatwerk.Calc.HF.enu.ProductieRoute.AutoComplete
+1
+
+
+
+vhTest.DOM.PM.Maatwerk.Calc.HF.Factory
+1
+
+
+
+
+
+
+
+aTestName:%String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007BodemMelamineZijkantFineer/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30916 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007BodemMelamineZijkantFineer/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 30916)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007BodemMelamineZijkantFineer/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -16,12 +16,6 @@
| | | | |
Geleider, Movento, |760H5000B MOVENTO MP ZN | 1 | | LI7K 1 |
500mm, 40kg, Volledig | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | LI7K 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | LI7K 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Baliko/StartBatch/Productie_005_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30377 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Baliko/StartBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 30377)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Baliko/StartBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -36,12 +36,6 @@
| | | | |
Bodemondersteuning, |LBS.387.02 BODEM D400 ZN | 26 | | FWG 13 |
400mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 26 | | CVI 13 |
- Schroef, Links | | | | FWG 13 |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 26 | | CVI 13 |
- Schroef, Rechts | | | | FWG 13 |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: DOM/PM/Maatwerk/Filter/impl/ProductieRouteFilter.cls.xml
===================================================================
diff -u
--- DOM/PM/Maatwerk/Filter/impl/ProductieRouteFilter.cls.xml (revision 0)
+++ DOM/PM/Maatwerk/Filter/impl/ProductieRouteFilter.cls.xml (revision 31068)
@@ -0,0 +1,69 @@
+
+
+
+DOM.PM.Maatwerk.Filter.Filter,DOM.PM.Maatwerk.Calc.Common.IngegevenKenmerkenVisitor
+
+
+DOM.PM.Maatwerk.Calc.HF.IHalffabItem
+1
+
+
+
+%Boolean
+1
+
+
+
+DOM.PM.Maatwerk.Calc.HF.enu.ProductieRoute.AutoComplete
+1
+
+
+
+Product:DOM.PM.MaatwerkProduct,HalffabItem:DOM.PM.Maatwerk.Calc.HF.IHalffabItem
+%Boolean
+
+
+
+
+KADKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.KADKenmerken
+
+
+
+LBXKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.LBXKenmerken
+
+
+
+MATKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.MATKenmerken
+
+
+
+OLMKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.OLMKenmerken
+
+
+
+TAORKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken
+
+
+
+
+TBXKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.TBXKenmerken
+
+
+
+
+
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test003MetTiponSynchronisatieStang/StartBatch/Productie_006_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test003MetTiponSynchronisatieStang/StartBatch/Productie_006_TAX_OnderdelenPickingLijst.txt (.../Productie_006_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test003MetTiponSynchronisatieStang/StartBatch/Productie_006_TAX_OnderdelenPickingLijst.txt (.../Productie_006_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -29,12 +29,6 @@
| | | | |
Bodemondersteuning, |LBS.307.02 BODEM D320 ZN | 2 | | XRK 1 |
320mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | XRK 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | XRK 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Baliko/ResetBatch/Productie_005_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30377 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Baliko/ResetBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 30377)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Baliko/ResetBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -36,12 +36,6 @@
| | | | |
Bodemondersteuning, |LBS.387.02 BODEM D400 ZN | 26 | | FWG 13 |
400mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 26 | | CVI 13 |
- Schroef, Links | | | | FWG 13 |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 26 | | CVI 13 |
- Schroef, Rechts | | | | FWG 13 |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: DOM/PM/Maatwerk/Filter/enu/FilterType.cls.xml
===================================================================
diff -u -r29059 -r31068
--- DOM/PM/Maatwerk/Filter/enu/FilterType.cls.xml (.../FilterType.cls.xml) (revision 29059)
+++ DOM/PM/Maatwerk/Filter/enu/FilterType.cls.xml (.../FilterType.cls.xml) (revision 31068)
@@ -5,27 +5,34 @@
%String
-;Geen;Binnenlade
+;Geen;Binnenlade;ProductieRoute
%String
-;Geen;Binnenlade
+;Geen;Binnenlade;ProductieRoute
1
DOM.PM.Maatwerk.Filter.enu.FilterType
-
1
DOM.PM.Maatwerk.Filter.enu.FilterType
-
+
+
+1
+DOM.PM.Maatwerk.Filter.enu.FilterType
+
+
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/AcceptatieTest/StartBatch/Productie_009_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/AcceptatieTest/StartBatch/Productie_009_TAX_OnderdelenPickingLijst.txt (.../Productie_009_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/AcceptatieTest/StartBatch/Productie_009_TAX_OnderdelenPickingLijst.txt (.../Productie_009_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -16,12 +16,6 @@
| | | | |
Geleider, Movento, |760H5000B MOVENTO MP ZN | 4 | | LI7Q 4 |
500mm, 40kg, Volledig | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 4 | | LI7Q 4 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 4 | | LI7Q 4 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/AcceptatieTest/StartBatch/Productie_008_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/AcceptatieTest/StartBatch/Productie_008_TAX_OnderdelenPickingLijst.txt (.../Productie_008_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/AcceptatieTest/StartBatch/Productie_008_TAX_OnderdelenPickingLijst.txt (.../Productie_008_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -47,19 +47,11 @@
Bodemondersteuning, |LBS.387.02 BODEM D400 ZN | 5 | | LI7K 1 |
400mm | | | | LI7N 4 |
| | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 4 | | LI7K 1 |
- Schroef, Links | | | | LI7M 3 |
+ Koppeling, Movento, |T51.7601VH KUPP L 100R737 | 4 | | LI7N 4 |
+ Drevel, Links | | | | |
| | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 4 | | LI7K 1 |
- Schroef, Rechts | | | | LI7M 3 |
- | | | | |
- Koppeling, Movento, |T51.7601VH KUPP L 100R737 | 12 | | LI7N 4 |
- Drevel, Links | | | | LI7O 5 |
- | | | | LI7P 3 |
- | | | | |
- Koppeling, Movento, |T51.7601VH KUPP R 100R737 | 12 | | LI7N 4 |
- Drevel, Rechts | | | | LI7O 5 |
- | | | | LI7P 3 |
+ Koppeling, Movento, |T51.7601VH KUPP R 100R737 | 4 | | LI7N 4 |
+ Drevel, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Valigne/ResetBatch/Productie_005_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30130 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Valigne/ResetBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 30130)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Valigne/ResetBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -36,12 +36,6 @@
| | | | |
Bodemondersteuning, |LBS.387.02 BODEM D400 ZN | 26 | | FWG 13 |
400mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 26 | | CVI 13 |
- Schroef, Links | | | | FWG 13 |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 26 | | CVI 13 |
- Schroef, Rechts | | | | FWG 13 |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml
===================================================================
diff -u -r30422 -r31068
--- APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 30422)
+++ APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 31068)
@@ -234,7 +234,6 @@
1
TECH.Iterator
Product:DOM.PM.MaatwerkProduct,HalffabItem:DOM.PM.Maatwerk.Calc.HF.IHalffabItem
1
%Boolean
- 0))
+ 0))
]]>
@@ -315,25 +314,26 @@
1
%Boolean
FilterType:DOM.PM.Maatwerk.Filter.enu.FilterType,Rolnaam:%String
1
-
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test005MetZijstabilisering/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test005MetZijstabilisering/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test005MetZijstabilisering/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -25,12 +25,6 @@
| | | | |
Bodemondersteuning, |LBS.287.02 BODEM D300 ZN | 1 | | ABQX 1 |
300mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | ABQX 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | ABQX 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test006Binnenlade/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30371 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test006Binnenlade/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 30371)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test006Binnenlade/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -18,12 +18,6 @@
| | | | |
Geleider, Movento, |760H5000B MOVENTO MP ZN | 1 | | DMD 1 |
500mm, 40kg, Volledig | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | DMD 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | DMD 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: DOM/PM/Maatwerk/Filter/enu/FilterType/Verwerker.cls.xml
===================================================================
diff -u
--- DOM/PM/Maatwerk/Filter/enu/FilterType/Verwerker.cls.xml (revision 0)
+++ DOM/PM/Maatwerk/Filter/enu/FilterType/Verwerker.cls.xml (revision 31068)
@@ -0,0 +1,48 @@
+
+
+
+
+Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig.
+Een hercompilatie van de Enumeratie - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt
+De enumeratie methoden moeten als type de enumeratieklasse zelf terug geven. De enumeratieklasse moet afleiden van TECH.Enumeration
+1
+1
+
+
+1
+FilterType:DOM.PM.Maatwerk.Filter.enu.FilterType
+
+
+
+
+1
+1
+
+
+
+
+1
+1
+
+
+
+
+1
+1
+
+
+
+
+
+
Index: APPS/Halux/PPS/Document/impl/TAX/OnderdelenPicking.cls.xml
===================================================================
diff -u -r30652 -r31068
--- APPS/Halux/PPS/Document/impl/TAX/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 30652)
+++ APPS/Halux/PPS/Document/impl/TAX/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 31068)
@@ -1,7 +1,7 @@
-APPS.Halux.PPS.Document.impl.common.OnderdelenPicking
+APPS.Halux.PPS.Document.impl.common.OnderdelenPicking,DOM.PM.Maatwerk.TAX.impl.Base
%String
@@ -13,6 +13,11 @@
1
+
+DOM.PM.Maatwerk.Filter.enu.FilterType.AutoComplete
+1
+
+
%ArrayOfDataTypes
1
@@ -68,21 +73,20 @@
1
@@ -126,7 +130,7 @@
Verpakking:DOM.PM.enu.LBXVerpakkingType
1
TECH.String
-
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/TestBiColour/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30881 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/TestBiColour/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 30881)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/TestBiColour/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -23,12 +23,6 @@
| | | | |
Bodemondersteuning, |LBS.487.02 BODEM D500 ZN | 1 | | LI7K 1 |
500mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 2 | | LI7K 1 |
- Schroef, Links | | | | LI7L 1 |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 2 | | LI7K 1 |
- Schroef, Rechts | | | | LI7L 1 |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Valigne/StartBatch/Productie_005_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30130 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Valigne/StartBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 30130)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test001Valigne/StartBatch/Productie_005_TAX_OnderdelenPickingLijst.txt (.../Productie_005_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -36,12 +36,6 @@
| | | | |
Bodemondersteuning, |LBS.387.02 BODEM D400 ZN | 26 | | FWG 13 |
400mm | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 26 | | CVI 13 |
- Schroef, Links | | | | FWG 13 |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 26 | | CVI 13 |
- Schroef, Rechts | | | | FWG 13 |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007BodemFineerZijkantMelamine/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt
===================================================================
diff -u -r30916 -r31068
--- vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007BodemFineerZijkantMelamine/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 30916)
+++ vhTestFiles/IntegratieTests/Productie.Planning.ActieveBatches.Taorbox.Aansturing/Test007BodemFineerZijkantMelamine/StartBatch/Productie_004_TAX_OnderdelenPickingLijst.txt (.../Productie_004_TAX_OnderdelenPickingLijst.txt) (revision 31068)
@@ -16,12 +16,6 @@
| | | | |
Geleider, Movento, |760H5000B MOVENTO MP ZN | 1 | | LI7K 1 |
500mm, 40kg, Volledig | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP L 100 OR | 1 | | LI7K 1 |
- Schroef, Links | | | | |
- | | | | |
- Koppeling, Movento, |T51.7601 KUPP R 100 OR | 1 | | LI7K 1 |
- Schroef, Rechts | | | | |
-------------------------|--------------------------|----|-------|--------
\ No newline at end of file
Index: DOM/PM/Maatwerk/Filter/enu/FilterType/AutoComplete.cls.xml
===================================================================
diff -u
--- DOM/PM/Maatwerk/Filter/enu/FilterType/AutoComplete.cls.xml (revision 0)
+++ DOM/PM/Maatwerk/Filter/enu/FilterType/AutoComplete.cls.xml (revision 31068)
@@ -0,0 +1,35 @@
+
+
+
+
+Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig.
+Een hercompilatie van de Enumeratie - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt
+De enumeratie Eigenschapn moeten als type de enumeratieklasse zelf terug geven. De enumeratieklasse moet afleiden van TECH.Enumeration
+serial
+1
+%SerialObject
+
+
+DOM.PM.Maatwerk.Filter.enu.FilterType
+"Binnenlade"
+1
+1
+
+
+
+DOM.PM.Maatwerk.Filter.enu.FilterType
+"Geen"
+1
+1
+
+
+
+DOM.PM.Maatwerk.Filter.enu.FilterType
+"ProductieRoute"
+1
+1
+
+
+
+
+