For the user_stats.php report, Added HELP pop-ups for each section, added agent browser visibility log stats to agent activity section, reformatted most sections

For the agent time detail report, Added agent screen visibility stats
For vicidial.php, Small change for agent screen visibility logging on logout

git-svn-id: svn://192.168.202.10@3392 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2021-03-19 19:16:55 +00:00
parent d34950b2dc
commit 5f70dd7fdc
4 changed files with 289 additions and 116 deletions
+13 -4
View File
@@ -658,10 +658,11 @@
# 210315-2102 - Added CALLBACK manual dial filter option, Issue #1139
# 210317-1207 - Fixes for better consistency in password change process, Issue #1261
# 210318-0236 - Added agent browser visibility logging and Agent Hidden Browser Sounds
# 210319-1500 - Small change for agent screen visibility logging on logout
#
$version = '2.14-626c';
$build = '210318-0236';
$version = '2.14-627c';
$build = '210319-1500';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=95;
$one_mysql_log=0;
@@ -16473,8 +16474,16 @@ function set_length(SLnumber,SLlength_goal,SLdirection)
function LogouT(tempreason,temppause)
{
button_click_log = button_click_log + "" + SQLdate + "-----LogouT---" + tempreason + " " + temppause + "|";
onHidden('1');
onVisible('1');
if (isVisible)
{
onHidden('1');
onVisible('1');
}
else
{
onVisible('1');
onHidden('1');
}
check_for_conf_calls(session_id, '0');
if (MD_channel_look==1)