WIP: Implement admin dashboard
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user