Fixed Asset Accumulated Depreciation Multi Currency

Hi All,
I have an item in Fixed Asset has been purchased in USD while the default currency for the company is JOD, the system is refusing to depreciate the asset, i pressed on (Make Depreciation Entry) and gives me “Please check Multi Currency option to allow accounts with other currency” error.

Please advice and tag your friends who can help, many thanks in advance.

Hi @YousefBakir

Enable multi currency checkbox on the journal entry

Hi Rohit_w

thanks for your help my friend, as you can see attached in the below pictures am trying to make the depreciation entry from the asset but it keeps giving me this error msg, please advice .

Hi Rohit_W

i Am also receiving this error log my friend.

{‘retry’: 0, ‘log’: <function log at 0x30cef50>, ‘site’: u’bentamarketing.erpnext.com’, ‘event’: u’daily’, ‘method_name’: u’erpnext.accounts.doctype.asset.depreciation.post_depreciation_entries’, ‘method’: <function post_depreciation_entries at 0x30cf9b0>, ‘user’: u’Administrator’, ‘kwargs’: {}, ‘async’: True, ‘job_name’: u’erpnext.accounts.doctype.asset.depreciation.post_depreciation_entries’}
Traceback (most recent call last):
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/utils/background_jobs.py”, line 61, in execute_job
method(**kwargs)
File “/home/frappe/benches/bench-2016-12-21/apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py”, line 14, in post_depreciation_entries
make_depreciation_entry(asset, date)
File “/home/frappe/benches/bench-2016-12-21/apps/erpnext/erpnext/accounts/doctype/asset/depreciation.py”, line 61, in make_depreciation_entry
je.submit()
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 727, in submit
self._submit()
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 716, in _submit
self.save()
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 233, in save
return self._save(*args, **kwargs)
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 252, in save
self.insert()
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 203, in insert
self.run_before_save_methods()
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 757, in run_before_save_methods
self.run_method(“validate”)
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 655, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 883, in composer
return composed(self, method, *args, **kwargs)
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 866, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/model/document.py”, line 649, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File “/home/frappe/benches/bench-2016-12-21/apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py”, line 28, in validate
self.validate_multi_currency()
File “/home/frappe/benches/bench-2016-12-21/apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py”, line 307, in validate_multi_currency
frappe.throw(
(“Please check Multi Currency option to allow accounts with other currency”))
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/init.py”, line 300, in throw
msgprint(msg, raise_exception=exc, title=title, indicator=‘red’)
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/init.py”, line 293, in msgprint
_raise_exception()
File “/home/frappe/benches/bench-2016-12-21/apps/frappe/frappe/init.py”, line 266, in _raise_exception
raise raise_exception, encode(msg)
ValidationError: Please check Multi Currency option to allow accounts with other currency

Hi, I have the same problem, but with the automatic depreciation adder.

Try to modify the doctype and by default the journal entry is multicurrency.

But he still can’t make them.

Depreciation should do what a multi-currency accounting entry like this does:

It is the only post that talks about this, no one has assets in an international currency and depreciations have to be made in national currency for example?

Thank you.