mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 00:15:48 +03:00
docs: manual tweaks
This commit is contained in:
parent
b16d906f5d
commit
02dcff14cb
@ -1081,8 +1081,8 @@ The default output format is `%20(total) %2(depth_spacer)%-(account)`
|
|||||||
|
|
||||||
### Compatibility with c++ ledger
|
### Compatibility with c++ ledger
|
||||||
|
|
||||||
hledger mimics a subset of ledger 3.x, and adds some features of its own
|
hledger mimics a subset of ledger 3.x, and adds some features of its own.
|
||||||
(the add, web, vty, chart commands). We currently support:
|
We currently support:
|
||||||
|
|
||||||
- regular journal transactions
|
- regular journal transactions
|
||||||
- journal format (we should be able to parse most ledger journals)
|
- journal format (we should be able to parse most ledger journals)
|
||||||
@ -1103,7 +1103,7 @@ We do not support:
|
|||||||
- display formats (actually, a small subset is supported)
|
- display formats (actually, a small subset is supported)
|
||||||
- budget reports
|
- budget reports
|
||||||
|
|
||||||
And we add some features:
|
And we add these commands:
|
||||||
|
|
||||||
- add
|
- add
|
||||||
- chart
|
- chart
|
||||||
@ -1129,7 +1129,7 @@ comments may be permissible in different places. hledger does not allow
|
|||||||
separate dates for individual postings, or AMT1=AMT2 or { } syntax.
|
separate dates for individual postings, or AMT1=AMT2 or { } syntax.
|
||||||
|
|
||||||
Generally, it's easy to keep a journal file that works with both hledger
|
Generally, it's easy to keep a journal file that works with both hledger
|
||||||
and c++ledger if you avoid these. Occasionally you'll need to make small
|
and c++ ledger if you avoid these. Occasionally you'll need to make small
|
||||||
adjustments to restore compatibility for one or the other.
|
adjustments to restore compatibility for one or the other.
|
||||||
|
|
||||||
See also:
|
See also:
|
||||||
|
Loading…
Reference in New Issue
Block a user