;bin: link hledger-report1 scripts
This commit is contained in:
parent
33cef6f494
commit
15e76488e3
@ -318,6 +318,12 @@ $ hledger lots view
|
|||||||
$ hledger lots list
|
$ hledger lots list
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### hledger-report1.sh
|
||||||
|
|
||||||
|
[hledger-report1.sh](https://github.com/simonmichael/hledger/blob/master/bin/hledger-report1.sh)
|
||||||
|
is a custom compound report done in shell. See also hledger-report1.hs.
|
||||||
|
|
||||||
|
|
||||||
## HLEDGER-INTEGRATED
|
## HLEDGER-INTEGRATED
|
||||||
|
|
||||||
These Haskell scripts use the hledger-lib API for maximum power and robustness;
|
These Haskell scripts use the hledger-lib API for maximum power and robustness;
|
||||||
@ -408,6 +414,13 @@ is an incomplete attempt at automatically splitting infrequent/irregular transac
|
|||||||
helps make subaccount/cost-preserving transfers.
|
helps make subaccount/cost-preserving transfers.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### hledger-report1.hs
|
||||||
|
|
||||||
|
[hledger-report1.hs](https://github.com/simonmichael/hledger/blob/master/bin/hledger-report1.hs)
|
||||||
|
is a custom compound report done in haskell. See also hledger-report1.sh.
|
||||||
|
|
||||||
|
|
||||||
## HOW TO
|
## HOW TO
|
||||||
|
|
||||||
### Install scripts
|
### Install scripts
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user