mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
refactoring: APAing summary.
This commit is contained in:
@@ -155,13 +155,16 @@ export default [
|
||||
backLink: true,
|
||||
sidebarShrink: true,
|
||||
},
|
||||
// {
|
||||
// path: '/financial-reports/payable-aging-summary',
|
||||
// component: lazy(() =>
|
||||
// import('containers/FinancialStatements/APAgingSummary/APAgingSummary'),
|
||||
// ),
|
||||
// breadcrumb: 'Payable Aging Summary',
|
||||
// },
|
||||
{
|
||||
path: '/financial-reports/payable-aging-summary',
|
||||
component: lazy(() =>
|
||||
import('containers/FinancialStatements/APAgingSummary/APAgingSummary'),
|
||||
),
|
||||
breadcrumb: 'Payable Aging Summary',
|
||||
pageTitle: formatMessage({ id: 'payable_aging_summary' }),
|
||||
backLink: true,
|
||||
sidebarShrink: true,
|
||||
},
|
||||
{
|
||||
path: `/financial-reports/journal-sheet`,
|
||||
component: lazy(() =>
|
||||
|
||||
Reference in New Issue
Block a user