First Aid list, amount list and kitchen list PDF download implemented

This commit is contained in:
2026-03-28 22:22:06 +01:00
parent df7c14442e
commit 7bea223ded
20 changed files with 92 additions and 36 deletions

View File

@@ -46,10 +46,10 @@ return new class extends Migration {
$table->string('location');
$table->string('postal_code');
$table->string('email');
$table->dateTime('start_date');
$table->dateTime('end_date');
$table->dateTime('early_bird_end');
$table->dateTime('registration_final_end');
$table->date('start_date');
$table->date('end_date');
$table->date('early_bird_end');
$table->date('registration_final_end');
$table->integer('early_bird_end_amount_increase');
$table->string('account_owner');
$table->string('account_iban');