diff --git a/erpnext/docs/assets/img/accounts/asset-graph.png b/erpnext/docs/assets/img/accounts/asset-graph.png new file mode 100644 index 0000000000..5b300bb1da Binary files /dev/null and b/erpnext/docs/assets/img/accounts/asset-graph.png differ diff --git a/erpnext/docs/assets/img/accounts/asset-movement-using-button.png b/erpnext/docs/assets/img/accounts/asset-movement-using-button.png new file mode 100644 index 0000000000..b9ca68d36a Binary files /dev/null and b/erpnext/docs/assets/img/accounts/asset-movement-using-button.png differ diff --git a/erpnext/docs/assets/img/accounts/asset-movement.png b/erpnext/docs/assets/img/accounts/asset-movement.png new file mode 100644 index 0000000000..39f7b341a0 Binary files /dev/null and b/erpnext/docs/assets/img/accounts/asset-movement.png differ diff --git a/erpnext/docs/user/manual/en/accounts/managing-fixed-assets.md b/erpnext/docs/user/manual/en/accounts/managing-fixed-assets.md index 2acdd376a4..1cdbd1e190 100644 --- a/erpnext/docs/user/manual/en/accounts/managing-fixed-assets.md +++ b/erpnext/docs/user/manual/en/accounts/managing-fixed-assets.md @@ -45,6 +45,10 @@ On the scheduled date, system creates depreciation entry by creating a Journal E In the depreciation entry, the "Accumulated Depreciation Account" is credited and "Depreciation Expense Account" is debited. The related accounts can be set in the Asset Category or Company. +For better visibility, net value of the asset on different depreciation dates are shown in a line graph. + +Asset + ## Purchase an asset @@ -71,4 +75,14 @@ To sale an asset, open the asset record and create a Sales Invoice using "Sale A You can scrap an asset anytime using the "Scrap Asset" button in the Asset record. The "Gain/Loss Account on Asset Disposal" mentioned in the Company is debited by the Current Value (After Depreciation) of the asset. After scrapping, you can also restore the asset using "Restore Asset" button. -Asset \ No newline at end of file +Asset + +## Asset Movement + +The movement of the assets (from one warehouse to another) is also tracked via Asset Movement form. + +Asset + +There is also a dedicated button "Transfer Asset" inside the Asset form to track the Asset Movement. + +Asset \ No newline at end of file