seitime-frappe/frappe/model
Shllokkk 44b5228598
feat: introduce standard and letter_head_for fields in letter head doctype (#38417)
* feat: introduce standard and letter_head_for fields in letter head doctype

* feat: introduce a module link field to letterhead doctype to support json creation

* feat: make Letter Head importable via sync

* test(Letter Head): fix the test_auto_image test case for letter head doctype

* fix: make module field depend on standard field value

* feat: introduce letter heads for standard reports

* fix: letter heads for non-standard reports

* fix: letter_head validation in report and letter head doctype edit access based on users

* fix: correct validation for standard letter head creation
2026-04-17 12:34:33 +05:30
..
utils fix: validate path in render_include 2026-04-06 10:03:01 +05:30
__init__.py fix: use correct core doctypes set in _get_filterable_fields (#37932) 2026-03-11 17:19:48 +05:30
base_document.py Merge pull request #36615 from GursheenK/virtual-df-value-in-document-getter 2026-04-14 19:51:34 +05:30
create_new.py fix: remove default value from time field (#33515) 2025-08-04 12:59:25 +05:30
db_query.py fix(filter): remove redundant TypeError from except clause 2026-03-21 14:46:16 +05:30
delete_doc.py fix: delete passwords after before_trash 2026-02-25 16:21:37 +05:30
docfield.py chore!: dead code (#19551) 2023-01-10 18:53:08 +05:30
docstatus.py chore: fix typo in new DocStatus constant 2025-03-05 08:29:47 +05:30
document.py refactor: Simpler iterator implementation using itertools 2026-04-09 10:02:57 +05:30
dynamic_links.py fix(dynamic_links): skip virtual docfields in dynamic link map 2025-09-25 16:55:18 +05:30
mapper.py fix: add type hints to whitelisted methods 3 (#37149) 2026-02-20 06:50:19 +00:00
meta.py fix: get_list calls fail sometimes due to permlevel TypeError (#38214) 2026-03-24 18:15:30 +05:30
naming.py feat: Enhance autoname functionality (#36827) 2026-02-07 06:22:28 +00:00
qb_query.py fix(with_comment_count): handle string values 2025-12-18 18:11:02 +05:30
rename_doc.py fix: rename autoincrement sequence on doctype rename (#37578) 2026-02-27 17:08:30 +05:30
sync.py feat: introduce standard and letter_head_for fields in letter head doctype (#38417) 2026-04-17 12:34:33 +05:30
trace.py feat: global frappe.in_test flag (#32960) 2025-06-17 19:19:31 +05:30
virtual_doctype.py refactor: migrate virtual doctypes to new API 2024-03-11 18:25:05 +05:30
workflow.py feat: enqueue cancellation in submission queue 2026-03-25 15:27:20 +05:30