Set up billing profile

This commit is contained in:
Peter Papp
2021-05-06 09:15:37 +02:00
parent 070a3aaba4
commit 69deafeda0
13 changed files with 553 additions and 43 deletions
+11 -1
View File
@@ -93,7 +93,7 @@ const routesOasis = [
},
},
{
name: 'InvoicesProfile',
name: 'BillingProfile',
path: '/invoice/profile',
component: () =>
import(/* webpackChunkName: "chunks/oasis/invoices/profile" */ './Oasis/Invoices/BillingProfile'),
@@ -102,6 +102,16 @@ const routesOasis = [
title: 'My Billing Profile'
},
},
{
name: 'BillingProfileSetUp',
path: '/invoice/set-up-billing-profile',
component: () =>
import(/* webpackChunkName: "chunks/oasis/invoices/profile" */ './Oasis/Invoices/BillingProfileSetUp'),
meta: {
requiresAuth: true,
title: 'Set My Billing Profile'
},
},
{
name: 'CreateClient',
path: '/invoice/create-client',