engelsystem/includes/pages/user_myshifts.php

96 lines
4.2 KiB
PHP
Raw Normal View History

2011-07-15 17:50:57 +02:00
<?php
2014-09-28 15:01:02 +02:00
2013-11-25 21:04:58 +01:00
function myshifts_title() {
return _("My shifts");
}
2011-07-19 19:12:36 +02:00
2011-10-11 19:47:49 +02:00
// Zeigt die Schichten an, die ein Benutzer belegt
2011-07-15 17:50:57 +02:00
function user_myshifts() {
2012-12-26 19:53:27 +01:00
global $LETZTES_AUSTRAGEN;
global $user, $privileges;
$msg = "";
2013-11-25 21:56:56 +01:00
if (isset($_REQUEST['id']) && in_array("user_shifts_admin", $privileges) && preg_match("/^[0-9]{1,}$/", $_REQUEST['id']) && sql_num_query("SELECT * FROM `User` WHERE `UID`=" . sql_escape($_REQUEST['id'])) > 0) {
2012-12-26 19:53:27 +01:00
$id = $_REQUEST['id'];
} else {
$id = $user['UID'];
}
2013-11-25 21:56:56 +01:00
list($shifts_user) = sql_select("SELECT * FROM `User` WHERE `UID`=" . sql_escape($id) . " LIMIT 1");
if (isset($_REQUEST['reset'])) {
2012-12-26 19:53:27 +01:00
if ($_REQUEST['reset'] == "ack") {
User_reset_api_key($user);
2013-11-28 22:40:48 +01:00
success(_("Key changed."));
2012-12-26 19:53:27 +01:00
redirect(page_link_to('user_myshifts'));
}
2014-08-23 17:24:11 +02:00
return page_with_title(_("Reset API key"), array(
error(_("If you reset the key, the url to your iCal- and JSON-export and your atom feed changes! You have to update it in every application using one of these exports."), true),
2014-09-28 19:44:53 +02:00
button(page_link_to('user_myshifts') . '&reset=ack', _("Continue"), 'btn-danger')
2014-08-23 17:24:11 +02:00
));
2013-11-25 21:56:56 +01:00
} elseif (isset($_REQUEST['edit']) && preg_match("/^[0-9]*$/", $_REQUEST['edit'])) {
2012-12-26 19:53:27 +01:00
$id = $_REQUEST['edit'];
2013-12-27 18:45:27 +01:00
$shift = sql_select("SELECT
`ShiftEntry`.`freeloaded`,
`ShiftEntry`.`freeload_comment`,
`ShiftEntry`.`Comment`,
`ShiftEntry`.`UID`,
`Shifts`.*,
`Room`.`Name`,
`AngelTypes`.`name` as `angel_type`
FROM `ShiftEntry`
JOIN `AngelTypes` ON (`ShiftEntry`.`TID` = `AngelTypes`.`id`)
JOIN `Shifts` ON (`ShiftEntry`.`SID` = `Shifts`.`SID`)
JOIN `Room` ON (`Shifts`.`RID` = `Room`.`RID`)
WHERE `ShiftEntry`.`id`=" . sql_escape($id) . "
AND `UID`=" . sql_escape($shifts_user['UID']) . " LIMIT 1");
2012-12-26 19:53:27 +01:00
if (count($shift) > 0) {
$shift = $shift[0];
2013-11-25 21:56:56 +01:00
if (isset($_REQUEST['submit'])) {
2013-12-27 18:45:27 +01:00
$freeloaded = $shift['freeloaded'];
$freeload_comment = $shift['freeload_comment'];
if (in_array("user_shifts_admin", $privileges)) {
$freeloaded = isset($_REQUEST['freeloaded']);
$freeload_comment = strip_request_item_nl('freeload_comment');
}
2012-12-26 19:53:27 +01:00
$comment = strip_request_item_nl('comment');
$user_source = User($shift['UID']);
2014-12-07 17:13:14 +01:00
$result = ShiftEntry_update(array(
'id' => $id,
'Comment' => $comment,
'freeloaded' => $freeloaded,
'freeload_comment' => $freeload_comment
));
if ($result === false)
engelsystem_error('Unable to update shift entr.');
engelsystem_log("Updated " . User_Nick_render($user_source) . "'s shift " . $shift['name'] . " from " . date("y-m-d H:i", $shift['start']) . " to " . date("y-m-d H:i", $shift['end']) . " with comment " . $comment);
2013-11-28 22:40:48 +01:00
success(_("Shift saved."));
2014-09-28 15:01:02 +02:00
redirect(page_link_to('users') . '&action=view&user_id=' . $shifts_user['UID']);
2012-12-26 19:53:27 +01:00
}
2013-11-25 21:56:56 +01:00
2013-12-27 18:45:27 +01:00
return ShiftEntry_edit_view(User_Nick_render($shifts_user), date("Y-m-d H:i", $shift['start']) . ', ' . shift_length($shift), $shift['Name'], $shift['name'], $shift['angel_type'], $shift['Comment'], $shift['freeloaded'], $shift['freeload_comment'], in_array("user_shifts_admin", $privileges));
2012-12-26 19:53:27 +01:00
} else
redirect(page_link_to('user_myshifts'));
2013-11-25 21:56:56 +01:00
} elseif (isset($_REQUEST['cancel']) && preg_match("/^[0-9]*$/", $_REQUEST['cancel'])) {
2012-12-26 19:53:27 +01:00
$id = $_REQUEST['cancel'];
2012-12-30 13:08:03 +01:00
$shift = sql_select("SELECT `Shifts`.`start` FROM `Shifts` INNER JOIN `ShiftEntry` USING (`SID`) WHERE `ShiftEntry`.`id`=" . sql_escape($id) . " AND `UID`=" . sql_escape($shifts_user['UID']) . " LIMIT 1");
2012-12-26 19:53:27 +01:00
if (count($shift) > 0) {
$shift = $shift[0];
if (($shift['start'] > time() + $LETZTES_AUSTRAGEN * 3600) || in_array('user_shifts_admin', $privileges)) {
2014-12-07 17:07:19 +01:00
$result = ShiftEntry_delete($id);
if ($result === false)
engelsystem_error('Unable to delete shift entry.');
success(_("You have been signed off from the shift."));
2012-12-26 19:53:27 +01:00
} else
2014-12-07 17:07:19 +01:00
error(_("It's too late to sign yourself off the shift. If neccessary, ask the dispatcher to do so."));
2012-12-26 19:53:27 +01:00
} else
redirect(page_link_to('user_myshifts'));
}
2013-11-25 21:56:56 +01:00
2014-08-23 01:55:18 +02:00
redirect(page_link_to('users') . '&action=view');
2011-07-19 19:12:36 +02:00
}
?>