regen manuals

[ci skip]
This commit is contained in:
Simon Michael 2019-02-26 10:13:50 -08:00
parent 1c2bf7e784
commit a3ae68020f
4 changed files with 386 additions and 339 deletions

View File

@ -232,7 +232,7 @@ period (without -E, leading and trailing columns with all zeroes are not
shown). Second, all accounts which existed at the report start date will shown). Second, all accounts which existed at the report start date will
be considered, not just the ones with activity during the report period be considered, not just the ones with activity during the report period
(use -E to include low-activity accounts which would otherwise would be (use -E to include low-activity accounts which would otherwise would be
omitted). With --budget, --empty also shows unbudgeted accounts. omitted).
The -T/--row-total flag adds an additional column showing the total for The -T/--row-total flag adds an additional column showing the total for
each row. each row.
@ -320,13 +320,28 @@ Budget performance in 2017/11/01-2017/12/31:
----------------------++---------------------------------------------------- ----------------------++----------------------------------------------------
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
By default, only accounts with budget goals during the report period are Note this is different from a normal balance report in several ways:
shown. In the example above, transactions in expenses:gifts and
expenses:supplies are counted towards expenses budget, but accounts
expenses:gifts and expenses:supplies are not shown, as they don't have
any budgets.
You can use --empty shows unbudgeted accounts as well: - Only accounts with budget goals during the report period are shown,
by default.
- In each column, in square brackets after the actual amount, budgeted
amounts are shown, along with the percentage of budget used.
- All parent accounts are always shown, even in flat mode. Eg assets,
assets:bank, and expenses above.
- Amounts always include all subaccounts, budgeted or unbudgeted, even
in flat mode.
This means that the numbers displayed will not always add up! Eg above,
the expenses actual amount includes the gifts and supplies transactions,
but the expenses:gifts and expenses:supplies accounts are not shown, as
they have no budget amounts declared.
This can be confusing. When you need to make things clearer, use the
-E/--empty flag, which will reveal all accounts including unbudgeted
ones, giving the full picture. Eg:
$ hledger balance -M --budget --empty $ hledger balance -M --budget --empty
Budget performance in 2017/11/01-2017/12/31: Budget performance in 2017/11/01-2017/12/31:
@ -364,9 +379,6 @@ Budget performance in 2017/11/01-2017/12/31:
----------------------++---------------------------------------------------- ----------------------++----------------------------------------------------
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
Note, the -S/--sort-amount flag is not yet fully supported with
--budget.
For more examples, see Budgeting and Forecasting. For more examples, see Budgeting and Forecasting.
Nested budgets Nested budgets

View File

@ -1783,8 +1783,6 @@ Second, all accounts which existed at the report start date will be
considered, not just the ones with activity during the report period considered, not just the ones with activity during the report period
(use \-E to include low\-activity accounts which would otherwise would (use \-E to include low\-activity accounts which would otherwise would
be omitted). be omitted).
With \f[C]\-\-budget\f[], \f[C]\-\-empty\f[] also shows unbudgeted
accounts.
.PP .PP
The \f[C]\-T/\-\-row\-total\f[] flag adds an additional column showing The \f[C]\-T/\-\-row\-total\f[] flag adds an additional column showing
the total for each row. the total for each row.
@ -1884,14 +1882,31 @@ Budget\ performance\ in\ 2017/11/01\-2017/12/31:
\f[] \f[]
.fi .fi
.PP .PP
By default, only accounts with budget goals during the report period are Note this is different from a normal balance report in several ways:
shown. .IP \[bu] 2
In the example above, transactions in \f[C]expenses:gifts\f[] and Only accounts with budget goals during the report period are shown, by
\f[C]expenses:supplies\f[] are counted towards \f[C]expenses\f[] budget, default.
but accounts \f[C]expenses:gifts\f[] and \f[C]expenses:supplies\f[] are .IP \[bu] 2
not shown, as they don\[aq]t have any budgets. In each column, in square brackets after the actual amount, budgeted
amounts are shown, along with the percentage of budget used.
.IP \[bu] 2
All parent accounts are always shown, even in flat mode.
Eg assets, assets:bank, and expenses above.
.IP \[bu] 2
Amounts always include all subaccounts, budgeted or unbudgeted, even in
flat mode.
.PP .PP
You can use \f[C]\-\-empty\f[] shows unbudgeted accounts as well: This means that the numbers displayed will not always add up! Eg above,
the \f[C]expenses\f[] actual amount includes the gifts and supplies
transactions, but the \f[C]expenses:gifts\f[] and
\f[C]expenses:supplies\f[] accounts are not shown, as they have no
budget amounts declared.
.PP
This can be confusing.
When you need to make things clearer, use the \f[C]\-E/\-\-empty\f[]
flag, which will reveal all accounts including unbudgeted ones, giving
the full picture.
Eg:
.IP .IP
.nf .nf
\f[C] \f[C]
@ -1938,9 +1953,6 @@ Budget\ performance\ in\ 2017/11/01\-2017/12/31:
\f[] \f[]
.fi .fi
.PP .PP
Note, the \f[C]\-S/\-\-sort\-amount\f[] flag is not yet fully supported
with \f[C]\-\-budget\f[].
.PP
For more examples, see Budgeting and Forecasting. For more examples, see Budgeting and Forecasting.
.SS Nested budgets .SS Nested budgets
.PP .PP

View File

@ -1404,8 +1404,7 @@ period (without -E, leading and trailing columns with all zeroes are not
shown). Second, all accounts which existed at the report start date shown). Second, all accounts which existed at the report start date
will be considered, not just the ones with activity during the report will be considered, not just the ones with activity during the report
period (use -E to include low-activity accounts which would otherwise period (use -E to include low-activity accounts which would otherwise
would be omitted). With '--budget', '--empty' also shows unbudgeted would be omitted).
accounts.
The '-T/--row-total' flag adds an additional column showing the total The '-T/--row-total' flag adds an additional column showing the total
for each row. for each row.
@ -1497,13 +1496,29 @@ Budget performance in 2017/11/01-2017/12/31:
----------------------++---------------------------------------------------- ----------------------++----------------------------------------------------
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
By default, only accounts with budget goals during the report period Note this is different from a normal balance report in several ways:
are shown. In the example above, transactions in 'expenses:gifts' and
'expenses:supplies' are counted towards 'expenses' budget, but accounts
'expenses:gifts' and 'expenses:supplies' are not shown, as they don't
have any budgets.
You can use '--empty' shows unbudgeted accounts as well: * Only accounts with budget goals during the report period are shown,
by default.
* In each column, in square brackets after the actual amount,
budgeted amounts are shown, along with the percentage of budget
used.
* All parent accounts are always shown, even in flat mode. Eg
assets, assets:bank, and expenses above.
* Amounts always include all subaccounts, budgeted or unbudgeted,
even in flat mode.
This means that the numbers displayed will not always add up! Eg
above, the 'expenses' actual amount includes the gifts and supplies
transactions, but the 'expenses:gifts' and 'expenses:supplies' accounts
are not shown, as they have no budget amounts declared.
This can be confusing. When you need to make things clearer, use the
'-E/--empty' flag, which will reveal all accounts including unbudgeted
ones, giving the full picture. Eg:
$ hledger balance -M --budget --empty $ hledger balance -M --budget --empty
Budget performance in 2017/11/01-2017/12/31: Budget performance in 2017/11/01-2017/12/31:
@ -1541,9 +1556,6 @@ Budget performance in 2017/11/01-2017/12/31:
----------------------++---------------------------------------------------- ----------------------++----------------------------------------------------
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
Note, the '-S/--sort-amount' flag is not yet fully supported with
'--budget'.
For more examples, see Budgeting and Forecasting. For more examples, see Budgeting and Forecasting.
* Menu: * Menu:
@ -2759,86 +2771,86 @@ Node: Depth limited balance reports43924
Ref: #depth-limited-balance-reports44124 Ref: #depth-limited-balance-reports44124
Node: Multicolumn balance report44580 Node: Multicolumn balance report44580
Ref: #multicolumn-balance-report44778 Ref: #multicolumn-balance-report44778
Node: Budget report50018 Node: Budget report49958
Ref: #budget-report50161 Ref: #budget-report50101
Node: Nested budgets54845 Node: Nested budgets55302
Ref: #nested-budgets54957 Ref: #nested-budgets55414
Ref: #output-format-158437 Ref: #output-format-158894
Node: balancesheet58515 Node: balancesheet58972
Ref: #balancesheet58651 Ref: #balancesheet59108
Node: balancesheetequity59885 Node: balancesheetequity60342
Ref: #balancesheetequity60034 Ref: #balancesheetequity60491
Node: cashflow60595 Node: cashflow61052
Ref: #cashflow60723 Ref: #cashflow61180
Node: check-dates61751 Node: check-dates62208
Ref: #check-dates61878 Ref: #check-dates62335
Node: check-dupes62157 Node: check-dupes62614
Ref: #check-dupes62281 Ref: #check-dupes62738
Node: close62574 Node: close63031
Ref: #close62682 Ref: #close63139
Node: files66095 Node: files66552
Ref: #files66196 Ref: #files66653
Node: help66343 Node: help66800
Ref: #help66443 Ref: #help66900
Node: import67536 Node: import67993
Ref: #import67650 Ref: #import68107
Node: incomestatement68394 Node: incomestatement68851
Ref: #incomestatement68528 Ref: #incomestatement68985
Node: prices69864 Node: prices70321
Ref: #prices69979 Ref: #prices70436
Node: print70258 Node: print70715
Ref: #print70368 Ref: #print70825
Node: print-unique74861 Node: print-unique75318
Ref: #print-unique74987 Ref: #print-unique75444
Node: register75272 Node: register75729
Ref: #register75399 Ref: #register75856
Node: Custom register output79570 Node: Custom register output80027
Ref: #custom-register-output79699 Ref: #custom-register-output80156
Node: register-match80961 Node: register-match81418
Ref: #register-match81095 Ref: #register-match81552
Node: rewrite81446 Node: rewrite81903
Ref: #rewrite81561 Ref: #rewrite82018
Node: Re-write rules in a file83410 Node: Re-write rules in a file83867
Ref: #re-write-rules-in-a-file83544 Ref: #re-write-rules-in-a-file84001
Node: Diff output format84754 Node: Diff output format85211
Ref: #diff-output-format84923 Ref: #diff-output-format85380
Node: rewrite vs print --auto86015 Node: rewrite vs print --auto86472
Ref: #rewrite-vs.-print---auto86194 Ref: #rewrite-vs.-print---auto86651
Node: roi86750 Node: roi87207
Ref: #roi86848 Ref: #roi87305
Node: stats87860 Node: stats88317
Ref: #stats87959 Ref: #stats88416
Node: tags88713 Node: tags89170
Ref: #tags88811 Ref: #tags89268
Node: test89041 Node: test89498
Ref: #test89125 Ref: #test89582
Node: ADD-ON COMMANDS89886 Node: ADD-ON COMMANDS90343
Ref: #add-on-commands89996 Ref: #add-on-commands90453
Node: Official add-ons91283 Node: Official add-ons91740
Ref: #official-add-ons91423 Ref: #official-add-ons91880
Node: api91510 Node: api91967
Ref: #api91599 Ref: #api92056
Node: ui91651 Node: ui92108
Ref: #ui91750 Ref: #ui92207
Node: web91808 Node: web92265
Ref: #web91897 Ref: #web92354
Node: Third party add-ons91943 Node: Third party add-ons92400
Ref: #third-party-add-ons92118 Ref: #third-party-add-ons92575
Node: diff92253 Node: diff92710
Ref: #diff92350 Ref: #diff92807
Node: iadd92449 Node: iadd92906
Ref: #iadd92563 Ref: #iadd93020
Node: interest92646 Node: interest93103
Ref: #interest92767 Ref: #interest93224
Node: irr92862 Node: irr93319
Ref: #irr92960 Ref: #irr93417
Node: Experimental add-ons93091 Node: Experimental add-ons93548
Ref: #experimental-add-ons93243 Ref: #experimental-add-ons93700
Node: autosync93523 Node: autosync93980
Ref: #autosync93634 Ref: #autosync94091
Node: chart93873 Node: chart94330
Ref: #chart93992 Ref: #chart94449
Node: check94063 Node: check94520
Ref: #check94165 Ref: #check94622
 
End Tag Table End Tag Table

View File

@ -1251,8 +1251,7 @@ COMMANDS
not shown). Second, all accounts which existed at the report start not shown). Second, all accounts which existed at the report start
date will be considered, not just the ones with activity during the date will be considered, not just the ones with activity during the
report period (use -E to include low-activity accounts which would oth- report period (use -E to include low-activity accounts which would oth-
erwise would be omitted). With --budget, --empty also shows unbudgeted erwise would be omitted).
accounts.
The -T/--row-total flag adds an additional column showing the total for The -T/--row-total flag adds an additional column showing the total for
each row. each row.
@ -1339,13 +1338,28 @@ COMMANDS
----------------------++---------------------------------------------------- ----------------------++----------------------------------------------------
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
By default, only accounts with budget goals during the report period Note this is different from a normal balance report in several ways:
are shown. In the example above, transactions in expenses:gifts and
expenses:supplies are counted towards expenses budget, but accounts
expenses:gifts and expenses:supplies are not shown, as they don't have
any budgets.
You can use --empty shows unbudgeted accounts as well: o Only accounts with budget goals during the report period are shown,
by default.
o In each column, in square brackets after the actual amount, budgeted
amounts are shown, along with the percentage of budget used.
o All parent accounts are always shown, even in flat mode. Eg assets,
assets:bank, and expenses above.
o Amounts always include all subaccounts, budgeted or unbudgeted, even
in flat mode.
This means that the numbers displayed will not always add up! Eg above,
the expenses actual amount includes the gifts and supplies transac-
tions, but the expenses:gifts and expenses:supplies accounts are not
shown, as they have no budget amounts declared.
This can be confusing. When you need to make things clearer, use the
-E/--empty flag, which will reveal all accounts including unbudgeted
ones, giving the full picture. Eg:
$ hledger balance -M --budget --empty $ hledger balance -M --budget --empty
Budget performance in 2017/11/01-2017/12/31: Budget performance in 2017/11/01-2017/12/31:
@ -1383,9 +1397,6 @@ COMMANDS
----------------------++---------------------------------------------------- ----------------------++----------------------------------------------------
|| 0 [ 0] 0 [ 0] || 0 [ 0] 0 [ 0]
Note, the -S/--sort-amount flag is not yet fully supported with --bud-
get.
For more examples, see Budgeting and Forecasting. For more examples, see Budgeting and Forecasting.
Nested budgets Nested budgets