diff --git a/Layout/default/Address/Index.php b/Layout/default/Address/Index.php index 426240230..e9ec5e2d1 100644 --- a/Layout/default/Address/Index.php +++ b/Layout/default/Address/Index.php @@ -75,7 +75,7 @@ ["address_id" => $address->id]])?>" title="Benutzer anzeigen"> $address->id])?>"> - $address->id])?>" class="text-danger" title="Löschen"> + $address->id])?>" onclick="if(!confirm('Person/Firma wirklich löschen?')) return false;" class="text-danger" title="Löschen"> diff --git a/Layout/default/Dashboard/Index.php b/Layout/default/Dashboard/Index.php index 1f71252e1..38cd090f4 100644 --- a/Layout/default/Dashboard/Index.php +++ b/Layout/default/Dashboard/Index.php @@ -10,8 +10,7 @@

Dashboard

diff --git a/Layout/default/Network/Index.php b/Layout/default/Network/Index.php index 73968a21b..9eff8e677 100644 --- a/Layout/default/Network/Index.php +++ b/Layout/default/Network/Index.php @@ -133,6 +133,7 @@ + @@ -141,10 +142,11 @@ addresstypes as $address_id => $addresstypes): ?> + @@ -184,7 +186,7 @@
NameNetzeigentümer
getCompanyOrName()?>owner_id == $address_id) ? "checked='checked'" : ""?> disabled="disabled" /> $address_id, 'addresstype' => [$role]]) !== null): ?> - - $address_id])?>" class="text-danger" title="Löschen"> + $network->id, "address_id" => $address_id])?>" onclick="if(!confirm('Berechtigungen wirklich löschen?')) return false;" class="text-danger" title="Löschen">
- 1]) as $address): ?> addresstypes) && array_key_exists($address->id, $network->addresstypes)) continue; ?> diff --git a/Layout/default/Pop/Form.php b/Layout/default/Pop/Form.php index f444d439a..9c610e11b 100644 --- a/Layout/default/Pop/Form.php +++ b/Layout/default/Pop/Form.php @@ -148,10 +148,10 @@ $(this).on('wheel.disableScroll', function (e) { e.preventDefault() }) - }) + }); $('form').on('blur', 'input[type=number]', function (e) { $(this).off('wheel.disableScroll') - }) + }); \ No newline at end of file diff --git a/Layout/default/Product/Form.php b/Layout/default/Product/Form.php new file mode 100644 index 000000000..7a2f50b96 --- /dev/null +++ b/Layout/default/Product/Form.php @@ -0,0 +1,291 @@ + + +
+
+ + +
+
+
+
+ +
+

Produkte

+
+
+
+ + +
+
+ +
+
+

id) ? "Produkt bearbeiten" : "Neues Produkt"?>

+ +
"> +
+
+ + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + +
+ +
+ +
+
+ + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +

Verrechnungsdaten

+
+
+ + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + + attributes) && count($product->attributes)): ?> +

Produktattribute

+
+
+ attributes as $attrib): ?> +
+ +
+ +
+
+ +
+
+ + +
+
+
+ +
+ +
+
+
+
+ +
+ +
+ +
+
+ + + +
+
+
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/Layout/default/Product/Index.php b/Layout/default/Product/Index.php new file mode 100644 index 000000000..d68c0692b --- /dev/null +++ b/Layout/default/Product/Index.php @@ -0,0 +1,75 @@ + + +
+
+ + +
+
+
+
+ +
+

Produkte

+
+
+
+ + +
+
+ +
+
+
+

Liste aller Produkte

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NetzgebieteGruppeNameTechnologieKundentypVerkaufspreisVerr. PeriodeSLAIVT ID
networks)) ? array_shift($product->networks)->name . ((count($product->networks) > 1) ? ", ..." : "") : ""?>productgroup->name?>name?>producttech->name?> (attributes[TT_ATTRIB_RTRTECHCODE_NAME]->value?>)producttech->customer_type)?>price?>billing_period?>x Jährlichsla->name?>ivt_id?> + $product->id])?>"> + $product->id])?>" class="text-danger" onclick="if(!confirm('Berechtigungen wirklich löschen?')) return false;" title="Produkt Löschen"> +
+
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/Layout/default/Producttech/Form.php b/Layout/default/Producttech/Form.php new file mode 100644 index 000000000..7d507d2b5 --- /dev/null +++ b/Layout/default/Producttech/Form.php @@ -0,0 +1,235 @@ + + +
+
+ + +
+
+
+
+ +
+

Produkte

+
+
+
+ + +
+
+ +
+
+

id) ? "Technologie bearbeiten" : "Neue Technologie"?>

+ +
"> +
+
+ + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + +
+
+ +

Produktattribute

+
+
+ + attributes) && count($producttech->attributes)): ?> + attributes as $attribute): ?> +
"> + +
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + + +
+

Neues Attribut:

+
+
+
+ + +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
+
+
+ +
+ +
+
+
+
+ +
+ +
+ +
+
+ + + +
+
+
+ +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/Layout/default/Producttech/Index.php b/Layout/default/Producttech/Index.php new file mode 100644 index 000000000..084878958 --- /dev/null +++ b/Layout/default/Producttech/Index.php @@ -0,0 +1,62 @@ + + +
+
+ + +
+
+
+
+ +
+

Produkttechnologien

+
+
+
+ + +
+
+ + + +
+
+ +
+
+ + + \ No newline at end of file diff --git a/Layout/default/User/Index.php b/Layout/default/User/Index.php index ac8d39ae8..a81907d2f 100644 --- a/Layout/default/User/Index.php +++ b/Layout/default/User/Index.php @@ -13,7 +13,7 @@

Benutzer

diff --git a/Layout/default/footer.php b/Layout/default/footer.php index e9e847db0..bc40d9049 100644 --- a/Layout/default/footer.php +++ b/Layout/default/footer.php @@ -3,7 +3,7 @@
- the tool © 2021 Xinon GmbH - Made by fronk - Simulor Theme by Coderthemes + the tool © 2021 Xinon GmbH - Made by fronk