mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Receivable aging summary front-end.
This commit is contained in:
@@ -127,6 +127,16 @@ export default [
|
||||
breadcrumb: 'Profit Loss Sheet',
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: '/receivable-aging-summary',
|
||||
component: LazyLoader({
|
||||
loader: () =>
|
||||
import(
|
||||
'containers/FinancialStatements/ReceivableAgingSummary/ReceivableAgingSummary'
|
||||
),
|
||||
breadcrumb: 'Receivable Aging Summary',
|
||||
}),
|
||||
},
|
||||
{
|
||||
path: `/journal-sheet`,
|
||||
component: LazyLoader({
|
||||
|
||||
Reference in New Issue
Block a user