0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-30 03:13:34 +00:00
Commit graph

44 commits

Author SHA1 Message Date
Matheus
54d06462fc added portuguese translations () 2018-11-28 18:22:05 +01:00
Kevin Papst
f9dc42d1f9
option to move entries from one entity to another upon deletion () 2018-11-12 00:01:49 +01:00
infeeeee
86f40083ef Added Hungarian translation () 2018-11-02 23:38:12 +01:00
Kevin Papst
f8adafdabe
invoice calculator to group entries by activity () 2018-10-31 15:10:06 +01:00
Kevin Papst
34a3f4e275
about screen with debug information for super-admin () 2018-10-29 15:28:52 +01:00
Kevin Papst
6633c550f5
user-profile - sidebar links and language settings () 2018-10-23 23:59:38 +02:00
Kevin Papst
0165658659
added config for initial calendar view () 2018-10-21 15:43:16 +02:00
Kevin Papst
56ac642446
arabic translations and locale support in datepicker () 2018-10-07 18:29:12 +02:00
Kevin Papst
7bcd6a6382
added version command and api endpoint () 2018-09-24 15:56:29 +02: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
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
9f6079ad8a
added option to delete invoice template () 2018-09-02 11:36:04 +02:00
Kevin Papst
b1546c0568
Updated russian translations () 2018-09-01 11:20:54 +02:00
Thierry Pasquier
af2d1c3a6e fix french date format and update translations () 2018-08-23 20:46:30 +02:00
Kevin Papst
142369d651 activated spanish, french and italian 2018-08-18 23:39:40 +02:00
Thierry Pasquier
3241c73e7c Added French translations () 2018-08-18 23:39:40 +02:00
Ivan Castro
d6d9abd05e added Spanish translations ()
Spanish translation for kimai
2018-08-18 23:39:40 +02:00
Kevin Papst
dbbb434723
dashboard widgets are configurable via config () 2018-08-17 23:17:02 +02:00
Kevin Papst
2f84f3751a
Added basic API endpoints () 2018-08-08 23:10:45 +02:00
Kevin Papst
a7780dac9e
added italian translation () 2018-08-08 00:00:24 +02:00
Kevin Papst
a8a8424ced
Added delete user feature () 2018-07-31 13:16:40 +02:00
Kevin Papst
f41eea2768
Easier creation of Tasks/Projects/User () 2018-07-22 23:18:47 +02:00
Kevin Papst
75246e9db2
Integrated FOSUserBundle () 2018-07-21 22:36:36 +02:00
Kevin Papst
e68bef7ea7
Updated to AdminLTEBundle 1.0 () 2018-07-12 20:37:08 +02:00
Kevin Papst
b299302da4
added dynamic column filter () 2018-06-28 22:56:04 +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
8c686b0714
Added validation for end date before start date ()
* added validation for end date before start date
* added unit test for new validations
2018-06-20 23:27:56 +02:00
Kevin Papst
451cf4cd1d
Filter in hidden toolbar - improved mobile ()
* improved toolbar: hide data table form in collapsible + filter button
* added collapsible area for toolbar form 
2018-06-05 21:49:13 +02:00
Kevin Papst
7206d064a5
Improved mobile view ()
- fixed group by for mysql mode
- only user can edit own prefs
- updated installation README
- pagerfanta shows less links
- improved manual tab
- moved user profile link to pref tabs
- added menu links to top navbar
- moved page actions to breadcrumb position
- integrated daterangepicker and improved toolbar forms
- bugfix for time rounding
2018-06-05 21:28:25 +02:00
Kevin Papst
db5b6f8e2e
added russian translation ()
* added russian translation 
* added config for duration_only mode and adjusted timesheet views 
2018-06-02 19:57:12 +02:00
Kevin Papst
29699572bd added controller to render markdown documentation 2018-02-07 15:07:53 +01:00
Kevin Papst
9bbaf0ec71
added first docu on extending kimai with bundles () 2018-01-27 11:21:52 +01:00
Kevin Papst
1958bb9d09
added order number to projects () 2018-01-25 21:42:18 +01:00
Kevin Papst
7f5b5ac254
added short invoice calculator and timesheet invoice template () 2018-01-23 22:30:41 +01:00
Kevin Papst
6ae9bc4df5
added layout and translation to error pages () 2018-01-21 22:53:10 +01:00
Kevin Papst
4cbc5391c0
added basic invoice rendering () 2018-01-21 22:50:46 +01:00
Kevin Papst
9a161b8fd9
added remember me feature ()
cleanup event subscriber
2018-01-17 19:55:26 +01:00
Kevin Papst
3f221fcdb8
support theme options via user preferences () 2018-01-15 22:58:07 +01:00
Kevin Papst
49d8796f6b
added dynamic user preferences ()
- fixed user settings database 
- added dynamic user preferences 
- added form to edit user preferences 
- removed user language 
2018-01-14 22:47:20 +01:00
Kevin Papst
023fef6a70
added control sidebar ()
- added configurable sidebar 
- added language switch in sidebar preferences tab 
- added sidebar tab with kimai beta-info message 
- use trait for repositories
- improved README
2018-01-14 01:36:07 +01:00
Kevin Papst
d5e689e307 code cleanup 2018-01-13 00:20:41 +01:00
Kevin Papst
c7935da16a
added english translation ()
* reformatted translation file 
* set default language to en 
* added english translations 
2018-01-12 22:21:15 +01:00
Kevin Papst
a87355695e
upgraded to symfony 4 () 2018-01-12 20:39:07 +01:00