0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-22 16:32:29 +00:00
Commit graph

26 commits

Author SHA1 Message Date
Kevin Papst
ede21fe46a
more extension points for plugins () 2020-08-21 19:38:17 +02:00
Kevin Papst
e61ffe4db4
create timesheet for multiple users () 2020-05-18 23:35:43 +02:00
Kevin Papst
34d2228d5d
option to use decimal format in user timesheet export () 2020-02-24 18:03:30 +01:00
Kevin Papst
6a44dbfe83
detail pages for customers and projects () 2020-01-16 16:25:28 +01:00
Kevin Papst
e57b69973f
re-written exporter for simpler extendability () 2020-01-07 21:20:45 +01:00
Kevin Papst
d6798eed1e
added project start and end date ()
* added sortable js library
* activity in invoice is optional
* added javascript widget for paginated boxes
* fix activity dropdown for globals only
* added timesheet service to reduce code duplication
* use repository to query for teams in dropdowns
* added project validator
* validate project start and end against timesheet
* include begin and end in dynamic form requests for projects
* added timezone and language option to import flag, improve timesheet import speed
* deactivate cross-timezone filter
* add virtual fields to field order list
* composer update
* added param to ignore dates
* position loader icon fixed - fixes 
* permission problem when creating a new project - fixes 
* remove dev dependencies webserver and thanks bundle
* stop information leak (begin and end date) in duration mode - fixes 
* unify timesheet edit dialog for user and admins
* fix security issue, own rates exposed to unauthorized users in multi-update dialog
2020-01-05 02:49:01 +01:00
Kevin Papst
94c28ebbc5
Update and delete multi timesheets and tags () 2019-11-15 01:25:31 +01:00
Kevin Papst
fa1c79e15c
support different formats in user timesheet exports () 2019-11-08 16:10:38 +01:00
Kevin Papst
d661c8b54e
fix closing search dropdown ()
* using a different library for javascript selects, fixing the closing search dropdown
* fix closing dropdown for daterangepicker
* added missing search button for mobile on customer page
* fix meta fields with same names than existing columns
2019-09-25 18:34:25 +02:00
Kevin Papst
5aa422dde1
Display meta-fields in datatables () 2019-09-19 20:28:31 +02:00
Kevin Papst
a651e55dc9
added table-column ordering () 2019-09-09 23:47:42 +02:00
Kevin Papst
e99b170d0a
refactored search with free search term support () 2019-09-04 18:54:06 +02:00
Kevin Papst
025c6b0e7b
added css class to target running records in timesheet tables () 2019-08-16 22:34:41 +02:00
Kevin Papst
a0e8aa3a43
fixed xss in timesheet description () 2019-07-14 13:58:10 +02:00
Kevin Papst
59d2946b91
add "duration + fixed start time" tracking mode () 2019-06-15 23:04:53 +02:00
Kevin Papst
fea3495098
lock exported timesheets () 2019-05-22 22:28:29 +02:00
Kevin Papst
ec174a38a9
timesheet controller refactoring () 2019-05-19 23:52:43 +02:00
Kevin Papst
5c227888f2
delete timesheets via api () 2019-05-12 03:26:31 +02:00
Mathias
e29e183e84 added tags for timesheets () 2019-05-12 01:40:04 +02:00
Kevin Papst
09da7cd242
javascript and api to stop and display active records () 2019-05-10 13:45:09 +02:00
Kevin Papst
aa113cc300
dynamically update title and visible durations for running records () 2019-05-05 03:01:25 +02:00
Kevin Papst
e92c2d168e
entity action buttons re-designed () 2019-05-03 21:10:16 +02:00
Kevin Papst
e80973c4d2
refactored column visibility modal to ES6 () 2019-05-01 22:18:57 +02:00
Kevin Papst
32f0d80729
configs: overwrite via prepend, mode instead of duration_only () 2019-04-26 16:14:28 +02:00
Kevin Papst
f4d53e9006
replaced delete confirm dialog with modal () 2019-03-12 23:24:22 +01:00
Kevin Papst
3ac72a5c89
enhanced plugin support ()
- refactored admin controller and templates
- plugin support for entity actions
- changed column mail to email in customer table
- refactored theme events
2019-03-11 14:46:30 +01:00