Skip to content

Commit

Permalink
Merge pull request #241 from skibanga/report_1
Browse files Browse the repository at this point in the history
feat: user role listing report
  • Loading branch information
aakvatech authored Dec 1, 2023
2 parents 09f4560 + dbac27e commit 2ec7136
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions csf_tz/csf_tz/report/user_role_listing/user_role_listing.json
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"
}
]
}

0 comments on commit 2ec7136

Please sign in to comment.