fix: toggle display filter drawer of financial statements.

This commit is contained in:
a.bouhuolia
2021-02-22 15:38:17 +02:00
parent 1e3b8df702
commit 2750d64fac
49 changed files with 716 additions and 1075 deletions

View File

@@ -136,6 +136,7 @@ export default [
hotkey: 'shift+5',
pageTitle: formatMessage({ id: 'trial_balance_sheet' }),
backLink: true,
sidebarShrink: true
},
{
path: `/financial-reports/profit-loss-sheet`,
@@ -144,6 +145,9 @@ export default [
),
breadcrumb: 'Profit Loss Sheet',
hotkey: 'shift+2',
pageTitle: formatMessage({ id: 'profit_loss_sheet' }),
backLink: true,
sidebarShrink: true,
},
{
path: '/financial-reports/receivable-aging-summary',
@@ -169,6 +173,9 @@ export default [
),
breadcrumb: 'Journal Sheet',
hotkey: 'shift+3',
pageTitle: formatMessage({ id: 'journal_sheet' }),
sidebarShrink: true,
backLink: true,
},
{
path: '/financial-reports',