From 614e6e6932ace27f76a60508fb36fe662dd8e378 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Dec 2008 01:16:42 +0000 Subject: [PATCH] count timelog sessions on the day they end, like ledger, for now --- Ledger/TimeLog.hs | 2 +- README | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Ledger/TimeLog.hs b/Ledger/TimeLog.hs index e93e335a5..e8cb93d1f 100644 --- a/Ledger/TimeLog.hs +++ b/Ledger/TimeLog.hs @@ -38,7 +38,7 @@ clockoutFor (TimeLogEntry _ t _) = TimeLogEntry 'o' t "" entryFromTimeLogInOut :: TimeLogEntry -> TimeLogEntry -> Entry entryFromTimeLogInOut i o = Entry { - edate = indate, -- ledger uses outdate + edate = outdate, -- like ledger estatus = True, ecode = "", edescription = "", diff --git a/README b/README index 51c17f232..35cc5ceef 100644 --- a/README +++ b/README @@ -178,4 +178,3 @@ Other differences * hledger period expressions don't support "biweekly", "bimonthly", or "every N days/weeks/..." * hledger always shows timelog balances in hours * hledger doesn't count an unfinished timelog session -* (disabled for now: hledger counts timelog sessions on the day they end, ledger on the day they start)