-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #241 from skibanga/report_1
feat: user role listing report
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
csf_tz/csf_tz/report/user_role_listing/user_role_listing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"add_total_row": 0, | ||
"columns": [], | ||
"creation": "2023-11-22 15:37:20.167292", | ||
"disable_prepared_report": 0, | ||
"disabled": 0, | ||
"docstatus": 0, | ||
"doctype": "Report", | ||
"filters": [], | ||
"idx": 0, | ||
"is_standard": "Yes", | ||
"letter_head": "", | ||
"modified": "2023-11-22 15:40:28.347970", | ||
"modified_by": "Administrator", | ||
"module": "CSF TZ", | ||
"name": "User Role Listing", | ||
"owner": "skibanga@aakvatech.com", | ||
"prepared_report": 0, | ||
"query": "SELECT u.name, u.gender, u.username, u.full_name, hr.role, u.enabled from `tabUser` u\n\nINNER JOIN `tabHas Role` hr ON u.name = hr.parent", | ||
"ref_doctype": "User", | ||
"report_name": "User Role Listing", | ||
"report_type": "Query Report", | ||
"roles": [ | ||
{ | ||
"role": "System Manager" | ||
}, | ||
{ | ||
"role": "Employee Self Service" | ||
} | ||
] | ||
} |