Skip to content

Commit

Permalink
feat: let Local Group access the same reports as Local Organization (…
Browse files Browse the repository at this point in the history
…LAN-863)

These reports use get_list, thus shouldn't leak any data.
  • Loading branch information
barredterra committed Jan 18, 2025
1 parent 6efb64a commit fc0849e
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"idx": 0,
"is_standard": "Yes",
"letter_head": "",
"modified": "2024-03-15 16:15:41.559231",
"modified": "2025-01-18 18:47:57.460428",
"modified_by": "Administrator",
"module": "LANDA Sales",
"name": "Summarized Billing History",
Expand All @@ -31,6 +31,9 @@
},
{
"role": "LANDA Local Organization Management"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"idx": 0,
"is_standard": "Yes",
"letter_head": "Extended Information in Footer",
"modified": "2024-01-30 22:45:14.939117",
"modified": "2025-01-18 18:48:12.139960",
"modified_by": "Administrator",
"module": "LANDA Stock",
"name": "Issuing statistics",
Expand All @@ -34,6 +34,9 @@
},
{
"role": "LANDA Local Organization Management"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"idx": 0,
"is_standard": "Yes",
"letter_head": "Extended Information in Footer",
"modified": "2022-05-04 22:33:25.989177",
"modified": "2025-01-18 18:48:36.175472",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Current Member Data",
Expand Down Expand Up @@ -38,6 +38,9 @@
},
{
"role": "LANDA Magazine Manager"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"idx": 0,
"is_standard": "Yes",
"letter_head": "Extended Information in Footer",
"modified": "2024-05-16 18:10:11.947856",
"modified": "2025-01-18 18:47:46.705854",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Magazine Address List",
Expand All @@ -35,6 +35,9 @@
},
{
"role": "LANDA Local Organization Management"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"filters": [],
"idx": 0,
"is_standard": "Yes",
"modified": "2024-05-16 18:14:09.601429",
"modified": "2025-01-18 18:46:02.097961",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Member Address List",
Expand All @@ -31,6 +31,9 @@
},
{
"role": "LANDA Magazine Manager"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"filters": [],
"idx": 0,
"is_standard": "Yes",
"modified": "2024-05-16 18:13:24.575099",
"modified": "2025-01-18 18:47:30.475928",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Member Birthday List",
Expand All @@ -84,6 +84,9 @@
},
{
"role": "LANDA Local Organization Management"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"idx": 0,
"is_standard": "Yes",
"letter_head": "Extended Information in Footer",
"modified": "2024-05-16 18:13:19.485562",
"modified": "2025-01-18 18:47:39.873442",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Member Contact List",
Expand All @@ -32,6 +32,9 @@
},
{
"role": "LANDA Magazine Manager"
},
{
"role": "LANDA Local Group Management"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
"idx": 0,
"is_standard": "Yes",
"letter_head": "Extended Information in Footer",
"modified": "2022-02-01 12:27:35.328669",
"modified": "2025-01-18 18:46:17.403484",
"modified_by": "Administrator",
"module": "Organization Management",
"name": "Members with Member Functions",
"owner": "Administrator",
"prepared_report": 0,
"query": "",
"ref_doctype": "Member Function",
"report_name": "Members with Member Functions",
"report_type": "Script Report",
Expand All @@ -54,6 +55,9 @@
},
{
"role": "LANDA Local Organization Management"
},
{
"role": "LANDA Local Group Management"
}
]
}

0 comments on commit fc0849e

Please sign in to comment.