1
0

home: feature matrix: drop unnecessary feature details

This commit is contained in:
Simon Michael
2024-09-26 18:38:06 -10:00
parent 17406dce64
commit 13b5eefc82

View File

@@ -447,7 +447,7 @@ Third-party things are *italic*. <!-- Of these, the notable likely-to-be-made-to
| | | |
| <br>**Help** <a name="help"></a>
| CLI help: | general --help, also available as man page | general and command-specific --help, commands summary, built-in asciinema demos | command-specific --help
| TLDR short help: | ledger | hledger and commands, also built-in (--tldr) |
| TLDR short help: | ledger | hledger and commands, also built-in |
| User manual formats: | web | web, info, man, also built-in info/man/text with jump to topic | web
| Active support channels: | | chat, mail list, forum, reddit | mail list
| Easy first setup: | yes | yes | no
@@ -466,11 +466,11 @@ Third-party things are *italic*. <!-- Of these, the notable likely-to-be-made-to
| APIs: | C++, python, *HTTP-JSON* | haskell, HTTP-JSON | python
| | | |
| <br>**Other features** <a name="other-features"></a>
| Budget report: | built-in (budget command) | built-in (balance --budget) |
| Data importing: | built-in (convert command) | built-in (\*sv reader, import command) | beangulp framework, *beancount_reds_importers framework*, *beancount-import library*
| Budget report: | built-in | built-in |
| Data importing: | built-in | built-in | beangulp framework, *beancount_reds_importers framework*, *beancount-import library*
| Data deduplication: | checksum-based (requires unique CSV records) | date-based (requires date-ordered CSV records) | ?
| Generate postings by rule: | built-in | built-in (--auto) | ?
| Generate transactions by rule: | built-in | built-in (--forecast) | ?
| Generate postings by rule: | built-in | built-in | ?
| Generate transactions by rule: | built-in | built-in | ?
| International number notations: | no | yes | no
| Lot management: | lot matching syntax, lots report, revaluation transactions | manual | lot matching syntax, ?
| Multi-period balance reports: | not built-in | yes | not built-in
@@ -479,7 +479,7 @@ Third-party things are *italic*. <!-- Of these, the notable likely-to-be-made-to
| Querying: | cli options, custom query expressions | cli options, custom query expressions | SQL-like beancount query language
| REPL: | built-in | haskell GHCI | beanquery, python
| Shell completions: | bash (commands, flags, maybe accounts) | bash (commands, flags, flag values, query types, journal data) |
| Unrealised gains report: | built-in (register --gain) | built-in (balance --gain) | ?
| Unrealised gains report: | built-in | built-in | ?
| Validation: | configurable | configurable | always strict
| Miscellaneous: | ? | account types awareness | ?
| | | standard financial reports |