Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -140,6 +140,18 @@ const routes = [
|
||||
component: () => import('pages/CustomerBalanceList.vue'),
|
||||
meta: { permission: 'finance:view' }
|
||||
},
|
||||
{
|
||||
path: 'account-aging-statement',
|
||||
name: 'account-aging-statement',
|
||||
component: () => import('pages/AccountAgingStatement.vue'),
|
||||
meta: { permission: 'finance:view' }
|
||||
},
|
||||
{
|
||||
path: 'aged-customer-balance-list',
|
||||
name: 'aged-customer-balance-list',
|
||||
component: () => import('pages/AgedCustomerBalanceListDummy.vue'),
|
||||
meta: { permission: 'finance:view' }
|
||||
},
|
||||
|
||||
|
||||
/* ================= USERS ================= */
|
||||
|
||||
Reference in New Issue
Block a user