From c0adca955823b2c599b32cc2bf92d42618935514 Mon Sep 17 00:00:00 2001 From: Jeppe Bundgaard Date: Tue, 6 Jan 2026 15:22:34 +0100 Subject: [PATCH] Add exemption option for monthly administration and environmental fee - Added `exemptFromAdministrationFee` property to customer settings in `PosSelectedCustomer.vue`. - Enabled toggle to exclude customers from monthly fees with descriptive tooltip and icon. --- .../displays/department/pos/PosSelectedCustomer.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/displays/department/pos/PosSelectedCustomer.vue b/src/components/displays/department/pos/PosSelectedCustomer.vue index 1a2d30b3..0926b09f 100644 --- a/src/components/displays/department/pos/PosSelectedCustomer.vue +++ b/src/components/displays/department/pos/PosSelectedCustomer.vue @@ -143,6 +143,12 @@ const attributes = ref([ description: 'Når denne er sat, kan kunden angive et PO nummer på ordrer.', icon: 'fas fa-cogs' }, + { + name: 'Undtaget fra månedligt administrations- og miljøgebyr', + prop: 'exemptFromAdministrationFee', + description: 'Når denne er sat, bliver kunden undtaget fra månedligt administrations- og miljøgebyr.', + icon: 'fas fa-cogs' + }, ]); const shortcuts = ref([