RE: Changing Asset Class ID
Okay then, I would suppose the following method which is partially manual in order to correct the historical transaction in bulk and as of a specific date.
Let me give some specific numbers as an example to provide comprehensive illustration
An Asset with the following values:
- Acquisition Cost: 2500 (asset cost)
- YTD depreciation Amount: 200 (expense)
- LTD depreciation Amount: 500 (accumulated)
- Asset Class: Computer
- Accounts are:
- Asset Cost - Computer
- Depreciation Expense - Computer
- Accumulated Depreciation - Computer
- Depreciated to date: 31/5/2015
Supposing that this asset is to be changed from the asset class (computer) to a new class like (X) for instance.
Make sure to change both the asset class and the account group on the Fixed Asset module level. Then, on the fixed asset GL posting, filter by this specific asset id and process the journal entry generated by the system.
On the general ledger, delete the journal entry generated by the system and create a manual journal reflecting the following:
The following journal entry will reverse the associated original amount on the old account group to the new account group as of "31/5/2015", which is the depreciated to date.
Account Dr Cr
Asset Cost - Old 1800
Asset Cost - New 1800
Depreciation Expense - Old 200
Depreciation Expense - New 200
Accumulated Depreciation - Old 500
Accumulated Depreciation - New 500
Your feedback is highly appreciated,