Add client acceptance controls for AQMM and peer review workflow

This commit is contained in:
A R R R Associates
2026-07-06 18:37:34 +05:30
parent 561de117e4
commit aa32579084
10 changed files with 604 additions and 5 deletions
+3
View File
@@ -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",
]