-
The time tracker that focus on tracking time.
A template can be edited in the app. Templates can also be edited in any text editor - just copy and paste the content to the app.
The first line is the name of the template. The following lines are tasks included in the template.
Simple list of tasks.
Work
Idle
Email
Project 1
Project 2
Project 3
Style your session.
Work#columns=3,extension=dd
Idle
Email
Project 1
Project 2
Project 3
This will layout tasks in 3 columns and add the current day to the name of a session when it is created. "extension" follows Apple's format for formatting dates. NSDateFormatter.com has a good description.
Style your tasks.
Work#columns=3,extension=dd
Idle#color=888
Email#color=f88
=#color=8f8
Project 1
Project 2
Project 3
This will color idle task grey, email task red and all project tasks green.
Two versions of a template.
Work.projects#columns=3,extension=dd
Idle#color=888
Email#color=f88
=#color=8f8
Project 1
Project 2
Project 3
Work.internal#columns=3,extension=dd
Idle#color=888
Email#color=f88
=#color=8f8
Planning
Followup
This will give you two different sets of tasks to use for sessions related to "work".
After selecting a session you can switch template to use: Click on the name of the session (top right corner) to popup a list of templates that can be used for this sesion, then select the one you wish to use.
When editing task entries, Timpolice will always make sure your data is consistent and follows a few rules.
Export of data is accomplished using the pasteboard on your device.
Session summary will summarize task entries for each task in a project and add one row for each task and one columns for each session in a project.
Session details will add one row for each task entry in a session and one column for each session in a project.