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

27 Commits

Author SHA1 Message Date
Alex
d4ffeda3ed re-engineered files to make identical as currently possible 2015-12-08 02:31:02 +03:00
Alex
37c6104be9 merge rev.492 "customized_outcomes" 2015-12-03 00:17:36 +03:00
Alex
47340844ea filter outcome_id=32 if not limesurvey_is_quota_full (checked before) 2015-12-03 00:13:07 +03:00
Alex
18753ad05b INITIAL BUG? -> Fixed 2015-12-02 23:43:46 +03:00
Alex
4e34b1ebc5 fix unchanged querry to fit branch 2015-12-01 19:00:09 +03:00
Adam Zammit
1041e73849 Fixes by Alex (thank you!) 2015-11-20 12:34:56 +11:00
Adam Zammit
54f779bf64 Added customised outcomes feature (thanks Alex) 2015-11-20 11:53:18 +11:00
Alex
eff3a27a25 simplified code, adjusted for customized_outcomes 2015-11-18 21:58:17 +03:00
Alex
942c3353ff more bootstrap, minor code clean 2015-10-05 16:41:05 +03:00
Alex
defe090114 switch from include ("auth-admin.php"); to require ("auth-admin.php"); 2015-09-15 20:20:26 +03:00
Alex
83d3b8e2e3 fixed 'quotes' issue,
cosmetics to call_interface2.php
2015-09-10 13:38:05 +03:00
Alex
7053c15930 merged rev. 486 2015-09-10 02:10:45 +03:00
Alex
5c3bc40f69 added 'predefined outcomes' filter 2015-09-09 11:58:43 +03:00
Adam Zammit
1bf6229ed3 Updated to trunk 2015-09-02 14:42:05 +10:00
Adam Zammit
ec8522e316 Added authentication includes to all files 2015-08-14 16:15:20 +10:00
Adam Zammit
23942b8939 Fixes lp:1408870 Add "Maximum attempts reached" as an outcome
Dev: Updated outcomes to be 4 new outcomes (max calls, max call attempts split by eligible, unknown eligibility)
Dev: Set the end_case function to set the outcomes to max call * reached if those variables set
Dev: Made sure outcomes are temporary outcomes as otherwise numbers will not be available again if max call limits changed
Dev: This means the outcomes are indicators only and could still be assigned to operators - it is merely a temporary case outcome (not a final outcome nor a call outcome)
2015-08-10 16:24:28 +10:00
Adam Zammit
78714121ec Fixed dialog box not appearing with new version of jquery / jquery ui
Fixed case not completing due to quotas with exclude_var_id of 0
Fixed notice on interface2 where $appointment  variable not specified
2015-08-03 16:00:05 +10:00
Adam Zammit
d3259a2447 Replace outcome codes 34,35 with 42,43 (Max call attempts/ Max calls reached) 2015-08-03 14:15:48 +10:00
Alex
25eb48621d DB syncronization and related files update 2015-07-16 18:37:42 +03:00
Alex
41cc3dbcb3 updated file links for easier Bootstrap, Jquery, Jquery-UI and Font-awesome updates
from  */bootstrap-3.3.2/* to */bootstrap/*
from  /js/jquery-2.1.3.min.js to /include/jquery/jquery.min.js
from  /jquery-ui/js/jquery-1.4.2.min.js   to   /jquery/jquery-1.4.2.min.js
from  /jquery-ui/js/jquery-ui-1.8.2.custom.min.js to /jquery-ui/jquery-ui.min.js
from  /jquery-ui/css/smoothness/jquery-ui-1.8.2.custom.css to /jquery-ui/jquery-ui.min.css

switch from  /font-awesome-4.3.0/  folder to  /font-awesome/  , updated links from */font-awesome-4.3.0/* to */font-awesome/*

!!!  files   with  childnap.js  require   jquery-1.4.2 ->  need to check if jquery-2.1.4 will work instead of jquery-1.4.2 !!!
2015-07-10 04:14:03 +03:00
Alex
b3dfde1f01 new "Set outcome" popud dialog, split by "contaced" choice,
disabled setting of outcomes 5,10,19,21,40,41,33,34 as should be assigned  from other dialogs / pages
2015-05-20 15:42:24 +03:00
Adam Zammit
f5acc307a1 Fixes lp:1255359 Translation strings with single quotes break some SQL queries
Additional fix for submit buttons where the value needs to be double quoted
2013-11-27 12:21:37 +11:00
Adam Zammit
e5feb27daa Fixes lp:1255359 Translation strings with single quotes break some SQL queries 2013-11-27 12:03:07 +11:00
Adam Zammit
ec5c6fa833 Replaced short tags with long ones 2013-01-24 15:32:30 +11:00
azammitdcarf
7534abaf7a Updated alternate interface to look nicer based on changes by Zimi 2011-10-09 23:58:41 +00:00
azammitdcarf
0eaea2b9cf Updated licence 2011-10-05 04:39:31 +00:00
azammitdcarf
16d775ec4b Added ALTERNATE_INTERFACE config directive (defaults to false)
Alternate interface appears for non VoIP users when ALTERNATE_INTERFACE set to true
This interface is a bit faster to operate (less popup windows) and makes more sense when not using the system to auto-dial
Sponsored by Zimi
2011-10-05 04:29:41 +00:00