count timelog sessions on the day they end, like ledger, for now

This commit is contained in:
Simon Michael 2008-12-05 01:16:42 +00:00
parent 4bc97d237a
commit 614e6e6932
2 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,7 @@ clockoutFor (TimeLogEntry _ t _) = TimeLogEntry 'o' t ""
entryFromTimeLogInOut :: TimeLogEntry -> TimeLogEntry -> Entry entryFromTimeLogInOut :: TimeLogEntry -> TimeLogEntry -> Entry
entryFromTimeLogInOut i o = entryFromTimeLogInOut i o =
Entry { Entry {
edate = indate, -- ledger uses outdate edate = outdate, -- like ledger
estatus = True, estatus = True,
ecode = "", ecode = "",
edescription = "", edescription = "",

1
README
View File

@ -178,4 +178,3 @@ Other differences
* hledger period expressions don't support "biweekly", "bimonthly", or "every N days/weeks/..." * hledger period expressions don't support "biweekly", "bimonthly", or "every N days/weeks/..."
* hledger always shows timelog balances in hours * hledger always shows timelog balances in hours
* hledger doesn't count an unfinished timelog session * 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)