diff --git a/erpnext/accounts/print_format/cheque_printing_format/cheque_printing_format.json b/erpnext/accounts/print_format/cheque_printing_format/cheque_printing_format.json
index 4bafe8530a9..617b7d6a76a 100755
--- a/erpnext/accounts/print_format/cheque_printing_format/cheque_printing_format.json
+++ b/erpnext/accounts/print_format/cheque_printing_format/cheque_printing_format.json
@@ -3,12 +3,13 @@
"doc_type": "Journal Voucher",
"docstatus": 0,
"doctype": "Print Format",
- "html": "
\n\n\t{% if letter_head and not no_letterhead %}{{ letter_head }}{%- endif -%}\n\t
{{ _(\"Payment Advice\") }}
\n\t
\n\t
\n\t
{{ doc.pay_to_recd_from }}
\n\t
\n\t
\n\t
\n\t
{{ doc.name }}
\n\t
\n\t
\n\t
\n\t
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n\t
\n\t
\n\t
\n\t
{{ doc.cheque_no }}
\n\t
\n\t
\n\t
\n\t
{{ frappe.utils.formatdate(doc.cheque_date) }}
\n\t
\n\t
\n\t
\n\t
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n\t
\n\t
\n\t
{{ _(\"This amount is in full / part settlement of the listed bills\") }}:
\n\t
\n\t
\n\t
\n\t
{{ \n\t \tfrappe.format_value(doc.total_amount, doc.meta.get_field(\"total_amount\"), doc) }}
\n\t
\n\t
\n\t
\n\t
{{ doc.remark }}
\n\t
\n\n\t
\n\t\tPrepared By
\n\t
\n\t\tAuthorised Signatory
\n\t
\n\t\tReceived Payment as Above
\n\t
\n\t\t_____________
\n\t
\n\t\tA/C Payee
\n\t
\n\t\t_____________
\n\t
\n\t\t{{ frappe.utils.formatdate(doc.cheque_date) }}
\n\t
\n\t\t{{ doc.pay_to_recd_from }}
\n\t
\n\t\t{{ doc.total_amount_in_words }}
\n\t
\n\t\t{{ doc.total_amount }}
\n
",
+ "html": "\n\n\t{% if letter_head and not no_letterhead %}{{ letter_head }}{%- endif -%}\n\t
{{ _(\"Payment Advice\") }}
\n\t
\n\t
\n\t
{{ doc.pay_to_recd_from }}
\n\t
\n\t
\n\t
\n\t
{{ doc.name }}
\n\t
\n\t
\n\t
\n\t
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n\t
\n\t
\n\t
\n\t
{{ doc.cheque_no }}
\n\t
\n\t
\n\t
\n\t
{{ frappe.utils.formatdate(doc.cheque_date) }}
\n\t
\n\t
\n\t
{{ _(\"This amount is in full / part settlement of the listed bills\") }}:
\n\t
\n\t
\n
\n
\n
\n
\n\t
\n\t
\n\t
{{ doc.remark }}
\n\t
\n\t
\n\t
\n\t\tPrepared By
\n\t
\n\t\tAuthorised Signatory
\n\t
\n\t\tReceived Payment as Above
\n\t
\n\t\t_____________
\n\t
\n\t\tA/C Payee
\n\t
\n\t\t_____________
\n\t
\n\t\t{{ frappe.utils.formatdate(doc.cheque_date) }}
\n\t
\n\t\t{{ doc.pay_to_recd_from }}
\n\t
\n\t\t{{ doc.total_amount_in_words }}
\n\t
\n\t\t{{ doc.total_amount }}
\n
",
"idx": 1,
- "modified": "2014-07-21 08:53:57.749885",
+ "modified": "2014-08-28 14:41:51.888412",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Cheque Printing Format",
"owner": "Administrator",
+ "print_format_type": "Server",
"standard": "Yes"
}
\ No newline at end of file
diff --git a/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.json b/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.json
index 9a9398df8d7..f44da544a82 100755
--- a/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.json
+++ b/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.json
@@ -3,9 +3,9 @@
"doc_type": "Journal Voucher",
"docstatus": 0,
"doctype": "Print Format",
- "html": "{{ doc.select_print_heading or _(\"Payment Receipt Note\") }}
\n
\n\n
\n
{{ doc.name }}
\n
\n\n
\n
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n
\n\n
\n
{{ doc.remark }}
\n
\n\n
\n
{{ doc.pay_to_recd_from }}
\n
\n\n
\n
{{ doc.total_amount }}
{{ doc.total_amount_in_words }}
\n
\n
\n\n{{ _(\"For\") }} {{ doc.company }},
\n
\n
\n
\n{{ _(\"Authorized Signatory\") }}
",
+ "html": "{{ doc.select_print_heading or _(\"Payment Receipt Note\") }}
\n
\n\n
\n
{{ doc.name }}
\n
\n\n
\n
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n
\n\n
\n
{{ doc.pay_to_recd_from }}
\n
\n
\n\n
\n
\n
\n
\n\n
\n
{{ doc.remark }}
\n
\n
\n\n{{ _(\"For\") }} {{ doc.company }},
\n
\n
\n
\n{{ _(\"Authorized Signatory\") }}
",
"idx": 1,
- "modified": "2014-07-21 08:53:17.393966",
+ "modified": "2014-08-28 14:42:51.882718",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Payment Receipt Voucher",