mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: toggle display filter drawer of financial statements.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user