attempt to fix member profile child tables

This commit is contained in:
2025-11-15 18:30:57 +00:00
parent 7e178e9891
commit 689cedfdfa
7 changed files with 135 additions and 137 deletions

View File

@@ -8,17 +8,10 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"document_type", "document_type",
"file", "file_corp",
"current" "current"
], ],
"fields": [ "fields": [
{
"fieldname": "file",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File Name",
"reqd": 1
},
{ {
"description": "See instructions. Not all applicants require all documents. ", "description": "See instructions. Not all applicants require all documents. ",
"fieldname": "document_type", "fieldname": "document_type",
@@ -36,13 +29,20 @@
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1, "in_standard_filter": 1,
"label": "Current" "label": "Current"
},
{
"fieldname": "file_corp",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File Name",
"reqd": 1
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-15 09:12:57.437352", "modified": "2025-11-15 13:29:43.848375",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Corporate Document", "name": "Corporate Document",

View File

@@ -9,7 +9,7 @@
"field_order": [ "field_order": [
"section_break_srta", "section_break_srta",
"issuer", "issuer",
"file", "file_manager",
"column_break_ysbr", "column_break_ysbr",
"issue_date", "issue_date",
"expire_date", "expire_date",
@@ -45,13 +45,6 @@
"options": "360 Training\nAAA Food Manager\nAboveTraining/StateFoodSafety\nEnvironmental Health Testing\nMy Food Service License\nNational Restaurant Association\nServSafe Manager\nThe Always Food Safe Company\nTrust20\nWFSO Academy", "options": "360 Training\nAAA Food Manager\nAboveTraining/StateFoodSafety\nEnvironmental Health Testing\nMy Food Service License\nNational Restaurant Association\nServSafe Manager\nThe Always Food Safe Company\nTrust20\nWFSO Academy",
"reqd": 1 "reqd": 1
}, },
{
"fieldname": "file",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "Certificate",
"reqd": 1
},
{ {
"default": "1", "default": "1",
"fieldname": "current", "fieldname": "current",
@@ -59,13 +52,20 @@
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1, "in_standard_filter": 1,
"label": "Current" "label": "Current"
},
{
"fieldname": "file_manager",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "Certificate",
"reqd": 1
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-15 09:11:40.644521", "modified": "2025-11-15 13:29:26.039870",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Food Protection Manager Record", "name": "Food Protection Manager Record",

View File

@@ -8,7 +8,7 @@
"field_order": [ "field_order": [
"jurisdiction", "jurisdiction",
"document_type", "document_type",
"file", "file_inspection",
"column_break_urym", "column_break_urym",
"issue_date", "issue_date",
"expire_date", "expire_date",
@@ -51,14 +51,6 @@
"options": "Mobile Application\nMobile Certificate\nMobile Inspection Report\nFacility Application\nFacility Certificate\nFacility Inspection Report", "options": "Mobile Application\nMobile Certificate\nMobile Inspection Report\nFacility Application\nFacility Certificate\nFacility Inspection Report",
"reqd": 1 "reqd": 1
}, },
{
"fieldname": "file",
"fieldtype": "Attach",
"in_list_view": 1,
"in_preview": 1,
"label": "File",
"reqd": 1
},
{ {
"default": "1", "default": "1",
"fieldname": "current", "fieldname": "current",
@@ -66,13 +58,21 @@
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1, "in_standard_filter": 1,
"label": "Current" "label": "Current"
},
{
"fieldname": "file_inspection",
"fieldtype": "Attach",
"in_list_view": 1,
"in_preview": 1,
"label": "File",
"reqd": 1
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-15 09:14:33.630045", "modified": "2025-11-15 13:29:05.232772",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Inspection Record", "name": "Inspection Record",

View File

@@ -7,7 +7,7 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"insurer", "insurer",
"declaration", "file_insurance",
"column_break_wgkt", "column_break_wgkt",
"issue_date", "issue_date",
"expire_date", "expire_date",
@@ -21,13 +21,6 @@
"label": "Insurer", "label": "Insurer",
"reqd": 1 "reqd": 1
}, },
{
"fieldname": "declaration",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File",
"reqd": 1
},
{ {
"fieldname": "column_break_wgkt", "fieldname": "column_break_wgkt",
"fieldtype": "Column Break" "fieldtype": "Column Break"
@@ -51,13 +44,20 @@
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1, "in_standard_filter": 1,
"label": "Current" "label": "Current"
},
{
"fieldname": "file_insurance",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File",
"reqd": 1
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-15 09:20:50.081305", "modified": "2025-11-15 13:28:31.895939",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Insurance Record", "name": "Insurance Record",

View File

@@ -8,19 +8,12 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"document_type", "document_type",
"file", "file_agreement",
"column_break_bkzm", "column_break_bkzm",
"date_effective", "date_effective",
"date_end" "date_end"
], ],
"fields": [ "fields": [
{
"fieldname": "file",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File",
"reqd": 1
},
{ {
"fieldname": "column_break_bkzm", "fieldname": "column_break_bkzm",
"fieldtype": "Column Break" "fieldtype": "Column Break"
@@ -46,13 +39,20 @@
"label": "Contract Type", "label": "Contract Type",
"options": "Facilities Use Agreement\nStorage Addendum\nMobile Base Station Addendum\nEquipment Rental\nEvent Room Rental", "options": "Facilities Use Agreement\nStorage Addendum\nMobile Base Station Addendum\nEquipment Rental\nEvent Room Rental",
"reqd": 1 "reqd": 1
},
{
"fieldname": "file_agreement",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File",
"reqd": 1
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-15 09:22:42.907098", "modified": "2025-11-15 13:28:11.564610",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Member Agreement", "name": "Member Agreement",

View File

@@ -17,19 +17,19 @@
"member_data_section", "member_data_section",
"column_break_vdps", "column_break_vdps",
"member_name", "member_name",
"status", "membership_status",
"column_break_jznx", "column_break_jznx",
"member_id", "member_id",
"member_ein", "member_ein",
"api_id", "member_api_id",
"membership_details_section", "membership_details_section",
"membership_type", "membership_type",
"column_break_iofm", "column_break_iofm",
"risk_class", "risk_class",
"onboarding_section", "onboarding_section",
"onboard_date", "onboard_date",
"join_date", "member_join_date",
"approve_date", "doh_approve_date",
"column_break_ivvj", "column_break_ivvj",
"button_tasks", "button_tasks",
"access_card_count", "access_card_count",
@@ -37,23 +37,23 @@
"dashboard_tab", "dashboard_tab",
"documents", "documents",
"agreements_section", "agreements_section",
"table_cabr", "table_agreement",
"corporate_documents_section", "corporate_documents_section",
"table_rkkt", "table_corpdoc",
"food_manager_records_section", "food_manager_records_section",
"table_wsni", "table_manager",
"insurance_records_section", "insurance_records_section",
"table_wmpy", "table_insurance",
"inspection_records_section", "inspection_records_section",
"table_yzvn", "table_inspection",
"menus_section", "menus_section",
"menu", "table_menu",
"associates_tab", "associates_tab",
"associates_section", "associates_section",
"table_cdln", "table_associate",
"tab_5_tab", "tab_5_tab",
"unifi_profile", "table_unifi",
"booked_member" "table_booked_member"
], ],
"fields": [ "fields": [
{ {
@@ -101,19 +101,11 @@
"set_only_once": 1, "set_only_once": 1,
"unique": 1 "unique": 1
}, },
{
"description": "Date Joined Incubator",
"fieldname": "join_date",
"fieldtype": "Date",
"label": "Joined",
"permlevel": 2
},
{ {
"description": "Date Membership Requirements Completed", "description": "Date Membership Requirements Completed",
"fieldname": "onboard_date", "fieldname": "onboard_date",
"fieldtype": "Date", "fieldtype": "Date",
"label": "Onboarded", "label": "Onboarded"
"permlevel": 3
}, },
{ {
"fieldname": "membership_details_section", "fieldname": "membership_details_section",
@@ -147,51 +139,26 @@
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Agreements" "label": "Agreements"
}, },
{
"fieldname": "table_cabr",
"fieldtype": "Table",
"options": "Member Agreement"
},
{ {
"fieldname": "corporate_documents_section", "fieldname": "corporate_documents_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Corporate Documents" "label": "Corporate Documents"
}, },
{
"fieldname": "table_rkkt",
"fieldtype": "Table",
"options": "Corporate Document"
},
{ {
"fieldname": "food_manager_records_section", "fieldname": "food_manager_records_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Food Manager Records" "label": "Food Manager Records"
}, },
{
"fieldname": "table_wsni",
"fieldtype": "Table",
"options": "Food Protection Manager Record"
},
{ {
"fieldname": "insurance_records_section", "fieldname": "insurance_records_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Insurance Records" "label": "Insurance Records"
}, },
{
"fieldname": "table_wmpy",
"fieldtype": "Table",
"options": "Insurance Record"
},
{ {
"fieldname": "inspection_records_section", "fieldname": "inspection_records_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Inspection Records" "label": "Inspection Records"
}, },
{
"fieldname": "table_yzvn",
"fieldtype": "Table",
"options": "Inspection Record"
},
{ {
"fieldname": "menus_section", "fieldname": "menus_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
@@ -207,32 +174,6 @@
"fieldtype": "Section Break", "fieldtype": "Section Break",
"label": "Associates" "label": "Associates"
}, },
{
"fieldname": "table_cdln",
"fieldtype": "Table",
"options": "Associate List"
},
{
"description": "For API Integrations",
"fieldname": "api_id",
"fieldtype": "Password",
"label": "API ID",
"length": 32,
"non_negative": 1
},
{
"fieldname": "status",
"fieldtype": "Select",
"in_filter": 1,
"label": "Status",
"options": "Onboarding\nActive\nOffboarding\nClosed"
},
{
"description": "Date of initial DOH Approval",
"fieldname": "approve_date",
"fieldtype": "Date",
"label": "Approved"
},
{ {
"fieldname": "onboarding_section", "fieldname": "onboarding_section",
"fieldtype": "Section Break", "fieldtype": "Section Break",
@@ -265,22 +206,79 @@
"label": "Provisioning" "label": "Provisioning"
}, },
{ {
"fieldname": "unifi_profile", "fieldname": "membership_status",
"fieldtype": "Select",
"in_filter": 1,
"label": "Membership Status",
"options": "Onboarding\nActive\nOffboarding\nClosed"
},
{
"description": "For API Integrations",
"fieldname": "member_api_id",
"fieldtype": "Password",
"label": "API ID",
"length": 32,
"non_negative": 1
},
{
"description": "Date Joined Incubator",
"fieldname": "member_join_date",
"fieldtype": "Date",
"label": "Joined"
},
{
"description": "Date of initial DOH Approval",
"fieldname": "doh_approve_date",
"fieldtype": "Date",
"label": "Approved"
},
{
"fieldname": "table_agreement",
"fieldtype": "Table",
"options": "Member Agreement"
},
{
"fieldname": "table_corpdoc",
"fieldtype": "Table",
"options": "Corporate Document"
},
{
"fieldname": "table_manager",
"fieldtype": "Table",
"options": "Food Protection Manager Record"
},
{
"fieldname": "table_insurance",
"fieldtype": "Table",
"options": "Insurance Record"
},
{
"fieldname": "table_inspection",
"fieldtype": "Table",
"options": "Inspection Record"
},
{
"fieldname": "table_menu",
"fieldtype": "Table",
"label": "Menus",
"options": "Menu"
},
{
"fieldname": "table_associate",
"fieldtype": "Table",
"options": "Associate List"
},
{
"fieldname": "table_unifi",
"fieldtype": "Table", "fieldtype": "Table",
"label": "Facility Access", "label": "Facility Access",
"options": "UniFi Access Profile" "options": "UniFi Access Profile"
}, },
{ {
"fieldname": "booked_member", "fieldname": "table_booked_member",
"fieldtype": "Table", "fieldtype": "Table",
"label": "Schedule Access", "label": "Schedule Access",
"options": "Booked Member" "options": "Booked Member"
},
{
"fieldname": "menu",
"fieldtype": "Table",
"label": "Menus",
"options": "Menu"
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
@@ -301,7 +299,7 @@
"link_fieldname": "member_id" "link_fieldname": "member_id"
} }
], ],
"modified": "2025-11-14 16:36:17.759476", "modified": "2025-11-15 13:26:03.243484",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Member Profile", "name": "Member Profile",

View File

@@ -8,7 +8,7 @@
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"title", "title",
"file", "file_menu",
"current" "current"
], ],
"fields": [ "fields": [
@@ -20,26 +20,26 @@
"reqd": 1, "reqd": 1,
"unique": 1 "unique": 1
}, },
{
"fieldname": "file",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File",
"reqd": 1
},
{ {
"default": "1", "default": "1",
"fieldname": "current", "fieldname": "current",
"fieldtype": "Check", "fieldtype": "Check",
"in_list_view": 1, "in_list_view": 1,
"label": "Current" "label": "Current"
},
{
"fieldname": "file_menu",
"fieldtype": "Attach",
"in_list_view": 1,
"label": "File",
"reqd": 1
} }
], ],
"grid_page_length": 50, "grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
"modified": "2025-11-15 09:15:36.468521", "modified": "2025-11-15 13:27:43.592410",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Member Management", "module": "Member Management",
"name": "Menu", "name": "Menu",