Index: DOM/PM/enu/RVGCorpusConstructie/AutoComplete.cls.xml
===================================================================
diff -u -r68238 -r74479
--- DOM/PM/enu/RVGCorpusConstructie/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 68238)
+++ DOM/PM/enu/RVGCorpusConstructie/AutoComplete.cls.xml (.../AutoComplete.cls.xml) (revision 74479)
@@ -16,6 +16,13 @@
1
+
+%String
+"Werktop"
+1
+1
+
+
%String
"ZonderSokkel"
Index: vhUnitTest/DOM/PM/Maatwerk/RVG/impl/KorttekstBepaler/Test.cls.xml
===================================================================
diff -u -r72924 -r74479
--- vhUnitTest/DOM/PM/Maatwerk/RVG/impl/KorttekstBepaler/Test.cls.xml (.../Test.cls.xml) (revision 72924)
+++ vhUnitTest/DOM/PM/Maatwerk/RVG/impl/KorttekstBepaler/Test.cls.xml (.../Test.cls.xml) (revision 74479)
@@ -97,6 +97,9 @@
Set ..RVGKenmerken.CorpusConstructie = ..Enum.CorpusConstructie.ZonderSokkel
Do ..AssertPositiesInKorttekst("V", 7)
+
+ Set ..RVGKenmerken.CorpusConstructie = ..Enum.CorpusConstructie.Werktop
+ Do ..AssertPositiesInKorttekst("W", 7)
]]>
Index: APPS/Halux/PPS/Document/impl/RVG/VoorbereidingSpecialWorkshop/IngegevenKenmerkenNaarImosDataConverter.cls.xml
===================================================================
diff -u -r72552 -r74479
--- APPS/Halux/PPS/Document/impl/RVG/VoorbereidingSpecialWorkshop/IngegevenKenmerkenNaarImosDataConverter.cls.xml (.../IngegevenKenmerkenNaarImosDataConverter.cls.xml) (revision 72552)
+++ APPS/Halux/PPS/Document/impl/RVG/VoorbereidingSpecialWorkshop/IngegevenKenmerkenNaarImosDataConverter.cls.xml (.../IngegevenKenmerkenNaarImosDataConverter.cls.xml) (revision 74479)
@@ -215,6 +215,7 @@
Quit:(RvgValue = ##class(DOM.PM.enu.RVGDeurOndersteuning).PartitieZijwand()) "for partition side"
Quit:(RvgValue = ##class(DOM.PM.enu.RVGCorpusConstructie).MetSokkel()) "with plinth"
Quit:(RvgValue = ##class(DOM.PM.enu.RVGCorpusConstructie).ZonderSokkel()) "without plinth"
+ Quit:(RvgValue = ##class(DOM.PM.enu.RVGCorpusConstructie).Werktop()) "worktop"
Quit:(RvgValue = ##class(DOM.PM.enu.Variant).Revego()) "REVEGO"
Quit:(RvgValue = ##class(DOM.PM.enu.RVGProductieWijze).Voorgemonteerd()) "assembled"
Quit:(RvgValue = ##class(DOM.PM.enu.RVGProductieWijze).LosseComponentenOpMaat()) "components sized"
Index: DOM/PM/enu/RVGCorpusConstructie.cls.xml
===================================================================
diff -u -r68238 -r74479
--- DOM/PM/enu/RVGCorpusConstructie.cls.xml (.../RVGCorpusConstructie.cls.xml) (revision 68238)
+++ DOM/PM/enu/RVGCorpusConstructie.cls.xml (.../RVGCorpusConstructie.cls.xml) (revision 74479)
@@ -6,11 +6,11 @@
TECH.Enumeration
-;MetSokkel;ZonderSokkel
+;MetSokkel;ZonderSokkel;Werktop
-;Met sokkel;Zonder sokkel
+;Met sokkel;Zonder sokkel;Werktop
@@ -26,6 +26,13 @@
+
+
+1
+DOM.PM.enu.RVGCorpusConstructie
+
+
Index: DOM/PM/Maatwerk/RVG/impl/KorttekstBepaler.cls.xml
===================================================================
diff -u -r72924 -r74479
--- DOM/PM/Maatwerk/RVG/impl/KorttekstBepaler.cls.xml (.../KorttekstBepaler.cls.xml) (revision 72924)
+++ DOM/PM/Maatwerk/RVG/impl/KorttekstBepaler.cls.xml (.../KorttekstBepaler.cls.xml) (revision 74479)
@@ -62,6 +62,8 @@
Set CorpusConstructieCode = "S"
} ElseIf (IngegevenKenmerken.CorpusConstructie = ..Enum.CorpusConstructie.ZonderSokkel) {
Set CorpusConstructieCode = "V"
+ } ElseIf (IngegevenKenmerken.CorpusConstructie = ..Enum.CorpusConstructie.Werktop) {
+ Set CorpusConstructieCode = "W"
}
Quit CorpusConstructieCode
Index: DOM/PM/enu/RVGCorpusConstructie/Verwerker.cls.xml
===================================================================
diff -u -r68238 -r74479
--- DOM/PM/enu/RVGCorpusConstructie/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 68238)
+++ DOM/PM/enu/RVGCorpusConstructie/Verwerker.cls.xml (.../Verwerker.cls.xml) (revision 74479)
@@ -14,6 +14,8 @@
+
+1
+1
+
+
+
1
1
Index: vhDeploy/D20250218xInsertVertalingRevegoWinkelkarlijnInfo.cls.xml
===================================================================
diff -u
--- vhDeploy/D20250218xInsertVertalingRevegoWinkelkarlijnInfo.cls.xml (revision 0)
+++ vhDeploy/D20250218xInsertVertalingRevegoWinkelkarlijnInfo.cls.xml (revision 74479)
@@ -0,0 +1,26 @@
+
+
+
+vhDeploy.Deploy
+
+
+%String
+Insert van vertaling sokkel voor Revego winkelkarlijn info
+
+
+
+1
+
+
+
+
+
+