mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: import and export tax rates
This commit is contained in:
@@ -1213,6 +1213,14 @@ export const getDashboardRoutes = () => [
|
||||
),
|
||||
pageTitle: intl.get('sidebar.projects'),
|
||||
},
|
||||
{
|
||||
path: '/tax-rates/import',
|
||||
component: lazy(
|
||||
() => import('@/containers/TaxRates/containers/TaxRatesImport'),
|
||||
),
|
||||
pageTitle: 'Tax Rates',
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
{
|
||||
path: '/tax-rates',
|
||||
component: lazy(
|
||||
|
||||
Reference in New Issue
Block a user