File "administracion.php"

Full path: /home/wwwitravel/public_html/sistema/vistas/administracion.php
File size: 0.01 KB (6.22 KB bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php include('header.php');?>
<div class="row contenido">
<div class="col-md-12">

<div id="tab-container" class="tab-container">
<ul class='etabs'>
    <li class='tab'><a href="#tabs1">Viajes</a></li>
    <li class='tab'><a href="#tabs2">Cheques</a></li>
	<li class='tab'><a href="#tabs3">Pagos pendientes</a></li>
	<li class='tab'><a href="#tabs4">Gastos</a></li>
	<li class='tab'><a href="#tabs5">Utilidades</a></li>
	<li class='tab'><a href="#tabs6">Estadisticas de Ventas</a></li>
  </ul>
  <div id="tabs1">
	<div id="tab-containerb" class="tab-container">
	   <ul class='etabs'>
		<li class='tab'><a href="#tabsb1">Viajan Hoy</a></li>
		<li class='tab'><a href="#tabsb2">Viajando</a></li>
		<li class='tab'><a href="#tabsb3">Proximos a viajar</a></li>
	  </ul>
	  <div id="tabsb1">
		<table class="table table-bordered">
			<thead>
				<tr>
					<td>Código</td>
					<td>Nombre</td>
					<td>N° Pasajeros</td>
					<td>Destino</td>
					<td>Fecha</td>
					<td>Ver</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>001</td>
					<td>Miguel Rosales (14.211.098-9)</td>
					<td>3</td>
					<td>La Serena</td>
					<td>07/03/2016</td>
					<td><a href="viajes_det.php" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
			</tbody>
		</table>
	  </div>
	   <div id="tabsb2">
		<table class="table table-bordered">
			<thead>
				<tr>
					<td>Código</td>
					<td>Nombre</td>
					<td>N° Pasajeros</td>
					<td>Destino</td>
					<td>Fecha</td>
					<td>Ver</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>002</td>
					<td>Rosario Vega(14.211.098-9)</td>
					<td>3</td>
					<td>La Serena</td>
					<td>07/03/2016</td>
					<td><a href="viajes_det.php" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
			</tbody>
		</table>
	  </div>
	   <div id="tabsb3">
		<table class="table table-bordered">
			<thead>
				<tr>
					<td>Código</td>
					<td>Nombre</td>
					<td>N° Pasajeros</td>
					<td>Destino</td>
					<td>Fecha</td>
					<td>Ver</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>003</td>
					<td>Juan Pérez (14.211.098-9)</td>
					<td>3</td>
					<td>La Serena</td>
					<td>07/03/2016</td>
					<td><a href="viajes_det.php" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
			</tbody>
		</table>
	  </div>
	</div>
  
  </div>
  <div id="tabs2">
	<div id="tab-containerc" class="tab-container">
	   <ul class='etabs'>
		<li class='tab'><a href="#tabsc1">Pendientes de cobro</a></li>
		<li class='tab'><a href="#tabsc2">A fecha</a></li>
		<li class='tab'><a href="#tabsc3">Cobrados</a></li>
	  </ul>
	  <div id="tabsc1">
		<table class="table table-bordered">
			<thead>
				<tr>
					<td>N° Cheque</td>
					<td>Nombre</td>
					<td>Monto</td>
					<td>Tipo</td>
					<td>Fecha cobro</td>
					<td>Cobrado</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>56784356</td>
					<td>Juan Pérez (14.211.098-9)</td>
					<td>$200.000</td>
					<td>tipo</td>
					<td>20-03-2016</td>
					<td><a href="#">NO</a></td>
				</tr>
			</tbody>
		</table>
	  </div>
	  <div id="tabsc2">
		<table class="table table-bordered">
			<thead>
				<tr>
					<td>N° Cheque</td>
					<td>Nombre</td>
					<td>Monto</td>
					<td>Tipo</td>
					<td>Cobrado</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>786543468</td>
					<td>Miguel rosales (14.211.098-9)</td>
					<td>$200.000</td>
					<td>tipo</td>
					<td><a href="#">NO</a></td>
				</tr>
			</tbody>
		</table>
	  </div>
	  <div id="tabsc3">
		<table class="table table-bordered">
			<thead>
				<tr>
					<td>N° Cheque</td>
					<td>Nombre</td>
					<td>Monto</td>
					<td>Tipo</td>
					<td>Cobrado</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>786543468</td>
					<td>Rosario Vega (14.211.098-9)</td>
					<td>$200.000</td>
					<td>tipo</td>
					<td><a href="#">SI</a></td>
				</tr>
			</tbody>
		</table>
	  </div>
  
  </div>
  </div>
  <div id="tabs3">
	<table class="table table-bordered">
			<thead>
				<tr>
					<td>Código</td>
					<td>Monto</td>
					<td>Tipo</td>
					<td>Ver</td>
				</tr>
			</thead>
				<tr>
					<td>001</td>
					<td>$200.000</td>
					<td>Dolar</td>
					<td><a href="#" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
				<tr>
					<td>002</td>
					<td>$200.000</td>
					<td>Dolar</td>
					<td><a href="#" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
			<tbody>
			
			</tbody>
	</table>
  </div>
  <div id="tabs4">
	<a href="administracion_gastos.php"><button type="button" class="btn btn-primary" style="margin:15px;"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Añadir Nuevo Mes de gastos</button></a>
  <br>
  
 	<table class="table table-bordered">
			<thead>
				<tr>
					<td>Fecha creación</td>
					<td>Mes/Año gastos</td>
					<td>Monto Total</td>
					<td>Ver</td>
				</tr>
			</thead>
			<tbody>
				<tr>
					<td>28/02/2016</td>
					<td>02/2016</td>
					<td>$1.100.000</td>
					<td><a href="#" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
				<tr>
					<td>28/01/2016</td>
					<td>01/2016</td>
					<td>$1.800.000</td>
					<td><a href="#" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
				<tr>
					<td>28/12/2015</td>
					<td>02/2016</td>
					<td>$1.000.000</td>
					<td><a href="#" alt="Ver"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span></a></td>
				</tr>
			</tbody>
	</table> 
	
	<table class="table table-bordered">
		<tr>
			<td>Gastos 2015 Total</td>
			<td>$ 1.000.000</td>
		</tr>
		<tr>
			<td>Gastos 2016 Total</td>
			<td>$ 2.900.000</td>
		</tr>
	</table>
  </div>
  <div id="tabs5">
  Pantalla pendiente, muestra estadisticas de utilidades mensuales
  
  </div>
  <div id="tabs6">
  Pantalla pendiente,estadisticas de ventas por trabajador
  
  </div>
</div>

</div>
</div>
<?php include('footer.php');?>