25 lines
686 B
Plaintext
25 lines
686 B
Plaintext
{
|
|
================================================================================
|
|
FORMULARIO : ACFMMT005
|
|
OBJETIVO : Depreciacion automatica de activos fijos,
|
|
Es usado por ACPRMT005
|
|
AUTOR : Tadeo A. Ferreras
|
|
FECHA : Sept. 27, 1993
|
|
================================================================================
|
|
}
|
|
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ano [an ]
|
|
Mes [me]
|
|
}
|
|
end
|
|
tables
|
|
actb00001
|
|
attributes
|
|
an = formonly.p_ano1, comments = "Digite Ano Para Busqueda de Informacion";
|
|
me = formonly.p_mes1, comments = "Digite Mes Para Busqueda de Informacion";
|
|
instructions delimiters " "
|
|
end
|