WEB-App
fussball

Melden Sie sich bitte an, um Buchungen durchzuführen.

14. Mai 2027
<   heute   >
Mo Di Mi Do Fr Sa So
26 27 28 29 30 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6
Freitag, 14.05.2027 - letzte Aktualisierung: 00:40 Uhr
Platz-1
09:00frei
09:45frei
10:30frei
11:15frei
12:00frei
12:45frei
13:30frei
14:15frei
15:00frei
15:45frei
16:30frei
17:15frei
18:00frei
18:45frei
19:30frei
20:15frei
21:00frei
21:45frei
22:30frei
23:15frei
Platz-2
09:00frei
09:45frei
10:30frei
11:15frei
12:00frei
12:45frei
13:30frei
14:15frei
15:00frei
15:45frei
16:30frei
17:15frei
18:00frei
18:45frei
19:30frei
20:15frei
21:00frei
21:45frei
22:30frei
23:15frei
Fehler: java.lang.RuntimeException: Sponsor.run() - no category parameter available. java.lang.RuntimeException: Sponsor.run() - no category parameter available.
WEB-App
WEB-App
WEB-App
Fehler: SQLDataSourceItem.runSql() - Statement: SELECT buchung.intkey, buchung.thekeninfo, buchung.betrag, buchung.paydate, buchung.von, buchung.menge, buchung.status, buchung.card_intkey, buchung.text, customer.*, buchung.partner_refkey, partner.name AS partner_name, partner.vname AS partner_vname, abo.paydate AS abo_paydate, abo.vkpreis * buchung.menge AS abo_betrag, card.paydate AS card_paydate, card.vkpreis * buchung.menge AS card_betrag, buchung.isdisease, buchung.isholiday FROM customer, buchung left outer join abo on (abo.intkey = buchung.abo_intkey) left outer join card on (card.intkey = buchung.card_intkey) left outer join customer partner on (partner.mand_refkey = buchung.mand_refkey AND partner.refkey = buchung.partner_refkey) where buchung.mand_refkey = 'xbrain' AND buchung.division_refkey = 'tennis' AND buchung.divnr = 3 AND buchung.datum = '2022-05-01' AND customer.mand_refkey = buchung.mand_refkey AND customer.refkey = buchung.customer_refkey ORDER BY buchung.von SQL-Exception: This statement has been closed. state=55000