brotherton-erpnext/erpnext/docs/user/manual/en/accounts/articles/fiscal-year-error.md

33 lines
1.5 KiB
Markdown
Raw Normal View History

# Fixing Fiscal Year Error
2015-12-30 12:57:08 +00:00
While creating any entry, system validates if dates (like Posting Date, Transaction Date etc.) belongs to Fiscal Year selected. If not, system through an error message saying:
`Date ##-##-#### not in fiscal year`
2015-12-30 12:57:08 +00:00
You are more likely to receive this error message if your Fiscal Year has changes, but new Fiscal Year still not set a default. To ensure new Fiscal Year is auto updated in the transactions, you should setup your master as instructed below.
2015-12-30 12:57:08 +00:00
#### Create New Fiscal Year
Only User with System Manager's Role Assigned has permission to create new Fiscal Year. To create new Fiscal Year, go to:
`Accounts > Setup > Fiscal Year`
2016-01-01 12:29:55 +00:00
Click [here]({{docs_base_url}}/user/manual/en/accounts/setup/fiscal-year.html) to learn more about Fiscal Year.
2015-12-30 12:57:08 +00:00
#### Set Fiscal Year as Default
After Fiscal Year is saved, you will find option to set that Fiscal year as Default.
2015-12-30 12:57:08 +00:00
<img alt="Debit Credit Not Equal" class="screenshot" src="{{docs_base_url}}/assets/img/articles/fiscal-year-error-1.png">
Default Fiscal Year will be updated in the Global Default setting as well. You can manually update Default Fiscal Year from:
`Setup > Settings > Global Default`
2015-12-30 12:57:08 +00:00
<img alt="Debit Credit Not Equal" class="screenshot" src="{{docs_base_url}}/assets/img/articles/fiscal-year-error-2.png">
2015-12-30 12:57:08 +00:00
Save Global Default, and Reload your ERPNext account. Then, default Fiscal Year will be auto-updated in your transactions.
2015-12-30 12:57:08 +00:00
Note: In transactions, you can manually select required Fiscal Year, from More Info section.
2016-01-01 12:29:55 +00:00
<!-- markdown -->