factura_ventainvoice_medicalart.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report id="factura_ventainvoice_medicalart"
  5. model="sale.order"
  6. string="Factura Legal"
  7. report_type="qweb-html"
  8. name="factura_venta_medicalart.report_facturainvoice_medicalart"
  9. file="factura_venta_medicalart.report_facturainvoice_medicalart"
  10. />
  11. <template id="report_facturainvoice_medicalart">
  12. <t t-call="report.html_container">
  13. <t t-foreach="[1]" t-as="i">
  14. <div class="page">
  15. <style type="text/css">
  16. body{
  17. font-size: 3.0mm;
  18. font-family: Arial;
  19. }
  20. div{
  21. padding: 0px;
  22. }
  23. .pagina{
  24. width:19.3cm;
  25. }
  26. .logo{
  27. height: 3.9cm;
  28. width: 100%;
  29. top: 0px;
  30. }
  31. .logo1{
  32. height: 4.4cm;
  33. width: 100%;
  34. top: 0px;
  35. }
  36. .articulos{
  37. height: 3.385cm;
  38. }
  39. .art-col11{
  40. padding-left: 0.2mm;
  41. width:3.8cm;
  42. font-size: 2.9mm;
  43. text-align: center;
  44. vertical-align: top;
  45. min-height: 0.6cm;
  46. }
  47. .art-col13{
  48. padding-left: 0.5cm;
  49. font-size: 3.0mm;
  50. width:1.4cm;
  51. text-align: left;
  52. vertical-align: top;
  53. min-height: 0.6cm;
  54. }
  55. .art-col14{
  56. width:3.3cm;
  57. font-size: 3mm;
  58. padding-left: 0.8mm;
  59. text-align: center;
  60. vertical-align: top;
  61. min-height: 0.6cm;
  62. }
  63. .art-col12{
  64. padding-left: 0.2mm;
  65. width:2.35cm;
  66. font-size: 3mm;
  67. text-align: right;
  68. vertical-align: top;
  69. min-height: 0.6cm;
  70. }
  71. .art-col15{
  72. width:3.72cm;
  73. font-size: 2.9mm;
  74. text-align: right;
  75. vertical-align: top;
  76. min-height: 0.6cm;
  77. }
  78. .art-col16{
  79. width:2.4cm;
  80. font-size: 3mm;
  81. vertical-align: top;
  82. text-align: right;
  83. min-height: 0.6cm;
  84. }
  85. .art-col17{
  86. width:3.2cm;
  87. font-size: 3.5mm;
  88. text-align: right;
  89. vertical-align: top;
  90. min-height: 0.6cm;
  91. }
  92. .fecha_emision_data{
  93. width: 11.1cm;
  94. padding-left:2.8cm;
  95. float: left;
  96. min-height: 0.9cm;
  97. }
  98. .contado_x{
  99. width: 2cm;
  100. float: right;
  101. padding-left: 2.45cm;
  102. min-height: 0.9cm;
  103. }
  104. .credito_x{
  105. width:2.5cm;
  106. float: left;
  107. padding-left: 1.0cm;
  108. min-height: 0.9cm;
  109. }
  110. .razon_data{
  111. width: 11.7cm;
  112. float: left;
  113. padding-left: 3.8cm;
  114. min-height: 0.8cm;
  115. }
  116. .ruc_data{
  117. width: 5cm;
  118. float: right;
  119. padding-left: 2.35cm;
  120. min-height: 0.8cm;
  121. }
  122. .direccion_data{
  123. width: 13.5cm;
  124. float: left;
  125. padding-left:2.7cm;
  126. min-height: 0.8m;
  127. }
  128. .telefono_data{
  129. width: 3.5cm;
  130. float: right;
  131. padding-left: 0.1mm;
  132. min-height: 0.8;
  133. }
  134. .nota_remision_data{
  135. width: 13cm;
  136. float: left;
  137. padding-left: 2.8cm;
  138. min-height: 0cm;
  139. }
  140. .dias_credito{
  141. width: 5cm;
  142. float: left;
  143. padding-left: 0.8cm;
  144. min-height: 0cm;
  145. }
  146. .cab-articulos{
  147. height: 1.35cm;
  148. clear: both;
  149. }
  150. .divisoria1{
  151. height: 6.6cm;
  152. width: 100%;
  153. top: 0px;
  154. }
  155. .cab-articulos2{
  156. height: 0.2cm;
  157. clear: both;
  158. }
  159. .borderless td, .borderless th {
  160. border: none !important;
  161. }
  162. .table-condensed>tbody>tr>td {
  163. padding: 1px !important;
  164. }
  165. .table-super-condensed>tbody>tr>td {
  166. padding: 5px !important;
  167. }
  168. .table-condensed2>tbody>tr>td {
  169. padding: 2.5px !important;
  170. }
  171. </style>
  172. <t t-foreach="docs" t-as="o">
  173. <div class="pagina">
  174. <div class="logo"> </div>
  175. <table class="tab-articulos2">
  176. <td class="art-col11"> </td>
  177. <td class="art-col13">
  178. <span t-field="o.date_order" t-field-options='{"format": "dd"}'/>
  179. </td>
  180. <td class="art-col14">
  181. <span t-field="o.date_order" t-field-options='{"format": "MMMM"}'/>
  182. </td>
  183. <td class="art-col12">
  184. <span t-field="o.date_order" t-field-options='{"format": "yy"}'/>
  185. </td>
  186. <td class="art-col15">
  187. </td>
  188. <td class="art-col16">
  189. <div class="contado_x">
  190. <t t-if="o.contado == True">x</t>
  191. </div>
  192. </td>
  193. <td class="art-col17">
  194. <div class="credito_x">
  195. <t t-if="o.credito == True">x</t>
  196. </div>
  197. </td>
  198. </table>
  199. <tr>
  200. <div class="razon_data"><span t-field="o.partner_id.name"/></div>
  201. <div class="ruc_data"><span t-field="o.partner_id.ruc"/></div>
  202. </tr>
  203. <tr>
  204. <div class="direccion_data">
  205. <t t-f="o.partner_id.street"><span t-field="o.partner_id.street"/> </t>
  206. <t t-f="not o.partner_id.street"> </t>
  207. </div>
  208. <div class="telefono_data"><span t-field="o.partner_id.mobile"/></div>
  209. </tr>
  210. <tr>
  211. <div class="nota_remision_data"></div>
  212. <div class="dias_credito"></div>
  213. </tr>
  214. <div class="cab-articulos"> </div>
  215. <div style="height:6.2cm;">
  216. <div style="font-family: Arial;">
  217. <table class="table borderless table-condensed">
  218. <t t-set="valor_exentas" t-value="0"/>
  219. <t t-set="valor_5" t-value="0"/>
  220. <t t-set="valor_10" t-value="0"/>
  221. <tbody>
  222. <tr t-foreach="o.order_line" t-as="l">
  223. <!-- CODIGO DE PRODUCTO -->
  224. <td style="font-size:9px;font-family: Arial;width:0.6cm;overflow: auto; text-align: left;">
  225. <span t-field="l.product_id.default_code"/>
  226. </td>
  227. <!-- CANTIDAD -->
  228. <td style="font-size:9px;font-family: Arial;width:2.1cm;overflow: auto; text-align: center;">
  229. <span t-esc="'%.0f'%l.product_uom_qty"/>
  230. </td>
  231. <!-- NOMBRE DEL PRODUCTO -->
  232. <td style="font-size:9px;font-family: Arial;width:4.85cm;overflow: auto;">
  233. <span t-field="l.name"/>
  234. </td>
  235. <!-- PRECIO UNITARIO -->
  236. <td style="font-size:9px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;">
  237. <t t-if="o.currency_id.id == 166">
  238. <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
  239. </t>
  240. <t t-if="o.currency_id.id != 166">
  241. <span t-esc="'{0:,.2f}'.format(l.price_unit)"/>
  242. </t>
  243. </td>
  244. <!-- EXENTAS -->
  245. <td style="font-size:9px;font-family: Arial;width:1.2cm;overflow: auto; text-align: right;">
  246. <span t-if="'IVA 5% Venta' not in [ilt.name for ilt in l.tax_id] and 'IVA 10% Venta' not in [ilt.name for ilt in l.tax_id]">
  247. <t t-if="o.currency_id.id == 166">
  248. <span t-esc="'{0:,.0f}'.format(l.product_uom_qty * l.price_unit)"/>
  249. </t>
  250. <t t-if="o.currency_id.id != 166">
  251. <span t-esc="'{0:,.2f}'.format(l.product_uom_qty * l.price_unit)"/>
  252. </t>
  253. <t t-set="valor_exentas" t-value="valor_exentas+(l.product_uom_qty * l.price_unit)"/>
  254. </span>
  255. </td>
  256. <!-- IVA 5% -->
  257. <td style="font-size:9px;font-family: Arial;width:2cm;overflow: auto; text-align: right;">
  258. <span t-if="'IVA 5% Venta' in [ilt.name for ilt in l.tax_id] and 'IVA 10% Venta' not in [ilt.name for ilt in l.tax_id]">
  259. <t t-if="o.currency_id.id == 166">
  260. <span t-esc="'{0:,.0f}'.format(l.product_uom_qty * l.price_unit)"/>
  261. </t>
  262. <t t-if="o.currency_id.id != 166">
  263. <span t-esc="'{0:,.2f}'.format(l.product_uom_qty * l.price_unit)"/>
  264. </t>
  265. <t t-set="valor_5" t-value="valor_5+(l.product_uom_qty * l.price_unit)"/>
  266. </span>
  267. </td>
  268. <!-- IVA 10% -->
  269. <td style="font-size:9px;font-family: Arial;width:2.3cm;overflow: auto; text-align: right;">
  270. <span t-if="'IVA 10% Venta' in [ilt.name for ilt in l.tax_id]">
  271. <t t-if="o.currency_id.id == 166">
  272. <span t-esc="'{0:,.0f}'.format(l.product_uom_qty * l.price_unit)"/>
  273. </t>
  274. <t t-if="o.currency_id.id != 166">
  275. <span t-esc="'{0:,.2f}'.format(l.product_uom_qty * l.price_unit)"/>
  276. </t>
  277. <t t-set="valor_10" t-value="valor_10+(l.product_uom_qty * l.price_unit)"/>
  278. </span>
  279. </td>
  280. </tr>
  281. </tbody>
  282. </table>
  283. </div>
  284. </div>
  285. <div style="height:1.9cm;padding-left:1.7cm;">
  286. <t t-set="total_exentas" t-value="0"/>
  287. <t t-set="total_5" t-value="0"/>
  288. <t t-set="total_10" t-value="0"/>
  289. <t t-set="iva_5" t-value="0"/>
  290. <t t-set="iva_10" t-value="0"/>
  291. <t t-set="iva_exentas" t-value="0"/>
  292. <table class="table borderless table-condensed2">
  293. <tbody>
  294. <tr>
  295. <td style="font-size:10px;font-family: Arial;width:0.6cm;overflow: auto; text-align: center;"></td>
  296. <td style="font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: center;"></td>
  297. <td style="font-size:10px;font-family: Arial;width:4.9cm;overflow: auto; text-align: center;"></td>
  298. <td style="font-size:10px;font-family: Arial;width:2cm;overflow: auto; text-align: center;"></td>
  299. <td style="font-size:10px;font-family: Arial;width:1.2cm;overflow: auto; text-align: right;">
  300. <t t-if="o.currency_id.id == 166">
  301. <span t-esc="'{0:,.0f}'.format(valor_exentas)"/>
  302. </t>
  303. <t t-if="o.currency_id.id != 166">
  304. <span t-esc="'{0:,.2f}'.format(valor_exentas)"/>
  305. </t>
  306. <t t-set="iva_exentas" t-value="valor_exentas"/>
  307. </td>
  308. <td style="font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: right;">
  309. <t t-if="o.currency_id.id == 166">
  310. <span t-esc="'{0:,.0f}'.format(valor_5)"/>
  311. </t>
  312. <t t-if="o.currency_id.id != 166">
  313. <span t-esc="'{0:,.2f}'.format(valor_5)"/>
  314. </t>
  315. <t t-set="iva_5" t-value="valor_5/21" />
  316. </td>
  317. <td style="font-size:10px;font-family: Arial;width:2.3cm;overflow: auto; text-align: right;">
  318. <t t-if="o.currency_id.id == 166">
  319. <span t-esc="'{0:,.0f}'.format(valor_10)"/>
  320. </t>
  321. <t t-if="o.currency_id.id != 166">
  322. <span t-esc="'{0:,.2f}'.format(valor_10)"/>
  323. </t>
  324. <t t-set="iva_10" t-value="(valor_10)/11" />
  325. </td>
  326. </tr>
  327. <!-- <t t-if="i == 2">
  328. <div class="divisoria2"> </div>
  329. </t> -->
  330. <!-- LINEA TOTAL EN LETRAS Y TOTAL GENERAL -->
  331. <tr>
  332. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:0.6cm;overflow: auto; text-align: center;"></td>
  333. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: center;"></td>
  334. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:4.7cm;overflow: auto; text-align: left;">
  335. <t t-if="o.currency_id.id == 166">
  336. <div>Gs <span t-esc="convertir('%.0f'%o.amount_total,o.currency_id.en_letras)"/></div>
  337. </t>
  338. <t t-if="o.currency_id.id != 166">
  339. <div>Dólares <span t-esc="convertir('%.0f'%o.amount_total,o.currency_id.en_letras)"/></div>
  340. </t>
  341. </td>
  342. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: center;"></td>
  343. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:1.7cm;overflow: auto; text-align: right;"></td>
  344. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:2.1cm;overflow: auto; text-align: right;">
  345. <td style="padding-top:1.1cm;font-size:10px;font-family: Arial;width:2.2cm;overflow: auto; text-align: right;">
  346. <t t-if="o.currency_id.id == 166">
  347. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  348. </t>
  349. <t t-if="o.currency_id.id != 166">
  350. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  351. </t></td>
  352. </td>
  353. </tr>
  354. <!-- TOTAL DE IVA -->
  355. <div class="divisoria1"> </div>
  356. <tr>
  357. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:2.2cm;overflow: auto; text-align: center;"></td>
  358. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:2.5cm;overflow: auto; text-align: center;">
  359. <t t-if="o.currency_id.id == 166">
  360. <div>
  361. <t t-if="iva_5 != 0">
  362. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  363. </t>
  364. </div>
  365. </t>
  366. <t t-if="o.currency_id.id != 166">
  367. <div>
  368. <t t-if="iva_5 != 0">
  369. <span t-esc="'{0:,.0f}'.format(iva_5)"/>
  370. </t>
  371. </div>
  372. </t>
  373. </td>
  374. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:6.7cm;overflow: auto; text-align: left;">
  375. <t t-if="o.currency_id.id == 166">
  376. <div>
  377. <t t-if="iva_10 != 0">
  378. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  379. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  380. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  381. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  382. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  383. </t>
  384. </div>
  385. </t>
  386. <t t-if="o.currency_id.id != 166">
  387. <div>
  388. <t t-if="iva_10 != 0">
  389. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  390. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  391. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  392. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  393. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  394. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  395. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
  396. <span t-esc="'{0:,.0f}'.format(iva_10)"/>
  397. </t>
  398. </div>
  399. </t>
  400. </td>
  401. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:2cm;overflow: auto; text-align: left;">
  402. </td>
  403. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: right;">
  404. </td>
  405. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:2.3cm;overflow: auto; text-align: center;">
  406. <t t-if="o.currency_id.id == 166">
  407. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  408. </t>
  409. <t t-if="o.currency_id.id != 166">
  410. <span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
  411. </t>
  412. </td>
  413. <td style="padding-top:2.3cm;font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: right;">
  414. </td>
  415. </tr>
  416. </tbody>
  417. </table>
  418. </div>
  419. <div class="logo1"> </div>
  420. </div>
  421. </t>
  422. </div>
  423. </t>
  424. </t>
  425. </template>
  426. </data>
  427. </openerp>