Teilnahmerechnungen erstellen

This commit is contained in:
2026-09-03 00:08:46 +02:00
parent a61344395a
commit 9c4c28e566
79 changed files with 4303 additions and 75 deletions
+6
View File
@@ -26,12 +26,15 @@ class EventParticipant extends InstancedModel
'event_id',
'user_id',
'identifier',
'invoice_sequence',
'firstname',
'lastname',
'nickname',
'participation_type',
'fee_type',
'sibling_reduction',
'local_group',
'birthday',
@@ -91,6 +94,9 @@ class EventParticipant extends InstancedModel
'amount' => AmountCast::class,
'amount_paid' => AmountCast::class,
'payment_options' => 'array',
'invoice_sequence' => 'integer',
'sibling_reduction' => 'boolean',
];
/*