40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ACFMMT002
|
|
OBJETIVO : Pantalla para Capturar los valores para liquidar
|
|
un activo.
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Sept. 28, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database storage
|
|
| fglform: Can not open Database dictionary 'storage'. Run fglschema database.
|
|
| See error number -7000.
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Movimiento [f ]
|
|
Descripcion [c ]
|
|
Tipo [t] Afecta [a]
|
|
[j]
|
|
Usuario Creador[f2 ] Usuario Modificador[f3 ]
|
|
Fecha Creacion [f5 ] Fecha Modificacion [f6 ]
|
|
}
|
|
end
|
|
tables
|
|
actb00002
|
|
attributes
|
|
f = actb00002.cod_mov;
|
|
c = actb00002.descrip,upshift;
|
|
t = actb00002.tipo_mov,upshift,include = ("I","D"),comments =
|
|
" I = Incremento monto, D = Disminuye Monto";
|
|
a = actb00002.uso,include = ("1","2"),comments =
|
|
" 1 = Afecta Valor Original, 2 = Afecta depreciacion Acumulada";
|
|
j = actb00002.status_t,noentry;
|
|
f2 = actb00002.us_crea,noentry;
|
|
f3 = actb00002.us_mod,noentry;
|
|
f5 = actb00002.fech_crea,noentry;
|
|
f6 = actb00002.fech_mod,noentry;
|
|
instructions delimiters " "
|
|
end
|