|
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
@@batchload fafamt.p
"add"
"FA02" "Asset Added through CIM" "FL01" "001"
04/28/07 1000
100 1000 1 Yes "Auth-No"
"books"
"find"
"PB"
"detail"
"update"
300 04/26/07
"end"
"end"
"end"
.
@@end
|
|
Line
|
Explanation
|
|
1
|
Indicates the beginning of the CIM data file
|
|
2
|
Select Add button on the Fixed Asset Maintenance header
|
|
3
|
“FA02”: Asset field
“Asset Added through CIM”: Asset description field
“FL01”: Class field
“001”: Location field
|
|
4
|
04/28/07: Service Date field
1000: Cost field
|
|
5
|
100: Salvage field
1000: Replacement field
1: Components field
Yes: Depreciate Asset field
“Auth-No”: Auth Number field
|
|
6
|
Select Books button on the Fixed Asset Maintenance header
|
|
7
|
Select Find button on the Depreciation Books frame
|
|
8
|
Enter the name of the book to find: PB
|
|
9
|
Select Detail button on the Depreciation Books frame
|
|
10
|
Select Update button on the Book Detail frame
|
|
11
|
300: Override Accumulated Dep field
4/26/07: Override Depreciation Date field
|
|
12
|
Select End button on the Book Detail frame
|
|
13
|
Select End button on the Depreciation Books frame
|
|
14
|
Select End button on the Fixed Assets Maintenance header
|
|
15
|
End
|
|
16
|
Indicates the ending of the CIM data file
|
|
|
@@@batchload fafamt.p
"find"
"asset1"
"options"
"accts"
"1"
"update"
"1800" "sub1" "cc-1" "pr1"
"2"
"update"
"1810" "sub2" "cc-2" "pr1"
"3"
"Update"
"1820" "sub3" "cc-3" "pr1"
"end"
"end"
"end"
@@end
|