Files
MBS/PROYECTO/ctdir/ctfmmt030.per
T

38 lines
942 B
Plaintext

database marmotech
screen size 24 by 80
{
Ventas [f000 ]
Fecha Liquid. [f001 ]
Numero Orden [f002 ]
Codigo [a]-[b]-[c ]-[d ][f ][g ]
Cantidad [f007 ] Costo Real [f008 ]
[h]
Usuario Creacion [f009 ] Usario Modificador [f011 ]
Fecha Creacion [f010 ]Fecha Modificacion [f012 ]
}
end
tables
cttb00035
attributes
f000 = cttb00035.ventas;
f001 = cttb00035.fecha_lq;
f002 = cttb00035.num_oc;
a = cttb00035.cod_n;
b = cttb00035.cod_grupo;
c = cttb00035.cod_tipo;
d = cttb00035.cod_sec;
f = formonly.descrip_esp,noentry;
g = formonly.unidad_med,noentry;
f007 = cttb00035.cantidad;
f008 = cttb00035.costo_lq;
h = cttb00035.status_t;
f009 = cttb00035.us_crea;
f010 = cttb00035.fech_crea;
f011 = cttb00035.us_mod;
f012 = cttb00035.fech_mod;
instructions
delimiters " "
end