From 2ce3b0f49cb52843b4de22e95477769d94a07445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaume=20Albaig=C3=A8s?= <45965117+jalbaiges@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:50:10 +0100 Subject: [PATCH] Default main menu tuning --- custom/include/SticAdvancedTabConfig.php | 85 +++++++++--------------- 1 file changed, 32 insertions(+), 53 deletions(-) diff --git a/custom/include/SticAdvancedTabConfig.php b/custom/include/SticAdvancedTabConfig.php index 5e9361609fc..c3dddc7fa17 100644 --- a/custom/include/SticAdvancedTabConfig.php +++ b/custom/include/SticAdvancedTabConfig.php @@ -81,15 +81,10 @@ 'id' => 'Emails', ), 7 => array( - 'id' => 'LBL_GROUPTAB_RRHH', - 'children' => array( - 0 => array( - 'id' => 'stic_Work_Calendar', - ), - 1 => array( - 'id' => 'stic_Time_Tracker', - ), - ), + 'id' => 'stic_Work_Calendar', + ), + 8 => array( + 'id' => 'stic_Time_Tracker', ), ), ), @@ -132,22 +127,17 @@ 'children' => array( 0 => array( 'id' => 'AOS_Products', - 'children' => array( - 0 => array( - 'id' => 'AOS_Product_Categories', - ), - ), - ), 1 => array( + 'id' => 'AOS_Product_Categories', + ), + 2 => array( 'id' => 'AOS_Quotes', - 'children' => array( - 0 => array( - 'id' => 'AOS_Invoices', - ), - 1 => array( - 'id' => 'AOS_Contracts', - ), - ), + ), + 3 => array( + 'id' => 'AOS_Invoices', + ), + 4 => array( + 'id' => 'AOS_Contracts', ), ), ), @@ -157,7 +147,7 @@ 'id' => 'LBL_GROUPTAB_DIRECTCARE', 'children' => array( 0 => array( - 'id' => 'LBL_GROUPTAB_PERSONAL_INFO', + 'id' => 'LBL_GROUPTAB_DC_PERSONALINFO', 'children' => array( 0 => array( 'id' => 'stic_Personal_Environment', @@ -180,7 +170,7 @@ ), ), 1 => array( - 'id' => 'LBL_GROUPTAB_ASSESSMENT_AND_GOALS', + 'id' => 'LBL_GROUPTAB_DC_WORKPLAN', 'children' => array( 0 => array( 'id' => 'stic_Assessments', @@ -188,15 +178,15 @@ 1 => array( 'id' => 'stic_Goals', ), + 2 => array( + 'id' => 'stic_FollowUps', + ), ), ), 2 => array( - 'id' => 'stic_FollowUps', - ), - 3 => array( 'id' => 'stic_Journal', ), - 4 => array( + 3 => array( 'id' => 'LBL_GROUPTAB_LABOURINSERTION', 'children' => array( 0 => array( @@ -206,26 +196,21 @@ 'id' => 'stic_Job_Applications', ), 2 => array( - 'id' => 'LBL_GROUPTAB_EXTERNAL_APPS', - 'children' => array( - 0 => array( - 'id' => 'stic_Sepe_Actions', - ), - 1 => array( - 'id' => 'stic_Sepe_Incidents', - ), - 2 => array( - 'id' => 'stic_Sepe_Files', - ), - 3 => array( - 'id' => 'stic_Incorpora_Locations', - ), - ), + 'id' => 'stic_Sepe_Actions', + ), + 3 => array( + 'id' => 'stic_Sepe_Incidents', + ), + 4 => array( + 'id' => 'stic_Sepe_Files', + ), + 5 => array( + 'id' => 'stic_Incorpora_Locations', ), ), ), - 5 => array( - 'id' => 'LBL_GROUPTAB_MEDICATION', + 4 => array( + 'id' => 'LBL_GROUPTAB_DC_MEDICATION', 'children' => array( 0 => array( 'id' => 'stic_Medication_Log', @@ -263,7 +248,7 @@ ), ), 6 => array( - 'id' => 'LBL_GROUPTAB_DATA_MINING', + 'id' => 'LBL_GROUPTAB_EXPLOITATION', 'children' => array( 0 => array( 'id' => 'AOS_PDF_Templates', @@ -296,12 +281,6 @@ 1 => array( 'id' => 'AOW_WorkFlow', ), - 2 => array( - 'id' => 'Cases', - ), - 3 => array( - 'id' => 'Bugs', - ), ), ), );