presupuesto_venta_bioelectric.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  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:0.4cm;
  125. text-align: center;
  126. }
  127. .art-col2{
  128. padding-left: 0.7cm;
  129. width:1cm;
  130. text-align: center;
  131. }
  132. .art-col3{
  133. padding-left: 0.3cm;
  134. width:9cm;
  135. }
  136. .art-col4{
  137. width:0.9cm;
  138. text-align: right;
  139. }
  140. .art-col5{
  141. width:2.8cm;
  142. text-align: right;
  143. }
  144. .art-col6{
  145. width:2.7cm;
  146. text-align: right;
  147. }
  148. .art-col7{
  149. width:1.5cm;
  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: 2.4cm;
  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: 3cm;
  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. </style>
  182. <t t-foreach="docs" t-as="o">
  183. <div class="pagina">
  184. <div class="divisoria"> </div>
  185. <div style="border:0.3px solid #000;"></div>
  186. <div class="divisoria"> </div>
  187. <div class="divisoria"> </div>
  188. <table class="table table-condensed table-bordered">
  189. <thead>
  190. <tr>
  191. <div class="descripcion1"><b><i>BIO ELECTRIC</i></b></div>
  192. </tr>
  193. <tr>
  194. <div class="descripcion2"><b>SOLUCIONES ELECTROMECÁNICAS</b></div>
  195. </tr>
  196. <tr>
  197. <div class="descripcion3"><b>SERVICIOS ELÉCTRICOS 24 hs. - MONTAJES INDUSTRIALES</b></div>
  198. </tr>
  199. <tr>
  200. <div class="descripcion4"><b>AUTOMATIZACIONES - REFRIGERACIÓN, CCTV, SPLIT</b></div>
  201. </tr>
  202. <tr>
  203. <div class="email"><b>bioelectricpy@gmail.com - R.U.C. N°: 4474131-6</b></div>
  204. </tr>
  205. <tr>
  206. <div class="ciudad"><b>SAN ANTONIO - PARAGUAY</b></div>
  207. </tr>
  208. <tr>
  209. <div class="tel"><b>(021) 951827 - (0981) 939132 - (0984) 120678</b></div>
  210. </tr>
  211. </thead>
  212. </table>
  213. <div class="divisoria"> </div>
  214. <div class="titulo" >
  215. <h3><strong>NOTA DE PRESUPUESTO N°: <span t-field="o.name"/></strong></h3>
  216. </div>
  217. <table class="table table-condensed table-bordered">
  218. <tr>
  219. <td class="fecha_emision_data"><b>Fecha: </b><span t-field="o.date_order" t-field-options='{"format": "dd MMMM yyyy"}'/></td>
  220. <td class="vendor"><b>Vendedor: </b><span t-field="o.user_id.name"/></td>
  221. </tr>
  222. <tr>
  223. <td class="razon_data"><b>Cliente: </b><span t-field="o.partner_id.name"/></td>
  224. <td class="ruc_data"><b>R.U.C N°: </b><span t-field="o.partner_id.ruc"/></td>
  225. </tr>
  226. <tr>
  227. <td class="direccion_data">
  228. <t t-f="o.partner_id.street"><b>Direccion: </b><span t-field="o.partner_id.street"/></t>
  229. <t t-f="not o.partner_id.street"> </t>
  230. </td>
  231. <td class="telefono_data"><b>Telefono: </b><span t-field="o.partner_id.phone"/></td>
  232. </tr>
  233. <tr>
  234. <td class="note"><b>Obra: </b><span t-field="o.note"/></td>
  235. </tr>
  236. </table>
  237. <table class="table table-condensed table-bordered">
  238. <thead>
  239. <tr>
  240. <th class="text-center">Cantidad</th>
  241. <th class="text-center">Medida</th>
  242. <th class="text-center">Descripción de material/servicio</th>
  243. <th class="text-center">Prec. Unitario</th>
  244. <th class="text-center">Parcial Materiales</th>
  245. <th class="text-center">Parcial Mano de Obra</th>
  246. </tr>
  247. </thead>
  248. <tbody class="sale_tbody">
  249. <t t-set="valor_mat" t-value="0"/>
  250. <t t-set="valor_mo" t-value="0"/>
  251. <tr t-foreach="o.order_line" t-as="l">
  252. <td class="text-center">
  253. <span t-esc="'%.0f'%l.product_uom_qty"/>
  254. </td>
  255. <td>
  256. <span t-field="l.product_uom"/>
  257. </td>
  258. <td>
  259. <span t-field="l.name"/>
  260. </td>
  261. <td class="text-right">
  262. <t t-if="o.currency_id.id == 166">
  263. <span t-esc="'{0:,.0f}'.format(l.product_uom_qty)"/>
  264. </t>
  265. <t t-if="o.currency_id.id != 166">
  266. <span t-esc="'{0:,.2f}'.format(l.product_uom_qty)"/>
  267. </t>
  268. </td>
  269. <td class="text-right">
  270. <t t-if="l.product_id.type == 'product'">
  271. <span t-if="o.currency_id.id == 166">
  272. <span t-esc= "'{0:,.0f}'.format(int(l.product_uom_qty * l.price_unit)).replace(',', '.')">
  273. <span t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/></span>
  274. <t t-set="valor_mat" t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/>
  275. </span>
  276. <span t-if="o.currency_id.id != 166">
  277. <span t-esc="'{0:,.2f}'.format(int(l.price_unit*l.product_uom_qty)).replace(',', '.')">
  278. <span t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/></span>
  279. <t t-set="valor_mat" t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/>
  280. </span>
  281. </t>
  282. </td>
  283. <td class="text-right">
  284. <t t-if="l.product_id.type == 'service'">
  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_mo+(l.product_uom_qty * l.price_unit)"/></span>
  288. <t t-set="valor_mo" t-value="valor_mo+(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_mo+(l.product_uom_qty * l.price_unit)"/></span>
  293. <t t-set="valor_mo" t-value="valor_mo+(l.product_uom_qty * l.price_unit)"/>
  294. </span>
  295. </t>
  296. </td>
  297. </tr>
  298. </tbody>
  299. </table>
  300. <div class="row">
  301. <div class="col-xs-4 pull-right">
  302. <table class="table table-condensed">
  303. <td class="subtotal_mat">
  304. <span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span>
  305. </td>
  306. <td class="subtotal_mo">
  307. <span t-esc="'{0:,.0f}'.format(int(valor_mo)).replace(',', '.')"></span>
  308. </td>
  309. </table>
  310. </div>
  311. </div>
  312. <div class="row">
  313. <div class="col-xs-4 pull-right">
  314. <table class="table table-condensed">
  315. <tr class="border-black">
  316. <td><strong>Total s/ IVA</strong></td>
  317. <td class="text-right">
  318. <t t-if="o.currency_id.id == 166">
  319. <span t-esc="'{0:,.0f}'.format(o.amount_untaxed)"/>
  320. </t>
  321. <t t-if="o.currency_id.id != 166">
  322. <span t-esc="'{0:,.2f}'.format(o.amount_untaxed)"/>
  323. </t>
  324. </td>
  325. </tr>
  326. <tr>
  327. <td>IVA</td>
  328. <td class="text-right">
  329. <t t-if="o.currency_id.id == 166">
  330. <span t-esc="'{0:,.0f}'.format(o.amount_tax)"/>
  331. </t>
  332. <t t-if="o.currency_id.id != 166">
  333. <span t-esc="'{0:,.2f}'.format(o.amount_tax)"/>
  334. </t>
  335. </td>
  336. </tr>
  337. <tr class="border-black">
  338. <td><strong>Total</strong></td>
  339. <td class="text-right">
  340. <t t-if="o.currency_id.id == 166">
  341. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  342. </t>
  343. <t t-if="o.currency_id.id != 166">
  344. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  345. </t>
  346. </td>
  347. </tr>
  348. </table>
  349. </div>
  350. </div>
  351. <table class="table table-condensed table-bordered">
  352. <tr>
  353. <td class="note"><b>OBS.: Los totales de costo de materiales y mano de obra 10% iva incluído</b></td>
  354. </tr>
  355. <tr>
  356. <td class="payment_term"><b>Forma de Pago: </b><span t-field="o.payment_term"/></td>
  357. </tr>
  358. </table>
  359. <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>
  360. </div>
  361. <div class="logo1"> </div>
  362. </t>
  363. </div>
  364. </t>
  365. </template>
  366. </data>
  367. </openerp>