Browse Source

Quitar opciones multi moneda y multi sucursal

Rodney Enciso Arias 7 năm trước cách đây
mục cha
commit
510b632e49

+ 13 - 0
static/src/css/eiru_reporting.css

@@ -89,3 +89,16 @@
      background-color: #d4e2f3;
     cursor:pointer;
 }
+/*Ocultar opcion para multi sucursal y multi moneda*/
+#current-journal{
+    display: none;
+}
+#current-currency {
+    display: none;
+}
+label[for="current-currency"]{
+    display: none !important;
+}
+label[for="current-journal"]{
+    display: none !important;
+}

+ 1 - 1
static/src/reports/all_purchases.xml

@@ -22,7 +22,7 @@
                 <label for="customer">Proveedor:</label>
                 <input id="customer" type="text" class="ui-autocomplete-input" autocomplete="off" placeholder="Nombre/ CI/ Ruc"/>
 
-                <button class="oe_button oe_form_button oe_highlight btn-block" value="pdf">Exportar a PDF</button>
+                <button class="oe_button oe_form_button oe_highlight btn-block" value="pdf">PDF</button>
             </div>
             <table id="table" class="table_paint_first_row"
                 data-pagination="true"

+ 1 - 1
static/src/reports/report_expenses.xml

@@ -22,7 +22,7 @@
                 <label for="customer">Proveedor:</label>
                 <input id="customer" type="text" class="ui-autocomplete-input" autocomplete="off" placeholder="Nombre/ CI/ Ruc"/>
 
-                <button class="oe_button oe_form_button oe_highlight btn-block" value="pdf">Exportar a PDF</button>
+                <button class="oe_button oe_form_button oe_highlight btn-block" value="pdf">PDF</button>
             </div>
             <table id="table" class="table_paint_first_row"
                 data-pagination="true"

+ 1 - 1
static/src/reports/report_invoice_utility.xml

@@ -13,7 +13,7 @@
                 <input type="text" id="from" name="from"/>
                 <label for="to" >Hasta: </label>
                 <input type="text" id="to" name="to"/>
-            <button class="oe_button oe_form_button oe_highlight" value="pdf">Exportar a PDF</button>
+            <button class="oe_button oe_form_button oe_highlight" value="pdf">PDF</button>
             <button class="oe_button oe_form_button oe_highlight" value="chart">Graficar</button>
         </div>
         <table id="table" class="table_utility"

+ 1 - 1
static/src/reports/report_product_utility.xml

@@ -13,7 +13,7 @@
                 <input type="text" id="from" name="from"/>
                 <label for="to" >Hasta: </label>
                 <input type="text" id="to" name="to"/>
-            <button class="oe_button oe_form_button oe_highlight" value="pdf">Exportar a PDF</button>
+            <button class="oe_button oe_form_button oe_highlight" value="pdf">PDF</button>
             <button class="oe_button oe_form_button oe_highlight" value="chart">Graficar</button>
             </div>
             <table id="table"

+ 1 - 1
static/src/reports/report_resumen_egresos.xml

@@ -17,7 +17,7 @@
                     <label for="to" >Hasta: </label>
                     <input type="text" id="to" name="to" />
                 <!-- </div> -->
-                <button class="oe_button oe_form_button oe_highlight" value="pdf" id="pdf">Exportar a PDF</button>
+                <button class="oe_button oe_form_button oe_highlight" value="pdf" id="pdf">PDF</button>
                 <button class="oe_button oe_form_button oe_highlight" value="chart" id="chart">Graficar</button>
             </div>
             <table id="table"

+ 1 - 1
static/src/reports/report_resumen_ingresos.xml

@@ -17,7 +17,7 @@
                     <label for="to" >Hasta: </label>
                     <input type="text" id="to" name="to" />
                 <!-- </div> -->
-            <button class="oe_button oe_form_button oe_highlight" value="pdf" id="pdf">Exportar a PDF</button>
+            <button class="oe_button oe_form_button oe_highlight" value="pdf" id="pdf">PDF</button>
             <button class="oe_button oe_form_button oe_highlight" value="chart" id="chart">Graficar</button>
         </div>
         <table id="table"

+ 1 - 1
static/src/reports/report_stock_location.xml

@@ -9,7 +9,7 @@
                 <div id="toolbar">
                     <label for="current-location">Sucursal: </label>
                     <select id="current-location" class=" ui-autocomplete-input"  name="journal"></select>
-                    <button class="oe_button oe_form_button oe_highlight" value="pdf" id="pdf">Exportar a PDF</button>
+                    <button class="oe_button oe_form_button oe_highlight" value="pdf" id="pdf">PDF</button>
                 </div>
                 <table id="table"
                        data-pagination="true"