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

516 Commits

Author SHA1 Message Date
Alex
d577f6096d NEW Admin panel pages: questionnairelist.php, samplelist.php, samplesearch.php,
updated callhistory.php, custom.css

aded library bootstrap-toggle,  bootstrap-confirmation.js
2015-02-24 02:19:56 +03:00
Alex
ce0d06f3de Old bug forgotten to post much earlier: "312345678" is not good for replacement as could be a valid number (depending on prefixes and dial codes)
filter phone number>0 because 0 is NOT NULL too
2015-02-24 02:13:24 +03:00
Alex
b7c213cca8 fixed php error with lost attributes 7 and 8 in xhtml_table function,
small page layout modification
2015-02-24 01:52:14 +03:00
Adam Zammit
45f00f35f7 udated to rev.443 damzammit/quexs/main/revision/443 2015-02-24 01:12:43 +03:00
ddrmoscow@gmail.com
11831a5ccf Bug fix corrected to apply only when "Auto logout" executed.
Added "Case note" about   Auto logout

removed row  "include_once("functions/functions.xhtml.php");"   - as  not required ont this page
2015-02-13 20:20:33 +03:00
Alex
851e1d2332 Call history update to use internal libraries 2015-02-13 11:03:50 +03:00
Alex
6cf06562b0 include required js and css libraries,
"New" panel  index.php updated to use only internal libraries
2015-02-13 11:02:59 +03:00
Alex
6f7af07232 Welcome to New "Call History " look 2015-02-12 00:52:59 +03:00
Alex
2fe27f6b6f add custom names for Your installation and workaround:
Company name,  website, Admin and Operator panels 
(only for new Admin panel  for now )

* Add new strings to your config.inc.local.php  file
2015-02-12 00:47:34 +03:00
Alex
07efb62f99 Bug #1405774 fix
Auto logout for  "Alternate interface"  now closes the case before standby
2015-02-12 00:15:58 +03:00
Alex
dadad5ed63 !!! NEW ADMIN PANEL layout + required js and css libraries
modified functions/functions.xhtml.php file prepared for upcoming admin pages changes
2015-02-12 00:00:05 +03:00
Alex
bdda1af5f3 set to defaults server parameters 2015-02-11 14:13:46 +03:00
Adam Zammit
f7f6c1e6c5 Updated translation file (loaded incorrect translations) 2015-02-09 12:44:32 +11:00
Adam Zammit
b592efdf9d Fixed typo in SQL 2015-02-09 12:38:36 +11:00
Adam Zammit
bf59fb04d0 Updated translation file
Added PO update script to avoid using poedit
2015-02-09 12:25:40 +11:00
Adam Zammit
38d59dd4b7 New Feature: Allow time slots to be set on a sample by sample basis as well 2015-02-09 11:59:44 +11:00
Adam Zammit
78a1cfc35b Updated CHANGELOG for 1.11.1 release 2015-02-09 11:56:52 +11:00
Adam Zammit
34802a37a7 Fixed bug: Quota priority not able to override sort of last call made 2015-02-06 11:49:30 +11:00
Adam Zammit
62ca8c9cba Fixed Bug lp:1410503 required URLto the CKeditor installation directory 2015-01-28 15:14:04 +11:00
Adam Zammit
a90b59bd68 Fixed Bug lp:1411703 Asign cases even with sample disabled and sample unassigned from questionnaire 2015-01-28 14:44:32 +11:00
Adam Zammit
fd89d3917e Fixed Bug lp:1412389 removed language restriction 2015-01-28 14:34:28 +11:00
Adam Zammit
12ee63eb85 Fixes Bug lp:141380 System sort process fails when quotas enabled and limesurvey instrument de-activated 2015-01-28 13:00:50 +11:00
Adam Zammit
0cffc02657 Fix error in translation where thinks it is a wildcard 2015-01-09 14:49:39 +11:00
Adam Zammit
fb8f2eba70 Updated changelog for 1.11.0 release 2014-12-19 15:33:26 +11:00
Adam Zammit
d6c41548cd Updated translation template (default timezone feature) 2014-12-19 10:22:16 +11:00
Adam Zammit
54660f88eb Fixes lp:1394819 Automatic dialling doesn't work when using "No respondent selection" 2014-12-18 16:18:12 +11:00
Adam Zammit
5331e5ce47 Fixes lp:1394818 - Quota completions not displayed above 100% 2014-12-18 16:06:13 +11:00
Adam Zammit
e6b125323b Replace DEFAULT_TIME_ZONE in config file with administrative configuration 2014-12-18 15:47:56 +11:00
Adam Zammit
c7f0ab0087 Fixed bug: Where availability or timeslots set, appointments are ignored 2014-12-17 12:53:57 +11:00
Adam Zammit
50025ca884 Fixed bug when limiting to time slots (select smallest number of call attempts to compare to)
Removed fixed timezone from supervisor function
2014-12-17 12:45:22 +11:00
Adam Zammit
f7e6340b47 Updated translations (Thank you contributors!)
Fixed typo in systemsortprocess
2014-12-17 11:23:34 +11:00
Adam Zammit
2ebda19dfc Replace call with call_attempt when calculating timeslots
Fix calculation of timeslots in scheduler - only call when the current timeslot has the minimum number of calls made
2014-12-17 11:01:07 +11:00
Adam Zammit
34052ec6b8 Added calls by timeslot report 2014-12-16 16:08:39 +11:00
Adam Zammit
80d7f4029e Add questionnaire_timeslot table
Alter case sorting/selecting SQL to consider timeslots if set.
If set, only select a case if a current timeslot exists and the number of calls in the slot is less than the maximum number of calls made in any other slot
2014-12-16 15:00:48 +11:00
Adam Zammit
3f4710e477 Rename availability groups to time slots
Added details of what an availability group is
Added front end for call attempt time slots
Added database changes for call attempt time slots
2014-12-15 16:28:59 +11:00
Adam Zammit
02741d9478 New Feature: Ability to disable and enable new records being drawn from a sample 2014-11-25 10:16:44 +11:00
Adam Zammit
5c6c0a3ed9 Sort on a questionnaire by questionnaire basis 2014-11-03 14:02:13 +11:00
Adam Zammit
fb0f9240f5 Fixes lp:1362418 - Cannot originate calls on Asterisk 11
Adds ORIGINATE_CONTEXT as a configuration default and sets it to 'from-internal'
2014-09-17 15:25:22 +10:00
Adam Zammit
529133c8c6 Fixes lp:1362415 Use of eregi and split are deprecated 2014-09-17 12:27:30 +10:00
Adam Zammit
2d42c674f9 Remove references to extension_password as now password in extension table 2014-09-17 10:45:53 +10:00
Adam Zammit
9a48d80eb1 Optimisation in system sorting (just update where not NULL) 2014-09-03 16:08:01 +10:00
Adam Zammit
c64c71e428 Fixed Bug: Notices generated when running index_update.php 2014-07-14 12:03:29 +10:00
Adam Zammit
cb884068a8 Fixed Bug: Operator extension not clearing correctly at end of work 2014-07-14 11:47:43 +10:00
Adam Zammit
fd097b9bf1 Updated translations
Updated CHANGELOG for 1.10.4
2014-07-14 11:03:34 +10:00
Adam Zammit
88b6f9d369 Make sure quota priority is never less than 0
Fixed bug: Process won't close itself if forced killed before it has a chance to close
2014-07-10 15:07:46 +10:00
Adam Zammit
2f9e52af77 Typo fix 2014-07-07 15:16:45 +10:00
Adam Zammit
a530b3d758 Fixes lp:1338395 - Quotas being incremented in samples that have not yet been accessed 2014-07-07 11:37:36 +10:00
Adam Zammit
bb21df2819 update password strings too 2014-05-26 12:10:47 +10:00
Adam Zammit
17e880190f Updated download voip client script for separated extension / operator tables 2014-05-26 12:08:09 +10:00
Adam Zammit
53a9192d73 Updated Changelog for 1.10.3
Updated translations
2014-05-08 10:02:22 +10:00