项目作者: Em-AK

项目描述 :
Extract your monthly timesheet from Toggl
高级语言: Clojure
项目地址: git://github.com/Em-AK/toggl-timesheet.git
创建时间: 2019-05-05T22:51:49Z
项目社区:https://github.com/Em-AK/toggl-timesheet

开源协议:Do What The F*ck You Want To Public License

下载


toggl-timesheet

A Clojure library designed to extract your monthly timesheet for a given Toggl workspace.

Usage

Customise values in user-env

Launch a repl with lein repl

  1. user=> (use '[toggl-timesheet.core :as timesheet])
  2. nil
  3. user=> (print (timesheet/print-report "2019-04-01" "2019-04-30"))
  4. Emilien clocked a total of 12.34 hours in the Automation workspace from 2019-04-01 to 2019-04-30.
  5. This amounts to 740.40€ at the rate of 60€ per hour.
  6. |-------+--------------------------------------------------------------------|
  7. | Hours | Task |
  8. |-------+--------------------------------------------------------------------|
  9. | 11.73 | Write code to automate the generation of monthly report from Toggl |
  10. | 0.47 | Copy paste data manually from Toggl |
  11. | 0.09 | Edit and send invoice |
  12. | 0.05 | Meditate on automation, practice and efficiency |
  13. |-------+--------------------------------------------------------------------|
  14. nil

Meditation

XKCD - Is it worth the time?

XKCD - Automation

License

Copyright © 2019 Emilien Ah-Kiem

Distributed under the WTFPL version 2