The budget control
The budget control feature can be used on a project, a project group, a projects list or a customer.
A budget control enables you to perform the following main actions:
- Track labor activities
- Track a project's progress
- Track budget items (distribution of costs and products)
- Track, correct and analyze the remaining tasks
- Calculate a gross or end margin
The CTRL_BUD_AFF management rule must be enabled in order to manage and customize budget plan templates.
The following DMFs must be enabled:
- 060124 PROJECT BUDGET CONTROL - VIEW
- 060125 PROJECT BUDGET CONTROL - TIME SPENT DETAILS
- 060126 PROJECT BUDGET CONTROL - MODIFY / REVIEW
- 060127 PROJECT BUDGET CONTROL - PRINT
- 060153 PROJECT BUDGET CONTROL - VALUE TIME AT DIRECT COST
- 060156 PROJECT BUDGET CONTROL - REMAINING TO DO BY PROJECT
- 060157 PROJECT BUDGET CONTROL - BUDGET BY PROJECT
- 060161 PROJECT BUDGET CONTROL - REMAINING TO DO BY PHASE
- 060162 PROJECT BUDGET CONTROL - BUDGET BY PHASE
To access the budget control from a project, as you want:
- Go to Edit > Dashboard > Budget control by project.
- Click on
> Budget control by project.
- Click on
from the action bar.
Tip
By default, the icon allowing you to access the budget control directly from the project's action bar is not displayed. To display this icon, activate the Budget control preference in Edit > Preferences > General > Project > Actions.
To access the budget control from a project search:
- Click on
> Budget control by project.
The results will vary depending on the selected closing date.
From the budget control lines, double-click on the relevant items and check that the reported data are correct.
This detail displays all the management objects used for this item, such as all the supplier invoices with the dates, the amount, the description, the third-parties, the product families, the project and the account as well as the pre-tax amount. This information will enable you to check the consistency in the budget control.
The procedure is the same when dealing with the forecast.
By right-clicking directly in the table, you can export the budget control to Excel.
The budget column is part of the default columns that are displayed in the budget control.
To do so, go to Setup and uncheck the Budget box.
It is recommended to specify the initial budget to be able to make calculations.
E.g. see the budget progress as compared to the actual and forecast budget. To do so, you have to add a new column with the formula type, that will enable you to see when the budget is exceeded:
- Code: EB
- Label: Exceeds budget
This formula must be used when dealing with provisional data.
To modify a budget control:
| 1 | Modify the budget control and double-click on a line to modify it. |
| 2 | Specify the budget in the window that opens. |
The columns that can be modified are displayed in blue in the budget control.
Management rules and prerequisites
You must specify a remaining task in the management rule only if Akuiteo does not have enough data to calculate a forecast column.
Specifying the budget and the remaining tasks enables you to carry out a comprehensive budget control while managing the data of both the current (M) and the previous (M-1) months.
History-related data are static and cannot be modified. As such, you can easily manage the remaining tasks of the current month.
If the remaining tasks must be managed, you must enable the AFF_MEMO_ARRETE management rule.
The company's closing
From the project search screen, go to Edit > Company closing (the AFF_MEMO_ARRETE control must be enabled).
This feature enables you to log the current remaining tasks until the closing date. By default, this date is the last day of the previous month. As such, you will be able to specify the remaining tasks for the current month.
All the remaining tasks available on the projects in progress until this date will therefore be logged in the remaining tasks n-1.
Updating the budget and remaining tasks
From the budget control, click on the arrow on the right of the icon in the menu bar to display different update options.
Depending on the setup of the budget control regarding the input of the budget and the remaining tasks, you can choose the type of update you want to perform. This option enables you to first specify the budget, then the remaining tasks.
Item visibility for the input of budgets and remaining tasks
In the item setup, a visibility option is added for the input of budgets and remaining tasks. Check this option to allow the input of budgets and remaining tasks when using the related update feature for this item. Otherwise, you will not be able to specify any amount in the items' input columns.
New columns
In the item setup, you can add standard columns.
All these columns (n-1) correspond to data from the previous period, that have already been logged (if you log your data at each end of the month, then the remaining tasks (n-1) correspond to those of the previous month).
Column visibility for the input of budgets and remaining tasks
In the column setup > General tab, several options are added to define whether to hide the columns when updating budgets and remaining tasks (that is to say when specifying amounts). By default, all columns are hidden, except for input columns.
New periods
In the column setup > Management objects tab, several options are available for Periods.
You must check the relevant periods so the column can retrieve the corresponding data for each item.
Examples of items to set up
In the expert setup, all the boxes related to standard columns are checked, except for the budget.
| Code | Label | Line type | Job type | Sign | Associated values/Formulas | Columns description/Formulas |
|---|---|---|---|---|---|---|
| SA | Sales | Accounting item | Products | 1 | Item subtotal: MARGIN | |
| LP | Labor | Labor position valued | Labor valuation | -1 | Item subtotal: MARGIN | |
| PM | Purchases | Accounting item | Expense | -1 | Item subtotal: MARGIN | |
| MARGIN | Margin | Sub-total or Formula | Products | 1 | retour=MARGIN=SA-LP-PM | If you use the Item subtotal field, then you do not need to specify a formula. |
| MRA | Margin rate | Formula | Products | 1 | retour=pourcentage(MARGIN,SA); | You can also calculate the margin rate using the 2nd and 3rd fields of the Item subtotal that enable you to divide a numerator by a denominator (specify the items' codes). |
Examples of columns to set up
| Code | Label | Line type | Associated values/Formulas | Columns description/Formulas |
|---|---|---|---|---|
| AC | Actual | Line parameter-based calculation | ||
| FC | Forecast | Line parameter-based calculation | ||
| UF | Updated forecast | Formula | retour=UF=AC+FC | |
| EB | Exceeds budget | Formula | retour=EB=budget-AC-FC | If you use the remaining tasks, you must add the column in the expert setup, and add the following calculation in the EB column: retour=EB=budget-AC-resteafaire |