43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
schema smarmotech
|
|
TOOLBAR
|
|
ITEM nuevo (TEXT="Parametro", IMAGE="new", COMMENT="Nuevo Parametro")
|
|
ITEM buscar (TEXT="Buscar Parametro", IMAGE="find", COMMENT="Criterio de busqueda")
|
|
SEPARATOR
|
|
ITEM salir (TEXT="Salir", IMAGE="quit")
|
|
END
|
|
|
|
LAYOUT (TEXT="PARAMETRO ISR", STYLE="basic")
|
|
GRID
|
|
{
|
|
Numero de Nomina [a0 ] I.S.R.
|
|
Tipo de Empleado [f] Monto Excento [me ]
|
|
Fecha [fec ] 15 % [a ]
|
|
20 % [b ]
|
|
[j] 25 % [c ]
|
|
|
|
|
|
Usuario Creador [f001 ] Usuario Modificador [f003 ]
|
|
Fecha Creacion [f002 ] Fecha Modificacion [f004 ]
|
|
}
|
|
END
|
|
end
|
|
tables
|
|
notb00023
|
|
attributes
|
|
a0 = notb00023.numero_nomina;
|
|
f = notb00023.tipo_emp, upshift;
|
|
fec = formonly.fecha;
|
|
me = notb00023.monto_excento,required;
|
|
a = notb00023.porc_15,required;
|
|
b = notb00023.porc_20,required;
|
|
c = notb00023.porc_25,required;
|
|
f001 = notb00023.us_crea, noentry;
|
|
f002 = notb00023.fecha_crea, noentry;
|
|
f003 = notb00023.us_mod, noentry;
|
|
f004 = notb00023.fecha_mod, noentry;
|
|
j = notb00023.status_t, noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|