예제 #1
0
     $datos["txtfecha"] = $parametros["p2"];
     $datos["cbocomprobante"] = $parametros["p3"];
     $datos["cboTipobusqueda"] = $parametros["p4"];
     $datos["txtrecibodesde"] = $parametros["p5"];
     $datos["txtrecibohasta"] = $parametros["p6"];
     $datos["cb_filtroCajas"] = $parametros["p7"];
     $resultado = $o_ActionOrden->comprobantesEmitidos($datos);
     break;
 case 'menuMostrarReportePorNroCaja':
     require_once "ActionCaja.php";
     $o_ActionCaja = new ActionCaja();
     $resultado = $o_ActionCaja->menuMostrarReportePorNroCaja();
     break;
 case 'reporteCajaPorCajero':
     require_once "ActionCaja.php";
     $o_ActionCaja = new ActionCaja();
     $datos["codCaja"] = $parametros["p2"];
     $datos["txtFechaIni"] = $parametros["p3"];
     $datos["txtFechaFinal"] = $parametros["p4"];
     $datos["fila"] = $parametros["p5"];
     $resultado = $o_ActionCaja->reporteCajaPorCajero($datos);
     break;
 case 'eliminarAsistencia':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
     $datos["idHorarioAsistencia"] = $parametros["p2"];
     $resultado = $o_ActionRrhh->eliminarAsistencia($datos);
     break;
 case 'exportarExcelEncargadosMorosos':
     require_once "ActionRrhh.php";
     $o_ActionRrhh = new ActionRrhh();
예제 #2
0
<?php

$datos = array();
$datos["funcionEjecutar"] = 'busquedaResponsabledesuCaja()';
$o_ActionCaja = new ActionCaja();
$cb_combo_cajas = $o_ActionCaja->listadoCajas($datos);
?>
<div align="center">
    <div style="width:700px; height:600px;margin:1px auto; border: #006600 solid">
        <div class="titleform">
            <h1>CIERRE&nbsp;&nbsp;&nbsp;DE&nbsp;&nbsp;&nbsp;CAJERO</h1>
        </div>
        <div style="width:90%;height:20%;">
            <br/>
            <table width="90%" border="0">
                <tr>
                    <td width="10%">Caja Nº :</td>
                    <td width="18%"><?php 
echo $cb_combo_cajas;
?>
</td>
                    <td width="8%">&nbsp;</td>
                    <td width="12%">Nombre : </td>
                    <td width="52%">&nbsp;<input type="text" id="txtresponsabledesucaja" name="txtresponsabledesucaja" value="" readonly="readonly" disabled="disabled" style="width: 250px"/></td>
                </tr>
                <tr>
                    <td>&nbsp;</td>
                    <td>&nbsp;</td>
                    <td>&nbsp;</td>
                    <td>&nbsp;</td>
                    <td>&nbsp;</td>