presupuesto_venta_bioelectric.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report id="presupuesto_venta_bioelectric"
  5. model="sale.order"
  6. string="Presupuesto de Venta"
  7. report_type="qweb-html"
  8. name="presupuesto_venta_bioelectric.report_presupuesto_bioelectric"
  9. file="presupuesto_venta_bioelectric.report_presupuesto_bioelectric"
  10. />
  11. <template id="report_presupuesto_bioelectric">
  12. <t t-call="report.html_container">
  13. <div class="page">
  14. <style type="text/css">
  15. body{
  16. font-size: 3mm;
  17. font-family: Arial;
  18. }
  19. div{
  20. padding: 0px;
  21. }
  22. .pagina{
  23. width:19.3cm;
  24. }
  25. .descripcion1{
  26. width: 11.2cm;
  27. font-size: 13px;
  28. padding-top: 0.2cm;
  29. float: left;
  30. min-height: 0cm;
  31. }
  32. .descripcion2{
  33. width: 13cm;
  34. font-size: 10px;
  35. float: left;
  36. min-height: 0cm;
  37. }
  38. .descripcion3{
  39. width: 15cm;
  40. font-size: 10px;
  41. float: left;
  42. min-height: 0cm;
  43. }
  44. .descripcion4{
  45. width: 15cm;
  46. font-size: 10px;
  47. float: left;
  48. min-height: 0cm;
  49. }
  50. .email{
  51. width: 13cm;
  52. font-size: 10px;
  53. float: left;
  54. min-height: 0cm;
  55. }
  56. .ciudad{
  57. width: 13cm;
  58. float: left;
  59. font-size: 10px;
  60. min-height: 0cm;
  61. }
  62. .tel{
  63. width: 13cm;
  64. float: left;
  65. font-size: 10px;
  66. min-height: 0cm;
  67. }
  68. .table-condensed>tbody>tr>td {
  69. padding: 1px !important;
  70. }
  71. .divisoria{
  72. height: 0.5cm;
  73. clear: both;
  74. }
  75. .titulo{
  76. width: 19.2cm;
  77. text-align: center;
  78. width: 100%;
  79. min-height: 0.9cm;
  80. }
  81. .fecha_emision_data{
  82. width: 12.5cm;
  83. float: left;
  84. min-height: 0.5cm;
  85. }
  86. .vendor{
  87. width: 6.7cm;
  88. float: left;
  89. min-height: 0.5cm;
  90. }
  91. .razon_data{
  92. width: 12.5cm;
  93. float: left;
  94. min-height: 0.4cm;
  95. }
  96. .ruc_data{
  97. width: 6.7cm;
  98. float: left;
  99. min-height: 0.4cm;
  100. }
  101. .direccion_data{
  102. width: 12.5cm;
  103. float: left;
  104. min-height: 0.4cm;
  105. }
  106. .telefono_data{
  107. width: 6.7cm;
  108. float: left;
  109. min-height: 0.4cm;
  110. }
  111. .note{
  112. width: 19.2cm;
  113. float: left;
  114. min-height: 0.4cm;
  115. }
  116. .cab-articulos{
  117. height: 0.4cm;
  118. clear: both;
  119. }
  120. .articulos{
  121. height: 4.5cm;
  122. }
  123. .art-col1{
  124. width:1.3cm;
  125. text-align: center;
  126. }
  127. .art-col2{
  128. width:3cm;
  129. text-align: left;
  130. }
  131. .art-col3{
  132. padding-left: 0.7cm;
  133. width:1cm;
  134. text-align: center;
  135. }
  136. .art-col4{
  137. padding-left: 0.3cm;
  138. width:9cm;
  139. }
  140. .art-col5{
  141. width:2.9cm;
  142. text-align: right;
  143. }
  144. .art-col6{
  145. width:3cm;
  146. text-align: right;
  147. }
  148. .art-col7{
  149. width:4.2cm;
  150. text-align: right;
  151. }
  152. .spad{
  153. width: 8.5cm;
  154. float: left;
  155. padding-top: 0.09cm;
  156. padding-bottom: 0.12cm;
  157. min-height: 0.4cm;
  158. }
  159. .subtotal_mat{
  160. width: 4.3cm;
  161. float: left;
  162. text-align: right;
  163. padding-top: 0.09cm;
  164. padding-left: 1cm;
  165. padding-bottom: 0.12cm;
  166. min-height: 0.4cm;
  167. }
  168. .subtotal_mo{
  169. width: 3.6cm;
  170. float: left;
  171. text-align: right;
  172. padding-top: 0.09cm;
  173. padding-bottom: 0.12cm;
  174. min-height: 0.4cm;
  175. }
  176. .logo1{
  177. height: 2cm;
  178. width: 100%;
  179. top: 0px;
  180. }
  181. .foto_personal {
  182. position: absolute;
  183. top: 1.5cm;
  184. left:0.25cm;
  185. }
  186. </style>
  187. <t t-foreach="docs" t-as="o">
  188. <div class="pagina">
  189. <div class="divisoria"> </div>
  190. <div style="border:0.3px solid #000;"></div>
  191. <div class="divisoria"> </div>
  192. <div class="divisoria"> </div>
  193. <div class="row">
  194. <div class="col-xs-4">
  195. <tr>
  196. <div class="descripcion1"><b><i>BIO ELECTRIC</i></b></div>
  197. </tr>
  198. <tr>
  199. <div class="descripcion2"><b>SOLUCIONES ELECTROMECÁNICAS</b></div>
  200. </tr>
  201. <tr>
  202. <div class="descripcion3"><b>SERVICIOS ELÉCTRICOS 24 hs. - MONTAJES INDUSTRIALES</b></div>
  203. </tr>
  204. <tr>
  205. <div class="descripcion4"><b>AUTOMATIZACIONES - REFRIGERACIÓN, CCTV, SPLIT</b></div>
  206. </tr>
  207. <tr>
  208. <div class="email"><b>bioelectricpy@gmail.com - R.U.C. N°: 4474131-6</b></div>
  209. </tr>
  210. <tr>
  211. <div class="ciudad"><b>SAN ANTONIO - PARAGUAY</b></div>
  212. </tr>
  213. <tr>
  214. <div class="tel"><b>(021) 951827 - (0981) 939132 - (0984) 120678</b></div>
  215. </tr>
  216. </div>
  217. <div class="col-xs-8">
  218. <center>
  219. <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 150px;max-width: 100px;"/>
  220. </center>
  221. </div>
  222. </div>
  223. <div class="divisoria"> </div>
  224. <div class="titulo" >
  225. <h3><strong>NOTA DE PRESUPUESTO N°: <span t-field="o.name"/></strong></h3>
  226. </div>
  227. <table class="table table-condensed table-bordered">
  228. <tr>
  229. <td class="fecha_emision_data"><b>Fecha: </b><span t-field="o.date_order" t-field-options='{"format": "dd MMMM yyyy"}'/></td>
  230. <td class="vendor"><b>Vendedor: </b><span t-field="o.user_id.name"/></td>
  231. </tr>
  232. <tr>
  233. <td class="razon_data"><b>Cliente: </b><span t-field="o.partner_id.name"/></td>
  234. <td class="ruc_data"><b>R.U.C N°: </b><span t-field="o.partner_id.ruc"/></td>
  235. </tr>
  236. <tr>
  237. <td class="direccion_data">
  238. <t t-f="o.partner_id.street"><b>Direccion: </b><span t-field="o.partner_id.street"/></t>
  239. <t t-f="not o.partner_id.street"> </t>
  240. </td>
  241. <td class="telefono_data"><b>Telefono: </b><span t-field="o.partner_id.phone"/></td>
  242. </tr>
  243. <tr>
  244. <td class="note"><b>Obra: </b><span t-field="o.note"/></td>
  245. </tr>
  246. </table>
  247. <table class="table table-condensed table-bordered">
  248. <thead>
  249. <tr>
  250. <th class="text-center">Imagen</th>
  251. <th class="text-center">Cantidad</th>
  252. <th class="text-center">Medida</th>
  253. <th class="text-center">Descripción de material/servicio</th>
  254. <th class="text-center">Prec. Unitario</th>
  255. <th class="text-center">Parcial Materiales</th>
  256. <th class="text-center">Parcial Mano de Obra</th>
  257. </tr>
  258. </thead>
  259. <tbody class="sale_tbody">
  260. <t t-set="valor_mat" t-value="0"/>
  261. <t t-set="valor_mo" t-value="0"/>
  262. <tr t-foreach="o.order_line" t-as="l">
  263. <td class="art-col1">
  264. <span t-field="l.product_id.image_small" t-field-options='{"widget": "image"}' class="Your_custom_class"/>
  265. </td>
  266. <td class="text-center">
  267. <span t-esc="'%.0f'%l.product_uom_qty"/>
  268. </td>
  269. <td>
  270. <span t-field="l.product_uom"/>
  271. </td>
  272. <td>
  273. <span t-field="l.name"/>
  274. </td>
  275. <td class="text-right">
  276. <t t-if="o.currency_id.id == 166">
  277. <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
  278. </t>
  279. <t t-if="o.currency_id.id != 166">
  280. <span t-esc="'{0:,.2f}'.format(l.price_unit)"/>
  281. </t>
  282. </td>
  283. <td class="text-right">
  284. <t t-if="l.product_id.type == 'product'">
  285. <span t-if="o.currency_id.id == 166">
  286. <span t-esc= "'{0:,.0f}'.format(int(l.product_uom_qty * l.price_unit)).replace(',', '.')">
  287. <span t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/></span>
  288. <t t-set="valor_mat" t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/>
  289. </span>
  290. <span t-if="o.currency_id.id != 166">
  291. <span t-esc="'{0:,.2f}'.format(int(l.price_unit*l.product_uom_qty)).replace(',', '.')">
  292. <span t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/></span>
  293. <t t-set="valor_mat" t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/>
  294. </span>
  295. </t>
  296. </td>
  297. <td class="text-right">
  298. <t t-if="l.product_id.type == 'service'">
  299. <span t-if="o.currency_id.id == 166">
  300. <span t-esc= "'{0:,.0f}'.format(int(l.product_uom_qty * l.price_unit)).replace(',', '.')">
  301. <span t-value="valor_mo+(l.product_uom_qty * l.price_unit)"/></span>
  302. <t t-set="valor_mo" t-value="valor_mo+(l.product_uom_qty * l.price_unit)"/>
  303. </span>
  304. <span t-if="o.currency_id.id != 166">
  305. <span t-esc="'{0:,.2f}'.format(int(l.price_unit*l.product_uom_qty)).replace(',', '.')">
  306. <span t-value="valor_mo+(l.product_uom_qty * l.price_unit)"/></span>
  307. <t t-set="valor_mo" t-value="valor_mo+(l.product_uom_qty * l.price_unit)"/>
  308. </span>
  309. </t>
  310. </td>
  311. </tr>
  312. </tbody>
  313. </table>
  314. <div class="row">
  315. <div class="col-xs-12 pull-right">
  316. <table class="table table-condensed">
  317. <td class="art-col1"><b>Sub Totales: </b></td>
  318. <td class="art-col2"></td>
  319. <td class="art-col3"></td>
  320. <td class="art-col4"></td>
  321. <td class="art-col5">
  322. <span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span>
  323. </td>
  324. <td class="art-col6">
  325. <span t-esc="'{0:,.0f}'.format(int(valor_mo)).replace(',', '.')"></span>
  326. </td>
  327. </table>
  328. </div>
  329. </div>
  330. <div class="row">
  331. <div class="col-xs-4 pull-right">
  332. <table class="table table-condensed">
  333. <tr class="border-black">
  334. <td><strong>Total s/ IVA</strong></td>
  335. <td class="text-right">
  336. <t t-if="o.currency_id.id == 166">
  337. <span t-esc="'{0:,.0f}'.format(o.amount_untaxed)"/>
  338. </t>
  339. <t t-if="o.currency_id.id != 166">
  340. <span t-esc="'{0:,.2f}'.format(o.amount_untaxed)"/>
  341. </t>
  342. </td>
  343. </tr>
  344. <tr>
  345. <td>IVA</td>
  346. <td class="text-right">
  347. <t t-if="o.currency_id.id == 166">
  348. <span t-esc="'{0:,.0f}'.format(o.amount_tax)"/>
  349. </t>
  350. <t t-if="o.currency_id.id != 166">
  351. <span t-esc="'{0:,.2f}'.format(o.amount_tax)"/>
  352. </t>
  353. </td>
  354. </tr>
  355. <tr class="border-black">
  356. <td><strong>Total</strong></td>
  357. <td class="text-right">
  358. <t t-if="o.currency_id.id == 166">
  359. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  360. </t>
  361. <t t-if="o.currency_id.id != 166">
  362. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  363. </t>
  364. </td>
  365. </tr>
  366. </table>
  367. </div>
  368. </div>
  369. <table class="table table-condensed table-bordered">
  370. <tr>
  371. <td class="note"><b>OBS.: Los totales de costo de materiales y mano de obra 10% iva incluído</b></td>
  372. </tr>
  373. <tr>
  374. <td class="payment_term"><b>Forma de Pago: </b><span t-field="o.payment_term"/></td>
  375. </tr>
  376. </table>
  377. <tr><t><b>Aprobado por: __________________</b></t>&amp;nbsp;&amp;nbsp;<t><b>Firma:___________________</b></t>&amp;nbsp;&amp;nbsp;<t><b>C.I.N°:___________________</b></t>&amp;nbsp;&amp;nbsp;<t><b>Entrega:_______________</b></t></tr>
  378. </div>
  379. <div class="logo1"> </div>
  380. </t>
  381. </div>
  382. </t>
  383. </template>
  384. </data>
  385. </openerp>