brotherton-erpnext/erpnext/docs/user/manual/en/accounts/budgeting.md

30 lines
2.1 KiB
Markdown
Raw Normal View History

2016-05-18 06:52:42 +00:00
In ERPNext, you can set and manage budgets against a Cost Center. This is useful when, for example, you are doing online sales. You have a budget for search ads, and you want ERPNext to stop or warn you from over spending, based on that budget.
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
Budgets are also great for planning purposes. When you are making plans for the next financial year, you would typically target a revenue based on which you would set your expenses. Setting a budget will ensure that your expenses do not get out of hand, at any point, as per your plans.
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
To allocate budget, go to:
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
> Accounts > Budget and Cost Center > Budget
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
In the Budget form, you can select a Cost Center and for that cost center you can define budgets against any Expense / Income accounts. Budgets can be defined against any Cost Center whether it is a Group / Leaf node in the Chart of Cost Centers.
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
<img class="screenshot" alt="Budget" src="{{docs_base_url}}/assets/img/accounts/budget.png">
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
If you have seasonal business, you can also define a Monthly Distribution record, to distribute the budget between months. If you don't set the monthly distribution, ERPNext will calculate the budget on yearly
basis or in equal proportion for every month.
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
<img class="screenshot" alt="Monthly Distribution" src="{{docs_base_url}}/assets/img/accounts/monthly-distribution.png">
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
While setting budget, you can also define the actions when expenses will exceed the allocated budget for a period. You can set separate action for monthly and annual budgets. There are 3 types of actions: Stop, Warn and Ignore. If Stop, system will not allow to book expenses more than allocated budget. In Case of Warn, it will just warn the user that expenses has been exceeded from the allocated budget. And Ignore will do nothing.
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
At any point of time, user can check Budget Variance Report to analysis the expense vs budget against a cost center.
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
To check Budget Variance report, go to:
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
Accounts > Budget and Cost Center > Budget Variance Report
2015-11-05 11:25:10 +00:00
2016-05-18 06:52:42 +00:00
<img class="screenshot" alt="Budget Variance Report" src="{{docs_base_url}}/assets/img/accounts/budget-variance-report.png">
2015-11-05 11:25:10 +00:00
{next}