mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
count timelog sessions on the day they end, like ledger, for now
This commit is contained in:
parent
4bc97d237a
commit
614e6e6932
@ -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
1
README
@ -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)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user