Creating Participation refunds

This commit is contained in:
2026-09-03 21:23:26 +02:00
parent 9c4c28e566
commit 6a183d6498
55 changed files with 3985 additions and 42 deletions
+6
View File
@@ -4,6 +4,7 @@ namespace App\Providers;
use App\Enumerations\EatingHabit;
use App\Enumerations\InvoiceType;
use App\Enumerations\RefundReason;
use App\Enumerations\UserRole;
use App\Models\AvailablePaymentMethod;
use App\Models\Tenant;
@@ -189,6 +190,11 @@ class GlobalDataProvider {
return $activeUsers;
}
/** Auswahl der Erstattungsgründe für den Dialog „Beitrag erstatten". */
public function getRefundReasons() : JsonResponse {
return response()->json(RefundReason::options());
}
public function getEventSettingData(Request $request) : JsonResponse {
return response()->json(
[