diff --git a/church/church_people/doctype/church_person/church_person.json b/church/church_people/doctype/church_person/church_person.json index 2179442..963b372 100644 --- a/church/church_people/doctype/church_person/church_person.json +++ b/church/church_people/doctype/church_person/church_person.json @@ -2,7 +2,7 @@ "actions": [], "allow_import": 1, "allow_rename": 1, - "autoname": "format:{first_name} {last_name} - {#####}", + "autoname": "format:Person {#}", "creation": "2025-08-21 01:19:39.714186", "description": "A person that has interacted with the church in some way (i.e. attendee, member, visitor, etc).", "doctype": "DocType", @@ -66,6 +66,7 @@ { "fieldname": "full_name", "fieldtype": "Data", + "in_preview": 1, "label": "Full Name", "read_only": 1 }, @@ -126,11 +127,13 @@ { "fieldname": "primary_phone", "fieldtype": "Phone", + "in_preview": 1, "label": "Primary Phone" }, { "fieldname": "email", "fieldtype": "Data", + "in_preview": 1, "label": "Email" }, { @@ -138,6 +141,7 @@ "fieldname": "family", "fieldtype": "Link", "in_list_view": 1, + "in_preview": 1, "label": "Family", "options": "Church Family", "search_index": 1 @@ -181,6 +185,7 @@ "depends_on": "eval:doc.is_member", "fieldname": "membership_status", "fieldtype": "Link", + "in_preview": 1, "label": "Membership Status", "mandatory_depends_on": "eval:doc.is_member", "options": "Church Member Status", @@ -233,6 +238,7 @@ "depends_on": "eval:doc.is_married;", "fieldname": "spouse", "fieldtype": "Link", + "in_preview": 1, "label": "Spouse", "link_filters": "[[\"Church Person\",\"name\",\"!=\",\"{{doc.id}}\"]]", "options": "Church Person" @@ -244,6 +250,7 @@ { "fieldname": "notes_tab", "fieldtype": "Tab Break", + "in_preview": 1, "label": "Notes" }, { @@ -299,7 +306,7 @@ "link_fieldname": "person" } ], - "modified": "2025-10-08 22:56:56.276493", + "modified": "2025-11-07 00:11:42.775879", "modified_by": "Administrator", "module": "Church People", "name": "Church Person", @@ -321,6 +328,7 @@ ], "quick_entry": 1, "row_format": "Dynamic", + "show_preview_popup": 1, "show_title_field_in_link": 1, "sort_field": "modified", "sort_order": "DESC",