Primer commit del sistema avantika sin cambios
This commit is contained in:
44
templates/reportes-invparcial-detalles.tpl
Executable file
44
templates/reportes-invparcial-detalles.tpl
Executable file
@@ -0,0 +1,44 @@
|
||||
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>
|
||||
{*}
|
||||
Reference in New Issue
Block a user