Browse Source

Agrega en la impresión del catálogo la secuencia y cantudad disponible.

sebas 4 năm trước cách đây
mục cha
commit
9427b18442
1 tập tin đã thay đổi với 18 bổ sung7 xóa
  1. 18 7
      catalogo_productos_profesional.xml

+ 18 - 7
catalogo_productos_profesional.xml

@@ -84,11 +84,11 @@
                         text-align: center;
                     }
                     .art-col2{
-                        width:1.3cm;
+                        width:2.3cm;
                         text-align: center;
                     }
                     .art-col3{
-                        width:1.3cm;
+                        width:2.3cm;
                         text-align: center;
                     }
                     .art-col4{
@@ -101,15 +101,22 @@
                         width:3.3cm;
                     }
                     .art-col6{
-                        width:3cm;
+                        width:4cm;
+                        text-align: right;
+                    }
+                    .art-col7{
+                        width:4cm;
+                        text-align: right;
+                    }
+                    .art-col8{
+                        width:4cm;
                         text-align: right;
                     }
-
                 </style>
 
-                   <div class="pagina">
+                   <div class="pagina" style="margin-left:15mm !important; margin-right:-5mm !important;">
                        <div class="logo"> </div>
-                       <div style="padding-left:1.5cm;padding-right:0.5cm;">
+                       <!-- <div style="padding-left:1.5cm;padding-right:0.5cm;"> -->
                         <div class="row">
                             <div class="col-xs-4">
                                <tr>
@@ -149,6 +156,7 @@
                                     <th style="font-size:10px;font-family: Arial;width:20cm;overflow: auto; text-align: center;">Descripción del producto/servicio</th>
                                     <th style="font-size:10px;font-family: Arial;width:3,3cm;overflow: auto; text-align: center;">Marca</th>
                                     <th style="font-size:10px;font-family: Arial;width:3cm;overflow: auto; text-align: center;">Prec. Venta</th>
+                                    <th style="font-size:10px;font-family: Arial;width:4cm;overflow: auto; text-align: center;">Cantidad</th>
                                </tr>
                             </thead>
                             <t t-foreach="docs" t-as="o">
@@ -175,6 +183,9 @@
                                     <td class="art-col7">
                                           <span t-field="o.list_price"/>
                                     </td>
+                                    <td class="art-col8">
+                                          <span t-field="o.qty_available"/>
+                                    </td>
                                </tbody>
                             </t>
                        </table>
@@ -182,7 +193,7 @@
                        <th class="text-left">Fecha y hora del listado: </th><span t-esc="context_timestamp(datetime.datetime.now()).strftime('%d-%m-%Y %H:%M')"/>
 
                      </div>
-                </div>
+                <!-- </div> -->
            </div>
 
         </t>