GothenburgBitFactory / GothenburgBitFactory/taskwarrior
Start does not appear in reports of completed
- Dominant language
- C++
- Stars
- 6.1k
- Forks
- 423
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 11
Description
#### Start column should appear with formatted time
* I ran a custom all report:
```
# in .taskrc
alias.dailywork= start.after:today or end.after:today all
report.all.dateformat=H:N
report.all.columns=start,end,project,description.desc,recur
report.all.labels=Start, Finished, Project, Task, Recurring
# in zsh
task dailywork
```
* I expected to see both start and end times in the report
* The report prints without a start time
I am getting this output:
```
⚑ jess:~/ $ task dailywork
Finished Project Task Recurring
--------- -------- ----------------- ----------
08:20 Task A
18:30 MyLog Task Repeat P1D
07:44 Task B
18:12 Task C
```
**I also found that filter by start does not appear to work as a date**
```
⚑ jess:~/ $ task start.after:socm all
No matches.
```
While,
```
⚑ jess:~/ $ task end.after:socm all
```
prints a list of completed tasks
* Paste the output of the ```task diag``` command.
```
task 2.5.1
Platform: Darwin
Compiler
Version: 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.37)
Caps: +stdc +stdc_hosted +LP64 +c8 +i32 +l64 +vp64 +time_t64
Compliance: C++11
Build Features
Built: Sep 18 2017 12:51:06
CMake: 3.9.2
libuuid: libuuid + uuid_unparse_lower
libgnutls: 3.5.15
Build type: Release
Configuration
File: /Users/jess/.taskrc (found), 1527 bytes, mode 100644
Data: /Users/jess/.task (found), dir, mode 40755
Locking: Enabled
GC: Enabled
Server:
Trust: strict
Certificate: , not readable, 0 bytes
Key: , not readable, 0 bytes
Ciphers: NORMAL
Creds:
Hooks
System: Enabled
Location: /Users/jess/.task/hooks
Active: on-modify.timewarrior (executable)
Inactive:
Tests
$TERM: xterm-256color (120x30)
Dups: Scanned 85 tasks for duplicate UUIDs:
No duplicates found
Broken ref: Scanned 85 tasks for broken references:
No broken references found
```
Contributor guide
Assessment
This issue has not been assessed yet.