Now 4-in-1
- edit sample_var name/type
- delete sample_var
- DELETE SAMPLE (competely) from sample/sampe_var/sample_import/sample_import_var_restrict
- check for previously undeleted sample records in previously deidentified samples (with option to clear residues )
*prepared to check proper var types selections and delete var confirmation
Need to decide
- if required additional limitation on sample_var delete / type change
- if required to delete sample records from other tables as well (case , call attempts, calls, _notes)...
all admin panel querries adjusted for sample_import_var_restrict table
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