View | Details | Raw Unified | Return to bug 15004
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/aqbudgetperiods.tt (-1 / +19 lines)
Lines 38-43 Link Here
38
38
39
<p>In both cases you will be presented with a form where you simply need to enter the new start and end date and save the budget.</p>
39
<p>In both cases you will be presented with a form where you simply need to enter the new start and end date and save the budget.</p>
40
40
41
<p>
42
    If you want the amounts of budget and funds to be modified by a percentage,
43
    fill the text field for 'Change amounts by'. This should be a number,
44
    positive or negative. Decimal point can be used.
45
</p>
46
47
<p>
48
    If you decided to change the amounts of budget and funds, you can also
49
    choose how to round the result by filling the text field for 'If amounts
50
    changed, round to a multiple of'. This should be a positive number. Decimal
51
    point can be used.
52
</p>
53
54
<p>
55
    Example: If you duplicate a budget which have an amount of 999, and decide
56
    to change amount by 2.6% (1024.974) and to round to a multiple of 0.5, the
57
    result will be 1024.5 (amounts are rounded down).
58
</p>
59
41
<p>Check the box for 'Mark the original budget as inactive' if the original budget should no longer be used.</p>
60
<p>Check the box for 'Mark the original budget as inactive' if the original budget should no longer be used.</p>
42
61
43
<p>Check the box for 'Set all funds to zero' if you wish the new budget to contain all the same fund structures as the previous budget but no allocations until you manually enter an amount in the fund.</p>
62
<p>Check the box for 'Set all funds to zero' if you wish the new budget to contain all the same fund structures as the previous budget but no allocations until you manually enter an amount in the fund.</p>
44
- 

Return to bug 15004