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

43 Commits

Author SHA1 Message Date
azammitdcarf 0ef7c93737 New feature: Seperate limesurvey instrument for respondent selection
Dev Merged back changes from mcmasterlimers branch
2010-09-29 23:19:08 +00:00
azammitdcarf 19143de1c0 Quota priority feature added including auto priority calculation (Sponsor: Zimi) 2010-09-13 01:37:27 +00:00
azammitdcarf 7deebcabd7 Removed "copying with adjusting" as this is the default 2010-08-31 01:38:15 +00:00
azammitdcarf 5b835e4a7d Merged changes from quota performance branch 2010-08-31 01:18:34 +00:00
azammitdcarf 00be6363ea Added ability to delete case notes as supervisor 2010-08-10 23:44:21 +00:00
azammitdcarf 54afeaaa14 Added VoIP Extension status monitoring in admin functions 2010-07-30 04:26:52 +00:00
azammitdcarf 68fd999832 Set VoipWatch to auto reconnect when disconnected
Will not automatically refresh Voip Watch page (can just click on link to reload)
2010-07-29 02:22:37 +00:00
azammitdcarf 9c03efd51b Can output entire key file (this should be placed in a function instead of this file) 2010-03-30 04:35:40 +00:00
gediminasm 6dcf9168e0 Quota row management - copy quota rows with recalculating quota 2010-03-08 20:55:25 +00:00
azammitdcarf f0ce240cfe Added extension password to operator details 2010-02-22 23:00:16 +00:00
azammitdcarf 57803b1072 Fixed bug where not displaying if default lang is not 'en' 2010-02-09 05:20:00 +00:00
azammitdcarf c174aab40b Added error message when not an operator and trying to add a shift 2010-01-27 00:24:50 +00:00
azammitdcarf dd164ae5ff Bug fix when list empty 2010-01-15 01:55:50 +00:00
azammitdcarf d1b139d315 Merged from McMasterReports branch 2010-01-14 07:45:37 +00:00
azammitdcarf 2288dc8134 VoIP is done on an operator by operator basis 2009-11-12 03:45:25 +00:00
azammitdcarf 316c0c472b Added ability to delete appointment when newly created 2009-08-03 02:08:59 +00:00
azammitdcarf 6fe9465084 Added 'force' kill where the server has been rebooted 2009-07-29 00:44:13 +00:00
azammitdcarf c9663c9c24 Can now edit and create appointments as supervisor 2009-07-29 00:43:33 +00:00
azammitdcarf 8537cc22eb Displays the sample variables to pre fill 2009-07-29 00:42:59 +00:00
azammitdcarf 54bea820c2 Removed reference to secondary database link $ldb
This means that both the limesurvey and the quexs tables must be in the same database, with the same connection
But has the advantage of being able to join records across tables easily
2009-05-29 00:04:16 +00:00
azammitdcarf 7d6758e924 Changed method of quota row calculation to be by listing in database 2009-05-28 22:32:57 +00:00
azammitdcarf cfaf287c1d Properly displays days of the week using language settings 2009-04-16 03:07:41 +00:00
azammitdcarf d5f58a1dcc Had a fixed value in there 2009-04-07 23:42:39 +00:00
azammitdcarf db1bcfb1df Added quota row functionality (ability to assign a quota to remove records by row from a sample) 2009-03-27 03:32:03 +00:00
azammitdcarf e5199dacc0 Added quota functionality 2009-03-17 23:30:00 +00:00
azammitdcarf b505e48d0a Updated language information 2009-03-17 23:26:54 +00:00
azammitdcarf 4c5768bc2f Added databasestrings 2009-03-17 06:01:37 +00:00
azammitdcarf 3f26d4f541 View appointments by case in supervisor mode
Display appointments: prepare for the ability to edit and create appointments by the administrator
2009-03-10 22:52:42 +00:00
azammitdcarf 83e6b75946 Added outcome by sample 2009-03-10 02:01:36 +00:00
azammitdcarf d3008b7c93 Handle case where multiple cases are assigned to the same sample (otherwise will not show) 2009-03-02 07:00:26 +00:00
azammitdcarf 7e4ade1ade Bug in samplesearch.php where multiple records are returned for a sample record. The number of records returned is the same as the number of sample_vars 2009-03-02 06:42:19 +00:00
azammitdcarf 0a96a90b7a Only display link to edit in limesurvey if case exists in limesurvey 2009-02-26 22:32:49 +00:00
azammitdcarf f5774e8458 Added link for modifying responses for the case 2009-02-26 07:11:08 +00:00
azammitdcarf 43d29af65d Specific path required when run in background 2008-12-02 05:27:52 +00:00
azammitdcarf 0f83bd06ab Now displays data from last process run
When refreshing, will not continually create new processes
XHTML head refresh function can clear any GET requests
2008-12-02 01:21:23 +00:00
azammitdcarf 30557ffadf Added VoIP watch from browser (executes background PHP file process.php) 2008-12-01 23:42:50 +00:00
azammitdcarf 5e3c106655 Made all days show up by using day_of_week database as source 2008-11-18 06:01:19 +00:00
azammitdcarf bdea0cce62 Removed creation from queXML - wasn't implemented. (Should instead create by importing directly to LimeSurvey using the LimeSurvey queXML stylesheet) 2008-11-18 01:52:07 +00:00
azammitdcarf 2e82a5985b Added callrestrict.php: Modify call restrictions in database
Added shifttemplate.php: Modify default shift template
Added: timezonetemplate.php: Modify default timezones
2008-11-18 01:46:42 +00:00
azammitdcarf 3a8ea70173 Added new items
Display as list with CSS to take up less space and be easier to read
2008-11-18 01:44:55 +00:00
azammitdcarf 0976fe62ee checked for existence of result set before applying RecordCount method
New questionnaire form has larger text boxes for entering data - and hides entry when rs not required
2008-11-14 00:58:44 +00:00
azammitdcarf 26bc2b866c addshift.php now contains a warning if timezone data not installed
shifts.css created from static code in addshift.php
2008-11-13 23:58:47 +00:00
azammitdcarf ec24d5af18 Import from DCARF SVN 2008-10-15 04:49:50 +00:00