contract generate

This commit is contained in:
glovetleong
2021-07-03 20:54:36 +08:00
parent 4938263615
commit abc405ff16
14 changed files with 814 additions and 8 deletions
+15 -1
View File
@@ -39,6 +39,13 @@
'pending' => 9
]
],
'contact' => [
'status' => [
'active' => 1,
'delete' => 2,
'pending' => 9
]
],
'contract_obligation' => [
'complete_status' => [
'pending' => 9,
@@ -54,5 +61,12 @@
'offer_service' => 2,
'received_service' => 3,
]
]
],
'contract_dependency' => [
'status' => [
'active' => 1,
'delete' => 2,
'pending' => 9
]
],
];
+1
View File
@@ -11,6 +11,7 @@
'required_if' => 'REQUIRED',
'email' => 'EMAIL_ERROR',
'unique' => 'UNIQUE_ERRO',
'date' => 'DATE_INVALID',
'confirmed' => 'CONFIRM_ERROR',
'obligation_depend_error' => 'OBLIGATION_DEPEND_ERROR',
'min' => [