+ + +
+ +diff --git a/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php b/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php index 899f7051..cbe60087 100644 --- a/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php +++ b/public_html/app/Http/Controllers/EventControllerHelper/EventStoreController.php @@ -61,7 +61,8 @@ class EventStoreController { if($this->isSomeKindOfReservation($newEvent)){ $reservationType = $newEvent->reservation()->first()->name; if($reservationType == "Mit Tischwahl"){ - $dates = array('2025-06-20', '2025-06-21', '2025-06-27', '2025-06-28', '2025-07-04', '2025-07-05', '2025-07-06', '2025-07-11', '2025-07-12', '2025-07-18', '2025-07-19', '2025-07-20' ); + $dates = array('2026-03-13','2026-03-14','2026-03-15','2026-03-18','2026-03-19'); + //$dates = array('2025-12-21'); //$dates = array($this->request["start_date"]); $newEvent->start_date = $dates[0]; @@ -160,26 +161,42 @@ class EventStoreController { private function updateSeatMapWithTables($seat) { - for($x = 1; $x <= 13; $x ++){ - $cols = 16; - if ($x >= 12) { - $cols = 10; - }else if($x >= 11) { - $cols = 12; - } + for($x = 9; $x <= 13; $x ++){ + $cols = 20; for($y = 1; $y <= $cols; $y++){ $s = new SingleSeat; $s->x = $x; $s->y = $y; - if($x <= 5){ - $s->category = 'b'; - } else{ $s->category = 'a'; - } $s->seat()->associate($seat); $s->save(); } } + + + + // start sommertheater +// for($x = 1; $x <= 13; $x ++){ +// $cols = 16; +// if ($x >= 12) { +// $cols = 10; +// }else if($x >= 11) { +// $cols = 12; +// } +// for($y = 1; $y <= $cols; $y++){ +// $s = new SingleSeat; +// $s->x = $x; +// $s->y = $y; +// if($x <= 5){ +// $s->category = 'b'; +// } else{ +// $s->category = 'a'; +// } +// $s->seat()->associate($seat); +// $s->save(); +// } +// } + } } diff --git a/public_html/public/imgs/events/1.jpeg b/public_html/public/imgs/events/1.jpeg index 2de4c35f..5109ea0f 100644 Binary files a/public_html/public/imgs/events/1.jpeg and b/public_html/public/imgs/events/1.jpeg differ diff --git a/public_html/public/imgs/events/1518101472_010.jpg.jpeg b/public_html/public/imgs/events/1518101472_010.jpg.jpeg index 2372876c..ca62a4b6 100644 Binary files a/public_html/public/imgs/events/1518101472_010.jpg.jpeg and b/public_html/public/imgs/events/1518101472_010.jpg.jpeg differ diff --git a/public_html/public/imgs/events/1759303297_blob b/public_html/public/imgs/events/1759303297_blob new file mode 100644 index 00000000..83c707d0 Binary files /dev/null and b/public_html/public/imgs/events/1759303297_blob differ diff --git a/public_html/public/imgs/events/1759344072_blob b/public_html/public/imgs/events/1759344072_blob new file mode 100644 index 00000000..230be841 Binary files /dev/null and b/public_html/public/imgs/events/1759344072_blob differ diff --git a/public_html/public/imgs/events/1759344708_blob b/public_html/public/imgs/events/1759344708_blob new file mode 100644 index 00000000..8aff0ece Binary files /dev/null and b/public_html/public/imgs/events/1759344708_blob differ diff --git a/public_html/public/imgs/events/1759345114_blob b/public_html/public/imgs/events/1759345114_blob new file mode 100644 index 00000000..6dfabf58 Binary files /dev/null and b/public_html/public/imgs/events/1759345114_blob differ diff --git a/public_html/public/imgs/events/1759345437_blob b/public_html/public/imgs/events/1759345437_blob new file mode 100644 index 00000000..5d007071 Binary files /dev/null and b/public_html/public/imgs/events/1759345437_blob differ diff --git a/public_html/public/imgs/events/1759345611_blob b/public_html/public/imgs/events/1759345611_blob new file mode 100644 index 00000000..015b73b2 Binary files /dev/null and b/public_html/public/imgs/events/1759345611_blob differ diff --git a/public_html/public/imgs/events/2.jpeg b/public_html/public/imgs/events/2.jpeg index 78c6cf47..029a3120 100644 Binary files a/public_html/public/imgs/events/2.jpeg and b/public_html/public/imgs/events/2.jpeg differ diff --git a/public_html/public/imgs/events/3.jpeg b/public_html/public/imgs/events/3.jpeg index 0a6d638a..b207dc49 100644 Binary files a/public_html/public/imgs/events/3.jpeg and b/public_html/public/imgs/events/3.jpeg differ diff --git a/public_html/resources/views/admin/print/index.blade.php b/public_html/resources/views/admin/print/index.blade.php index 51a78054..f862604c 100644 --- a/public_html/resources/views/admin/print/index.blade.php +++ b/public_html/resources/views/admin/print/index.blade.php @@ -40,7 +40,13 @@ $i = 0;
+ + +
+ +- +