blob: 4b56d7256eed689e10935ad747879e227003b1ec [file] [log] [blame]
nabinhait963f36b2011-07-01 15:47:42 +05301# Print Format, Payment Receipt Voucher
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05302[
nabinhait963f36b2011-07-01 15:47:42 +05303
4 # These values are common in all dictionaries
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05305 {
Anand Doshib641ed22012-04-13 12:27:56 +05306 'creation': '2012-04-11 13:16:56',
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +05307 'docstatus': 0,
Anand Doshib641ed22012-04-13 12:27:56 +05308 'modified': '2012-04-13 12:24:59',
9 'modified_by': u'Administrator',
10 'owner': u'Administrator'
nabinhait963f36b2011-07-01 15:47:42 +053011 },
12
13 # These values are common for all Print Format
14 {
Anand Doshib641ed22012-04-13 12:27:56 +053015 'doc_type': u'Journal Voucher',
nabinhait963f36b2011-07-01 15:47:42 +053016 'doctype': 'Print Format',
Anand Doshib641ed22012-04-13 12:27:56 +053017 'html': u'<div style="position: relative;">\n<h3 align="center"><script>doc.company</script>\n</div>\n\n<font size="4">\n<table class=\'simpletable\'>\n<tr>\n<td><b> Receipt No.: </b></td>\n<td><script>doc.name</script></td>\n</tr>\n<tr>\n<td><b> Date : </b></td>\n<td><script>date.str_to_user(doc.voucher_date)</script></td>\n</tr> \n<tr>\n<td><b> Remark: </b></td>\n<td><script> doc.remark </script></td>\n</tr>\n<tr>\n<td><b> Received From: </b></td>\n<td><b><script> doc.pay_to_rec_from </script></b></td>\n</tr>\n</table>\n<br>\n\n<div><b><script>doc.total_amount</script></b> </td></div><br>\n<div style="text-align:left"><b><script>doc.total_amount_in_words</script></b></div><br>\n<div>This receipt is issued subject to realization of the Cheque</div>\n</font>\n<br>\n<table class="noborder">\n<tr>\n<td style = "text-align = right;"><h3>For <script>doc.company</script>,</h3><br><div>(Authorised Signatory)</div></td>\n</tr>\n</table>',
18 'module': u'Accounts',
nabinhait963f36b2011-07-01 15:47:42 +053019 'name': '__common__',
Anand Doshib641ed22012-04-13 12:27:56 +053020 'standard': u'Yes'
nabinhait963f36b2011-07-01 15:47:42 +053021 },
22
23 # Print Format, Payment Receipt Voucher
24 {
25 'doctype': 'Print Format',
Anand Doshib641ed22012-04-13 12:27:56 +053026 'name': u'Payment Receipt Voucher'
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053027 }
28]