diff --git a/church/church_people/report/church_letters/__init__.py b/church/church_people/report/church_letters/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/church/church_people/report/church_letters/church_letters.json b/church/church_people/report/church_letters/church_letters.json deleted file mode 100644 index c5edf1c..0000000 --- a/church/church_people/report/church_letters/church_letters.json +++ /dev/null @@ -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 -} \ No newline at end of file