From d56b4cb2f77c36f0faa82adbdf55fc596d815e99 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 1 Oct 2013 14:50:36 -0700 Subject: [PATCH] docs: fix a ledger repo link --- MANUAL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MANUAL.md b/MANUAL.md index f22b25377..e169cfb95 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -604,7 +604,7 @@ To generate time logs, ie to clock in and clock out, you could: alias ti="echo i `date '+%Y-%m-%d %H:%M:%S'` \$* >>$TIMELOG" alias to="echo o `date '+%Y-%m-%d %H:%M:%S'` >>$TIMELOG" -- or use the old `ti` and `to` scripts in the [ledger 2.x repository](https://github.com/jwiegley/ledger/tree/maint/scripts). +- or use the old `ti` and `to` scripts in the [ledger 2.x repository](https://github.com/ledger/ledger/tree/maint/scripts). These rely on a "timeclock" executable which I think is just the ledger 2 executable renamed. ## Commands @@ -754,9 +754,9 @@ name components. Note `--depth` doesn't work too well with `--flat` currently; it hides deeper accounts rather than aggregating them. With a [reporting interval](#reporting-interval), multiple columns -will be shown. Note the values in each cell are the sum of postings -in that period, equivalent to change of balance. This is good for a -multi-column cashflow report or income statement. Eg: +will be shown, one for each period. By default each column shows the +sum of postings in that period, equivalent to change of balance. This +is good for a multi-column income statement: $ hledger balance ^income ^expense --monthly --depth 3