From 9f0ea97d8540e640e47d13054748a367d5f74d31 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 27 Aug 2014 22:09:03 +0530 Subject: [PATCH] [fix] get future vouchers query [print-template] Credit Note Issue #31 2 --- .../print_format/credit_note/credit_note.json | 46 +++---------------- 1 file changed, 7 insertions(+), 39 deletions(-) diff --git a/erpnext/accounts/print_format/credit_note/credit_note.json b/erpnext/accounts/print_format/credit_note/credit_note.json index bbb04635f2..4b32cc8f5c 100644 --- a/erpnext/accounts/print_format/credit_note/credit_note.json +++ b/erpnext/accounts/print_format/credit_note/credit_note.json @@ -1,51 +1,19 @@ { - "creation": "2014-08-27 14:39:00.593377", + "creation": "2014-08-28 11:11:39.796473", "disabled": 0, "doc_type": "Journal Voucher", "docstatus": 0, "doctype": "Print Format", - "html": "

{{ doc.select_print_heading or _("Credit Note") }}

-
-
-
-
{{ doc.name }}
-
-
-
-
{{ frappe.utils.formatdate(doc.voucher_date) }}
-
-
-
-
{{ _("Credit Note ") }}
-
-
-
-
{{ doc.pay_to_recd_from }}
-
-
- -
-
-
-
-
-
-
-
{{ doc.remark }}
-
-
-
-

-{{ _("For") }} {{ doc.company }},
-
-
-
-{{ _("Authorized Signatory") }}

", - "modified": "2014-08-27 14:49:40.088410", + "html": "

{{ doc.select_print_heading or _(\"Credit Note\") }}

\n
\n
\n
\n
{{ doc.name }}
\n
\n
\n
\n
{{ frappe.utils.formatdate(doc.voucher_date) }}
\n
\n
\n
\n
{{ _(\"Credit Note \") }}
\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

\n{{ _(\"For\") }} {{ doc.company }},
\n
\n
\n
\n{{ _(\"Authorized Signatory\") }}

\n", + "idx": 2, + "modified": "2014-08-28 11:15:38.677618", "modified_by": "Administrator", "module": "Accounts", "name": "Credit Note", "owner": "Administrator", + "parent": "Journal Voucher", + "parentfield": "__print_formats", + "parenttype": "DocType", "print_format_type": "Server", "standard": "Yes" } \ No newline at end of file