0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-04 05:25:21 +00:00
Commit graph

39 commits

Author SHA1 Message Date
Kevin Papst
baff2d78d9
prepare release 1.15 ()
* bump version
* fix invisible class on labels
* fail safe removal of foreign key
* check if optional form field exists before accessing it
* silently ignore stopped timesheets
* prevent colliding parameter names
* make sure decimal duration is always rendered with two decimals
* simplify translation
* fix  ANSI_QUOTES
* rename composer task
* fix billable statistic rates
* added missing translation for export
2021-09-17 00:58:25 +02:00
Kevin Papst
7873bd812e
fix statistics in user profile for first year not starting in january () 2021-08-10 14:39:52 +02:00
Kevin Papst
5b8510be56
fix ldap issues due to new security components () 2021-07-27 19:31:49 +02:00
Kevin Papst
286b63e2c8
allow to configure timezone for the lockdown period () 2021-06-02 00:05:44 +02:00
Kevin Papst
f7aa3c1e13
financial year setting + new users working time per year report () 2021-05-14 18:40:48 +02:00
Kevin Papst
7ddcde62dd
fix sunday being first day of week () 2021-04-19 18:32:21 +02:00
Kevin Papst
3e9371bd6a
Timesheet validator: prevent overbooking budgets () 2021-03-13 14:41:29 +01:00
Kevin Papst
67d5cba09f
improve permission checks for timesheets with activated lockdown () 2021-01-17 17:50:37 +01:00
Kevin Papst
8d72d114c7
improved duration and minute selector ()
* do not close modal if form is dirty
* deprecated TimesheetConfiguration
* inject timezone in form types
* cleanup usage of UserDateTimeFactory
* allow to configure increment steps for minutes
* use 15 minutes step for datetimepicker in project edit form
* use rounding rules for increments in minute select for begin and end
* allow duration in multi user and admin timesheet forms
* make dropdown values configurable
2021-01-17 14:04:13 +01:00
Kevin Papst
288fc5dd08
fix timezone for timesheets created by other users () 2020-11-13 17:46:32 +01:00
Kevin Papst
61c0cbc887
fix auto-stop when starting timesheet with tags () 2020-10-27 18:35:22 +01:00
Kevin Papst
de0a9f8303
Fix user-email validation () 2020-09-30 18:38:34 +02:00
Kevin Papst
9ef32e75c5
added drag and drop for new records via calendar () 2020-09-17 01:13:48 +02:00
Kevin Papst
217960de60
configure first day of week for calendar and date-picker () 2020-09-05 18:31:37 +02:00
Kevin Papst
2d4cfbe821
Weekly reporting view () 2020-08-16 12:20:33 +02:00
Kevin Papst
68d703d1e3
added internal rates () 2020-04-08 14:50:15 +02:00
Kevin Papst
52c7437076
added user-specific rates () 2020-02-10 20:29:43 +01:00
Kevin Papst
c6c4098759
rounding rules via admin screen, round begin when starting record () 2019-11-10 13:57:05 +01:00
Kevin Papst
b0f83291ee
upgraded to phpunit 8 () 2019-10-24 17:35:05 +02:00
Kevin Papst
d8621f0b7a
support custom fields for timesheets, customers, projects and activities () 2019-06-26 00:39:05 +02:00
Kevin Papst
bdd05a275d
use default_begin in duration only mode () 2019-06-20 01:38:28 +02:00
Kevin Papst
59d2946b91
add "duration + fixed start time" tracking mode () 2019-06-15 23:04:53 +02:00
Kevin Papst
0c0e9c2f71
LDAP authentication support () 2019-06-07 22:48:39 +02:00
Kevin Papst
19636582ab
use codecov for code coverage () 2019-06-01 11:53:27 +02:00
Kevin Papst
b865add1b3
translate time-tracking in login screen and browser title () 2019-04-30 17:52:19 +02:00
Kevin Papst
6dc4fa0811
fix tests that failed around midnight () 2019-04-29 02:29:40 +02:00
Simone Gasparini
3251b26d9e added floor and ceil rounding modes () 2019-04-16 17:36:47 +02: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
Kevin Papst
e260dd84ad
Improve create and start permission handling () 2019-03-06 10:24:27 +01:00
Kevin Papst
642db480ce
added new rounding mode: closest () 2019-03-03 20:33:35 +01:00
Kevin Papst
ef33233624
fix timezone problems in timesheet forms () 2019-02-13 21:37:54 +01:00
Kevin Papst
d00596d297
convert timesheets to UTC with support for user timezone () 2019-02-08 18:24:33 +01:00
Kevin Papst
db7de3aac1
added global activities () 2018-11-06 23:10:34 +01:00
Kevin Papst
53f82a808b
improved invoices with new renderer ()
* added docx renderer and demo template
* added csv renderer and demo template
* added xlsx renderer and demo template
* added ods renderer and demo template
* added user calculator
* added invoice documentation
2018-09-21 01:27:56 +02:00
Kevin Papst
8cae5e8b3f
added fixed-rate and hourly-rate for customer, project and activity () 2018-09-06 23:37:25 +02:00
Kevin Papst
6163f33abf
add hourly_rate and fixed_rate to timesheet entries () 2018-09-05 15:27:39 +02:00
Kevin Papst
a636faa4ab
added freelancer invoice template () 2018-09-02 21:29:49 +02:00
Kevin Papst
cd7cbeae88
improved code styles ()
* use php-cs-fixer instead of phpcodesniffer
* updated scrutinizer config
* adjusted code yules to all files
* updated CONTRIBUTING guidelines
2018-06-22 21:09:10 +02:00
Kevin Papst
2e60e14132
added rounding rules and hourly rates factor ()
* added unit tests and documentation 
* fixed DashboardController
* added CONTRIBUTION guidelines
* fixed license year
2018-02-07 12:51:00 +01:00