diff --git a/erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt b/erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt
index aa903116e0a..e3355ec8b82 100755
--- a/erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt
+++ b/erpnext/accounts/Print Format/Cheque Printing Format/Cheque Printing Format.txt
@@ -3,25 +3,26 @@
# These values are common in all dictionaries
{
- 'creation': '2011-03-28 15:17:25',
+ 'creation': '2012-04-11 13:16:56',
'docstatus': 0,
- 'modified': '2011-03-28 12:33:24',
- 'modified_by': 'umair@iwebnotes.com',
- 'owner': 'Administrator'
+ 'modified': '2012-04-13 12:24:20',
+ 'modified_by': u'Administrator',
+ 'owner': u'Administrator'
},
# These values are common for all Print Format
{
+ 'doc_type': u'Journal Voucher',
'doctype': 'Print Format',
- 'html': '\n
\n
\n
\nPAYMENT ADVICE
\n
\n\n\nTo : \n\n | \n\n\n\n\n| Voucher No : | \n\n\n | \n \n\n| Voucher Date : | \n\n\n | \n \n\n| Cheque No : | \n\n\n | \n \n\n| Cheque Date : | \n\n\n | \n \n\n \n | \n
\n\n
\n
We are pleased to enclose our cheque in full/part Settlement of your under noted bills \n
\n
\n\n\n| | \nTotal : | \n\n\n | \n
\n\nNarration :\n\n
| \n
\n\n
\n
Prepared By
\n
Authorised Signatory
\n
Received Payment as Above
\n
_____________
\n
A/c Payee
\n
_____________
\n
\n\n
\n
\n\n
\n
\n\n
\n
\n\n
\n
',
- 'module': 'Accounts',
+ 'html': u'\n\n
\n
\nPAYMENT ADVICE
\n
\n\n\nTo : \n\n | \n\n\n\n\n| Voucher No : | \n\n\n | \n \n\n| Voucher Date : | \n\n\n | \n \n\n| Cheque No : | \n\n\n | \n \n\n| Cheque Date : | \n\n\n | \n \n\n \n | \n
\n\n
\n
We are pleased to enclose our cheque in full/part Settlement of your under noted bills \n
\n
\n\n\n| | \nTotal : | \n\n\n | \n
\n\nNarration :\n\n
| \n
\n\n
\n
Prepared By
\n
Authorised Signatory
\n
Received Payment as Above
\n
_____________
\n
A/c Payee
\n
_____________
\n
\n\n
\n
\n\n
\n
\n\n
\n
\n\n
\n
',
+ 'module': u'Accounts',
'name': '__common__',
- 'standard': 'Yes'
+ 'standard': u'Yes'
},
# Print Format, Cheque Printing Format
{
'doctype': 'Print Format',
- 'name': 'Cheque Printing Format'
+ 'name': u'Cheque Printing Format'
}
]
\ No newline at end of file
diff --git a/erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt b/erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt
index 932df2e5d6c..4b56d7256ee 100755
--- a/erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt
+++ b/erpnext/accounts/Print Format/Payment Receipt Voucher/Payment Receipt Voucher.txt
@@ -3,25 +3,26 @@
# These values are common in all dictionaries
{
- 'creation': '2011-03-28 15:17:25',
+ 'creation': '2012-04-11 13:16:56',
'docstatus': 0,
- 'modified': '2011-03-28 12:31:40',
- 'modified_by': 'umair@iwebnotes.com',
- 'owner': 'Administrator'
+ 'modified': '2012-04-13 12:24:59',
+ 'modified_by': u'Administrator',
+ 'owner': u'Administrator'
},
# These values are common for all Print Format
{
+ 'doc_type': u'Journal Voucher',
'doctype': 'Print Format',
- 'html': '\n
\n
\n\n\n\n\n| Receipt No.: | \n | \n
\n\n| Date : | \n | \n
\n\n| Remark: | \n | \n
\n\n| Received From: | \n | \n
\n
\n
\n\n
\n
\nThis receipt is issued subject to realization of the Cheque
\n\n
\n\n\nFor ,
(Authorised Signatory) | \n
\n
',
- 'module': 'Accounts',
+ 'html': u'\n
\n
\n\n\n\n\n| Receipt No.: | \n | \n
\n\n| Date : | \n | \n
\n\n| Remark: | \n | \n
\n\n| Received From: | \n | \n
\n
\n
\n\n
\n
\nThis receipt is issued subject to realization of the Cheque
\n\n
\n\n\nFor ,
(Authorised Signatory) | \n
\n
',
+ 'module': u'Accounts',
'name': '__common__',
- 'standard': 'Yes'
+ 'standard': u'Yes'
},
# Print Format, Payment Receipt Voucher
{
'doctype': 'Print Format',
- 'name': 'Payment Receipt Voucher'
+ 'name': u'Payment Receipt Voucher'
}
]
\ No newline at end of file