WIP: Implement application process
This commit is contained in:
@@ -17,10 +17,14 @@ class Upload implements BlameableEntityInterface, TimestampableEntityInterface
|
||||
|
||||
public const TYPE_PHOTO = 'photo';
|
||||
public const TYPE_CERTIFICATE = 'certificate';
|
||||
public const TYPE_CONTRACT = 'contract';
|
||||
public const TYPE_INVOICE = 'invoice';
|
||||
|
||||
public const STATUS_NEW = 'new';
|
||||
public const STATUS_IN_PROCESS = 'in_process';
|
||||
public const STATUS_CHECKED = 'checked';
|
||||
public const STATUS_PAYED = 'payed';
|
||||
public const STATUS_ERROR = 'error';
|
||||
|
||||
#[ORM\Id]
|
||||
#[ORM\GeneratedValue]
|
||||
|
||||
Reference in New Issue
Block a user