Prepare ERP source for Gitea deployment

This commit is contained in:
A R R R Associates
2026-06-20 15:01:44 +05:30
commit 5c75eb6bd9
450 changed files with 67698 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
CLIENT_PERMISSION_CODES = {
"view": "clients.view",
"create": "clients.create",
"edit": "clients.edit",
"deactivate": "clients.deactivate",
"activate": "clients.activate",
"archive": "clients.archive",
"restore": "clients.restore",
"assign_partner": "clients.assign_partner",
"cross_branch": "clients.cross_branch",
"cross_tenant": "clients.cross_tenant",
"export": "clients.export",
"audit_log_view": "clients.audit_log.view",
"view_own_only": "clients.view.own_only",
}