This commit is contained in:
2025-10-20 21:29:37 +02:00
parent 49fa19ed1e
commit 18d456af64
19 changed files with 32 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ class ReservationController extends Controller
$csv = "satzart;konto;gkonto;belegnr;belegdatum;buchsymbol;buchcode;prozent;steuercode;betrag;steuer;text\n"; $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){ foreach($orders as $order){
$paymentmethod = $order->singleseatusers()->first()->paymentmethod->name; $paymentmethod = $order->singleseatusers()->first()->paymentmethod->name;
if($paymentmethod !== "Überweisung"){ if($paymentmethod !== "Überweisung"){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1010 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -123,7 +123,7 @@ $i = 0;
<div class="title"> <div class="title">
<span id="eventTitle"> <span id="eventTitle">
@if($seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl") @if(false && $seat->singleSeat->seat->event->reservation->name == "Mit Tischwahl")
&ldquo;Das Mädl aus der Vorstadt&rdquo;<br /> &ldquo;Das Mädl aus der Vorstadt&rdquo;<br />
Aistfestspiele 2025 Aistfestspiele 2025
@else @else
@@ -144,7 +144,7 @@ $i = 0;
@endif @endif
</span><br/> </span><br/>
<span id="eventRoom">{{$seat->singleSeat()->first()->seat()->first()->event()->first()->room }} <span id="eventRoom">{{$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 &bull; gleicher Sitzplan) (bei Schlechtwetter im Saal/Findling &bull; gleicher Sitzplan)
@endif @endif
</span> </span>
@@ -152,7 +152,7 @@ $i = 0;
<div class="right"> <div class="right">
<span id="seat"> <span id="seat">
@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}} Reihe {{14-$seat->singleSeat->x}}, Platz {{$seat->singleSeat->y}}
@else @else
{{$seat->calcSeatName()}} {{$seat->calcSeatName()}}

View File

@@ -42,6 +42,13 @@
div.seatCharts-row:nth-child(7){ div.seatCharts-row:nth-child(7){
padding-top: 70px; padding-top: 70px;
} }
div.seatCharts-seat:nth-child(11) {
margin-right: 20px !important;
}
/* /*
div.seatCharts-row:nth-child(1){ div.seatCharts-row:nth-child(1){
margin-left: 96px; margin-left: 96px;

View File

@@ -111,21 +111,21 @@ HIER ENDET DER GALERIEEINTRAG----------------->
<!------ HIER BEGINNT OBERES BILD-----> <!------ HIER BEGINNT OBERES BILD----->
<a href="https://www.bruckmuehle.at/event/1837"> <a href="https://www.bruckmuehle.at/event/1848">
<div class="date"> <div class="date">
<span class="day">02</span> <span class="day">23</span>
<span class="month month10">Oktober</span> <span class="month month10">Oktober</span>
<span class="year">2025</span> <span class="year">2025</span>
</div> </div>
<div class="title"> <div class="title">
<h2 style ="font-size: 24pt; text-shadow: 0px 0px 14px black;">GABRIEL CASTANEDA</h2> <h2 style ="font-size: 24pt; text-shadow: 0px 0px 14px black;">CHRISTINA KIESLER</h2>
<h3 style ="font-size: 16pt; text-shadow: 0px 0px 14px black;">"Hardi Gatti"</h3> <h3 style ="font-size: 16pt; text-shadow: 0px 0px 14px black;">Nachspielzeit</h3>
</div> </div>
<img src="/imgs/events/castaneder_big.jpg" style="max-width: none;width:900 px;"> <img src="/imgs/events/kiesler_big.jpg" style="max-width: none;width:900 px;">
</a> </a>

View File

@@ -1,4 +1,4 @@
mp<<@extends('layout') @extends('layout')
@section('content') @section('content')
@@ -25,7 +25,21 @@ mp<<@extends('layout')
<h2><b>COMEDIA Bruckmühle Ensemble</b></h2> <h2><b>COMEDIA Bruckmühle Ensemble</b></h2>
<img src="https://www.bruckmuehle.at/imgs/gasthaus_bruckmuehle/upload/vorstand.jpg" height="300"> <img src="https://www.bruckmuehle.at/imgs/gasthaus_bruckmuehle/upload/vorstand.jpg" height="300">
<br><br> <br><br>
Unsere nächste Produktion: <br><br><a class="ui fluid card" href="https://www.bruckmuehle.at/event/1867"><img src="https://www.bruckmuehle.at/imgs/events/1751870806_blob"></a> Unsere nächste Produktion: <br>
<!-----START NEUE VERANSTALTUNG------>
<a class="ui fluid card" href="https://www.bruckmuehle.at/event/1867"><b> DER GROSSE GATSBY </b></a>
<br>
<a href="https://www.bruckmuehle.at/event/1867">
<img src="https://www.bruckmuehle.at/imgs/events/1751870806_blob" width="300">
</a>
<!-----START NEUE VERANSTALTUNG------>
<br><br>
ZVR: 551641899<br> ZVR: 551641899<br>
<a href="mailto:ensemble@comedia.at">ensemble@comedia.at</a><br><br> <a href="mailto:ensemble@comedia.at">ensemble@comedia.at</a><br><br>
<a class="ui fluid card" href="http://www.comedia.at/neu.php"><b> >> ONLINE BEITRITTSERKLÄRUNG << </b></a> <a class="ui fluid card" href="http://www.comedia.at/neu.php"><b> >> ONLINE BEITRITTSERKLÄRUNG << </b></a>