From de0aa9903c9bddea006d74ff7ad7fc634c6f33a5 Mon Sep 17 00:00:00 2001 From: meichthys Date: Sun, 7 Sep 2025 04:19:34 +0000 Subject: [PATCH] make number cards standard --- .../church_families/church_families.json | 25 +++++++++++++++++++ .../church_members/church_members.json | 25 +++++++++++++++++++ .../church_persons/church_persons.json | 25 +++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 church/church/number_card/church_families/church_families.json create mode 100644 church/church/number_card/church_members/church_members.json create mode 100644 church/church/number_card/church_persons/church_persons.json diff --git a/church/church/number_card/church_families/church_families.json b/church/church/number_card/church_families/church_families.json new file mode 100644 index 0000000..9f858b7 --- /dev/null +++ b/church/church/number_card/church_families/church_families.json @@ -0,0 +1,25 @@ +{ + "aggregate_function_based_on": "", + "creation": "2025-09-07 00:18:25.263143", + "currency": "USD", + "docstatus": 0, + "doctype": "Number Card", + "document_type": "Church Family", + "dynamic_filters_json": "[]", + "filters_json": "[]", + "function": "Count", + "idx": 0, + "is_public": 0, + "is_standard": 1, + "label": "Church Families", + "modified": "2025-09-07 00:18:25.263143", + "modified_by": "Administrator", + "module": "Church", + "name": "Church Families", + "owner": "Administrator", + "parent_document_type": "", + "report_function": "Sum", + "show_percentage_stats": 1, + "stats_time_interval": "Yearly", + "type": "Document Type" +} \ No newline at end of file diff --git a/church/church/number_card/church_members/church_members.json b/church/church/number_card/church_members/church_members.json new file mode 100644 index 0000000..ed77420 --- /dev/null +++ b/church/church/number_card/church_members/church_members.json @@ -0,0 +1,25 @@ +{ + "aggregate_function_based_on": "", + "creation": "2025-09-07 00:17:47.665183", + "currency": "USD", + "docstatus": 0, + "doctype": "Number Card", + "document_type": "Church Person", + "dynamic_filters_json": "[]", + "filters_json": "[[\"Church Person\",\"is_member\",\"=\",1,false]]", + "function": "Count", + "idx": 0, + "is_public": 0, + "is_standard": 1, + "label": "Church Members", + "modified": "2025-09-07 00:17:47.665183", + "modified_by": "Administrator", + "module": "Church", + "name": "Church Members", + "owner": "Administrator", + "parent_document_type": "", + "report_function": "Sum", + "show_percentage_stats": 1, + "stats_time_interval": "Yearly", + "type": "Document Type" +} \ No newline at end of file diff --git a/church/church/number_card/church_persons/church_persons.json b/church/church/number_card/church_persons/church_persons.json new file mode 100644 index 0000000..239ba53 --- /dev/null +++ b/church/church/number_card/church_persons/church_persons.json @@ -0,0 +1,25 @@ +{ + "aggregate_function_based_on": "", + "creation": "2025-09-07 00:16:55.853612", + "currency": "USD", + "docstatus": 0, + "doctype": "Number Card", + "document_type": "Church Person", + "dynamic_filters_json": "[]", + "filters_json": "[]", + "function": "Count", + "idx": 0, + "is_public": 0, + "is_standard": 1, + "label": "Church Persons", + "modified": "2025-09-07 00:16:55.853612", + "modified_by": "Administrator", + "module": "Church", + "name": "Church Persons", + "owner": "Administrator", + "parent_document_type": "", + "report_function": "Sum", + "show_percentage_stats": 1, + "stats_time_interval": "Yearly", + "type": "Document Type" +} \ No newline at end of file