presupuesto_venta_cemobo.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report id="presupuesto_venta_cemobo"
  5. model="sale.order"
  6. string="Presupuesto de Venta"
  7. report_type="qweb-html"
  8. name="presupuesto_venta_cemobo.report_presupuesto_cemobo"
  9. file="presupuesto_venta_cemobo.report_presupuesto_cemobo"
  10. />
  11. <template id="report_presupuesto_cemobo">
  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>CEMOBO S.R.L.</i></b></div>
  197. </tr>
  198. <tr>
  199. <div class="descripcion2"><b>Centro de Motores y Bombas</b></div>
  200. </tr>
  201. <tr>
  202. <div class="email"><b>ventas@cemobo.com.py - R.U.C. N°: 3685604</b></div>
  203. </tr>
  204. <tr>
  205. <div class="ciudad"><b>CIUDAD DEL ESTE - PARAGUAY</b></div>
  206. </tr>
  207. <tr>
  208. <div class="tel"><b> +595 61 578 458 - +595 986 453 027</b></div>
  209. </tr>
  210. </div>
  211. <div class="col-xs-8">
  212. <!-- <center>
  213. <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;"/>
  214. </center> -->
  215. </div>
  216. </div>
  217. <div class="divisoria"> </div>
  218. <div class="titulo" >
  219. <h3><strong>NOTA DE PRESUPUESTO N°: <span t-field="o.name"/></strong></h3>
  220. </div>
  221. <table class="table table-condensed table-bordered">
  222. <tr>
  223. <td class="fecha_emision_data"><b>Fecha: </b><span t-field="o.date_order" t-field-options='{"format": "dd MMMM yyyy"}'/></td>
  224. <td class="vendor"><b>Vendedor: </b><span t-field="o.user_id.name"/></td>
  225. </tr>
  226. <tr>
  227. <td class="razon_data"><b>Cliente: </b><span t-field="o.partner_id.name"/></td>
  228. <td class="ruc_data"><b>R.U.C N°: </b><span t-field="o.partner_id.ruc"/></td>
  229. </tr>
  230. <tr>
  231. <td class="direccion_data">
  232. <t t-f="o.partner_id.street"><b>Direccion: </b><span t-field="o.partner_id.street"/></t>
  233. <t t-f="not o.partner_id.street"> </t>
  234. </td>
  235. <td class="telefono_data"><b>Telefono: </b><span t-field="o.partner_id.phone"/></td>
  236. </tr>
  237. </table>
  238. <table class="table table-condensed table-bordered">
  239. <thead>
  240. <tr>
  241. <th class="text-center">Cantidad</th>
  242. <th class="text-center">Descripción de producto/servicio</th>
  243. <th class="text-center">Prec. Unitario</th>
  244. <th class="text-center">Subtotal</th>
  245. </tr>
  246. </thead>
  247. <tbody class="sale_tbody">
  248. <t t-set="valor_mat" t-value="0"/>
  249. <!-- <t t-set="valor_mo" t-value="0"/> -->
  250. <tr t-foreach="o.order_line" t-as="l">
  251. <td class="text-center">
  252. <span t-esc="'%.0f'%l.product_uom_qty"/>
  253. </td>
  254. <td>
  255. <span t-field="l.name"/>
  256. </td>
  257. <td class="text-right">
  258. <t t-if="o.currency_id.id == 166">
  259. <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
  260. </t>
  261. </td>
  262. <td class="text-right">
  263. <span t-if="o.currency_id.id == 166">
  264. <span t-esc= "'{0:,.0f}'.format(int(l.product_uom_qty * l.price_unit)).replace(',', '.')">
  265. <span t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/></span>
  266. <t t-set="valor_mat" t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/>
  267. </span>
  268. </td>
  269. </tr>
  270. </tbody>
  271. </table>
  272. <div class="row">
  273. <div class="col-xs-12 pull-right">
  274. <table class="table table-condensed">
  275. <td class="art-col1"><b>Totales: </b></td>
  276. <td class="art-col3"></td>
  277. <td class="art-col4"></td>
  278. <td class="art-col5">
  279. <span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span>
  280. </td>
  281. </table>
  282. </div>
  283. </div>
  284. <div class="row">
  285. <div class="col-xs-4 pull-right">
  286. <table class="table table-condensed">
  287. <!-- <tr class="border-black">
  288. <td><strong>Total s/ IVA</strong></td>
  289. <td class="text-right">
  290. <t t-if="o.currency_id.id == 166">
  291. <span t-esc="'{0:,.0f}'.format(o.amount_untaxed)"/>
  292. </t>
  293. <t t-if="o.currency_id.id != 166">
  294. <span t-esc="'{0:,.2f}'.format(o.amount_untaxed)"/>
  295. </t>
  296. </td>
  297. </tr>
  298. <tr>
  299. <td>IVA</td>
  300. <td class="text-right">
  301. <t t-if="o.currency_id.id == 166">
  302. <span t-esc="'{0:,.0f}'.format(o.amount_tax)"/>
  303. </t>
  304. <t t-if="o.currency_id.id != 166">
  305. <span t-esc="'{0:,.2f}'.format(o.amount_tax)"/>
  306. </t>
  307. </td>
  308. </tr> -->
  309. <!-- <tr class="border-black">
  310. <td><strong>Total</strong></td>
  311. <td class="text-right">
  312. <t t-if="o.currency_id.id == 166">
  313. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  314. </t>
  315. <t t-if="o.currency_id.id != 166">
  316. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  317. </t>
  318. </td>
  319. </tr> -->
  320. </table>
  321. </div>
  322. </div>
  323. <table class="table table-condensed table-bordered">
  324. <!-- <tr>
  325. <td class="note"><b>OBS.: Los totales de costo de materiales y mano de obra 10% iva incluído</b></td>
  326. </tr> -->
  327. <tr>
  328. <td class="payment_term"><b>Forma de Pago: </b><span t-field="o.payment_term"/></td>
  329. </tr>
  330. </table>
  331. </div>
  332. <div class="logo1"> </div>
  333. </t>
  334. </div>
  335. </t>
  336. </template>
  337. </data>
  338. </openerp>