Files
ventas_php/templates/reportes-invparcial-detalles.tpl

44 lines
1.5 KiB
Smarty
Executable File

En mantenimiento{*}<div class="grid_16" id="content">
<div class="grid_9">
<h1 class="catalogos">Detalles Reporte</h1>
</div>
<div class="grid_6" id="eventbox"></div>
<div class="clear"></div>
<table width="100%" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th width="" scope="col"><div align="center">Sucursal</div></th>
<th width="200" scope="col"><div align="center">Tipo</div></th>
<th width="250" scope="col"><div align="center">Fecha Solicitud</div></th>
<th width="150" scope="col"><div align="center">Fecha Generado</div></th>
<th width="200" scope="col"><div align="center">Status</div></th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">{$infR.sucursal}</td>
<td align="center">{$infR.tipo}</td>
<td align="center">{$infR.fecha|date_format:"%d-%m-%Y"} <br /> {$infR.fecha|date_format:"%H:%M"} Hrs.</td>
<td align="center">{$infR.fechaGenerado|date_format:"%d-%m-%Y"} <br /> {$infR.fechaGenerado|date_format:"%H:%M"} Hrs.</td>
<td align="center">{$infR.status}</td>
</tr>
</tbody>
</table>
<div class="grid_15" id="contenido">
{include file="lists/inventario-reporte-detalles.tpl"}
<div align="center">
<a href="{$WEB_ROOT}/reportes-invparcial"> << Regresar</a>
</div>
</div>
<div class="clear"></div>
</div>
{*}