- Letterhead editing - Edit Header and Footer - Margin Text - PrintFormatGenerator class handles generation of HTML and PDF and repeating of Header/Footer - Simplify /printpreview - Separate renderer files for each fieldtype
10 lines
189 B
HTML
10 lines
189 B
HTML
---
|
|
no_cache: 1
|
|
---
|
|
|
|
<!-- </body> -->
|
|
{{
|
|
frappe
|
|
.get_doc('Print Format', frappe.form_dict.print_format)
|
|
.get_html(frappe.form_dict.name, frappe.form_dict.letterhead)
|
|
}}
|