From fdc007d44694a535458dfbfb3d76a89bc3c1af31 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Mon, 12 Aug 2024 07:42:24 +0200 Subject: [PATCH] doc: hledger.m4.md: new column for FODS balance support for HTML export is now complete --- hledger/hledger.m4.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 00c9a7958..787cba7d4 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -564,19 +564,18 @@ $ hledger print -o - # write to stdout (the default) Some commands offer other kinds of output, not just text on the terminal. Here are those commands and the formats currently supported: -| - | txt | csv/tsv | html | json | sql | -|--------------------|------------------|------------------|--------------------|------|-----| -| aregister | Y | Y | Y | Y | | -| balance | Y *1* | Y *1* | Y *1,2* | Y | | -| balancesheet | Y *1* | Y *1* | Y *1* | Y | | -| balancesheetequity | Y *1* | Y *1* | Y *1* | Y | | -| cashflow | Y *1* | Y *1* | Y *1* | Y | | -| incomestatement | Y *1* | Y *1* | Y *1* | Y | | -| print | Y | Y | | Y | Y | -| register | Y | Y | | Y | | +| - | txt | csv/tsv | html | fods | json | sql | +|--------------------|------------------|------------------|------------------|------------------|------|-----| +| aregister | Y | Y | Y | | Y | | +| balance | Y *1* | Y *1* | Y *1* | Y *1* | Y | | +| balancesheet | Y *1* | Y *1* | Y *1* | | Y | | +| balancesheetequity | Y *1* | Y *1* | Y *1* | | Y | | +| cashflow | Y *1* | Y *1* | Y *1* | | Y | | +| incomestatement | Y *1* | Y *1* | Y *1* | | Y | | +| print | Y | Y | | | Y | Y | +| register | Y | Y | | | Y | | - *1 Also affected by the balance commands' [`--layout` option](#balance-report-layout).* -- *2 `balance` does not support html output without a report interval or with `--budget`.*