mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-15 15:35:56 +00:00
Primer commit
This commit is contained in:
21
tmp/inventarioArticulo.xml
Normal file
21
tmp/inventarioArticulo.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<Informe>
|
||||
<Titulo Texto="Estantería de madera con trasera" />
|
||||
<Datos>
|
||||
<Consulta>
|
||||
select A.id as id,U.Descripcion as ubicacion,E.fechaCompra as fechaCompra,
|
||||
E.numSerie as numserie,E.Cantidad as cantidad
|
||||
from Elementos E, Articulos A, Ubicaciones U where A.id=E.id_Articulo and U.id=E.id_Ubicacion
|
||||
and A.id='593' order by U.Descripcion,numserie;
|
||||
</Consulta>
|
||||
</Datos>
|
||||
<Pagina Orientacion="P" Formato="A4">
|
||||
<Cabecera>M. E. C. - Dotación Inicial</Cabecera>
|
||||
<Cuerpo>
|
||||
<Col Nombre="ubicacion" Ancho="80" Ajuste="L" Titulo="Ubicación"/>
|
||||
<Col Nombre="numserie" Ancho="40" Ajuste="L" Titulo="N Serie"/>
|
||||
<Col Nombre="fechaCompra" Ancho="40" Ajuste="L" Titulo="Fecha C." />
|
||||
<Col Nombre="cantidad" Ancho="20" Ajuste="D" Titulo="Cantidad" Total="S"/>
|
||||
</Cuerpo>
|
||||
</Pagina>
|
||||
</Informe>
|
23
tmp/inventarioUbicacion.xml
Normal file
23
tmp/inventarioUbicacion.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<Informe>
|
||||
<Titulo Texto="Aula de Plástica" />
|
||||
<Datos>
|
||||
<Consulta>
|
||||
select A.id as id,A.Marca as marca,A.Modelo as modelo,E.fechaCompra as fechaCompra,
|
||||
E.numSerie as numserie,A.Descripcion as descripcion,E.Cantidad as cantidad
|
||||
from Elementos E, Articulos A, Ubicaciones U where A.id=E.id_Articulo and U.id=E.id_Ubicacion
|
||||
and U.id='144' order by A.descripcion;
|
||||
</Consulta>
|
||||
</Datos>
|
||||
<Pagina Orientacion="L" Formato="A4">
|
||||
<Cabecera>Inventario de Ubicación</Cabecera>
|
||||
<Cuerpo>
|
||||
<Col Nombre="descripcion" Ancho="70" Ajuste="L" Titulo="Artículo"/>
|
||||
<Col Nombre="marca" Ancho="50" Ajuste="L" Titulo="Marca"/>
|
||||
<Col Nombre="modelo" Ancho="50" Ajuste="L" Titulo="Modelo"/>
|
||||
<Col Nombre="numserie" Ancho="40" Ajuste="L" Titulo="N Serie"/>
|
||||
<Col Nombre="fechaCompra" Ancho="35" Ajuste="L" Titulo="Fecha C." />
|
||||
<Col Nombre="cantidad" Ancho="20" Ajuste="D" Titulo="Cantidad" Total="S"/>
|
||||
</Cuerpo>
|
||||
</Pagina>
|
||||
</Informe>
|
BIN
tmp/prueba.pdf
Normal file
BIN
tmp/prueba.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user