The default timeclock parser (ie when not using --old-timeclock) has the following changes, related to issues such as [#2141], [#2365], [#2400], [#2417]: - semicolon now always starts a comment; timeclock account names can't include semicolons (though journal account names still can) - clock-in and clock-out entries now have different syntax - clock-ins now require an account name - clock-outs now can have a comment and tags - the doc has been rewritten, and now mentions the --old-timeclock flag - lib: accountnamep and modifiedaccountnamep now take a flag to allow semicolons or not
6 lines
123 B
Plaintext
Executable File
6 lines
123 B
Plaintext
Executable File
#!/usr/bin/env -S hledger check -f
|
|
# Clockout time before previous clockin.
|
|
|
|
i 2022/01/01 00:01:00 a
|
|
o 2022/01/01 00:00:00
|