File "consulta.php"
Full Path: C:/wamp64/www/INVENTAPP/views/consulta.php
File size: 10.88 KB
MIME-type: text/x-php
Charset: utf-8
<?php
require_once "superior.php"
?>
<div class="container-fluid ">
<!-- Content Row -->
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-8">
<div class="card shadow mb-4">
<div class="card-header py-3">
<h4 class="m-0 font-weight-bold" style="color:orange">Acciones</h4>
</div>
<div class="card-body">
<div class="row">
<div class="col-md-6">
<div class="d-grid gap-2 mb-2">
<a href="./registro.php" target="blank" class="btn btn-outline-secondary btn-lg btn-block" style="border-color:orange"><i class="fas fa-folder-plus fa-3x" style="color:orange"></i></a>
</div>
</div>
<div class="col-md-6">
<div class="d-grid gap-2 mb-2">
<a href="./consulta.php" target="blank" class="btn btn-outline-secondary btn-lg btn-block" style="border-color:orange"><i class="fas fa-search fa-3x" style="color:orange"></i></a>
</div>
</div>
<!-- Nueva opción 1 -->
<div class="col-md-6">
<div class="d-grid gap-2 mb-2">
<a href="../AUDITA.php" target="blank" class="btn btn-outline-secondary btn-lg btn-block" style="border-color:orange"><i class="fas fa-cog fa-3x" style="color:orange"></i></a>
</div>
</div>
<!-- Nueva opción 2 -->
<div class="col-md-6">
<div class="d-grid gap-2 mb-2">
<a href="../RegistrosAudi.php" target="blank" class="btn btn-outline-secondary btn-lg btn-block" style="border-color:orange"><i class="fas fa-info-circle fa-3x" style="color:orange"></i></a>
</div>
</div>
<hr>
</div>
</div>
<!-- Area Chart -->
<div class="card shadow mb-4">
<div class="card-header py-3">
<h4 class="m-0 font-weight-bold " style="color:orange">Información registro</h4>
</div>
<div class="card-body">
<div class="row">
<div class="col-xl-6 col-lg-6 mb-2">
<div class="card border-left-secondary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-uppercase mb-1" style="color:orange">
DCTO:</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $_SESSION['dcto']; ?></div>
</div>
<div class="col-auto">
<i class="fas fa-file fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 mb-2">
<div class="card border-left-secondary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-uppercase mb-1" style="color:orange">
FECHA:</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $_SESSION['fecha']; ?></div>
</div>
<div class="col-auto">
<i class="fas fa-calendar-day fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 mb-2">
<div class="card border-left-secondary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-uppercase mb-1" style="color:orange">
UBICACIÓN:</div>
<div class="h5 mb-0 font-weight-bold text-gray-800"><?php echo $_SESSION['ubicacion']; ?></div>
</div>
<div class="col-auto">
<i class="fas fa-map-marker-alt fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-6 col-lg-6 mb-2">
<div class="card border-left-secondary shadow h-100 py-2">
<div class="card-body">
<div class="row no-gutters align-items-center">
<div class="col mr-2">
<div class="text-xs font-weight-bold text-uppercase mb-1" style="color:orange">
PLANILLADOR;</div>
<div class="h5 mb-0 font-weight-bold text-gray-800 text-uppercase"><?php echo $_SESSION['planilla']; ?></div>
</div>
<div class="col-auto">
<i class="fas fa-sticky-note fa-2x text-gray-300"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
</div>
</div>
</div>
<div class="col-xl-12 col-lg-12 col-md-12">
<div class="card shadow mb-4">
<div class="card-header py-3">
<h4 class="m-0 font-weight-bold" style="color:orange">Consultas Planilla</h4>
</div>
<div class="card-body">
<div class="table-responsive">
<button class="btn btn-success btn-sm mb-4 btnCargarTblControl">CARGAR TABLA</button>
<table class="table table-bordered table-sm" id="tableControl" width="100%" cellspacing="0">
<thead class="bg-light text-dark">
<tr>
<th>IDMOV</th>
<th>TPDCTO</th>
<th>CODUBI</th>
<th>FECHA</th>
<th>ESTADO</th>
<th>USUARIO</th>
<th>CODPROD</th>
<th>NPROD</th>
<th style="padding-right: 120px;">CANTIDAD</th>
<th style="padding-right: 120px;">CANTEMPAQ</th>
<th style="padding-right: 120px;">BULTOS</th>
<th style="padding-right: 120px;">CAJAS</th>
<th style="padding-right: 150px;">CNASTA POLLO</th>
<th style="padding-right: 150px;">CNASTA PAVO</th>
<th style="padding-right: 150px;">CTILLA POLLO</th>
<th style="padding-right: 150px;">CTILLA PV</th>
<th style="padding-right: 120px;">BASES</th>
<th>RESPONSABLE</th>
<th>PLANILLADOR</th>
<th>LOTE</th>
<th>PESOPROM</th>
</tr>
</thead>
<tbody>
</tbody>
<tfoot class="bg-light text-dark">
<tr>
<th>IDMOV</th>
<th>TPDCTO</th>
<th>CODUBI</th>
<th>FECHA</th>
<th>ESTADO</th>
<th>USUARIO</th>
<th>CODPROD</th>
<th>NPROD</th>
<th style="padding-right: 120px;">CANTIDAD</th>
<th style="padding-right: 120px;">CANTEMPAQ</th>
<th style="padding-right: 120px;">BULTOS</th>
<th style="padding-right: 120px;">CAJAS</th>
<th style="padding-right: 150px;">CNASTA POLLO</th>
<th style="padding-right: 150px;">CNASTA PAVO</th>
<th style="padding-right: 150px;">CTILLA POLLO</th>
<th style="padding-right: 150px;">CTILLA PV</th>
<th style="padding-right: 120px;">BASES</th>
<th>RESPONSABLE</th>
<th>PLANILLADOR</th>
<th>LOTE</th>
<th>PESOPROM</th>
</tr>
</tfoot>
</table>
</div>
<hr>
</div>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
<?php
require_once "inferior.php"
?>