presupuesto_venta_decorart.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openerp>
  3. <data>
  4. <report id="presupuesto_venta_decorart"
  5. model="sale.order"
  6. string="Presupuesto de Venta"
  7. report_type="qweb-html"
  8. name="presupuesto_venta_decorart.report_presupuesto_decorart"
  9. file="presupuesto_venta_decorart.report_presupuesto_decorart"
  10. />
  11. <template id="report_presupuesto_decorart">
  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: 19.2cm;
  103. float: left;
  104. min-height: 0.4cm;
  105. }
  106. .telefono_data{
  107. width: 19.2cm;
  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:2.3cm;
  125. text-align: center;
  126. }
  127. .art-col3{
  128. padding-left: 3cm;
  129. width:1cm;
  130. text-align: center;
  131. }
  132. .art-col4{
  133. padding-left: 0.3cm;
  134. width:9cm;
  135. }
  136. .art-col5{
  137. width:3.2cm;
  138. text-align: right;
  139. }
  140. .art-col6{
  141. width:3.6cm;
  142. text-align: right;
  143. }
  144. .spad{
  145. width: 8.5cm;
  146. float: left;
  147. padding-top: 0.09cm;
  148. padding-bottom: 0.12cm;
  149. min-height: 0.4cm;
  150. }
  151. .subtotal_mat{
  152. width: 4.3cm;
  153. float: left;
  154. text-align: right;
  155. padding-top: 0.09cm;
  156. padding-left: 1cm;
  157. padding-bottom: 0.12cm;
  158. min-height: 0.4cm;
  159. }
  160. .subtotal_mo{
  161. width: 3.6cm;
  162. float: left;
  163. text-align: right;
  164. padding-top: 0.09cm;
  165. padding-bottom: 0.12cm;
  166. min-height: 0.4cm;
  167. }
  168. .logo1{
  169. height: 2cm;
  170. width: 100%;
  171. top: 0px;
  172. }
  173. .foto_personal {
  174. position: absolute;
  175. top: 1.5cm;
  176. left:0.25cm;
  177. }
  178. </style>
  179. <t t-foreach="docs" t-as="o">
  180. <div class="pagina">
  181. <div class="divisoria"> </div>
  182. <div style="border:0.3px solid #000;"></div>
  183. <div class="divisoria"> </div>
  184. <div class="divisoria"> </div>
  185. <div class="row">
  186. <div class="col-xs-4">
  187. <tr>
  188. <div class="descripcion1"><b><i>M Y S DECORART</i></b></div>
  189. </tr>
  190. <tr>
  191. <div class="descripcion2"><b>Emprendimientos y Multiservicios</b></div>
  192. </tr>
  193. <tr>
  194. <div class="descripcion3"><b></b></div>
  195. </tr>
  196. <tr>
  197. <div class="descripcion4"><b>Km. 5 - Bº María Auxiliadora</b></div>
  198. </tr>
  199. <tr>
  200. <div class="email"><b>lider-constructora@hotmail.com</b></div>
  201. </tr>
  202. <tr>
  203. <div class="ciudad"><b>CIUDAD DEL ESTE - PARAGUAY</b></div>
  204. </tr>
  205. <tr>
  206. <div class="tel"><b>(061) 572 311 - (0983) 658 086</b></div>
  207. </tr>
  208. </div>
  209. <div class="col-xs-8">
  210. <center>
  211. <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: 100px;"/>
  212. </center>
  213. </div>
  214. </div>
  215. <div class="divisoria"> </div>
  216. <div class="titulo" >
  217. <h3><strong>NOTA DE PRESUPUESTO N°: <span t-field="o.name"/></strong></h3>
  218. </div>
  219. <table class="table table-condensed table-bordered">
  220. <tr>
  221. <td class="fecha_emision_data"><b>Fecha: </b><span t-field="o.date_order" t-field-options='{"format": "dd MMMM yyyy"}'/></td>
  222. <td class="vendor"><b>Vendedor: </b><span t-field="o.user_id.name"/></td>
  223. </tr>
  224. <tr>
  225. <td class="razon_data"><b>Cliente: </b><span t-field="o.partner_id.name"/></td>
  226. <td class="ruc_data"><b>R.U.C N°: </b><span t-field="o.partner_id.ruc"/></td>
  227. </tr>
  228. <tr>
  229. <td class="direccion_data">
  230. <t t-f="o.partner_id.street"><b>Direccion: </b><span t-field="o.partner_id.street"/></t>
  231. <t t-f="not o.partner_id.street"> </t>
  232. </td>
  233. </tr>
  234. <tr>
  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">Imagen</th>
  242. <th class="text-center">Cantidad</th>
  243. <th class="text-center">Descripción</th>
  244. <th class="text-center">Prec. Unitario</th>
  245. <th class="text-center">Subtotal</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="art-col1">
  253. <span t-field="l.product_id.image_small" t-field-options='{"widget": "image"}' class="Your_custom_class"/>
  254. </td>
  255. <td class="text-center">
  256. <span t-esc="'%.0f'%l.product_uom_qty"/>
  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.price_unit)"/>
  264. </t>
  265. <t t-if="o.currency_id.id != 166">
  266. <span t-esc="'{0:,.2f}'.format(l.price_unit)"/>
  267. </t>
  268. </td>
  269. <td class="text-right">
  270. <span t-if="o.currency_id.id == 166">
  271. <span t-esc= "'{0:,.0f}'.format(int(l.product_uom_qty * l.price_unit)).replace(',', '.')">
  272. <span t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/></span>
  273. <t t-set="valor_mat" t-value="valor_mat+(l.product_uom_qty * l.price_unit)"/>
  274. </span>
  275. </td>
  276. </tr>
  277. </tbody>
  278. </table>
  279. <div class="row">
  280. <div class="col-xs-12 pull-right">
  281. <table class="table table-condensed">
  282. <td class="art-col1"><b>Sub Totales: </b></td>
  283. <td class="art-col3"></td>
  284. <td class="art-col4"></td>
  285. <td class="art-col5">
  286. <span t-esc="'{0:,.0f}'.format(int(valor_mat)).replace(',', '.')"></span>
  287. </td>
  288. </table>
  289. </div>
  290. </div>
  291. <div class="row">
  292. <div class="col-xs-4 pull-right">
  293. <table class="table table-condensed">
  294. <tr class="border-black">
  295. <td><strong>Total s/ IVA</strong></td>
  296. <td class="text-right">
  297. <t t-if="o.currency_id.id == 166">
  298. <span t-esc="'{0:,.0f}'.format(o.amount_untaxed)"/>
  299. </t>
  300. <t t-if="o.currency_id.id != 166">
  301. <span t-esc="'{0:,.2f}'.format(o.amount_untaxed)"/>
  302. </t>
  303. </td>
  304. </tr>
  305. <tr>
  306. <td>IVA</td>
  307. <td class="text-right">
  308. <t t-if="o.currency_id.id == 166">
  309. <span t-esc="'{0:,.0f}'.format(o.amount_tax)"/>
  310. </t>
  311. <t t-if="o.currency_id.id != 166">
  312. <span t-esc="'{0:,.2f}'.format(o.amount_tax)"/>
  313. </t>
  314. </td>
  315. </tr>
  316. <tr class="border-black">
  317. <td><strong>Total</strong></td>
  318. <td class="text-right">
  319. <t t-if="o.currency_id.id == 166">
  320. <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
  321. </t>
  322. <t t-if="o.currency_id.id != 166">
  323. <span t-esc="'{0:,.2f}'.format(o.amount_total)"/>
  324. </t>
  325. </td>
  326. </tr>
  327. </table>
  328. </div>
  329. </div>
  330. <table class="table table-condensed table-bordered">
  331. <tr>
  332. <td class="note"><b>OBS.: </b></td>
  333. </tr>
  334. <!-- <tr>
  335. <td class="payment_term"><b>Forma de Pago: </b><span t-field="o.payment_term"/></td>
  336. </tr> -->
  337. </table>
  338. <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>
  339. </div>
  340. <div class="logo1"> </div>
  341. </t>
  342. </div>
  343. </t>
  344. </template>
  345. </data>
  346. </openerp>