28 lines
879 B
Plaintext
28 lines
879 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ACFMRP002
|
|
OBJETIVO : Pantalla para listar las depreciaciones de los
|
|
activos Fijos, es usada por (ACPRRP002)
|
|
PROGRAMADOR : Tadeo A. Ferreras
|
|
FECHA REALIZACION : Sept. 28, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Fecha de Corte [fc ]
|
|
Codigo de Activo [f ]
|
|
Cuenta Contable [ct ]
|
|
}
|
|
end
|
|
tables
|
|
actb00001
|
|
attributes
|
|
fc = formonly.fecha_corte type date,format = "dd/mm/yy",comments =
|
|
"Digite Fecha de Corte";
|
|
f = actb00001.codigo,autonext,comments = "Digite el codigo del activo";
|
|
ct = actb00001.cuenta_no,comments = "Digite la cuenta contable";
|
|
instructions delimiters " "
|
|
end
|