!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.4.18 (Ubuntu). PHP/7.0.33-0ubuntu0.16.04.16 

uname -a: Linux digifus 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/almazenServer/application/views/   drwxr-xr-x
Free 10.1 GB of 29.4 GB (34.37%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     reporte_ventas_feria.php (19.3 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<div class="content-wrapper" style="min-height: 946px;">
  <div  style="margin-left:20px;">
    <!-- Main content -->


    
    <section class="content">
      <h4><b><?= $titulo ?></b></h4>
      <div>
        <!-- Nav tabs -->
        <ul class="nav nav-tabs" role="tablist">
          <li role="presentation" class="active"><a href="#pedidos" aria-controls="home" role="tab" data-toggle="tab">PEDIDOS</a></li>
          <li role="presentation"><a href="#productos" aria-controls="profile" role="tab" data-toggle="tab">PRODUCTOS</a></li>
          <li role="presentation"><a href="#caja" aria-controls="messages" role="tab" data-toggle="tab">CAJA</a></li>
        </ul>
        <!-- Tab panes -->
        <div class="tab-content">
          <div role="tabpanel" class="tab-pane active" id="pedidos">
            <br> <br>
            <h4> <b>RESUMEN PEDIDOS CON FILTRO (LA FECHA ES LA DE COTIZACION DEL PEDIDO)</b></h4>
            <br> <br>
            <form action="<?php echo base_url()?>home/reporteVentaExcel/" method="post">
              <div class="form-inline">
                <label><b> VEND </b></label>
                <select style="font-family: Arial; font-size: 12pt;width: 120px;"name="comboVendedor" id="comboVendedor"  class="form-control">
                  <option></option>
                  <?php $respuestaCombo=$this->consultas_model->getVendedoresFiltro(); foreach($respuestaCombo as $file):?>
                  <option><?= $file->nombre ?></option>
                  <?php endforeach;?>
                </select>&nbsp;&nbsp;
                <label><b> ESTADO </b></label> &nbsp;&nbsp;&nbsp;&nbsp;
                <select style="font-family: Arial; font-size: 12pt;width: 120px;"name="comboTipoPedido" id="comboTipoPedido"  class="form-control">
                  <option></option>
                  <?php $respuestaCombo=$this->consultas_model->getTiposEstados(); foreach($respuestaCombo as $file):?>
                  <option><?= $file ?></option>
                  <?php endforeach;?>
                </select>&nbsp;&nbsp;
                <label><b> PAGO </b></label> &nbsp;&nbsp;&nbsp;&nbsp;
                <select style="font-family: Arial; font-size: 16pt;height: 40px;width: 120px;" name="comboPago" id="comboPagado" >
                  <option><?php echo($checkPago[0]->pagado); ?></option>
                  <?php $respuestaCombo4=$this->consultas_model->getCheck(); foreach($respuestaCombo4 as $file):?>
                  <option><?= $file->pagado ?></option>
                  <?php endforeach;?>
                </select>&nbsp;&nbsp;&nbsp;&nbsp;
                <label>  F.INICIAL </label>&nbsp;&nbsp;<input  style="height: 30px;width: 160px;" name="datapicker2" id="datepicker2" value="">&nbsp;&nbsp;&nbsp;&nbsp;
                <label>  F. FINAL </label>&nbsp;&nbsp;<input style="height: 30px;width: 160px;" name="datapicker3" id="datepicker3" value="">
                &nbsp;&nbsp;&nbsp;&nbsp;
                <input type="submit" class="btn btn-primary" value="PEDIDOS REALIZADOS" />
                <br>
              </div>
            </form>
            
            
            <br><br>
            <h4> <b>DESCARGA DE PEDIDOS EN CARPETAS X ESTADO</b></h4>
            <form action="<?php echo base_url()?>home/expulsarFolderByState/" method="post">
              
              <label>(*)  FECHA PEDIDOS A DESCARGAR EN PDF    </label>&nbsp;&nbsp;<input  style="height: 30px;width: 160px;" name="datapicker21" id="datepicker21" value="">&nbsp;&nbsp;&nbsp;&nbsp;
              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" class="btn btn-info" value="DESCARGAR PEDIDOS" />
              <br><br>
            </form>
            <br><br>
            <h4> <b>VENTAS AGRUPADAS POR CLIENTE (FILTRADO POR FECHA DE COTIZACION)</b></h4>
            <form action="<?php echo base_url()?>home/reporteVentaAgrupaClienteExcel/" method="post">
              <label>FECHA INICIAL</label>&nbsp;&nbsp;<input name="datapicker8" id="datepicker8" value="">&nbsp;&nbsp;&nbsp;&nbsp;
              <label>FECHA FINAL</label>&nbsp;&nbsp;<input name="datapicker9" id="datepicker9" value="">
              &nbsp;&nbsp;&nbsp;&nbsp;
              <input type="submit" class="btn btn-danger" value="VENTAS X CLIENTE" />
              <br>
            </form>
          </div>
          
          
          <div role="tabpanel" class="tab-pane" id="productos">
            <br>
            
            <h4><b>SUMARIZADO PRODUCTOS (ARTICULOS VENDIDOS INDICANDO FECHA DE COTIZACION)</b></h4>
            <div class="form-inline">
              <form action="<?php echo base_url()?>home/reporteProductosExcel/" method="post">
                <div id="buscador" class="inline">
                  <strong  style="height: 30px;">PUEDE ELEGIR UN CLIENTE PARA FILTRAR... </strong>
                  <input  style="height: 30px;" placeholder="RAZON SOCIAL..."  style="height: 30px;" type="text" name="buscando" class="med" id="buscando" />&nbsp;&nbsp;&nbsp;
                </div>
                <br><br>
                <div class="form-inline">
                  <label>FECHA INICIAL</label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker4" id="datepicker4" value="">
                  &nbsp;&nbsp;&nbsp;&nbsp;
                  <label>FECHA FINAL</label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker5" id="datepicker5" value="">
                  &nbsp;&nbsp;&nbsp;&nbsp;
                  <label>ESTADO</label>&nbsp;&nbsp;
                  <select style="font-family: Arial; font-size: 12pt;width: 120px;"name="comboFiltroProductosVendidos" id="comboFiltroProductosVendidos"  class="form-control">
                    <option></option>
                    <?php $respuestaCombo=$this->consultas_model->getTiposEstados(); foreach($respuestaCombo as $file):?>
                    <option><?= $file ?></option>
                    <?php endforeach;?>
                  </select> &nbsp;&nbsp;&nbsp;&nbsp;
                  <input type="submit" class="btn btn-success" value="PRODUCTOS PEDIDOS" />
                </div>
              </form>
            </div>
            <br>
          
            <div>
              <label> (LOS ESTADOS STAND BY Y ELIMINADOS NO ESTAN CONTEMPLADOS DENTRO DEL STOCK ACTUAL)</label>
              <br><br>
              <h4> <b>LISTADO DE ARTICULOS CON STOCK POR AGOTARSE (DE MENOS A MAS STOCK)</b></h4>
              <form action="<?php echo base_url()?>home/reporteStockDiarioFeria/" method="post">
                <input   type="number" style="height: 30px;" placeholder="Cantidad Tope Stock"  style="height: 30px;"  name="limite" class="med" id="limite" />&nbsp;&nbsp;&nbsp;
                
                <input type="submit" class="btn btn-success" value="LISTADO" />
                <br>
                <h4> <b>(consultar modulo alerta articulos)</b></h4>
              </form>
              <br><br>
            </div>
            <h4><b>SUMARIZADO PRODUCTOS (ARTICULOS VENDIDOS SIN CONSIDERAR BANDEJA DE ENTRADA)</b></h4>
            <div class="form-inline">
              <form action="<?php echo base_url()?>home/reporteExcelSinEntrada/" method="post">
                <div id="buscador" class="inline">
                  <strong  style="height: 30px;">PUEDE ELEGIR UN CLIENTE PARA FILTRAR... </strong>
                  <input  style="height: 30px;" placeholder="RAZON SOCIAL..."  style="height: 30px;" type="text" name="buscando2" class="med" id="buscando2" />&nbsp;&nbsp;&nbsp;
                </div>
                <br><br>
                <div class="form-inline">
                  <label>FECHA INICIAL</label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker31" id="datepicker31" value="">
                  &nbsp;&nbsp;&nbsp;&nbsp;
                  <label>FECHA FINAL</label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker32" id="datepicker32" value="">
                  &nbsp;&nbsp;&nbsp;&nbsp;
                  <label>ESTADO</label>&nbsp;&nbsp;
                  <select style="font-family: Arial; font-size: 12pt;width: 120px;"name="comboFiltroProductosVendidos2" id="comboFiltroProductosVendidos"  class="form-control">
                    <option></option>
                    <?php $respuestaCombo=$this->consultas_model->getTiposEstados(); foreach($respuestaCombo as $file):?>
                    <option><?= $file ?></option>
                    <?php endforeach;?>
                  </select> &nbsp;&nbsp;&nbsp;&nbsp;
                  <input type="submit" class="btn btn-danger" value="PRODUCTOS PEDIDOS" />
                </div>
                <br> <br> <br> <br> <br>
                <label>ESTADOS NO CONSIDERADOS: SIN ESTADO,ENTRADA,BORRADO,INCOMPLETO,ABIERTO,SIN CONFIRMAR,STAND BY,DESARMADO,STAND BY FERIA </label>
              </form>
              <br> <br>
              <div ng-app="MenuOperaciones" ng-controller="MyCtrl" style="min-height: 506px;">
                <div class="row">
                  <div class="col-md-12"  style="margin-left:30px;">
                    <br>  <br>
                    <h4> <b> Ingresse el articulo que desee, luego pulse el boton EXPORTAR.</b></h4> <br>  <br>
                    <h2> Se observara en formato excel las notas de pedido en las que se encuentra dicho articulo.</h2> <br>  <br>
                    <form ng-submit="confirm()" action="<?php echo base_url()?>productos/exportarAuditoria/" method="post">
                      <strong>BUSCAR ARTICULO: </strong>
                      <input type="text" name="buscandoProductos" id="buscandoProductos" ng-model="search" ng-change="filter()" style="width: 300px;height :30px;" placeholder="BUSCAR" class="form-control" />
                      &nbsp;&nbsp;&nbsp;&nbsp;
                      <button type="submit" class="btn btn-info" aria-label="Left Align">
                      <span class="glyphicon glyphicon-print"></span> &nbsp; Exportar
                      </button>
                    </form>
                  </div>
                </div>
              </div>
              
            </div>
          </div>
          
          <div role="tabpanel" class="tab-pane" id="caja">
            <br>
            <h4><b>CAJA DIARIA (RESUMEN TOTAL DE EFECTIVO Y CHEQUE)</b></h4><br>
            <form action="<?php echo base_url()?>home/reporteCajaDiariaExcel/" method="post">
              <label>FECHA INICIAL </label>&nbsp;&nbsp;<input  style="height: 30px;"name="datapicker6" id="datepicker6" value="">&nbsp;&nbsp;&nbsp;&nbsp;
              <label>FECHA FINAL </label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker7" id="datepicker7" value="">
              &nbsp;&nbsp;&nbsp;&nbsp;
              <input type="submit" class="btn btn-warning" value="CAJA DIARIA" />
              <br>
              
            </form>
            
            <h4> <b>CAJA DIARIA (EFECTIVO)</b></h4><br>
            <form action="<?php echo base_url()?>home/reporteEfectivoDiariaExcel/" method="post">
              <label>FECHA INICIAL </label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker10" id="datepicker10" value="">&nbsp;&nbsp;&nbsp;&nbsp;
              <label>FECHA FINAL </label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker11" id="datepicker11" value="">
              &nbsp;&nbsp;&nbsp;&nbsp;
              <input type="submit" class="btn btn-info" value="CAJA DIARIA" />
              <br>
            </form>
            
            <h4><b> CAJA DIARIA (CHEQUE)</b></h4><br>
            <form action="<?php echo base_url()?>home/reporteChequeDiariaExcel/" method="post">
              <label>FECHA INICIAL </label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker12" id="datepicker12" value="">&nbsp;&nbsp;&nbsp;&nbsp;
              <label>FECHA FINAL </label>&nbsp;&nbsp;<input style="height: 30px;" name="datapicker13" id="datepicker13" value="">
              &nbsp;&nbsp;&nbsp;&nbsp;
              <input type="submit" class="btn btn-success" value="CAJA DIARIA" />
              <br>
            </form>
          </div>
          <label>(*) CAMPO OBLIGATORIO.</label>
        </div>
        </section><!-- /.content -->
        </div><!-- /.content-wrapper -->
      </div>
      <script type="text/javascript">
      var app = angular.module('MenuOperaciones', ['ui.bootstrap']);
      app.filter('startFrom', function() {
      console.log("entra aca");
      return function(input, start) {
      if(input) {
      start = +start; //parse to int
      return input.slice(start);
      }
      return [];
      }
      });
      app.controller('MyCtrl', function ($scope, $http, $location) {
      $scope.list=[];
      $scope.reloadPage = function(){window.location.reload();}
      
      
      $scope.setPage = function(pageNo) {
      $scope.currentPage = pageNo;
      };
      $scope.sort_by = function(predicate) {
      $scope.predicate = predicate;
      $scope.reverse = !$scope.reverse;
      };
      $scope.confirm = function() {
      $articulo= document.getElementById('buscandoProductos').value;
      if ($articulo != ''){
      event.returnValue=true;
      }
      else{
      alert("DEBES INGRESAR UN ARTICULO VALIDO EN EL CAMPO BUSCAR");
      event.returnValue=false;
      }
      };
      });
      $("#buscando").autocomplete({
      minLength: 1,
      source:'<?php echo site_url("pedido/autocompletar");?>',
      
      });
      $("#buscando2").autocomplete({
      minLength: 1,
      source:'<?php echo site_url("pedido/autocompletar");?>',
      
      });
      $("#buscandoProductos").autocomplete({
      minLength: 1,
      source:'<?php echo site_url("pedido/autocompletarProductos");?>',
      select: function(event, ui) {
      buscando=ui.item.value;
      
      }
      });
      $( "#datepicker21" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker20" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker21" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker15" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker16" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker17" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker14" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker13" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker12" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker11" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker10" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker8" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker9" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker6" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker7" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker2" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker5" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker31" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker32" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker4" ).datepicker({
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      $( "#datepicker3" ).datepicker({
      // Formato de la fecha
      dateFormat: "yy-m-dd",
      // Primer dia de la semana El lunes
      firstDay: 1,
      // Dias Largo en castellano   // Cuando seleccionamos la fecha esta se pone en el campo Input
      onSelect: function(dateText) {
      }
      });
      </script>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0081 ]--