feat: APAgingSummary.

This commit is contained in:
elforjani3
2021-01-24 22:58:47 +02:00
parent 1a89730855
commit 201d789cb8
17 changed files with 893 additions and 154 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({