This commit is contained in:
a.bouhuolia
2021-02-22 17:00:57 +02:00
21 changed files with 432 additions and 267 deletions

View File

@@ -159,13 +159,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(() =>