mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat: aggregate rows on import feature
This commit is contained in:
@@ -51,6 +51,18 @@ export const getDashboardRoutes = () => [
|
||||
defaultSearchResource: RESOURCES_TYPES.MANUAL_JOURNAL,
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
{
|
||||
path: `/manual-journals/import`,
|
||||
component: lazy(
|
||||
() => import('@/containers/Accounting/ManualJournalsImport'),
|
||||
),
|
||||
breadcrumb: intl.get('edit'),
|
||||
pageTitle: 'Manual Journals Import',
|
||||
sidebarExpand: false,
|
||||
backLink: true,
|
||||
defaultSearchResource: RESOURCES_TYPES.MANUAL_JOURNAL,
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
{
|
||||
path: `/manual-journals`,
|
||||
component: lazy(
|
||||
@@ -893,6 +905,17 @@ export const getDashboardRoutes = () => [
|
||||
},
|
||||
|
||||
// Bills
|
||||
{
|
||||
path: `/bills/import`,
|
||||
component: lazy(() => import('@/containers/Purchases/Bills/BillImport')),
|
||||
name: 'bill-edit',
|
||||
// breadcrumb: intl.get('edit'),
|
||||
pageTitle: 'Bills Import',
|
||||
sidebarExpand: false,
|
||||
backLink: true,
|
||||
defaultSearchResource: RESOURCES_TYPES.BILL,
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
{
|
||||
path: `/bills/:id/edit`,
|
||||
component: lazy(
|
||||
|
||||
Reference in New Issue
Block a user