+ Unternehmer mit gueltiger UID und Rechnungsland ausserhalb von {HOME_COUNTRY_CODE} werden per Reverse Charge ohne ausgewiesene MwSt verrechnet.
+
+ )}
{!form.invoiceSameAsShipping && (
@@ -902,13 +961,18 @@ export default function SummaryPage() {
€{netWithShipping.toFixed(2)}
- Tax ({(taxRate * 100).toFixed(1)}%)
+ {isReverseCharge ? 'Tax (Reverse Charge)' : `Tax (${(effectiveTaxRate * 100).toFixed(1)}%)`}
€{taxAmountWithShipping.toFixed(2)}
Total incl. tax
€{totalWithTax.toFixed(2)}
+ {isReverseCharge && (
+
+ Reverse Charge aktiv: gueltige UID und auslaendisches Rechnungsland erkannt.
+
+ )}
{/* Validation summary (refined design) */}
Selected: {totalCapsules} capsules ({totalPacks} packs of 10). Target: {selectedPlanCapsules} capsules ({requiredPacks} packs).
diff --git a/src/app/components/nav/Header.tsx b/src/app/components/nav/Header.tsx
index 70cc541..b9a631a 100644
--- a/src/app/components/nav/Header.tsx
+++ b/src/app/components/nav/Header.tsx
@@ -761,88 +761,11 @@ export default function Header({ setGlobalLoggingOut }: HeaderProps) {
onClick={() => { router.push('/admin'); setMobileMenuOpen(false); }}
className="w-full text-left rounded-lg px-2 py-1.5 text-slate-800 hover:bg-indigo-50 hover:text-slate-900 transition-colors dark:text-indigo-50 dark:hover:bg-white/10 dark:hover:text-white"
>
- Dashboard
+ Admin Dashboard
-
-
-
- {DISPLAY_MATRIX && (
-
- )}
-
- {DISPLAY_ABONEMENTS && (
- <>
-
-
- >
- )}
- {DISPLAY_POOLS && (
-
- )}
-
- {DISPLAY_NEWS && (
-
- )}
-
- {/* ADDED: Dev Management in hamburger admin nav */}
- {isAdminOrSuper && (
-
- )}
+
+ Open the dashboard to access all admin modules via icon panels.
+