Add client acceptance controls for AQMM and peer review workflow
This commit is contained in:
@@ -27,6 +27,9 @@ CLIENT_TYPES = [
|
||||
|
||||
CLIENT_STATUS = ["active", "inactive", "archived"]
|
||||
|
||||
CLIENT_ACCEPTANCE_STATUS = ["pending_review", "approved", "rejected"]
|
||||
CLIENT_ACCEPTANCE_APPROVAL_REQUIRED_RISKS = {"high", "critical"}
|
||||
|
||||
CLIENT_CATEGORY_OPTIONS = [
|
||||
"Audit", "Tax", "GST", "Compliance", "Payroll", "Advisory", "Litigation", "Internal", "Other",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user