From 059b26ba33750d5d96bbcbc1eb586e5c4333d0e5 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Fri, 5 Apr 2024 12:21:54 +0200 Subject: [PATCH] WIP Contractqueue & snopp api --- Layout/default/Contractqueue/Index.php | 393 ++++++++++++++---- Layout/default/Network/Form.php | 15 +- application/Address/AddressController.php | 1 + .../Api/v1/OperationaldataApicontroller.php | 265 ++++++++++++ application/Api/v1/PreorderApicontroller.php | 2 +- application/Contractqueue/Contractqueue.php | 15 +- .../Contractqueue/ContractqueueController.php | 142 ++++++- .../Contractqueue/ContractqueueModel.php | 1 + application/Network/NetworkController.php | 1 + application/Network/NetworkModel.php | 8 + .../20240125122644_create_contractqueue.php | 7 + .../20240402170133_network_add_opsystem.php | 31 ++ lib/mvcfronk/mfBase/mfBaseApicontroller.php | 3 +- 13 files changed, 795 insertions(+), 89 deletions(-) create mode 100644 application/Api/v1/OperationaldataApicontroller.php create mode 100644 db/migrations/20240402170133_network_add_opsystem.php diff --git a/Layout/default/Contractqueue/Index.php b/Layout/default/Contractqueue/Index.php index 1e9d93989..b2464974c 100644 --- a/Layout/default/Contractqueue/Index.php +++ b/Layout/default/Contractqueue/Index.php @@ -35,7 +35,12 @@ " /> - + +
+ + " /> +
+
" /> @@ -105,34 +110,79 @@
-
+
Inhaber
-

- owner->customer_number?>
- owner->getCompanyOrName()?>
- owner->street?>
- owner->zip?> owner->city?>
+
+ owner->customer_number?>
+ owner->getCompanyOrName()?>
+ owner->street?>
+ owner->zip?> owner->city?>
+
+
-
+
Rechnungsempfänger
-
- billingaddress_id): ?> - billingaddress->customer_number) ? $order->billingaddress->customer_number."
" : ""?> - billingaddress->getCompanyOrName()?>
- billingaddress->street?>
- billingaddress->zip?> billingaddress->city?>
- +
+
+ billingaddress_id): ?> + billingaddress->customer_number) ? $order->billingaddress->customer_number."
" : ""?> + billingaddress->getCompanyOrName()?>
+ billingaddress->street?>
+ billingaddress->zip?> billingaddress->city?>
+ +
+
@@ -199,7 +249,7 @@ approved) ? "checked='checked'" : ""?> />
- product_name?> + product_name?> termination_id && $contract->termination): ?>
termination->code?> - termination->getAddress())?> @@ -208,7 +258,7 @@
- +
@@ -216,37 +266,37 @@
- matchcode)?> + matchcode)?>
-
price?>
+
price?>
-
price_setup?>
+
price_setup?>