Files
MBS/PROYECTOS/ipdir - 21102021/iptb4.per
T

42 lines
961 B
Plaintext

database marmotech
screen size 24 by 80
{
ventas [a]
mes_ini [a0]
mes_fin [a1]
ano [f000]
cod_n [f001 ]
cod_grupo [f002 ]
cod_tipo [f003 ]
cod_sec [f004 ]
material [f005 ]
labor [f006 ]
gastos [f007 ]
status_t [b]
us_crea [f008 ]
fech_crea [f009 ]
us_mod [f010 ]
fech_mod [f011 ]
}
end
tables
iptb00004
attributes
a = iptb00004.ventas;
a0 = iptb00004.mes_ini;
a1 = iptb00004.mes_fin;
f000 = iptb00004.ano;
f001 = iptb00004.cod_n;
f002 = iptb00004.cod_grupo;
f003 = iptb00004.cod_tipo;
f004 = iptb00004.cod_sec;
f005 = iptb00004.material;
f006 = iptb00004.labor;
f007 = iptb00004.gastos;
b = iptb00004.status_t;
f008 = iptb00004.us_crea;
f009 = iptb00004.fech_crea;
f010 = iptb00004.us_mod;
f011 = iptb00004.fech_mod;
end