This commit is contained in:
a.bouhuolia
2021-02-21 19:36:06 +02:00
41 changed files with 2112 additions and 226 deletions

View File

@@ -155,6 +155,14 @@ export default [
backLink: true,
sidebarShrink: true,
},
{
path: '/financial-reports/payable-aging-summary',
component: LazyLoader({
loader: () =>
import('containers/FinancialStatements/APAgingSummary/APAgingSummary'),
}),
breadcrumb: 'Payable Aging Summary',
},
{
path: `/financial-reports/journal-sheet`,
component: lazy(() =>