feat(helpdesk): add dashboards, communication feed, settings UI and fix routing

Add support/sales/controlling dashboards with KPIs, trend charts and
risk indicators. Add debitor communication timeline, contact filters,
system recommendations engine, and configurable controlling risk rules.

Rename search→index to fix query-string preservation on back navigation.
Remove fake escalation rate metric, add KPI info tooltips, and switch
trend chart colors to red (created) / green (closed) for clarity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-04 18:34:03 +02:00
parent e897cc2c56
commit aee9cb10f3
43 changed files with 7451 additions and 635 deletions

View File

@@ -92,7 +92,7 @@ trait ListContractFiles
{
return [
'modules/addressbook/pages/address-book/index(default).phtml',
'modules/helpdesk/pages/helpdesk/search(default).phtml',
'modules/helpdesk/pages/helpdesk/index(default).phtml',
'pages/search/index(default).phtml',
'pages/admin/users/index(default).phtml',
'pages/admin/tenants/index(default).phtml',
@@ -115,7 +115,7 @@ trait ListContractFiles
{
return [
'modules/addressbook/pages/address-book/index().php',
'modules/helpdesk/pages/helpdesk/search().php',
'modules/helpdesk/pages/helpdesk/index().php',
'pages/search/index().php',
'pages/admin/users/index().php',
'pages/admin/tenants/index().php',
@@ -138,7 +138,7 @@ trait ListContractFiles
{
return [
'modules/addressbook/pages/address-book/index(default).phtml',
'modules/helpdesk/pages/helpdesk/search(default).phtml',
'modules/helpdesk/pages/helpdesk/index(default).phtml',
'pages/admin/users/index(default).phtml',
'pages/admin/tenants/index(default).phtml',
'pages/admin/departments/index(default).phtml',