Kevin Papst
6db21d7b34
fix xss ( #2060 )
2020-10-26 11:35:31 +01:00
Kevin Papst
6ed7ee76e7
support custom fields in timesheet batch update ( #2043 )
2020-10-21 17:10:11 +02:00
Kevin Papst
0aa6baea2f
explain limited access if project or customer has team permission ( #2006 )
2020-10-01 19:16:31 +02:00
Kevin Papst
ede21fe46a
more extension points for plugins ( #1904 )
2020-08-21 19:38:17 +02:00
Kevin Papst
e61ffe4db4
create timesheet for multiple users ( #1716 )
2020-05-18 23:35:43 +02:00
Kevin Papst
e3749c8e8f
added pdf template and other invoice improvements ( #1693 )
2020-05-10 16:19:59 +02:00
Kevin Papst
57254bf175
fix duration calculation in admin timesheet view ( #1639 )
2020-04-15 11:48:18 +02:00
Kevin Papst
dd64eb98f9
support more columns in listings ( #1548 )
2020-03-13 18:21:16 +01:00
Kevin Papst
7f931cbfd3
highlight overlapping times ( #1534 )
2020-03-12 16:35:25 +01:00
Kevin Papst
34d2228d5d
option to use decimal format in user timesheet export ( #1489 )
2020-02-24 18:03:30 +01:00
Kevin Papst
886fc8d74e
action to duplicate timesheet record ( #1478 )
2020-02-18 15:32:33 +01:00
Kevin Papst
9eff89963c
prepare release 1.7 ( #1388 )
2020-01-19 21:49:04 +01:00
Kevin Papst
6a44dbfe83
detail pages for customers and projects ( #1371 )
2020-01-16 16:25:28 +01:00
Kevin Papst
e57b69973f
re-written exporter for simpler extendability ( #1349 )
2020-01-07 21:20:45 +01:00
Kevin Papst
d6798eed1e
added project start and end date ( #1303 )
...
* 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 #1330
* permission problem when creating a new project - fixes #1340
* remove dev dependencies webserver and thanks bundle
* stop information leak (begin and end date) in duration mode - fixes #1307
* 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
5ee0396a02
Release 1.6.1 ( #1282 )
2019-11-26 17:22:31 +01:00
1willem
641dcdff85
Dutch translation files ( #1226 )
2019-11-18 21:48:16 +01:00
Kevin Papst
94c28ebbc5
Update and delete multi timesheets and tags ( #1240 )
2019-11-15 01:25:31 +01:00
Kevin Papst
fa1c79e15c
support different formats in user timesheet exports ( #1222 )
2019-11-08 16:10:38 +01:00
Kevin Papst
1114538f41
duration field in timesheet edit dialog ( #1180 )
2019-10-24 23:46:22 +02:00
Kevin Papst
d661c8b54e
fix closing search dropdown ( #1142 )
...
* 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 ( #1116 )
2019-09-19 20:28:31 +02:00
Kevin Papst
a651e55dc9
added table-column ordering ( #1086 )
2019-09-09 23:47:42 +02:00
Kevin Papst
e99b170d0a
refactored search with free search term support ( #1064 )
2019-09-04 18:54:06 +02:00
Kevin Papst
025c6b0e7b
added css class to target running records in timesheet tables ( #1042 )
2019-08-16 22:34:41 +02:00
Kevin Papst
a0e8aa3a43
fixed xss in timesheet description ( #962 )
2019-07-14 13:58:10 +02:00
Kevin Papst
59d2946b91
add "duration + fixed start time" tracking mode ( #859 )
2019-06-15 23:04:53 +02:00
Kevin Papst
fea3495098
lock exported timesheets ( #798 )
2019-05-22 22:28:29 +02:00
Kevin Papst
ec174a38a9
timesheet controller refactoring ( #796 )
2019-05-19 23:52:43 +02:00
Kevin Papst
d2ad87d09c
improved calendar ( #784 )
2019-05-19 16:16:20 +02:00
Kevin Papst
5c227888f2
delete timesheets via api ( #776 )
2019-05-12 03:26:31 +02:00
Mathias
e29e183e84
added tags for timesheets ( #604 )
2019-05-12 01:40:04 +02:00
Kevin Papst
09da7cd242
javascript and api to stop and display active records ( #772 )
2019-05-10 13:45:09 +02:00
Kevin Papst
aa113cc300
dynamically update title and visible durations for running records ( #752 )
2019-05-05 03:01:25 +02:00
Kevin Papst
e92c2d168e
entity action buttons re-designed ( #746 )
2019-05-03 21:10:16 +02:00
Kevin Papst
e80973c4d2
refactored column visibility modal to ES6 ( #733 )
2019-05-01 22:18:57 +02:00
Kevin Papst
32f0d80729
configs: overwrite via prepend, mode instead of duration_only ( #715 )
2019-04-26 16:14:28 +02:00
Kevin Papst
f9c8028ea1
updated to Symfony 4.2 ( #710 )
2019-04-21 01:41:08 +02:00
Kevin Papst
f4d53e9006
replaced delete confirm dialog with modal ( #638 )
2019-03-12 23:24:22 +01:00
Kevin Papst
3ac72a5c89
enhanced plugin support ( #634 )
...
- 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
Kevin Papst
54cd30c564
added support for Ante meridiem and Post meridiem format ( #615 )
2019-03-06 10:59:31 +01:00
Kevin Papst
bea4be881b
Edit and create timesheet records in modal ( #603 )
...
- added loading indicator for datatables
- fix multiple reloads of datatable content
2019-03-03 19:43:12 +01:00
Kevin Papst
2c6f57c7ce
daily stats in timesheet ( #552 )
2019-02-13 15:36:59 +01:00
Kevin Papst
d00596d297
convert timesheets to UTC with support for user timezone ( #372 )
2019-02-08 18:24:33 +01:00
Kevin Papst
816866549c
added export module ( #538 )
2019-02-05 21:37:33 +01:00
Kevin Papst
8fddf627bf
added configurable permission system ( #424 )
2018-11-26 13:20:32 +01:00
Kevin Papst
025558e58e
fix restart timesheet button ( #436 )
2018-11-22 21:48:05 +01:00
Kevin Papst
417675b3df
prepare release 0.6 ( #412 )
2018-11-18 20:45:00 +01:00
Kevin Papst
1dabeedaa0
show toolbar filter after submission ( #407 )
2018-11-11 15:32:41 +01:00
Kevin Papst
dc70ff128c
full configurable data columns in all screen sizes ( #404 )
2018-11-10 22:22:08 +01:00