GAS-TimeTracker icon indicating copy to clipboard operation
GAS-TimeTracker copied to clipboard

TimeTracker based on Google Spreadsheets and Apps Script

Results 2 GAS-TimeTracker issues
Sort by recently updated
recently updated
newest added

Hello, first of all thanks for sharing your script. It seems to be exactly what I want for simple time tracking. I set up everthing like you explained in your...

Hello! This is a very handy script! I got a strange format though for the line [97](https://github.com/rrader/GAS-TimeTracker/blob/master/Code.js#L97) and [114](https://github.com/rrader/GAS-TimeTracker/blob/master/Code.js#L114) in Code.js. You have it as `sheet.getRange(lineN,4).setNumberFormat("%hn");` and `sheet.getRange('E:E').setNumberFormat('%hn');`respectively. I am...