44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
database exterior
|
|
screen size 24 by 80
|
|
{
|
|
cod_cia [f000 ]
|
|
cod_n [f001 ]
|
|
cod_grupo [f002 ]
|
|
cod_tipo [f003 ]
|
|
cod_sec [f004 ]
|
|
descrip_esp [f005 ]
|
|
descrip_ing [f006 ]
|
|
unidad_med [f007]
|
|
bodega [f008 ]
|
|
exist_max [f009 ]
|
|
exist_min [f010 ]
|
|
dia_llegada [f011 ]
|
|
status_t [a]
|
|
us_crea [f012 ]
|
|
fech_crea [f013 ]
|
|
us_mod [f014 ]
|
|
fech_mod [f015 ]
|
|
}
|
|
end
|
|
tables
|
|
iptb00002
|
|
attributes
|
|
f000 = iptb00002.cod_cia;
|
|
f001 = iptb00002.cod_n;
|
|
f002 = iptb00002.cod_grupo;
|
|
f003 = iptb00002.cod_tipo;
|
|
f004 = iptb00002.cod_sec;
|
|
f005 = iptb00002.descrip_esp;
|
|
f006 = iptb00002.descrip_ing;
|
|
f007 = iptb00002.unidad_med;
|
|
f008 = iptb00002.bodega;
|
|
f009 = iptb00002.exist_max;
|
|
f010 = iptb00002.exist_min;
|
|
f011 = iptb00002.dia_llegada;
|
|
a = iptb00002.status_t;
|
|
f012 = iptb00002.us_crea;
|
|
f013 = iptb00002.fech_crea;
|
|
f014 = iptb00002.us_mod;
|
|
f015 = iptb00002.fech_mod;
|
|
end
|