Direct payments for invoices

Events can be moved to archive and moved back
Fixed validation
This commit is contained in:
2026-05-12 16:04:15 +02:00
parent e2fb616565
commit 0cf9602958
42 changed files with 851 additions and 132 deletions
+5
View File
@@ -15,6 +15,11 @@ class InvoiceType extends CommonModel {
public const INVOICE_TYPE_CATERING = 'catering';
public const INVOICE_TYPE_LOGSTIC = 'logistic';
public const INVOICE_TYPE_TECHNICAL = 'technical';
public const INVOICE_TYPE_MANAGEMENT = 'management';
protected $fillable = [
'slug',