Files
ventas_php/templates/lists/reportes-vendedor.tpl

14 lines
407 B
Smarty
Executable File

<table width="100%">
<thead>
<th>Periodo:</th>
</thead>
<tbody style="text-align:center">
<td>{$fi} &nbsp;<b>a</b>&nbsp;{$ff}</td>
</tbody>
</table>
<table width="100%" cellpadding="0" cellspacing="0" id="report" border="1">
<tbody>
{include file="{$DOC_ROOT}/templates/items/reportes-vendedor-base.tpl"}
</tbody>
</table>