From bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7 Mon Sep 17 00:00:00 2001
From: dh_ackergaul <dh_ackergaul@dh-software.de>
Date: Di, 23 Jun 2026 11:16:18 +0200
Subject: [PATCH] Update emvheya - 23.6.2026, 11:16:10 [JD]
---
manufacturer/_furnview/_global/html/h/generic-katatree/dev/AdditionalPositions/index copy.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/manufacturer/_furnview/_global/html/h/generic-katatree/dev/AdditionalPositions/index copy.html b/manufacturer/_furnview/_global/html/h/generic-katatree/dev/AdditionalPositions/index copy.html
new file mode 100644
index 0000000..c2bf05a
--- /dev/null
+++ b/manufacturer/_furnview/_global/html/h/generic-katatree/dev/AdditionalPositions/index copy.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="UTF-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=11">
+ <title>GenericKataTree</title>
+ <script language="JavaScript" src="../../../js/default.js"></script>
+</head>
+
+<body>
+
+ <input type="button" value="Dialog öffnen" onclick="openDialog()">
+
+ <input type="button" value="Artikel anzeigen" onclick="openDialog()">
+
+</body>
+
+<script>
+
+ function listArticle(){
+ var list = DoSyncFPSAction("GetKataTreeJson", [{"manufacturer": "devo", "program":"MWAY"}]);
+ }
+
+ function openDialog() {
+ var Version = DhMcControlObj.StringValueDest(-340, 0).value;
+ var FPVersion = DhMcControlObj.TableValueDest(32, 92715, 0, 0).value;
+
+ if (FPVersion === "Development EGGO" || FPVersion === "Furnplan Eggo") {
+ if (window.event && window.event.ctrlKey === true) {
+ // Bei EGGO mit gedrückter STRG-Taste neuen Dialog öffnen
+ DhMcControlObj.DoActionSimpleCL(17024);
+ return;
+ } else {
+ parent.parent.OpenConfigMenu("../zusatzpos.html");
+ return;
+ }
+ }
+
+ if (window.event && window.event.ctrlKey === true) {
+ parent.parent.OpenConfigMenu("../zusatzpos.html");
+ return;
+ }
+
+ DhMcControlObj.DoActionSimpleCL(17024);
+ }
+</script>
+
+</html>
\ No newline at end of file
--
Gitblit v1.9.3