| Freitag, 20.12.2024 - letzte Aktualisierung: 16:41 Uhr |
| Platz-1 |
| 09:00 | |
| 10:00 | |
| 11:00 | |
| 12:00 | |
| 13:00 | |
| 14:00 | |
| 15:00 | |
| 16:00 | |
| 17:00 | |
| 18:00 | |
| 19:00 | |
| 20:00 | |
| 21:00 | |
| 22:00 | |
| 23:00 | |
|
| Platz-2 |
| 09:00 | |
| 10:00 | |
| 11:00 | |
| 12:00 | |
| 13:00 | |
| 14:00 | |
| 15:00 | |
| 16:00 | |
| 17:00 | |
| 18:00 | |
| 19:00 | |
| 20:00 | |
| 21:00 | |
| 22:00 | |
| 23:00 | |
|
| Platz-3 |
| 09:00 | |
| 10:00 | |
| 11:00 | |
| 12:00 | |
| 13:00 | |
| 14:00 | |
| 15:00 | |
| 16:00 | |
| 17:00 | |
| 18:00 | |
| 19:00 | |
| 20:00 | |
| 21:00 | |
| 22:00 | |
| 23:00 | |
|
| Platz-4 |
| 09:00 | |
| 10:00 | |
| 11:00 | |
| 12:00 | |
| 13:00 | |
| 14:00 | |
| 15:00 | |
| 16:00 | |
| 17:00 | |
| 18:00 | |
| 19:00 | |
| 20:00 | |
| 21:00 | |
| 22:00 | |
| 23:00 | |
|
Fehler:
java.lang.RuntimeException: Sponsor.run() - no category parameter available.
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 = '2024-12-17' 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