Added tax support
This commit is contained in:
@@ -7,6 +7,7 @@ import TenantContact from "./Partials/TenantContact.vue";
|
||||
import TenantPayment from "./Partials/TenantPayment.vue";
|
||||
import TenantImpress from "./Partials/TenantImpress.vue";
|
||||
import TenantGdpr from "./Partials/TenantGdpr.vue";
|
||||
import TenantTaxInfo from "./Partials/TenantTaxInfo.vue";
|
||||
|
||||
const props = defineProps({
|
||||
tenant: Object,
|
||||
@@ -30,6 +31,11 @@ const tabs = [
|
||||
component: TenantPayment,
|
||||
endpoint: '/api/v1/admin/tenants/' + slug + '/payment',
|
||||
},
|
||||
{
|
||||
title: 'Steuerinformationen',
|
||||
component: TenantTaxInfo,
|
||||
endpoint: '/api/v1/admin/tenants/' + slug + '/tax',
|
||||
},
|
||||
{
|
||||
title: 'Impressum',
|
||||
component: TenantImpress,
|
||||
|
||||
Reference in New Issue
Block a user