177e61f (feature/wmfgo) Remove debugging output by
Benjamin Roth <br@vonrotenberg.de>2025-09-19 15:10:14 +0200;
a4009d6 Backport user based standort and reservation permissions by
Benjamin Roth <br@vonrotenberg.de>2025-09-19 14:59:00 +0200;
f42da47 Deactivate auto check in cronjob by
Benjamin Roth <br@vonrotenberg.de>2025-09-16 16:34:28 +0200;
b8daa12 Use the field unit_amount for auto check-in to determine the amount of behaelter numbers to set by
Benjamin Roth <br@vonrotenberg.de>2025-09-11 09:29:55 +0200;
234f5f5 (feature/breisach) Add expanded booking view to all tl_user palettes by
Benjamin Roth <br@vonrotenberg.de>2025-09-04 23:51:47 +0200;
99c0f31 Introduce optional expanded booking view by
Benjamin Roth <br@vonrotenberg.de>2025-09-04 23:43:39 +0200;
ac99863 Admin can always see all standorts in booking list by
Benjamin Roth <br@vonrotenberg.de>2025-09-04 23:43:15 +0200;
6e92974 Remove mandatory flag from firstname field in tl_member by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 23:22:05 +0200;
e5a9689 Add backend permissions for booking view by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 23:04:39 +0200;
da9990a Fix assistant issue with timeframe ending exactly on end date of possible slot and also fix endless loop issue with a buffer time of 0 by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 12:29:46 +0200;
df1ab75 Fix reservation submit callback to use POST variables by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 11:43:43 +0200;
c9e29ba Change overcapacity labels for amount values by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 11:37:17 +0200;
323e05b Set behaelter in reservations to readonly and calculate the amount of behaelter based on the unit and save in behaelter field. by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 11:36:55 +0200;
19cb292 Add translations for units by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 11:35:49 +0200;
5a67cc1 Allow check-in only for approved reservations by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 11:16:12 +0200;
af0fa53 Adjust frontend modals to select overcapacity amounts by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 11:06:29 +0200;
61aeb7a Update newly introduced unit code to allow again for overcapacity booking. by
Benjamin Roth <br@vonrotenberg.de>2025-09-03 10:25:55 +0200;
d2dd37f Add unit related tokens to notifications by
Benjamin Roth <br@vonrotenberg.de>2025-09-02 16:37:20 +0200;
115d475 Add translations for newly introduced units by
Benjamin Roth <br@vonrotenberg.de>2025-09-02 16:20:51 +0200;
9462308 Add migration for the new introduced units by
Benjamin Roth <br@vonrotenberg.de>2025-09-02 16:12:32 +0200;
15554c0 First implementation of custom units by
Benjamin Roth <br@vonrotenberg.de>2025-09-02 16:04:11 +0200;
c0bc544 (wmfgo) Use slot date instead of check-in date in check-in export file by
Benjamin Roth <br@vonrotenberg.de>2025-09-02 13:13:30 +0200;
6a6504d Sticky headers in backend reservation view by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 15:35:59 +0200;
68ee9e1 Add uploaded file to reservaations backend view by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 14:38:22 +0200;
5fd0d4b Always show current slot in reservation regardless whether it is in the past. by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 14:24:05 +0200;
36c3f17 Disable all reservation fields in backend after check-in export has been generated by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 14:16:09 +0200;
78d3bd5 Make sure check-in export file is only generated once by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 14:15:16 +0200;
89a9a10 Rewrite the fix to use the same patterns used in similar sequences by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 10:54:04 +0200;
e31ee66 Fix possible type error in WeinanlieferungBookedListModuleController by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 10:51:06 +0200;
4976bec Remove costly realtime validation in check in by
Benjamin Roth <br@vonrotenberg.de>2025-09-01 10:16:43 +0200;
dc3e3a9 Add label for time to slot header in backend list by
Benjamin Roth <br@vonrotenberg.de>2025-08-29 11:38:14 +0200;
7f0c508 Make booking list in backend more compact by adding a toggle to show more informations by
Benjamin Roth <br@vonrotenberg.de>2025-08-29 11:35:08 +0200;
dfab0c2 Add command and job for auto checkin by
Benjamin Roth <br@vonrotenberg.de>2025-08-29 10:36:51 +0200;
af363a6 Use specific timestamp to tag sent check in notifications to prevent multiple notifications by
Benjamin Roth <br@vonrotenberg.de>2025-08-29 10:36:34 +0200;
6144214 Add findFutureBy method to reservation model by
Benjamin Roth <br@vonrotenberg.de>2025-08-29 10:28:41 +0200;
a664c41 Change some cron execution times by
Benjamin Roth <br@vonrotenberg.de>2025-08-29 10:17:22 +0200;
999cc43 Remove the load numbers button by
Benjamin Roth <br@vonrotenberg.de>2025-08-28 15:50:35 +0200;
e325d5e Use input fields with datalist instead of select fields to improve usability and performance by
Benjamin Roth <br@vonrotenberg.de>2025-08-28 15:00:24 +0200;
9aefca3 Show slots that are published yet not have reached the booking start date by
Benjamin Roth <br@vonrotenberg.de>2025-08-28 14:17:11 +0200;
3fc4ae5 Only show edit and delete option for bookings that are not checked in already by
Benjamin Roth <br@vonrotenberg.de>2025-08-28 13:45:00 +0200;
c06fe0c Dispatch CheckInCompleted event if check in was done in backend by
Benjamin Roth <br@vonrotenberg.de>2025-08-28 13:39:31 +0200;
166550a Do not ignore the behaelter number 9999 in export by
Benjamin Roth <br@vonrotenberg.de>2025-08-28 13:38:26 +0200;
4241cec Add a end user notice to the booking form by
Benjamin Roth <br@vonrotenberg.de>2025-08-26 14:41:07 +0200;
9227ddc Fix multiple ids with same name by
Benjamin Roth <br@vonrotenberg.de>2025-08-26 14:40:49 +0200;
df2cf75 Wording change by
Benjamin Roth <br@vonrotenberg.de>2025-08-22 10:06:50 +0200;
d945106 Fix wordings and remove confusing container relation for custom units labels by
Benjamin Roth <br@vonrotenberg.de>2025-08-22 09:07:55 +0200;
df5c3f5 Sanitize the filtering to only show applicable slots representing the set filters by
Benjamin Roth <br@vonrotenberg.de>2025-08-21 16:45:11 +0200;
dda19de Change wording by
Benjamin Roth <br@vonrotenberg.de>2025-08-21 16:20:09 +0200;
2d1c344 Extend bottich filter with custom units by
Benjamin Roth <br@vonrotenberg.de>2025-08-21 16:17:09 +0200;
277fce9 Implement member-group-based standort permissions by
Benjamin Roth <br@vonrotenberg.de>2025-08-20 13:48:53 +0200;
e002ade Allow to hide base unit by
Benjamin Roth <br@vonrotenberg.de>2025-08-20 13:39:30 +0200;
aaa01b5 Fix SlotAjaxController::getAvailableNumbers to work with new number saving format by
Benjamin Roth <br@vonrotenberg.de>2025-08-08 16:10:22 +0200;
dfced4c Complete Check-In notifications by
Benjamin Roth <br@vonrotenberg.de>2025-08-08 16:02:36 +0200;
bea3441 Handle null for behaelter_numbers if no checkin has been made. by
Benjamin Roth <br@vonrotenberg.de>2025-08-08 14:13:33 +0200;
0fe98f1 Add internal annotations by
Benjamin Roth <br@vonrotenberg.de>2025-08-08 12:29:00 +0200;
82cc71c Remove old load_callback config by
Benjamin Roth <br@vonrotenberg.de>2025-08-07 16:20:06 +0200;
792f8b6 Attributes done by
Benjamin Roth <br@vonrotenberg.de>2025-08-06 15:56:58 +0200;
a7ac36d Attributes WIP by
Benjamin Roth <br@vonrotenberg.de>2025-08-06 14:00:27 +0200;
2255e27 Attributes WIP by
Benjamin Roth <br@vonrotenberg.de>2025-08-06 13:14:57 +0200;
8f5689d Attributes WIP by
Benjamin Roth <br@vonrotenberg.de>2025-08-06 11:25:24 +0200;
f9b347d Attributes WIP by
Benjamin Roth <br@vonrotenberg.de>2025-08-06 10:52:31 +0200;
d979eae Use correct widget for attributes selection in slot dca by
Benjamin Roth <br@vonrotenberg.de>2025-08-04 16:50:14 +0200;
39cfcca Attributes WIP by
Benjamin Roth <br@vonrotenberg.de>2025-08-04 14:11:23 +0200;
2b97813 Check-In notifications WIP by
Benjamin Roth <br@vonrotenberg.de>2025-08-04 10:45:29 +0200;
474ac7b Extend check-in to be able to assign each behaelter to a member number and export the check-in to a file per member number by
Benjamin Roth <br@vonrotenberg.de>2025-07-31 14:27:06 +0200;
f14405b Add check-in event and trigger csv file export by
Benjamin Roth <br@vonrotenberg.de>2025-07-30 11:22:49 +0200;
1cf1941 Add ident_string to attributes by
Benjamin Roth <br@vonrotenberg.de>2025-07-28 22:18:00 +0200;
0809178 Add missing check-in modal window by
Benjamin Roth <br@vonrotenberg.de>2025-07-25 14:21:15 +0200;
cbce683 Minor improvements to check-in by
Benjamin Roth <br@vonrotenberg.de>2025-07-25 13:53:32 +0200;
ced2842 First draft of booked slot check-in by
Benjamin Roth <br@vonrotenberg.de>2025-07-25 09:39:15 +0200;
3b534be Remove legacy save callback configuration in tl_vr_wa_standort by
Benjamin Roth <br@vonrotenberg.de>2025-07-23 12:47:29 +0200;
477835e Add field number_ranges to standort dca by
Benjamin Roth <br@vonrotenberg.de>2025-07-23 12:42:32 +0200;
1cd6f06 Use language variable references in reservation dca by
Benjamin Roth <br@vonrotenberg.de>2025-07-21 15:45:35 +0200;
425b909 (feature/daily-schedule-view) Minor adjustments by
Benjamin Roth <br@vonrotenberg.de>2025-06-30 13:19:47 +0200;
a65db28 Update the date for the daily schedule view poc by
Benjamin Roth <br@vonrotenberg.de>2025-01-16 13:31:49 +0100;
18cfe0b Update the date for the daily schedule view poc by
Benjamin Roth <br@vonrotenberg.de>2025-01-16 11:01:36 +0100;
e815ee6 Optimize layout and colors by
Benjamin Roth <br@vonrotenberg.de>2024-10-14 16:33:17 +0200;
cbb9d17 Some visual aids by
Benjamin Roth <br@vonrotenberg.de>2024-10-11 23:14:58 +0200;
98e178c Change some colors by
Benjamin Roth <br@vonrotenberg.de>2024-10-11 22:46:35 +0200;
e960bbe Add multi column view by
Benjamin Roth <br@vonrotenberg.de>2024-10-11 15:42:46 +0200;
aa45e0f Add columns todo by
Benjamin Roth <br@vonrotenberg.de>2024-10-11 11:19:50 +0200;
9934151 POC for add slot on empty cell by
Benjamin Roth <br@vonrotenberg.de>2024-10-10 22:32:54 +0200;
5c79785 Add zoom slider and animate zoom by
Benjamin Roth <br@vonrotenberg.de>2024-10-10 16:07:09 +0200;
36a1021 Add zoom capability by
Benjamin Roth <br@vonrotenberg.de>2024-10-10 15:20:38 +0200;
2584e55 (tag: 2.0.2, breisach) Don't show reservations in FE reservation list that are in the past by
Benjamin Roth <br@vonrotenberg.de>2024-09-19 15:27:04 +0200;
0336be5 First draft for daily schedule view by
Benjamin Roth <br@vonrotenberg.de>2024-09-12 16:00:25 +0200;
3a69aa3 (tag: 1.1.4) Temporarily disable slotchecker for slot time field callback until duration gets introduced by
Benjamin Roth <br@vonrotenberg.de>2024-09-12 13:25:00 +0200;
ba2eeb1 (tag: 2.0.1) Reload BE reservation list after filter submit by
Benjamin Roth <br@vonrotenberg.de>2024-09-11 10:24:09 +0200;
387111e (tag: 1.1.3) Implement BE reservation list filter for approval status by
Benjamin Roth <br@vonrotenberg.de>2024-09-11 10:25:09 +0200;
dd4a4f2 Reload BE reservation list after filter submit by
Benjamin Roth <br@vonrotenberg.de>2024-09-11 10:24:09 +0200;
e6b8dc9 Save BE reservation list filter in session by
Benjamin Roth <br@vonrotenberg.de>2024-09-11 10:03:22 +0200;
501dad9 Save BE reservation list filter in session by
Benjamin Roth <br@vonrotenberg.de>2024-09-11 10:03:22 +0200;
78925dd (tag: 1.1.2) Change day filter sort order and fix date offset by
Benjamin Roth <br@vonrotenberg.de>2024-09-10 13:51:54 +0200;
83390c5 (tag: 1.1.1) Remove mandatory tag from notification selects in location settings by
Benjamin Roth <br@vonrotenberg.de>2024-09-09 15:48:10 +0200;
0fc4f3b (tag: 1.1.0, feature/slot-overcapacity-request) Extend bookingnotification and implement backend reservation approval by
Benjamin Roth <br@vonrotenberg.de>2024-09-10 13:02:50 +0200;
be812c6 Add day and location filter to BE booking list and remove month filter by
Benjamin Roth <br@vonrotenberg.de>2024-09-10 10:09:41 +0200;
6cedd65 (tag: 2.0.0) Add day and location filter to BE booking list and remove month filter by
Benjamin Roth <br@vonrotenberg.de>2024-09-10 10:09:41 +0200;
97ff41d Remove mandatory tag from notification selects in location settings by
Benjamin Roth <br@vonrotenberg.de>2024-09-09 15:48:10 +0200;
b0f24a7 Add bookable timeframe start and stop times to slot notifications by
Benjamin Roth <br@vonrotenberg.de>2024-09-09 12:33:03 +0200;
205b5d7 Implement be switch to disable base unit for a location by
Benjamin Roth <br@vonrotenberg.de>2024-09-06 15:21:50 +0200;