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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user