From a0103b23b1fe5e5c9538a6da69a83b5db1fe681b Mon Sep 17 00:00:00 2001
From: "b.ulrich" <b.ulrich@adito.de>
Date: Mon, 6 Sep 2021 08:17:18 +0200
Subject: [PATCH] [Projekt: xRM-Sales][TicketNr.: 1086647][Offer
 DocumentTemplate Consumer verwendet hardcoded ID]

---
 .../children/documenttemplatetype_param/valueProcess.js       | 4 +++-
 .../documenttemplatetypeclassification_param/valueProcess.js  | 4 +++-
 .../children/documenttemplatetype_param/valueProcess.js       | 4 +++-
 .../documenttemplatetypeclassification_param/valueProcess.js  | 4 +++-
 .../children/documenttemplatetype_param/valueProcess.js       | 4 +++-
 .../documenttemplatetypeclassification_param/valueProcess.js  | 4 +++-
 .../children/documenttemplatetype_param/valueProcess.js       | 4 +++-
 .../documenttemplatetypeclassification_param/valueProcess.js  | 4 +++-
 process/KeywordRegistry_basic/process.js                      | 4 ++++
 9 files changed, 28 insertions(+), 8 deletions(-)

diff --git a/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js b/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js
index 361c9a2190..e0303d03e2 100644
--- a/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js
+++ b/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string("TEX");
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateType$textModular());
\ No newline at end of file
diff --git a/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js b/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js
index d3f6a17941..1b6237e9dd 100644
--- a/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js
+++ b/entity/Offer_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string(4);
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateTypeCategory$offerFooter());
\ No newline at end of file
diff --git a/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js b/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js
index 361c9a2190..e0303d03e2 100644
--- a/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js
+++ b/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string("TEX");
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateType$textModular());
\ No newline at end of file
diff --git a/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js b/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js
index 914d4b9ca3..b1e30b69fa 100644
--- a/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js
+++ b/entity/Offer_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string("3")
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateTypeCategory$offerHeader())
\ No newline at end of file
diff --git a/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js b/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js
index 90d0786d0d..5d633b71c5 100644
--- a/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js
+++ b/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetype_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string("TEX");
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateType$textModular());
\ No newline at end of file
diff --git a/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js b/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js
index d41d91fd2b..9c91783681 100644
--- a/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js
+++ b/entity/Order_entity/entityfields/documenttemplatetexfooter/children/documenttemplatetypeclassification_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string(6);
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateTypeCategory$receiptFooter());
\ No newline at end of file
diff --git a/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js b/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js
index 90d0786d0d..5d633b71c5 100644
--- a/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js
+++ b/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetype_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string("TEX");
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateType$textModular());
\ No newline at end of file
diff --git a/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js b/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js
index 3d6da693a6..81e5719988 100644
--- a/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js
+++ b/entity/Order_entity/entityfields/documenttemplatetexheader/children/documenttemplatetypeclassification_param/valueProcess.js
@@ -1,2 +1,4 @@
+import("KeywordRegistry_basic");
 import("system.result");
-result.string(5)
\ No newline at end of file
+
+result.string($KeywordRegistry.documentTemplateTypeCategory$receiptHeader())
\ No newline at end of file
diff --git a/process/KeywordRegistry_basic/process.js b/process/KeywordRegistry_basic/process.js
index 37f2bf897f..3b1ab6f2ce 100644
--- a/process/KeywordRegistry_basic/process.js
+++ b/process/KeywordRegistry_basic/process.js
@@ -198,6 +198,10 @@ $KeywordRegistry.documentTemplateType$attachment = function(){return "ATT";};
 $KeywordRegistry.documentTemplateTypeCategory = function(){return "DocumentTemplateTypeCategory";};
 $KeywordRegistry.documentTemplateTypeCategory$single = function(){return "1";};
 $KeywordRegistry.documentTemplateTypeCategory$serial = function(){return "2";};
+$KeywordRegistry.documentTemplateTypeCategory$offerHeader = function(){return "3";};
+$KeywordRegistry.documentTemplateTypeCategory$offerFooter = function(){return "4";};
+$KeywordRegistry.documentTemplateTypeCategory$receiptHeader = function(){return "5";};
+$KeywordRegistry.documentTemplateTypeCategory$receiptFooter = function(){return "6";};
 $KeywordRegistry.documentTemplateTypeCategory$htmlTemplate = function(){return "7";};
 $KeywordRegistry.documentTemplateTypeCategory$workflow = function(){return "8";};
 
-- 
GitLab