1
0

home: feature matrix: edits

This commit is contained in:
Simon Michael
2024-09-28 15:33:48 -10:00
parent ea0069d3b1
commit 5a39e08df7

View File

@@ -493,7 +493,7 @@ td:first-child strong a {
| Precision (journal): | 254 significant digits | "unlimited" integer digits + 255 decimal digits | 28 significant digits | 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 (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 (configurable)][b balancing precision] | Precision (balancing): | [max precisions in local entry][l balancing precision] | [global commodity precisions][h balancing precision] | [max precisions in local entry / 2 (configurable)][b balancing 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, or a default max precision of 0 (configurable)][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, or a default max precision of 0 (configurable)][b display precision]
| Price fetching: | *[pricehist]* | *[pricehist][h pricehist]* | [beanprice], *[pricehist]* | 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] | 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 | REPL: | built-in | [haskell GHCI][h ghci] | [beanquery][beanquery repl], python