diff --git a/hledger/Hledger/Cli/Commands/Balance.md b/hledger/Hledger/Cli/Commands/Balance.md index e92f7c5e6..9d64587db 100644 --- a/hledger/Hledger/Cli/Commands/Balance.md +++ b/hledger/Hledger/Cli/Commands/Balance.md @@ -8,6 +8,11 @@ This can be balance changes per period, end balances, budget performance, unreal ```flags Flags: --sum show sum of posting amounts (default) + --valuechange show total change of value of period-end + historical balances (caused by deposits, + withdrawals, market price fluctuations) + --gain show unrealised capital gain/loss (historical + balance value minus cost basis) --budget[=DESCPAT] show sum of posting amounts together with budget goals defined by periodic transactions. With a DESCPAT argument (must be @@ -15,11 +20,6 @@ Flags: use only periodic transactions with matching description (case insensitive substring match). - --valuechange show total change of value of period-end - historical balances (caused by deposits, - withdrawals, market price fluctuations) - --gain show unrealised capital gain/loss (historical - balance value minus cost basis) --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports, default) @@ -37,7 +37,6 @@ Flags: with -E) -A --average show a row average column (in multicolumn reports) - -r --related show postings' siblings instead -T --row-total show a row total column (in multicolumn reports) --summary-only display only row summaries (e.g. row total, average) (in multicolumn reports) @@ -50,14 +49,18 @@ Flags: total, or by row average if that is displayed. -% --percent express values in percentage of each column's total + -r --related show the other accounts transacted with, instead --invert display all amounts with reversed sign - --transpose transpose rows and columns + --transpose switch rows and columns (use vertical time axis) --layout=ARG how to lay out multi-commodity amounts and the overall table: 'wide[,WIDTH]': commodities on one line 'tall' : commodities on separate lines 'bare' : commodity symbols in one column 'tidy' : every attribute in its own column + --base-url=URLPREFIX in html output, generate links to hledger-web, + with this prefix. (Usually the base url shown by + hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json, fods. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Balance.txt b/hledger/Hledger/Cli/Commands/Balance.txt index 72c8f0c01..915532f12 100644 --- a/hledger/Hledger/Cli/Commands/Balance.txt +++ b/hledger/Hledger/Cli/Commands/Balance.txt @@ -8,6 +8,11 @@ balances, budget performance, unrealised capital gains, etc. Flags: --sum show sum of posting amounts (default) + --valuechange show total change of value of period-end + historical balances (caused by deposits, + withdrawals, market price fluctuations) + --gain show unrealised capital gain/loss (historical + balance value minus cost basis) --budget[=DESCPAT] show sum of posting amounts together with budget goals defined by periodic transactions. With a DESCPAT argument (must be @@ -15,11 +20,6 @@ Flags: use only periodic transactions with matching description (case insensitive substring match). - --valuechange show total change of value of period-end - historical balances (caused by deposits, - withdrawals, market price fluctuations) - --gain show unrealised capital gain/loss (historical - balance value minus cost basis) --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports, default) @@ -37,7 +37,6 @@ Flags: with -E) -A --average show a row average column (in multicolumn reports) - -r --related show postings' siblings instead -T --row-total show a row total column (in multicolumn reports) --summary-only display only row summaries (e.g. row total, average) (in multicolumn reports) @@ -50,14 +49,18 @@ Flags: total, or by row average if that is displayed. -% --percent express values in percentage of each column's total + -r --related show the other accounts transacted with, instead --invert display all amounts with reversed sign - --transpose transpose rows and columns + --transpose switch rows and columns (use vertical time axis) --layout=ARG how to lay out multi-commodity amounts and the overall table: 'wide[,WIDTH]': commodities on one line 'tall' : commodities on separate lines 'bare' : commodity symbols in one column 'tidy' : every attribute in its own column + --base-url=URLPREFIX in html output, generate links to hledger-web, + with this prefix. (Usually the base url shown by + hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json, fods. -o --output-file=FILE write output to FILE. A file extension matching @@ -358,6 +361,15 @@ report for each commodity: $ hledger bal -% cur:\\$ $ hledger bal -% cur:€ +Hyperlinks + +The HTML and FODS output formats can generate hyperlinks to a +hledger-web register view for each account and period. E.g. if your +hledger-web server is reachable at http://localhost:5000 then you might +run the balance command with the extra option +--base-url=http://localhost:5000. You can also produce relative links, +like --base-url="some/path" or --base-url="".) + Multi-period balance report With a report interval (set by the -D/--daily, -W/--weekly, diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.md b/hledger/Hledger/Cli/Commands/Balancesheet.md index 01d417f96..3e32696fb 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.md +++ b/hledger/Hledger/Cli/Commands/Balancesheet.md @@ -15,6 +15,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) --cumulative accumulate amounts from report start (specified @@ -46,6 +47,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Balancesheet.txt b/hledger/Hledger/Cli/Commands/Balancesheet.txt index 497da6248..92df6ea66 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheet.txt +++ b/hledger/Hledger/Cli/Commands/Balancesheet.txt @@ -14,6 +14,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) --cumulative accumulate amounts from report start (specified @@ -45,6 +46,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.md b/hledger/Hledger/Cli/Commands/Balancesheetequity.md index 4db12205e..30b34b7e1 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.md +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.md @@ -17,6 +17,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) --cumulative accumulate amounts from report start (specified @@ -48,6 +49,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Balancesheetequity.txt b/hledger/Hledger/Cli/Commands/Balancesheetequity.txt index c14793870..da6854cf9 100644 --- a/hledger/Hledger/Cli/Commands/Balancesheetequity.txt +++ b/hledger/Hledger/Cli/Commands/Balancesheetequity.txt @@ -15,6 +15,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) --cumulative accumulate amounts from report start (specified @@ -46,6 +47,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Cashflow.md b/hledger/Hledger/Cli/Commands/Cashflow.md index 1c2efbcb5..be1058ebb 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.md +++ b/hledger/Hledger/Cli/Commands/Cashflow.md @@ -17,6 +17,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) (default) --cumulative accumulate amounts from report start (specified @@ -47,6 +48,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Cashflow.txt b/hledger/Hledger/Cli/Commands/Cashflow.txt index 1b3b6bf04..4b9937dce 100644 --- a/hledger/Hledger/Cli/Commands/Cashflow.txt +++ b/hledger/Hledger/Cli/Commands/Cashflow.txt @@ -16,6 +16,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) (default) --cumulative accumulate amounts from report start (specified @@ -46,6 +47,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.md b/hledger/Hledger/Cli/Commands/Incomestatement.md index 314c2b7e2..f5524f045 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.md +++ b/hledger/Hledger/Cli/Commands/Incomestatement.md @@ -15,6 +15,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) (default) --cumulative accumulate amounts from report start (specified @@ -45,6 +46,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching diff --git a/hledger/Hledger/Cli/Commands/Incomestatement.txt b/hledger/Hledger/Cli/Commands/Incomestatement.txt index 78822fa23..72632dd1b 100644 --- a/hledger/Hledger/Cli/Commands/Incomestatement.txt +++ b/hledger/Hledger/Cli/Commands/Incomestatement.txt @@ -15,6 +15,7 @@ Flags: balance value minus cost basis) --budget show sum of posting amounts compared to budget goals defined by periodic transactions + --count show the count of postings --change accumulate amounts from column start to column end (in multicolumn reports) (default) --cumulative accumulate amounts from report start (specified @@ -45,6 +46,9 @@ Flags: 'wide[,WIDTH]': all commodities on one line 'tall' : each commodity on a new line 'bare' : bare numbers, symbols in a column + --base-url=URLPREFIX in html output, generate hyperlinks to + hledger-web, with this prefix. (Usually the base + url shown by hledger-web; can also be relative.) -O --output-format=FMT select the output format. Supported formats: txt, html, csv, tsv, json. -o --output-file=FILE write output to FILE. A file extension matching