Scrapping an Asset
When an asset reaches the end of its useful life or is no longer usable due to damage, obsolescence, or any other reason, it can be scrapped in ERPNext. Scrapping removes the asset from active use while recording the appropriate accounting entries to reflect its disposal.
You can scrap an asset directly from the Asset record by clicking the Scrap Asset button.
1. How to Scrap an Asset
- Open the required Asset.
- Click the Scrap Asset button.
- Enter the Scrapping Date.
- Confirm the action.
ERPNext will automatically create the necessary accounting entries and update the asset’s status to Scrapped.
2. Scrapping Date Rules
The scrapping date must satisfy the following conditions:
- It cannot be earlier than the Asset Purchase Date.
- It cannot be later than the current date.
- If depreciation entries have already been posted, the scrapping date must be after the latest depreciation entry.
If you need to scrap an asset before its latest depreciation entry, first cancel the depreciation Journal Entries and then perform the scrapping transaction.
3. Accounting Entries
When an asset is scrapped, ERPNext automatically creates a Journal Entry.
The accounting treatment is:
| Account | Entry | Description |
|---|---|---|
| Gain/Loss on Asset Disposal | Debit | Records the current book value (after depreciation) of the asset being scrapped. |
| Fixed Asset Account | Credit | Removes the asset from the company’s books. |
| Accumulated Depreciation Account | Debit | Reverses the accumulated depreciation recorded for the asset. |
The Gain/Loss on Asset Disposal account is configured in the Company master.
4. Restoring a Scrapped Asset
If an asset was scrapped by mistake or is later brought back into service, ERPNext allows you to restore it.
To restore a scrapped asset:
- Open the Asset record.
- Click Restore Asset.
- Confirm the action.
The asset will become active again and can continue to be managed like any other asset.