remove duplicate report

This commit is contained in:
meichthys 2025-10-04 03:27:10 +00:00
parent a78423eb87
commit 4353fa7012
2 changed files with 0 additions and 81 deletions

View File

@ -1,81 +0,0 @@
{
"add_total_row": 0,
"add_translate_data": 0,
"columns": [
{
"fieldname": "parent",
"fieldtype": "Link",
"label": "From",
"options": "Church Person",
"width": 0
},
{
"fieldname": "date",
"fieldtype": "Date",
"label": "Date",
"width": 0
},
{
"fieldname": "read_to_church",
"fieldtype": "Check",
"label": "Read to Church?",
"width": 0
},
{
"fieldname": "is_private",
"fieldtype": "Check",
"label": "Is Private?",
"width": 0
},
{
"fieldname": "file",
"fieldtype": "Link",
"label": "File",
"options": "File",
"width": 0
},
{
"fieldname": "content",
"fieldtype": "Data",
"label": "Content",
"width": 0
}
],
"creation": "2025-09-23 22:52:51.796888",
"disabled": 0,
"docstatus": 0,
"doctype": "Report",
"filters": [
{
"default": "Church Person",
"fieldname": "person",
"fieldtype": "Link",
"label": "Church Person",
"mandatory": 1,
"options": "Church Person",
"wildcard_filter": 0
}
],
"idx": 0,
"is_standard": "Yes",
"letterhead": null,
"modified": "2025-09-23 23:56:51.124106",
"modified_by": "Administrator",
"module": "Church People",
"name": "Church Letters",
"owner": "Administrator",
"prepared_report": 0,
"query": "SELECT parent, date, read_to_church, is_private, file, content\nFROM `tabChurch Letter`\nWHERE parent = %(person)s\nORDER BY parent",
"ref_doctype": "Church Person",
"report_name": "Church Letters",
"report_type": "Query Report",
"roles": [
{
"role": "Church Manager"
},
{
"role": "Church User"
}
],
"timeout": 0
}