Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PFM-1419 : HRMS mdms Changes #312

Merged
merged 1 commit into from Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 36 additions & 1 deletion data/pb/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Expand Up @@ -1349,6 +1349,41 @@
"serviceCode": "ws-service",
"code": "null",
"path": ""
}
},
{
"id": 2041,
"name": "Delete Token",
"url": "/user/_logout",
"parentModule": "",
"displayName": "Delete Token",
"orderNumber": 1,
"enabled": false,
"serviceCode": "ADMIN",
"code": "null",
"path": "Administration.Delete Token"
},
{
"id": 2042,
"name": "SearchUserByTenants",
"url": "/user/_searchByTenant",
"displayName": "Search User by tenants",
"orderNumber": 1,
"enabled": false,
"serviceCode": "ADMIN",
"code": "null",
"path": "Administration.SearchUserByTenants"
},
{
"id": 2043,
"name": "Employee Count",
"url": "/egov-hrms/employees/v1/_count",
"parentModule": "egov-hrms",
"displayName": "Employee Count",
"orderNumber": 0,
"enabled": false,
"serviceCode": "egov-hrms",
"code": "null",
"path": ""
}
]
}
72 changes: 72 additions & 0 deletions data/pb/ACCESSCONTROL-ROLEACTIONS/roleactions.json
Expand Up @@ -4005,6 +4005,78 @@
"actionid": 2040,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EMPLOYEE",
"actionid": 2041,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DIV_ADMIN",
"actionid": 2041,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "HRMS_ADMIN",
"actionid": 2041,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "SUPERUSER",
"actionid": 2041,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EMPLOYEE",
"actionid": 2042,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DIV_ADMIN",
"actionid": 2042,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "HRMS_ADMIN",
"actionid": 2042,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "SUPERUSER",
"actionid": 2042,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "EMPLOYEE",
"actionid": 2043,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "DIV_ADMIN",
"actionid": 2043,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "HRMS_ADMIN",
"actionid": 2043,
"actioncode": "",
"tenantId": "pb"
},
{
"rolecode": "SUPERUSER",
"actionid": 2043,
"actioncode": "",
"tenantId": "pb"
}
]
}
5 changes: 5 additions & 0 deletions data/pb/ACCESSCONTROL-ROLES/roles.json
Expand Up @@ -131,6 +131,11 @@
"code": "DIV_ADMIN",
"name": "DIVISION ADMIN",
"description": "Used for Internal team Debug"
},
{
"code": "STATE_ADMIN",
"name": "STATE ADMIN",
"description": "Used for Creating Div admin user"
}
]
}
29 changes: 17 additions & 12 deletions data/pb/common-masters/Department.json
Expand Up @@ -5,66 +5,71 @@
{
"name": "Street Lights",
"code": "DEPT_1",
"active": true
"active": false
},
{
"name": "Building & Roads",
"code": "DEPT_2",
"active": true
"active": false
},
{
"name": "Health & Sanitation",
"code": "DEPT_3",
"active": true
"active": false
},
{
"name": "Operation & Maintenance",
"code": "DEPT_4",
"active": true
"active": false
},
{
"name": "Horticulture",
"code": "DEPT_5",
"active": true
"active": false
},
{
"name": "Building Branch",
"code": "DEPT_6",
"active": true
"active": false
},
{
"name": "Citizen service desk",
"code": "DEPT_7",
"active": true
"active": false
},
{
"name": "Complaint Cell",
"code": "DEPT_8",
"active": true
"active": false
},
{
"name": "Executive Branch",
"code": "DEPT_9",
"active": true
"active": false
},
{
"name": "Others",
"code": "DEPT_10",
"active": true
"active": false
},
{
"name": "Tax Branch",
"code": "DEPT_13",
"active": true
"active": false
},
{
"name": "Accounts Branch",
"code": "DEPT_25",
"active": true
"active": false
},
{
"name": "Works Branch",
"code": "DEPT_35",
"active": false
},
{
"name": "DWSS",
"code": "DWSS",
"active": true
}
]
Expand Down