]> git.llucax.com Git - z.facultad/75.06/emufs.git/blob - emufs_gui/emufs.xml
saco msg molesto y que no sirve para nada
[z.facultad/75.06/emufs.git] / emufs_gui / emufs.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE emufs SYSTEM "emufs.dtd">
3
4 <emufs>
5         <articulos>
6                 <fuente>articulos.xml</fuente>
7                 <datos tipo="4" bloque="512" />
8                 <indices>
9                         <indice nombre="codigo" tipo="B" bloque="512" />
10                         <indice nombre="desc" tipo="B" bloque="512" />
11                         <indice nombre="presentacion" tipo="B" bloque="512" />
12                 </indices>
13         </articulos>
14         <facturas>
15                 <fuente>facturas.xml</fuente>
16                 <datos tipo="1" bloque="1024" />
17                 <datos_notas tipo="2" bloque="0" />
18                 <indices>
19                         <indice nombre="numero" tipo="B" bloque="1024" />
20                         <indice nombre="emision" tipo="B" bloque="512" />
21                         <indice nombre="vto" tipo="B" bloque="512" />
22                         <indice nombre="cheque" tipo="B" bloque="512" />
23                         <indice nombre="ctacte" tipo="B" bloque="512" />
24                 </indices>
25         </facturas>
26 </emufs>