mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
15 lines
425 B
XML
15 lines
425 B
XML
<?xml version="1.0"?>
|
|
<Informe>
|
|
<Titulo Texto="Informe de Ubicaciones" />
|
|
<Datos>
|
|
<Consulta>select * from Ubicaciones order by Descripcion;</Consulta>
|
|
</Datos>
|
|
<Pagina Orientacion="P" Formato="A4">
|
|
<Cabecera>Relación alfabética</Cabecera>
|
|
<Cuerpo>
|
|
<Col Nombre="id" Ancho="10" Ajuste="D" Titulo="id"/>
|
|
<Col Nombre="Descripcion" Ancho="80" Ajuste="I" Titulo="Descripción"/>
|
|
</Cuerpo>
|
|
</Pagina>
|
|
</Informe>
|