timesheet export (#317)

* remove autocomplete for begin and end
* fix minute display in timesheet-edit form
* toolbar form label in separate row
* added export action
This commit is contained in:
Kevin Papst
2018-09-24 16:46:10 +02:00
committed by GitHub
parent 7bcd6a6382
commit 98dc38ed99
29 changed files with 422 additions and 95 deletions

View File

@@ -7,7 +7,7 @@ Encore
// the public path used by the web server to access the previous directory
.setPublicPath('/build/')
// delete old files before creating them
// empty the outputPath directory before each build
.cleanupOutputBeforeBuild()
// add debug data in development
@@ -25,9 +25,6 @@ Encore
// show OS notifications when builds finish/fail
.enableBuildNotifications()
// empty the outputPath dir before each build
.cleanupOutputBeforeBuild()
// load jquery as Kimai and AdminLTE rely on it
.autoProvidejQuery()