Merge branch 'APAging'

This commit is contained in:
elforjani3
2021-02-06 21:01:53 +02:00
17 changed files with 893 additions and 153 deletions

View File

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