22 lines
611 B
Plaintext
22 lines
611 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Cantidad Meses a Proyectar [e ]
|
|
|
|
Fecha Inicial del Plan [f ] Codigo Del Material [a]-[b]-[c ]-[d ]
|
|
}
|
|
end
|
|
tables
|
|
cotb00026
|
|
attributes
|
|
e = formonly.meses_py,autonext ,
|
|
comments = "Digite la Cantidad de Meses del Plan";
|
|
f = formonly.fecha_inicial_py type date, autonext, format = "dd/mm/yy",
|
|
comments = "Digite la Fecha Inicial del Plan. Use el formato DDMMAA";
|
|
a = formonly.cod_n,autonext;
|
|
b = formonly.cod_grupo,autonext;
|
|
c = formonly.cod_tipo,autonext;
|
|
d = formonly.cod_sec,autonext;
|
|
end
|
|
|