Add bank statement analyzer with automatic work storage
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
'visible': can_view_employee_portal(current_user, current_user_permissions, current_user_roles),
|
||||
'active': _staff_path.startswith('/employee/profile')
|
||||
},
|
||||
{
|
||||
'label': 'Bank Analyzer',
|
||||
'url': '/tools/bank-statement-analyzer',
|
||||
'visible': true,
|
||||
'active': _staff_path.startswith('/tools/bank-statement-analyzer')
|
||||
},
|
||||
{
|
||||
'label': 'Alerts',
|
||||
'url': '/alerts',
|
||||
|
||||
Reference in New Issue
Block a user