Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

spidasoftware/time-approver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-approver

electron shell

Usage:

  1. clone
  2. npm install
  3. grunt
  4. open the electron.exe inside the build folder for windows or the electron.app on OS X

Configuration:

add a .timeConfig.json to your users home, i.e. "\Users\someguy" and add the employees you want to approve. Here is an example:

{
  "email": "your@email.com",
  "password": "xxxxxxxxxx",
  "employees": [
     "Last, First",
     "Last, Second"
  ],
  "me": "Doe, John"
}

It is a JSON file and you can find online editors if you need to edit it there. http://www.jsoneditoronline.org/

About

electron shell helper for time reporting

Resources

Stars

Watchers

Forks

Packages

No packages published