Adam Zammit
760144b929
make sure appointment picker works even when no shifts defined
2015-08-04 11:15:03 +10:00
Adam Zammit
c097d61e42
Allow for titles not to appear where they don't need to be
2015-08-04 10:32:49 +10:00
Adam Zammit
f11f231b70
Fixes lp:1481092 typo in in admin/quotarow.php:499
2015-08-04 10:04:31 +10:00
Adam Zammit
ca752d4036
Remove regional settings for timepicker
2015-08-03 16:26:03 +10:00
Adam Zammit
af20331147
Disable menu to nowhere for now
2015-08-03 16:08:48 +10:00
Adam Zammit
a7995b6e53
Removed reference to dashboard.php
2015-08-03 16:06:03 +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
a3ed3f47ef
Updated CHANGELOG for 1.13.0 release
...
Updated translations
2015-08-03 14:58:21 +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
Adam Zammit
4f91b49d50
Merged feature branch from Alex (thank you for your hard work!)
2015-08-03 14:12:16 +10:00
Adam Zammit
a702844772
Added database changes to CHANGELOG
...
Removed explanatory text for updating (now in CHANGELOG)
Added new outcomes to databasestrings
Updated database schema to be as consistent as possible with original database
2015-08-03 14:02:31 +10:00
Adam Zammit
3da998446b
Removed references to SITE_URL and OPERATOR_PANEL_NAME put other descriptions in config
2015-08-03 13:58:41 +10:00
Adam Zammit
6155da6d8c
Stopped logo from spinning
2015-08-03 13:58:05 +10:00
Adam Zammit
69fea1d0c5
Updates translations
2015-08-03 13:51:05 +10:00
Adam Zammit
65695247d2
Remove restriction on timezones
2015-08-03 12:56:47 +10:00
Adam Zammit
1a68f4e012
Updated system sort to match generic sort
2015-08-03 12:36:27 +10:00
Alex
25eb48621d
DB syncronization and related files update
2015-07-16 18:37:42 +03:00
Alex
350b27295d
styling and lauout syncronization
2015-07-16 18:36:23 +03:00
Alex
000a22466c
Show only "not completed" missed appointments
2015-07-16 18:34:42 +03:00
Alex
f1935863fd
updated lime and gettext translations files
2015-07-16 18:31:35 +03:00
Alex
10dd2d44b8
speed Up (enabled) check for available cases by applying questionnaire.enabled = 1 and samlpe_import.enabled =1 filters (refered to main branch rev.443)
2015-07-15 01:53:29 +03:00
Alex
c5a472884f
Fixes lp:1472581 add SGQ code to questions selector
...
Somehow changes to quota.php in rev.512 didn't save.
Added SGQ code to selector in questionnaireprefill.php too
2015-07-10 12:27:24 +03:00
Alex
f03146427d
delete old files and folders
2015-07-10 04:14:46 +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
afb159d217
updated Bootstrap to 3.3.5 -> placed in /bootstrap/
...
updated jquery to 2.1.4 -> placed in /jquery/
updated jquery-ui to 1.11.4 -> placed in /jquery-ui/
2015-07-10 04:05:44 +03:00
Alex
acd5bedffd
reverted "Go back" href, added button to switch to quota report page ( #1472568 )
...
icons + buttons in quotareport.php
fix minor differences between working installation and tree in shifttemplate.php
2015-07-09 18:24:10 +03:00
Alex
eaace40a18
merge main trunk
2015-07-09 13:05:44 +03:00
Adam Zammit
9d68e5a0f4
Fixes lp:1472581 add SGQ code to questions selector, proper questions list order (thanks Alex)
2015-07-09 15:23:25 +10:00
Adam Zammit
0098908b6b
Fixes lp:1472563 typo in sql querry after rev.448 (thanks Alex)
2015-07-09 14:53:31 +10:00
Alex
17eb2c2f17
added "missed appointments" table
2015-07-08 18:35:40 +03:00
Alex
879c89a278
added icons + buttons
...
fix minor design differences between working installation and tree
2015-07-08 18:34:56 +03:00
Alex
41d6a89942
fix differences between working installation and tree
...
nocaseavailable.php: enabled call restrictions and outside times calculation, modified querry to count samples
waitnextcase_interface2.php: added quota filter for sample search , display "End work" button if no case aailable
2015-07-08 15:00:51 +03:00
Alex
8a700c8ecc
fixed issues after merging with rev.448 to operate with var_id and exclude_var_id instead of sample_var
...
added "$db->HasFailedTrans()" handler to function close_row_quota
2015-07-08 14:37:54 +03:00
Alex
7d15d24457
fixed issues after merging with rev.448 to operate with var_id and exclude_var_id instead of sample_var
...
* removed "Go back" href url , use js function " onclick='history.back();return false;' " ( fix bug #1472568 )
(Feature) * added SGQ code to questions selector (fix bug #1472581 )
* fixed questions selector sorting (fix bug #1472581 )
(Feature) * added answer code table for resriction question selected, if exist
(Feature) * hide "add restriction" if no question or sample variable selected
(Feature) * added import .csv files restriction depending on user_agent
*added+changed Info messages for restriction blocks
* added input fields for "Description" in both restriction blocks by sample and by question, added table column for "Description" values, sql qerries adjusted
replaced standart checkbox with Icheck / toggle button
replaced fileinput with "filestyle.js"
reworked page layout , adjusted to "Featue" Bootstrap layout
need to update Changelog and quexs.sql
2015-07-08 14:34:14 +03:00
Alex
a80ed8d876
added filter for "completed" appoinments in display list
2015-07-08 11:55:02 +03:00
Alex
b25b661a62
fix small differences between working installation and tree
...
removed header row from appointmentlist.php as it's too space consuming
2015-07-08 11:52:42 +03:00
Alex
bb6943d386
revert to prev version in questionnairelist.php with changed merged from rev.448
2015-07-06 18:37:18 +03:00
Alex
0cb965bb64
merged rev450
2015-07-02 12:20:16 +03:00
Adam Zammit
aff2941ea6
Fixed Bug: lp:1468417 operators fail to get next case ID
2015-07-02 15:28:08 +10:00
Alex
d4eb06eeab
merge with rev.449 / release 1.12.0
2015-06-26 16:29:42 +03:00
Alex
2855f02e99
merged rev.448
...
!! requires check and update to operate with samle_var_id, exclude_var_id,
Required layout rework to prev. model + bootstrap
2015-06-26 16:28:10 +03:00
Alex
5d4c4feaab
Corrected function get_case_id
...
Added case sorting by " cases with more distant time zones (bigger time difference) come first"
2015-06-24 18:54:07 +03:00
Alex
d21419e757
update to rev.447
2015-06-23 18:45:15 +03:00
Adam Zammit
0a891d94cd
Updated CHANGELOG for 1.12.0 release
...
Updated translations
2015-06-02 16:17:22 +10:00
Adam Zammit
297e1cc993
Merged complex quota feature
2015-06-02 16:04:43 +10:00
Adam Zammit
75dad27bc0
Updated to trunk
2015-06-02 12:44:50 +10:00
Adam Zammit
ce0a8db15c
Fix typo in SQL
2015-06-02 12:31:13 +10:00
Adam Zammit
5c0fa55d29
Bug Fix: lp:1459935 When no operators have an extension assigned, questionnaires in test mode fail to create phone numbers for new cases
2015-06-02 12:24:24 +10:00
Alex
fb3825c3a5
rev443 http://bazaar.launchpad.net/~adamzammit/quexs/main/revision/443 gave an idea of another way to select operator cases,
...
here's the first "front " part of it - operator waitnextcase_interface2.php page with information on available questionnaires/samples/cases/contacts for exact operator
2015-05-20 16:13:35 +03:00
Alex
83042bc216
3 columns layout for rs_intro_interface2.php with buttons instaed of links, easy and convinient
2015-05-20 15:44:22 +03:00