Files
MBS/PROYECTO/codir/cofmrp010.per
T

28 lines
908 B
Plaintext

database marmotech
screen size 24 by 80
{
Cantidad Meses a Proyectar [e ] Fecha Inicial del Plan [f ]
Porciento Global Sobre el Gravamen [g ]
Porciento Para el Recargo Cambiario [h ] Codigo Material [a]-[b]-[c ]-[d ]
}
end
tables
cotb00026,intb00001
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";
g = formonly.porc_total_grav , autonext,
comments = "El porciento debe ser un numero entero. Ej. 20 ";
h = formonly.porc_total_rc , autonext,
comments = "El porciento debe ser un numero entero. Ej. 20 ";
a = intb00001.cod_n;
b = intb00001.cod_grupo;
c = intb00001.cod_tipo;
d = intb00001.cod_sec;
end