25 protected \ILIAS\BookingManager\Access\AccessManager
$access;
29 protected \ILIAS\BookingManager\Reservations\ReservationManager
$reservation;
30 protected \ILIAS\BookingManager\BookingProcess\ProcessUtilGUI
$util_gui;
31 protected \ILIAS\BookingManager\InternalRepoService
$repo;
32 protected \ILIAS\BookingManager\BookingProcess\BookingProcessManager
$process;
33 protected \ILIAS\HTTP\Services
$http;
34 protected \ILIAS\BookingManager\InternalGUIService
$gui;
54 int $booking_object_id,
56 int $context_obj_id = 0
60 $this->
ctrl = $DIC->ctrl();
61 $this->tpl = $DIC[
"tpl"];
62 $this->
lng = $DIC->language();
63 $this->tabs_gui = $DIC->tabs();
64 $this->
user = $DIC->user();
65 $this->
http = $DIC->http();
74 $internal_service = $DIC->bookingManager()->internal();
75 $this->gui = $internal_service->gui();
76 $domain = $internal_service->domain();
77 $this->book_request = $this->gui->standardRequest();
78 $this->
help = $this->gui->bookingHelp($pool);
79 $this->log = $domain->log();
81 $this->repo = $internal_service->repo();
83 $this->object_manager = $domain->objects($pool->
getId());
84 $this->object_selection = $domain->objectSelection($pool->
getId());
86 $this->rsv_ids = $this->book_request->getReservationIdsFromString();
88 $this->raw_post_data = $DIC->http()->request()->getParsedBody();
90 $this->user_id_assigner = $this->
user->getId();
91 if ($this->book_request->getBookedUser() > 0) {
92 $this->user_id_to_book = $this->book_request->getBookedUser();
96 $this->
ctrl->saveParameter($this, [
"bkusr",
"returnCmd"]);
97 $this->
ctrl->setParameter($this,
"seed", $this->seed);
99 $this->process = $DIC->bookingManager()->internal()->domain()->process();
100 $this->reservation = $DIC->bookingManager()->internal()->domain()->reservations();
101 $this->util_gui = $DIC->bookingManager()->internal()->gui()->process()->ProcessUtilGUI(
105 $this->
access = $DIC->bookingManager()->internal()->domain()->access();
113 $cmd = $ctrl->
getCmd(
"show");
114 switch ($next_class) {
116 if (in_array($cmd, array(
"book",
"back",
"week",
117 "assignParticipants",
118 "bookMultipleParticipants",
119 "saveMultipleBookings",
124 "bookAvailableItems",
127 "redirectToParticipantsList" 136 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
"no_permission"),
true);
150 $this->log->debug(
"Step 0, week");
155 $this->util_gui->setHelpId(
"week");
156 $this->
ctrl->setParameter($this,
'returnCmd',
"week");
158 if ($this->user_id_to_book !== $this->user_id_assigner) {
159 $this->
ctrl->setParameter($this,
'bkusr', $this->user_id_to_book);
163 $week_gui = new \ILIAS\BookingManager\BookingProcess\WeekGUI(
166 $this->object_selection->getSelectedObjects(),
167 $this->pool->getId(),
169 $user_settings->getWeekStart()
173 $bar = $this->gui->toolbar();
174 $list_link = $this->
ctrl->getLinkTargetByClass(
"ilObjBookingPoolGUI",
"render");
175 $week_link = $this->
ctrl->getLinkTargetByClass(
"ilBookingProcessWithScheduleGUI",
"week");
176 $mode_control = $this->gui->ui()->factory()->viewControl()->mode([
177 $this->
lng->txt(
"book_list") => $list_link,
178 $this->
lng->txt(
"book_week") => $week_link
179 ], $this->
lng->txt(
"book_view"))->withActive($this->
lng->txt(
"book_week"));
180 $bar->addComponent($mode_control);
182 $list_gui = new \ILIAS\BookingManager\BookingProcess\ObjectSelectionListGUI(
183 $this->pool->getId(),
184 $this->
ctrl->getFormAction($this,
"selectObjects")
191 $this->log->debug(
"selectObjects");
192 $obj_ids = $this->book_request->getObjectIds();
193 $this->object_selection->setSelectedObjects($obj_ids);
194 $this->
ctrl->redirect($this,
"week");
210 $this->log->debug(
"Step 1, book");
213 $this->tabs_gui->clearTargets();
214 $this->tabs_gui->setBackTarget($this->
lng->txt(
'book_back_to_list'), $this->
ctrl->getLinkTarget($this,
'back'));
216 $this->util_gui->setHelpId(
"book");
220 $this->
lng->loadLanguageModule(
"dateplaner");
221 $this->
ctrl->setParameter($this,
'object_id', $obj->getId());
224 if ($this->user_id_to_book !== $this->user_id_assigner) {
225 $this->
ctrl->setParameter($this,
'bkusr', $this->user_id_to_book);
234 $week_gui = new \ILIAS\BookingManager\BookingProcess\WeekGUI(
238 $this->pool->getId(),
240 $user_settings->getWeekStart()
248 $this->util_gui->assignParticipants($this->book_obj_id);
253 $this->log->debug(
"showNumberForm");
255 $from = $this->book_request->getSlotFrom();
256 $to = $this->book_request->getSlotTo() - 1;
257 $this->tabs_gui->clearTargets();
258 $this->tabs_gui->setBackTarget(
259 $this->
lng->txt(
'book_back_to_list'),
260 $this->
ctrl->getLinkTarget($this,
'back')
281 ): \
ILIAS\Repository\Form\FormAdapterGUI {
282 $counter = $this->reservation->getAvailableNr($this->book_request->getObjectId(), $from, $to);
287 $this->
ctrl->setParameter($this,
"slot", $from .
"_" . $to);
288 $form = $this->gui->form([self::class],
"processNumberForm")
292 $this->
lng->txt(
"book_confirm_booking_schedule_number_of_objects"),
293 $this->
lng->txt(
"book_confirm_booking_schedule_number_of_objects_info")
295 ->number(
"nr", $period,
"", 1, 1, $counter)
296 ->radio(
"recurrence", $this->
lng->txt(
"book_recurrence"),
"",
"0")
297 ->radioOption(
"0", $this->
lng->txt(
"book_no_recurrence"))
298 ->radioOption(
"1", $this->
lng->txt(
"book_book_recurrence"));
299 if ($this->pool->usesMessages()) {
300 $form = $form->textarea(
302 $this->
lng->txt(
"book_message"),
303 $this->
lng->txt(
"book_message_info")
311 $this->log->debug(
"processNumberForm");
313 if ($this->book_request->getBookedUser() > 0) {
314 $this->user_id_to_book = $this->book_request->getBookedUser();
316 $slot = $this->book_request->getSlot();
317 $from = $this->book_request->getSlotFrom();
318 $to = $this->book_request->getSlotTo();
319 $obj_id = $this->book_request->getObjectId();
321 if ($this->user_id_assigner !== $this->user_id_to_book) {
322 $this->
ctrl->setParameterByClass(self::class,
"bkusr", $this->user_id_to_book);
324 $this->
ctrl->setParameterByClass(self::class,
"slot", $slot);
328 if (!$form->isValid()) {
334 $message = $this->pool->usesMessages()
335 ? $form->getData(
"message")
339 $recurrence = $form->getData(
"recurrence");
340 if ($recurrence ===
"1") {
341 if ($this->pool->usesMessages()) {
342 $this->
ctrl->setParameterByClass(
348 $this->
ctrl->setParameterByClass(self::class,
"object_id", $this->book_request->getObjectId());
349 $this->
ctrl->setParameterByClass(self::class,
"nr", (
int) $form->getData(
"nr"));
357 $form->getData(
"nr"),
365 $this->
lng->loadLanguageModule(
"dateplaner");
367 $form = $this->gui->form([self::class],
"checkAvailability")
370 $this->
lng->txt(
"book_confirm_booking_schedule_number_of_objects"),
371 $this->
lng->txt(
"book_confirm_booking_schedule_number_of_objects_info")
373 ->
switch(
"recurrence", $this->
lng->txt(
"cal_recurrences"),
"",
"1")
374 ->group(
"1", $this->
lng->txt(
"cal_weekly"))
375 ->date(
"until1", $this->
lng->txt(
"cal_repeat_until"),
"", $today)
376 ->group(
"2", $this->
lng->txt(
"r_14"))
377 ->date(
"until2", $this->
lng->txt(
"cal_repeat_until"),
"", $today)
378 ->group(
"4", $this->
lng->txt(
"r_4_weeks"))
379 ->date(
"until4", $this->
lng->txt(
"cal_repeat_until"),
"", $today)
385 bool $incl_recurrence =
true,
389 $this->log->debug(
"checkAvailability");
390 $obj_id = $this->book_request->getObjectId();
391 $from = $this->book_request->getSlotFrom();
392 $to = $this->book_request->getSlotTo();
394 $nr = $this->book_request->getNr();
396 if (
$message ===
"" && $this->pool->usesMessages()) {
397 $message = $this->book_request->getMessage();
401 if ($incl_recurrence) {
404 if (!$form->isValid()) {
410 $recurrence = (
int) $form->getData(
"recurrence");
411 $until = $form->getData(
"until" . $recurrence);
415 $this->
ctrl->saveParameter($this, [
"object_id",
"slot",
"nr"]);
416 if ($this->pool->usesMessages()) {
417 $this->
ctrl->setParameter(
423 $this->
ctrl->setParameter($this,
"recurrence", $recurrence);
424 $this->
ctrl->setParameter($this,
"until", $until_ts);
427 $this->book_request->getSlot(),
433 if ($incl_recurrence) {
435 $missing = $this->process->getRecurrenceMissingAvailability(
445 if (count($missing) > 0) {
450 $this->
lng->txt(
"book_book_available"),
451 $book_available_target,
457 $this->gui->send(
"<script>window.location.href = '" . $book_available_target .
"';</script>");
462 $f = $this->gui->ui()->factory();
463 $box =
$f->messageBox()->failure($this->
lng->txt(
"book_missing_availability"));
467 return $from .
" - " . $to .
" : " . str_replace(
"$1", $i[
"missing"], $this->
lng->txt(
"book_missing_items"));
470 $list =
$f->listing()->unordered($items);
471 return $this->gui->ui()->renderer()->render([$box, $list]);
480 $this->log->debug(
"bookAvailableItems");
481 $obj_id = $this->book_request->getObjectId();
482 $from = $this->book_request->getSlotFrom();
483 $to = $this->book_request->getSlotTo();
484 $nr = $this->book_request->getNr();
485 $message = $this->pool->usesMessages()
486 ? $this->book_request->getMessage()
488 if (is_null($recurrence)) {
489 $recurrence = (
int) $this->book_request->getRecurrence();
491 if (is_null($until)) {
492 if ($this->book_request->getUntil() > 0) {
497 $booked = $this->process->bookAvailableObjects(
499 $this->user_id_to_book,
500 $this->user_id_assigner,
501 $this->context_obj_id,
509 if (count($booked) > 0) {
510 $this->util_gui->handleBookingSuccess($obj_id,
"displayPostInfo", $booked);
512 $this->tpl->setOnScreenMessage(
'failure', $this->
lng->txt(
'book_reservation_failed'),
true);
513 $this->util_gui->back();
524 $this->
ctrl->setParameter($this,
"obj_id", $obj_id);
525 $this->
ctrl->setParameter($this,
"slot", $slot);
526 $this->
ctrl->setParameter($this,
"recurrence", $recurrence);
527 $this->
ctrl->setParameter($this,
"nr", $nr);
528 $this->
ctrl->setParameter($this,
"until", $until);
529 return $this->
ctrl->getLinkTarget($this,
"bookAvailableItems");
534 $this->util_gui->displayPostInfo(
536 $this->user_id_assigner,
543 $this->util_gui->deliverPostFile(
545 $this->user_id_assigner
551 $this->util_gui->back();
getBookAvailableTarget(int $obj_id, string $slot, int $recurrence, int $nr, int $until)
setRightContent(string $a_html)
Sets content of right column.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilObjBookingPool $pool, int $booking_object_id, string $seed="", int $context_obj_id=0)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS BookingManager InternalRepoService $repo
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
bookAvailableItems(?int $recurrence=null, ?ilDateTime $until=null)
getCmd(?string $fallback_command=null)
checkAvailability(bool $incl_recurrence=true, int $nr=0, string $message="")
setContent(string $a_html)
Sets content for standard template.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _getInstanceByUserId(int $a_user_id)
ilGlobalTemplateInterface $tpl
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
book()
Triggered from object list week view for booking a single object / confirmation for.
ILIAS BookingManager Access AccessManager $access
ILIAS BookingManager BookingProcess BookingProcessManager $process
getNextClass($a_gui_class=null)
static http()
Fetches the global http state from ILIAS.
ILIAS BookingManager StandardGUIRequest $book_request
ILIAS BookingManager BookingProcess ProcessUtilGUI $util_gui
ILIAS BookingManager Objects ObjectsManager $object_manager
ILIAS HTTP Services $http
ILIAS BookingManager Reservations ReservationManager $reservation
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
ILIAS BookingManager InternalGUIService $gui
ilBookingHelpAdapter $help
getMissingAvailabilityMessage(array $missing)
ILIAS BookingManager BookingProcess ObjectSelectionManager $object_selection
getNumberForm(int $from, int $to)
catch(ilCmiXapiException $e) send($response)
static formatPeriod(ilDateTime $start, ilDateTime $end, bool $a_skip_starting_day=false, ?ilObjUser $user=null)
Format a period of two dates Shows: 14.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
week()
First step in booking process.