Updated Project calculation for hours and progress.

This commit is contained in:
Paolo Arena
2019-04-06 21:02:33 +02:00
parent ac3f6f0ba9
commit f632259c05
13 changed files with 117 additions and 85 deletions

View File

@@ -25,7 +25,7 @@ export const tools = {
NUMSEC_CHECKUPDATE: 20000,
FIRST_PROJ: '__PROJECTS',
FIRST_PROJ: '5ca8f17fcd40dc5012f53346',
WHAT_TODO: 1,
WHAT_PROJECT: 2,
@@ -1258,7 +1258,6 @@ export const tools = {
getDateNow() {
const mydate = new Date()
console.log('mydate', mydate)
return mydate
}
,