From ce32ba59c21225f1a3255f6bddd30ba637aa0b35 Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Tue, 15 Sep 2026 16:41:27 +0200 Subject: [PATCH] changes to the prices --- Website/main.py | 8 ++++---- Website/templates/preise.html | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Website/main.py b/Website/main.py index 56979eb..d7399f5 100644 --- a/Website/main.py +++ b/Website/main.py @@ -74,10 +74,10 @@ BOOKING_FLOW_MAP = { BOOKING_PRICE_MAP = { "startpaket": 420.0, "advanced_package": 0.0, - "inventarsystem": 350.0, - "buecherei": 100.0, - "terminverwaltung": 100.0, - "emailversand": 50.0, + "inventarsystem": 390.0, + "buecherei": 120.0, + "terminverwaltung": 120.0, + "emailversand": 70.0, "schultraeger": 0.0, } BOOKING_ADMIN_EMAIL_FALLBACK = os.environ.get("BOOKING_ADMIN_EMAIL", "").strip() diff --git a/Website/templates/preise.html b/Website/templates/preise.html index add2f74..cc88769 100644 --- a/Website/templates/preise.html +++ b/Website/templates/preise.html @@ -154,7 +154,7 @@

Inventarsystem

- 350 €/ Jahr + 390 €/ Jahr

Der stabile Einstieg in die Schulverwaltung mit Inventarverwaltung, Benutzerrechten und Berichten.

@@ -166,7 +166,7 @@
{% if 'username' in session %} - {% else %} @@ -183,7 +183,7 @@

Bibliothekssystem

- 100 €/ Jahr + 120 €/ Jahr

Spezialisiertes Modul für Bibliotheken und Medienzentren inkl. Ausleihprozessen und Historie.

@@ -194,7 +194,7 @@
{% if 'username' in session %} - {% else %} @@ -211,7 +211,7 @@

Terminplaner

- 100 €/ Jahr + 120 €/ Jahr

Für flexible Terminplanung entwickelt (z.B. Elternsprechstunden), um Termine hürdenlos online anzubieten.

@@ -223,7 +223,7 @@
{% if 'username' in session %} - {% else %} @@ -240,7 +240,7 @@

Startpaket

- 420 €/ Jahr + 490 €/ Jahr

Enthält Inventarverwaltung und Bibliothekssystem als ideale Komplettlösung zum Vorzugspreis.

@@ -252,7 +252,7 @@
{% if 'username' in session %} - {% else %} @@ -307,8 +307,8 @@

Sie sind dabei, ein Einzelmodul in den Warenkorb zu legen. Wussten Sie, dass Inventar- und Bibliothekssystem perfekt zusammenarbeiten?

-

Das Startpaket (420 € / Jahr)

-

Beinhaltet das Inventarsystem (regulär 350 €) und das Bibliothekssystem (regulär 100 €). Sie sparen 30 € jährlich!

+

Das Startpaket (490 € / Jahr)

+

Beinhaltet das Inventarsystem (regulär 390 €) und das Bibliothekssystem (regulär 120 €). Sie sparen 30 € jährlich!

@@ -460,7 +460,7 @@ // Upsell-Entscheidungen function acceptUpsell() { closeUpsellModal(); - addItem('startpaket', 'Startpaket (Inventar + Bibliothek)', 420); + addItem('startpaket', 'Startpaket (Inventar + Bibliothek)', 490); pendingItemForUpsell = null; }