report_recibowenet.xml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report id="informe_recibo_wenet"
  5. model="account.voucher"
  6. string="Recibo"
  7. report_type="qweb-pdf"
  8. name="recibo_wenet.recibo_wenet"
  9. file="recibo_wenet.recibo_wenet"
  10. />
  11. <record id="paperformat_lowmargin" model="report.paperformat">
  12. <field name="name">A4</field>
  13. <field name="default" eval="True" />
  14. <field name="format">custom</field>
  15. <field name="page_height">297</field>
  16. <field name="page_width">210</field>
  17. <field name="orientation">Portrait</field>
  18. <field name="margin_top">3</field>
  19. <field name="margin_bottom">3</field>
  20. <field name="margin_left">2</field>
  21. <field name="margin_right">2</field>
  22. <field name="header_line" eval="False" />
  23. <field name="header_spacing">3</field>
  24. <field name="dpi">90</field>
  25. </record>
  26. <record id="recibo_wenet.informe_recibo_wenet" model="ir.actions.report.xml">
  27. <field name="paperformat_id" ref="recibo_wenet.paperformat_lowmargin" />
  28. </record>
  29. <template id="recibo_wenet">
  30. <t t-call="report.html_container">
  31. <div class="page">
  32. <style type="text/css">
  33. body{
  34. font-size: 7.5mm;
  35. font-family: Arial;
  36. }
  37. div{
  38. padding: 0px;
  39. }
  40. .pagina{
  41. width:19.3cm;
  42. padding-left: 1.5cm;
  43. padding-right: 1.5cm;
  44. }
  45. .descripcion{
  46. width: 11.2cm;
  47. font-size: 13px;
  48. padding-top: 0.5cm;
  49. float: left;
  50. min-height: 0cm;
  51. }
  52. .descripcion1{
  53. width: 11.2cm;
  54. font-size: 18px;
  55. padding-top: 0.2cm;
  56. float: left;
  57. min-height: 0cm;
  58. }
  59. .descripcion2{
  60. width: 13cm;
  61. font-size: 12px;
  62. float: left;
  63. min-height: 0cm;
  64. }
  65. .descripcion3{
  66. width: 15cm;
  67. font-size: 12px;
  68. float: left;
  69. min-height: 0cm;
  70. }
  71. .descripcion4{
  72. width: 15cm;
  73. font-size: 12px;
  74. float: left;
  75. min-height: 0cm;
  76. }
  77. .email{
  78. width: 13cm;
  79. font-size: 12px;
  80. float: left;
  81. min-height: 0cm;
  82. }
  83. .ciudad{
  84. width: 13cm;
  85. float: left;
  86. font-size: 12px;
  87. min-height: 0cm;
  88. }
  89. .tel{
  90. width: 13cm;
  91. float: left;
  92. font-size: 10px;
  93. min-height: 0cm;
  94. }
  95. .rucdata{
  96. width: 13cm;
  97. float: left;
  98. font-size: 12px;
  99. min-height: 0cm;
  100. }
  101. .divisoria{
  102. height: 0.5cm;
  103. clear: both;
  104. }
  105. diva {
  106. text-decoration-line: overline;
  107. }
  108. .titulo{
  109. width: 19.2cm;
  110. text-align: center;
  111. width: 100%;
  112. min-height: 0.9cm;
  113. }
  114. .number{
  115. width: 13cm;
  116. float: left;
  117. margin-left: 1cm;
  118. font-size: 15px;
  119. min-height: 0cm;
  120. }
  121. .date{
  122. width: 13cm;
  123. float: left;
  124. margin-left: 1cm;
  125. font-size: 15px;
  126. min-height: 0cm;
  127. }
  128. .amount{
  129. width: 13cm;
  130. float: left;
  131. margin-left: 1cm;
  132. font-size: 15px;
  133. min-height: 0cm;
  134. }
  135. .currency{
  136. width: 19cm;
  137. float: left;
  138. margin-left: 1cm;
  139. font-size: 15px;
  140. min-height: 0cm;
  141. }
  142. .firma{
  143. width: 19cm;
  144. float: left;
  145. margin-left: 1cm;
  146. font-size: 15px;
  147. min-height: 0cm;
  148. }
  149. margen{
  150. margin-right: 20px;
  151. }
  152. div{
  153. padding: 0px;
  154. }
  155. </style>
  156. <t t-foreach="docs" t-as="o">
  157. <div class="pagina">
  158. <div class="row">
  159. <!-- <div class="col-xs-6">
  160. <center>
  161. <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 250px;max-width: 80px;"/>
  162. </center>
  163. </div> -->
  164. <div class="col-xs-6">
  165. <tr>
  166. <div class="descripcion">
  167. </div>
  168. </tr>
  169. <tr>
  170. <div class="descripcion1"><b><i>FERRETERIA wenet</i></b></div>
  171. </tr>
  172. <tr>
  173. <div class="descripcion2"><b>de Mazapy S.A.</b></div>
  174. </tr>
  175. <tr>
  176. <div class="descripcion3"><b></b></div>
  177. </tr>
  178. <tr>
  179. <div class="descripcion4"><b>Avda. Las Residentas - Ruta 10 </b></div>
  180. </tr>
  181. <tr>
  182. <div class="email"><b>Katueté - Paraguay</b></div>
  183. </tr>
  184. <tr>
  185. <div class="ciudad"><b></b></div>
  186. </tr>
  187. <tr>
  188. <div class="tel"><b>(0983) 272496 - (0981) 845372</b></div>
  189. </tr>
  190. <tr>
  191. <div class="rucdata"><b>R.U.C. N° 80085177-3 </b></div>
  192. </tr>
  193. </div>
  194. <div class="divisoria"> </div>
  195. <div class="divisoria"> </div>
  196. <hr width="125%" style="border: 2px dashed #C0C0C0" color="#000000" size="6"></hr>
  197. <div class="divisoria"> </div>
  198. <div class="titulo" >
  199. <h3 class="text-center"><strong> RECIBO DE DINERO</strong></h3>
  200. <h4 class="text-center"></h4>
  201. </div>
  202. <div class="col-xs-12">
  203. <br>
  204. <tr>
  205. <div class="number"><strong>Numero de Pago: </strong><i t-field="o.number"/></div>
  206. </tr>
  207. <tr>
  208. <div class="date"><strong>Fecha: </strong><span t-field="o.date" t-field-options='{"format": "d MMMM y"}'/></div>
  209. </tr>
  210. <tr>
  211. <div class="amount">
  212. <strong>Monto pagado: </strong><i t-field="o.amount"/> <span t-field="o.currency_id.symbol"/>
  213. </div>
  214. </tr>
  215. </br>
  216. </div>
  217. <br>
  218. </br>
  219. <div class="col-xs-12">
  220. <br>
  221. <div class="currency">
  222. <p t-if="o.currency_id.id==3">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Dolares en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
  223. <p t-if="o.currency_id.id==20">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Pesos Argentinos en concepto de pago por ........................................................................................ de la Factura Nro <span t-field="o.reference"/></p>
  224. <p t-if="o.currency_id.id==7">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Reales en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
  225. <p t-if="o.currency_id.id==1">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Euros en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
  226. <tr>
  227. <p t-if="o.currency_id.id==166">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Guaranies.</p>
  228. </tr>
  229. <tr>
  230. <p t-if="o.currency_id.id==166">En concepto de: <span t-field="o.comment_obs"/></p>
  231. </tr>
  232. <tr>
  233. <p t-if="o.currency_id.id==166">de la Factura Nro <span t-field="o.reference"/></p>
  234. </tr>
  235. </div>
  236. </br>
  237. </div>
  238. <div class="divisoria"> </div>
  239. <br>
  240. <div class="col-xs-6">
  241. <div class="firma">
  242. <strong>Firma: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _</strong>
  243. </div>
  244. </div>
  245. </br>
  246. <br>
  247. </br>
  248. <br>
  249. </br>
  250. </div>
  251. </div>
  252. </t>
  253. </div>
  254. </t>
  255. </template>
  256. </data>
  257. </openerp>