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.
This commit is contained in:
Jeppe Bundgaard
2026-01-06 15:22:34 +01:00
parent 010b0d8af7
commit c0adca9558
@@ -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([