Skip to content
Merged
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
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ repos:
- id: codespell
additional_dependencies:
- tomli
args: ['-L delink']

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
Expand Down
61 changes: 61 additions & 0 deletions check_run/check_run/custom/payment_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,67 @@
"translatable": 0,
"unique": 0,
"width": null
},
{
"_assign": null,
"_comments": null,
"_liked_by": null,
"_user_tags": null,
"allow_in_quick_entry": 0,
"allow_on_submit": 1,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"creation": "2026-01-02 16:41:31.902368",
"default": null,
"depends_on": "eval:doc.status === \"Voided\"",
"description": null,
"docstatus": 0,
"dt": "Payment Entry",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "voided_date",
"fieldtype": "Date",
"hidden": 0,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"idx": 80,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "status",
"label": "Voided Date",
"length": 0,
"mandatory_depends_on": null,
"modified": "2026-01-02 16:45:06.171693",
"modified_by": "Administrator",
"module": "Check Run",
"name": "Payment Entry-voided_date",
"no_copy": 0,
"non_negative": 0,
"options": null,
"owner": "Administrator",
"parent": null,
"parentfield": null,
"parenttype": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 1,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"translatable": 0,
"unique": 0,
"width": null
}
],
"custom_perms": [],
Expand Down
Loading
Loading