|
@@ -6,36 +6,39 @@
|
|
|
<h1>Tributación de Ventas</h1>
|
|
|
<div id="volver"></div>
|
|
|
</div>
|
|
|
- <div class="row">
|
|
|
- <div class="col-md-6 col-md-offset-3">
|
|
|
- <table class="table table-condensed">
|
|
|
- <tr>
|
|
|
- <th>
|
|
|
- <label for="current-period">Período: </label>
|
|
|
- <select id="current-period" class="ui-autocomplete-input form-control" name="period"></select>
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>
|
|
|
- <button class="oe_button oe_form_button oe_highlight btn-block txt" value="txt" id="txt">Exportar a txt</button>
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <!-- <div id="toolbar"> -->
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-6 col-md-offset-3">
|
|
|
+ <table class="table table-condensed">
|
|
|
+ <tr>
|
|
|
+ <th>
|
|
|
+ <label for="current-period">Período: </label>
|
|
|
+ <select id="current-period" class="ui-autocomplete-input form-control" name="period"></select>
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>
|
|
|
+ <button class="oe_button oe_form_button oe_highlight btn btn-block btn-lg" value="txt" id="txt">Exportar <i class="fa fa-file-text fa-lg"></i></button>
|
|
|
+ </th>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- </div> -->
|
|
|
<table id="table"
|
|
|
data-pagination="true"
|
|
|
data-toggle="table"
|
|
|
data-reorderable-columns="true"
|
|
|
- data-toolbar="#toolbar"
|
|
|
+ data-toolbar="#toolbar"
|
|
|
data-buttons-class="oe_button oe_form_button oe_highlight"
|
|
|
data-height="auto"
|
|
|
- data-classes="table table-hover table-condensed table-bordered"
|
|
|
+ data-classes="table table-hover table-condensed"
|
|
|
data-row-style="rowStyle"
|
|
|
- data-search="true">
|
|
|
+ data-search="true"
|
|
|
+ value="bottom">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th data-field="linea">#</th>
|
|
|
+ <th data-field="linea" data-align="center">#</th>
|
|
|
<th data-field="tipo_registro" >Tipo de Registro</th>
|
|
|
<th data-field="ruc_cliente" >RUC Cliente</th>
|
|
|
<th data-field="dv">DV Cliente</th>
|