Features: added diff time to default zone, current time in zone list (converted to usertimezone ) , timezone selector filtered by continent to have shorter options list
*to change continent filter edit row 99 (WHERE `Name` LIKE 'Europe%' OR `Name` LIKE 'Asia%')
- > substitute "Europe" &/or "Asia" with required continent names (as in timezones list)
to filter by single continent delete // OR `Name` LIKE 'Asia% //
to remove row, don't gorget to keep // "; // at thend of that querry
Fetures: checkboxes transformed to toggle switches, clockpicker for time input
readonly input fields : input time with clockpicker only (to avoid input typing and format mistakes), better visualisation for year and weeks selection (in addsgift.php)
updated jquery timepicker, changed to "range" mode ( start time max limits end time min, end time min limits start time max)
changed "create" behaviour (bug:1435257 ) - now call attemp is created only if appointment is submitted
*?? do we need to "delete" call attempt id apointment is deleted? ( filter by called / not yet called cases?)
* required to develop date/time restriction according to shifts and timeslots , call addshift.php if shift is not sheduled for required date/time
increased nr of charachters for question description,
modified order to be more understandable to set quota parameters
*requires translation strings update
added 'clockpicker' library (could replace jquerry-ui timepicker later on in some files)
modified functions.display.php to handle external classes
modified addrow-v2.js to display cloned values and init clockpicker
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
Fixed bug in quotareport
Almost finished reworking quotarow to handle multiple conditions on questions and samples (need to remove use of -2 and -1 values elsewhere)