mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat(webapp): bank rules
This commit is contained in:
@@ -1221,6 +1221,14 @@ export const getDashboardRoutes = () => [
|
||||
pageTitle: 'Tax Rates',
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
// Bank Rules
|
||||
{
|
||||
path: '/bank-rules',
|
||||
component: lazy(
|
||||
() => import('@/containers/Banking/Rules/RulesList/RulesList'),
|
||||
),
|
||||
pageTitle: 'Bank Rules',
|
||||
},
|
||||
// Homepage
|
||||
{
|
||||
path: `/`,
|
||||
|
||||
Reference in New Issue
Block a user