WIP: Implement admin dashboard

This commit is contained in:
Björn Fromme
2023-10-22 17:05:43 +02:00
parent 38d6fafcb2
commit 91f0f76ccc
15 changed files with 280 additions and 4 deletions
+2
View File
@@ -36,10 +36,12 @@ class DocumentCheckType extends AbstractType
'data_class' => DocumentCheckDto::class,
'status_choices' => [
Upload::TYPE_CONTRACT => [
'in Bearbeitung' => Upload::STATUS_PENDING,
'bestätigt' => Upload::STATUS_CHECKED,
'abgelehnt' => Upload::STATUS_REJECTED,
],
Upload::TYPE_INVOICE => [
'in Bearbeitung' => Upload::STATUS_PENDING,
'bezahlt' => Upload::STATUS_PAID,
'abgelehnt' => Upload::STATUS_REJECTED,
],