Skip to content

moschinski/timetracking

 
 

Repository files navigation

Dynatrace working time tracking via Excel spreadsheet

from 2019-04-01 on you'll need two things:

  • my Excel spreadsheet v17+ to track your working times easily
  • my bookmarklet to book your times from the spreadsheet to Timecockpit

How to

  1. create a bookmark in your browser with the following code as location/url (this is the bookmarklet):
javascript:void%20function(){var%20e=document.createElement(%22script%22);e.src=%22https://kamilsarelo.github.io/com.dynatrace.timetracking.bookmarklet.js%3Fq=%22+(new%20Date).getTime(),e.type=%22text/javascript%22,e.onreadystatechange=e.onload=function(){var%20t=e.readyState;t%26%26%22loaded%22!==t%26%26%22complete%22!==t%26%26alert(%22could%20not%20load%20bookmarklet%22)},document.head.appendChild(e)}();
  1. download the latest spreadsheet and migrate your data from the old one (safest way to do this: copy cells in old spreadsheet, paste and cut in Notepad, paste in latest spreadsheet)

  2. copy the Timecockpit-prepared strings from the latest spreadsheet:

  1. click the bookmarklet, it will:
  • redirect to Timecockpit if not open yet, but click the bookmarklet again afterwards
  • open its own window within Timecockpit
  1. paste the copied strings from the spreadsheet into the bookmarklet's window:

  1. click BOOK and lean back

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.6%
  • CSS 31.4%
  • JavaScript 2.0%