diff --git a/src/index.md b/src/index.md index 96b8278..c084e82 100644 --- a/src/index.md +++ b/src/index.md @@ -481,17 +481,17 @@ td:first-child strong a { | Charting tools: | *[paisa]*, etc.. | [activity][h activity], [hledger-bar][h bar], [hledger-web][hledger-web], *[hledger-plot][h plot]*, *[paisa]*, etc.. | *[paisa]*.. | Data importing: | [built-in from CSV][l convert], *[others][import tools]*.. | [built-in from any input format][h import], *[others][import tools]*.. | [beangulp] framework, *[beancount_reds_importers] framework*, *[beancount-import] library*, *[others][import tools]*.. | Data deduplication: | [checksum-based (requires unique CSV records)][l convert] | [date-based (requires date-ordered CSV records)][h dedupe] | ? -| Date range: | 1400-01-01..9999-12-31 | 0000-01-01.. | 0001-01-01..9999-12-31 +| Date range: | 1400-01-01 to 9999-12-31 | 0000-01-01 onward | 0001-01-01 to 9999-12-31 | Generate postings by rule: | [yes][l gen postings] | [yes][h gen postings] | ? | Generate transactions by rule: | [yes][l gen transactions] | [yes][h gen transactions] | ? | International number notations: | no | [yes][h intl numbers] | no | Lot management: | [lot matching syntax][l lot matching], [lots report][l lot report], [revaluation transactions][l lot revaluation], *[lotter]* | [manual][h lot manual], *[hledger-lots][h lots]*, *[hledger-move][h move]*, *[lotter]* | [lot matching syntax][b lot matching], ? | Multi-period balance reports: | no | [yes][h multiperiod bal] | no | Pivoting: | [on single tag][l pivot] | [on one or more tags/other fields][h pivot] | ? -| Precision (journal): | 254 significant digits | "unlimited" integer + up to 255 decimal digits | 28 significant digits -| Precision (internal): | [rational, "unlimited"][l internal precision] | [decimal, "unlimited" integer + up to 255 decimal digits][h internal precision] | [decimal, up to 28 significant digits][b internal precision] +| Precision (journal): | 254 significant digits | "unlimited" integer digits + 255 decimal digits | 28 significant digits +| Precision (internal): | ["unlimited" (rational numbers)][l internal precision] | ["unlimited" integer digits + 255 decimal digits][h internal precision] | [28 significant digits][b internal precision] | Precision (balancing): | [max precisions in local entry][l balancing precision] | [global commodity precisions][h balancing precision] | [max precisions in local entry / 2][b balancing precision] -| Precision (display): | [commodity precision, or a default max precision of 6][l display precision] | [commodity precision, or a default max precision of 8][h display precision] | [inferred commodity precision ?][b display precision] +| Precision (display): | [inferred commodity precision, or a default max precision of 6][l display precision] | [inferred/specified commodity precision, or a default max precision of 8][h display precision] | [inferred commodity precision][b display precision] ? | Price fetching: | *[pricehist]* | *[pricehist][h pricehist]* | [beanprice], *[pricehist]* | Querying: | [cli options][l query opts], [custom query expressions][l query args] | [cli options][h query opts], [custom query expressions][h query args] | [SQL-like beancount query language][b query] | REPL: | built-in | [haskell GHCI][h ghci] | [beanquery][beanquery repl], python