Index: APPS/Halux/common/enu/ProductieGroep.cls.xml
===================================================================
diff -u -r59664 -r61871
--- APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 59664)
+++ APPS/Halux/common/enu/ProductieGroep.cls.xml (.../ProductieGroep.cls.xml) (revision 61871)
@@ -6,11 +6,11 @@
TECH.Enumeration
-,P,A,S,+,X,Std,Special,SpecialPM,Opstartfase,KAD-PSV-EV,KAD-PSV-IL,KAD-PSV-WE,KAD-PSV-S,KAD-PSA-EV,KAD-PSA-CR,KAD-PSA-IL,KAD-PSG-EV,KAD-PBG-EV,KAD-PBG-S,KAD-PBA-EV,KAD-PBR-EV,KAD-PBK-EV,KAD-PB9-EV,KAD-PB9-S,KAD-P05-EV,KAD-PSS-WE,KAD-VUL-VUL,LBX-SPOELBAK,LBX-SPOELBAK-VHOSS,TAX-LC,TAX-FPV,TAX-BOG,TBX-SIFON,TBX-OG,SpecialKLT
+,P,A,S,SST,+,X,Std,Special,SpecialPM,Opstartfase,KAD-PSV-EV,KAD-PSV-IL,KAD-PSV-WE,KAD-PSV-S,KAD-PSA-EV,KAD-PSA-CR,KAD-PSA-IL,KAD-PSG-EV,KAD-PBG-EV,KAD-PBG-S,KAD-PBA-EV,KAD-PBR-EV,KAD-PBK-EV,KAD-PB9-EV,KAD-PB9-S,KAD-P05-EV,KAD-PSS-WE,KAD-VUL-VUL,LBX-SPOELBAK,LBX-SPOELBAK-VHOSS,TAX-LC,TAX-FPV,TAX-BOG,TBX-SIFON,TBX-OG,SpecialKLT
-,Pallet,Kast,Stuk,Plus,Probox,Standaard,Specials,SpecialsPM,Opstart
+,Pallet,Kast,Stuk,SpaceStep,Plus,Probox,Standaard,Specials,SpecialsPM,Opstart
@@ -34,6 +34,13 @@
]]>
+
+1
+APPS.Halux.common.enu.ProductieGroep
+
+
+
1
APPS.Halux.common.enu.ProductieGroep
Index: APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml
===================================================================
diff -u -r59664 -r61871
--- APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 59664)
+++ APPS/Halux/common/enu/ProductieGroep/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 61871)
@@ -66,6 +66,8 @@
Do ..VerwerkPlus()
} ElseIf ProductieGroep = "X" {
Do ..VerwerkProbox()
+ } ElseIf ProductieGroep = "SST" {
+ Do ..VerwerkSpaceStep()
} ElseIf ProductieGroep = "Special" {
Do ..VerwerkSpecials()
} ElseIf ProductieGroep = "SpecialKLT" {
@@ -249,6 +251,12 @@
+
+1
+1
+
+
+
1
1
Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml
===================================================================
diff -u -r60151 -r61871
--- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 60151)
+++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 61871)
@@ -67,7 +67,7 @@
Set ..MaatwerkProduct = ..ProductTypeApi.GeefMaatwerkProduct(ProductId)
Set ..IngegevenKenmerken = ..MaatwerkProduct.GeefIngegevenKenmerken()
- If (..ProductieOpstartfaseBepaler.IsInOpstartfase(..MaatwerkProduct)) {
+ If (..ProductieOpstartfaseBepaler.IsInOpstartfase(..MaatwerkProduct) || ..HeeftGekoppeldKenmerkSpaceStep()) {
Set ProductieGroep = ..ProductieGroep.Opstartfase
} ElseIf (..IsSpecialsKlant(KlantId, ..IngegevenKenmerken.VerpakkingType, ..IngegevenKenmerken.GeefVariant())){
Set ProductieGroep = ..ProductieGroep.SpecialsKlant
@@ -98,6 +98,15 @@
]]>
+
+1
+%Boolean
+
+
+
1
%Boolean
Index: APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml
===================================================================
diff -u -r59664 -r61871
--- APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 59664)
+++ APPS/Halux/common/enu/ProductieGroep/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 61871)
@@ -198,6 +198,13 @@
1
+
+%String
+"SST"
+1
+1
+
+
%String
"Special"