Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
188 changes: 187 additions & 1 deletion check_run/check_run/custom/employee.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,194 @@
"reqd": 0,
"search_index": 0,
"translatable": 0,
"unique": 0
},
{
"name": "Employee-account_details_validated",
"owner": "Administrator",
"creation": "2025-05-12 14:26:20.659548",
"modified": "2025-05-12 14:27:34.572960",
"modified_by": "Administrator",
"docstatus": 0,
"idx": 64,
"is_system_generated": 0,
"dt": "Employee",
"module": "Check Run",
"label": "Account Details Validated",
"fieldname": "account_details_validated",
"insert_after": "bank_account",
"length": 0,
"fieldtype": "Date",
"precision": "",
"hide_seconds": 0,
"hide_days": 0,
"sort_options": 0,
"fetch_if_empty": 0,
"collapsible": 0,
"non_negative": 0,
"reqd": 0,
"unique": 0,
"width": null
"is_virtual": 0,
"read_only": 1,
"ignore_user_permissions": 0,
"hidden": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"no_copy": 0,
"allow_on_submit": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"in_global_search": 0,
"in_preview": 0,
"bold": 0,
"report_hide": 0,
"search_index": 0,
"allow_in_quick_entry": 0,
"ignore_xss_filter": 0,
"translatable": 0,
"hide_border": 0,
"permlevel": 0,
"columns": 0
},
{
"name": "Employee-ach_last_used",
"owner": "Administrator",
"creation": "2025-05-12 14:26:20.798988",
"modified": "2025-05-12 14:27:29.667182",
"modified_by": "Administrator",
"docstatus": 0,
"is_system_generated": 0,
"dt": "Employee",
"module": "Check Run",
"label": "ACH Last Used",
"fieldname": "ach_last_used",
"insert_after": "account_details_validated",
"length": 0,
"fieldtype": "Date",
"precision": "",
"hide_seconds": 0,
"hide_days": 0,
"sort_options": 0,
"fetch_if_empty": 0,
"collapsible": 0,
"non_negative": 0,
"reqd": 0,
"unique": 0,
"is_virtual": 0,
"read_only": 1,
"ignore_user_permissions": 0,
"hidden": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"no_copy": 0,
"allow_on_submit": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"in_global_search": 0,
"in_preview": 0,
"bold": 0,
"report_hide": 0,
"search_index": 0,
"allow_in_quick_entry": 0,
"ignore_xss_filter": 0,
"translatable": 0,
"hide_border": 0,
"permlevel": 0,
"columns": 0
},
{
"name": "Employee-ach_account_type",
"owner": "Administrator",
"creation": "2025-05-12 14:26:20.798988",
"modified": "2025-05-12 14:27:29.667182",
"modified_by": "Administrator",
"docstatus": 0,
"is_system_generated": 0,
"dt": "Employee",
"module": "Check Run",
"label": "ACH Account Type",
"fieldname": "ach_account_type",
"insert_after": "ach_last_used",
"length": 0,
"fieldtype": "Select",
"options": "\nChecking\nSavings",
"precision": "",
"hide_seconds": 0,
"hide_days": 0,
"sort_options": 0,
"fetch_if_empty": 0,
"collapsible": 0,
"non_negative": 0,
"reqd": 0,
"unique": 0,
"is_virtual": 0,
"read_only": 0,
"ignore_user_permissions": 0,
"hidden": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"no_copy": 0,
"allow_on_submit": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"in_global_search": 0,
"in_preview": 0,
"bold": 0,
"report_hide": 0,
"search_index": 0,
"allow_in_quick_entry": 0,
"ignore_xss_filter": 0,
"translatable": 0,
"hide_border": 0,
"permlevel": 0,
"columns": 0
},
{
"name": "Employee-ach_prenote_date",
"owner": "Administrator",
"creation": "2025-05-12 14:26:20.798988",
"modified": "2025-05-12 14:27:29.667182",
"modified_by": "Administrator",
"docstatus": 0,
"description": "This field is set by generating a NACHA file in the ACH Prenote report",
"is_system_generated": 0,
"dt": "Employee",
"module": "Check Run",
"label": "ACH Prenote Date",
"fieldname": "ach_prenote_date",
"insert_after": "ach_last_used",
"length": 0,
"fieldtype": "Date",
"precision": "",
"hide_seconds": 0,
"hide_days": 0,
"sort_options": 0,
"fetch_if_empty": 0,
"collapsible": 0,
"non_negative": 0,
"reqd": 0,
"unique": 0,
"is_virtual": 0,
"read_only": 1,
"ignore_user_permissions": 0,
"hidden": 0,
"print_hide": 0,
"print_hide_if_no_value": 0,
"no_copy": 0,
"allow_on_submit": 0,
"in_list_view": 0,
"in_standard_filter": 0,
"in_global_search": 0,
"in_preview": 0,
"bold": 0,
"report_hide": 0,
"search_index": 0,
"allow_in_quick_entry": 0,
"ignore_xss_filter": 0,
"translatable": 0,
"hide_border": 0,
"permlevel": 0,
"columns": 0
}
],
"custom_perms": [],
Expand Down
Loading
Loading