Files
MBS/PROYECTO/nodir/nofmmt005.per
T

36 lines
1.1 KiB
Plaintext

{
------------------------------------------------------------------------
FORMULARIO : NOFMMT005
OBJETIVO : Pantalla que captura los valores de pago de impues-
to dependiendo del salario.
PROGRAMADOR : Tadeo A. Ferreras
PROGRAMA Q. LO USA: NOPRMT005
FECHA REALIZACION : Agosto 23, 1993
------------------------------------------------------------------------
}
database smarmotech
screen size 24 by 80
{
Hasta el Salario Mensual [f0 ]
La Rentencion Mensual es [f1 ]
[j]
Usuario Creador [f007 ] Usuario Modificador [f009 ]
Fecha Creacion [f008 ] Fecha Modificacion [f010 ]
}
end
tables
notb00005
attributes
f0 = notb00005.salario,comments =
"Digite el salario mensual al cual se le aplicara impuesto";
f1 = notb00005.valor,comments =
"Digite el salario mensual al cual se le aplicara impuesto";
j = notb00005.status_t,noentry;
f007 = notb00005.us_crea,noentry;
f008 = notb00005.fech_crea,noentry;
f009 = notb00005.us_mod,noentry;
f010 = notb00005.fech_mod,noentry;
instructions
delimiters " "
end