diff --git a/public_html/app/Http/Controllers/ReservationController.php b/public_html/app/Http/Controllers/ReservationController.php index d987fbb0..edc51b7d 100644 --- a/public_html/app/Http/Controllers/ReservationController.php +++ b/public_html/app/Http/Controllers/ReservationController.php @@ -63,7 +63,7 @@ class ReservationController extends Controller $csv = "satzart;konto;gkonto;belegnr;belegdatum;buchsymbol;buchcode;prozent;steuercode;betrag;steuer;text\n"; - $orders = Order::where('created_at', 'like', '2025-08-%')->get(); + $orders = Order::where('created_at', 'like', '2025-09-%')->get(); foreach($orders as $order){ $paymentmethod = $order->singleseatusers()->first()->paymentmethod->name; if($paymentmethod !== "Überweisung"){ diff --git a/public_html/public/imgs/events/1742215035_blob b/public_html/public/imgs/events/1742215035_blob index 95f4e141..3f4e91ab 100644 Binary files a/public_html/public/imgs/events/1742215035_blob and b/public_html/public/imgs/events/1742215035_blob differ diff --git a/public_html/public/imgs/events/1751869680_blob b/public_html/public/imgs/events/1751869680_blob index 9e8a31c4..dc6a9c33 100644 Binary files a/public_html/public/imgs/events/1751869680_blob and b/public_html/public/imgs/events/1751869680_blob differ diff --git a/public_html/public/imgs/events/1759385040_blob b/public_html/public/imgs/events/1759385040_blob new file mode 100644 index 00000000..b2bf6e61 Binary files /dev/null and b/public_html/public/imgs/events/1759385040_blob differ diff --git a/public_html/public/imgs/events/1759828486_blob b/public_html/public/imgs/events/1759828486_blob new file mode 100644 index 00000000..6b5e72bc Binary files /dev/null and b/public_html/public/imgs/events/1759828486_blob differ diff --git a/public_html/public/imgs/events/1760014277_blob b/public_html/public/imgs/events/1760014277_blob new file mode 100644 index 00000000..951c2e3e Binary files /dev/null and b/public_html/public/imgs/events/1760014277_blob differ diff --git a/public_html/public/imgs/events/1760015233_blob b/public_html/public/imgs/events/1760015233_blob new file mode 100644 index 00000000..a6af2b53 Binary files /dev/null and b/public_html/public/imgs/events/1760015233_blob differ diff --git a/public_html/public/imgs/events/1760016059_blob b/public_html/public/imgs/events/1760016059_blob new file mode 100644 index 00000000..e0788a21 Binary files /dev/null and b/public_html/public/imgs/events/1760016059_blob differ diff --git a/public_html/public/imgs/events/1760016738_blob b/public_html/public/imgs/events/1760016738_blob new file mode 100644 index 00000000..a2458165 Binary files /dev/null and b/public_html/public/imgs/events/1760016738_blob differ diff --git a/public_html/public/imgs/events/1760017766_blob b/public_html/public/imgs/events/1760017766_blob new file mode 100644 index 00000000..417110c0 Binary files /dev/null and b/public_html/public/imgs/events/1760017766_blob differ diff --git a/public_html/public/imgs/events/fonse_big.jpg b/public_html/public/imgs/events/fonse_big.jpg new file mode 100644 index 00000000..9705ab3d Binary files /dev/null and b/public_html/public/imgs/events/fonse_big.jpg differ diff --git a/public_html/public/imgs/events/kiesler_big.jpg b/public_html/public/imgs/events/kiesler_big.jpg new file mode 100644 index 00000000..e9cde817 Binary files /dev/null and b/public_html/public/imgs/events/kiesler_big.jpg differ diff --git a/public_html/public/imgs/events/roaming_big.jpg b/public_html/public/imgs/events/roaming_big.jpg new file mode 100644 index 00000000..b16c53f7 Binary files /dev/null and b/public_html/public/imgs/events/roaming_big.jpg differ diff --git a/public_html/public/imgs/events/strandl2_big.jpg b/public_html/public/imgs/events/strandl2_big.jpg new file mode 100644 index 00000000..1d5c5146 Binary files /dev/null and b/public_html/public/imgs/events/strandl2_big.jpg differ diff --git a/public_html/public/imgs/events/strandl_big.jpg b/public_html/public/imgs/events/strandl_big.jpg new file mode 100644 index 00000000..67c21618 Binary files /dev/null and b/public_html/public/imgs/events/strandl_big.jpg differ diff --git a/public_html/resources/views/admin/print/index.blade.php b/public_html/resources/views/admin/print/index.blade.php index f862604c..723af52b 100644 --- a/public_html/resources/views/admin/print/index.blade.php +++ b/public_html/resources/views/admin/print/index.blade.php @@ -123,7 +123,7 @@ $i = 0;
- @if($seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") + @if(false && $seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") “Das Mädl aus der Vorstadt”
Aistfestspiele 2025 @else @@ -144,7 +144,7 @@ $i = 0; @endif

{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room }} - @if($seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") + @if(false && $seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") (bei Schlechtwetter im Saal/Findling • gleicher Sitzplan) @endif @@ -152,7 +152,7 @@ $i = 0;
- @if($seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") + @if(false && $seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") Reihe {{14-$seat->singleSeat->x}}, Platz {{$seat->singleSeat->y}} @else {{$seat->calcSeatName()}} diff --git a/public_html/resources/views/book/viewTable.blade.php b/public_html/resources/views/book/viewTable.blade.php index 88259376..33f1ba06 100644 --- a/public_html/resources/views/book/viewTable.blade.php +++ b/public_html/resources/views/book/viewTable.blade.php @@ -42,6 +42,13 @@ div.seatCharts-row:nth-child(7){ padding-top: 70px; } + +div.seatCharts-seat:nth-child(11) { + margin-right: 20px !important; +} + + + /* div.seatCharts-row:nth-child(1){ margin-left: 96px; diff --git a/public_html/resources/views/home.blade.php b/public_html/resources/views/home.blade.php index dc94ada0..40454a90 100644 --- a/public_html/resources/views/home.blade.php +++ b/public_html/resources/views/home.blade.php @@ -111,21 +111,21 @@ HIER ENDET DER GALERIEEINTRAG-----------------> - +
- 02 + 23 Oktober 2025
-

GABRIEL CASTANEDA

+

CHRISTINA KIESLER

-

"Hardi Gatti"

+

Nachspielzeit

- +
diff --git a/public_html/resources/views/static/comedia.blade.php b/public_html/resources/views/static/comedia.blade.php index f0276eeb..8a96baa9 100644 --- a/public_html/resources/views/static/comedia.blade.php +++ b/public_html/resources/views/static/comedia.blade.php @@ -1,4 +1,4 @@ -mp<<@extends('layout') +@extends('layout') @section('content') @@ -25,7 +25,21 @@ mp<<@extends('layout')

COMEDIA Bruckmühle Ensemble



-Unsere nächste Produktion:

+Unsere nächste Produktion:
+ + + + + DER GROSSE GATSBY +
+ + + + + + + +

ZVR: 551641899
ensemble@comedia.at

>> ONLINE BEITRITTSERKLÄRUNG <<