31 lines
796 B
Plaintext
31 lines
796 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
|
|
Fecha Costo [f000 ]
|
|
Semi-elaborado [f001 ] [b ]
|
|
Labor [f002 ]
|
|
Gasto Indirecto [f007 ]
|
|
[a]
|
|
|
|
|
|
Usuario Creador [f003 ] Fecha Creacion [f004 ]
|
|
Usuario Modificacor[f006 ] Fecha Modificacion [f005 ]
|
|
}
|
|
end
|
|
tables
|
|
cttb00034
|
|
attributes
|
|
f000 = cttb00034.fecha,required,format="dd/mm/yyyy";
|
|
f001 = cttb00034.cod_prod,required;
|
|
b = formonly.descrip,noentry;
|
|
f002 = cttb00034.costo_lab,required;
|
|
f007 = cttb00034.costo_ga,required;
|
|
a = cttb00034.status_t,noentry;
|
|
f003 = cttb00034.us_crea,noentry;
|
|
f004 = cttb00034.fech_crea,noentry;
|
|
f006 = cttb00034.us_mod,noentry;
|
|
f005 = cttb00034.fech_mod,noentry;
|
|
end
|