2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

New feature: Allow operators to see upcoming appointments and assign to themselves if necessary

This commit is contained in:
Adam Zammit
2016-07-08 16:20:50 +10:00
parent 1134ee3609
commit b9d37f651e
4 changed files with 136 additions and 0 deletions

View File

@@ -204,6 +204,7 @@ if (!defined('TAB_CASENOTES')) define('TAB_CASENOTES', true);
if (!defined('TAB_CALLLIST')) define('TAB_CALLLIST', true);
if (!defined('TAB_SHIFTS')) define('TAB_SHIFTS', true);
if (!defined('TAB_APPOINTMENTLIST')) define('TAB_APPOINTMENTLIST', true);
if (!defined('TAB_MYAPPOINTMENTLIST')) define('TAB_MYAPPOINTMENTLIST', true);
if (!defined('TAB_PERFORMANCE')) define('TAB_PERFORMANCE', true);
if (!defined('TAB_CALLHISTORY')) define('TAB_CALLHISTORY', true);
if (!defined('TAB_PROJECTINFO')) define('TAB_PROJECTINFO', true);