|
|
AM02.1 - Methods
This program defines the methods that asset books use for calculating
depreciation, replacement cost, and insurance values. Methods are set up
globally. Standard methods are delivered and hard-coded with the product. This
is an optional program that allows for additional user-defined methods to be
created. User-defined methods can be one of three types: compute statements,
annual percent tables, or units of production tables (annual or by period).
Updated Files
AMCOMPUTE - Used to store the Lawson-defined compute statement methods
(straight line; 125, 150, 175, and 200 percent declining
balance; and sum of the years digits) and optional user-defined
methods.
AMMETHOD - Primary file. Used to store the Lawson-defined and optional
user-defined methods that asset books use to calculate
depreciation, replacement cost, and insurance values.
AMTABLEPCT - Used to store user-defined percent table methods that asset
books use to calculate depreciation, replacement cost, and
insurance values.
AMUOPPDS - Used to store user-defined annual and period units of
production table methods that asset books use to calculate
depreciation, replacement cost, and insurance values.
Referenced Files
AMDICT - Used to store data dictionary names which are used to create
compute statements.
AM02.2 - U O P Table Periods
Use this subform to maintain estimated and actual units of production by
period. The form is divided into the following three sections:
Periods 1-18
Periods 19-36
Periods 37-55
Updated Files
AMCOMPUTE - Accessed by common library; not used by this program.
AMMETHOD - Primary file. Used to store the Lawson-defined and optional
user-defined methods that asset books use to calculate
depreciation, replacement cost, and insurance values.
AMTABLEPCT - Accessed by common library; not used by this program.
AMUOPPDS - Primary file. Used to store user defined annual and period
units of production table methods that asset books use to
calculate depreciation, replacement cost, and insurance values.
Referenced Files
AMDICT - Accessed by common library; not used by this program.
|