2015-11-05 11:25:10 +00:00
ERPNext will help you set and manage budgets on your Cost Centers. 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.
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.
You can define it in the Cost Center. If you have seasonal sales you can also
define a budget distribution that the budget will follow.
2016-03-26 06:05:15 +00:00
In order to allocate budget, go to:
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
> Accounts > Setup > Chart of Cost Centers
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
and click on Chart of Cost Center. Select a Cost Center and click on Open.
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
#### Step 1: Click on Edit.
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
< img alt = "Cost Center" class = "screenshot" src = "{{docs_base_url}}/assets/img/accounts/cost-center-1.gif" >
2015-11-05 11:25:10 +00:00
#### Step 3:Add New Row and select budget account.
2016-03-26 06:05:15 +00:00
< img alt = "Cost Center Account" class = "screenshot" src = "{{docs_base_url}}/assets/img/accounts/cost-center-2.png" >
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
#### Step 3: Enter Monthly Distribution (optional)
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
< img alt = "Cost Center" class = "screenshot" src = "{{docs_base_url}}/assets/img/accounts/cost-center-distribution.gif" >
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
If you leave the** **distribution ID blank, ERPNext will calculate on a yearly
basis or in equal proportion for every month.
2015-11-05 11:25:10 +00:00
### To Create New Distribution ID
2016-03-26 06:05:15 +00:00
ERPNext allows you to take a few budget actions. It signifies whether to stop, warn or Ignore if you exceed budgets.
2015-11-05 11:25:10 +00:00
These can be defined from the Company record.
2016-03-26 06:05:15 +00:00
< img alt = "Cost Center" class = "screenshot" src = "{{docs_base_url}}/assets/img/accounts/cost-center-company.gif" >
2015-11-05 11:25:10 +00:00
2016-03-26 06:05:15 +00:00
Even if you choose to “ignore” budget overruns, you will get a wealth of information from the “Budget vs Actual” variance report. This report shows month wise actual expenses as compared to the budgeted expenses.
2015-11-05 11:25:10 +00:00
{next}