Gregor Vostrak
|
8d950c6d45
|
hide billable rate in projects table for employees when employees_can_see_billable_rates is disabled
|
2024-10-01 22:48:27 +02:00 |
|
Gregor Vostrak
|
6c7b1b3f21
|
add employees_can_see_billable_rates setting to organization settings
|
2024-10-01 22:48:27 +02:00 |
|
Constantin Graf
|
51cd919db6
|
Add organization setting employees_can_see_billable_rates
|
2024-10-01 22:48:27 +02:00 |
|
Constantin Graf
|
9d279d4980
|
Fix ARM image
|
2024-09-30 23:36:58 +02:00 |
|
Gregor Vostrak
|
32c7e55a15
|
add Upgrade Info Modal, fix hardcoded premium flag
|
2024-09-30 14:52:18 +02:00 |
|
Gregor Vostrak
|
084647c2a6
|
add project edit button to project show page and billing rate info, fixes ST-236
|
2024-09-30 14:19:47 +02:00 |
|
Gregor Vostrak
|
469f128604
|
fix project name column overflow on some screen sizes with long project names
|
2024-09-30 14:19:47 +02:00 |
|
Gregor Vostrak
|
c9c221de62
|
improve focus handling in time tracker component, improve focus-visible state for timetracker start and stop button
|
2024-09-30 14:19:47 +02:00 |
|
Gregor Vostrak
|
878bbd359d
|
cleanup dayjs abstraction usage and useCurrentTimeEntry api for starting and stopping time entries
|
2024-09-30 14:19:47 +02:00 |
|
Gregor Vostrak
|
a6528102fe
|
add estimated project and tasks frontend
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
bff766d363
|
Add spend_time to projects and tasks
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
2e8da98287
|
Added php-cs-fixer rule void_return
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
a820d8540f
|
Added time estimates for projects and tasks, fixes ST-283
|
2024-09-30 14:19:47 +02:00 |
|
Constantin Graf
|
78ea8a673b
|
Fixed timezone problem in unit tests
|
2024-09-30 11:02:11 +02:00 |
|
Gregor Vostrak
|
8b50f33cc9
|
chore: remove unnecessary startLiveTimer call in current time entry init
|
2024-09-26 01:02:34 +02:00 |
|
Gregor Vostrak
|
014bffe86d
|
display the number of projects in a separate column in the clients table
|
2024-09-26 00:59:51 +02:00 |
|
Gregor Vostrak
|
2dbde63043
|
clear client name input on client create submit, fixes #189
|
2024-09-25 14:51:25 +02:00 |
|
Gregor Vostrak
|
876a41cb2a
|
fix client page header design bug
|
2024-09-23 12:54:09 +02:00 |
|
Gregor Vostrak
|
1036502e49
|
remove wrong character from billing banner
|
2024-09-20 23:40:02 +02:00 |
|
Gregor Vostrak
|
5bf4dc79c2
|
hide explanation text for billing banner on mobile view
|
2024-09-20 12:59:09 +02:00 |
|
Constantin Graf
|
2592dd3b9e
|
Fix local setup
|
2024-09-19 23:48:03 +02:00 |
|
Gregor Vostrak
|
05f240efc9
|
fix custom date picker update in reporting
|
2024-09-19 11:16:31 +02:00 |
|
Gregor Vostrak
|
d5b35ef420
|
improve billing banners on mobile
|
2024-09-17 22:32:43 +02:00 |
|
Gregor Vostrak
|
7e5374d5b1
|
add presets for date rage picker in reporting
|
2024-09-17 22:32:43 +02:00 |
|
Gregor Vostrak
|
36cdae523f
|
fix bug where chart does not update project colors on data change
|
2024-09-17 22:32:43 +02:00 |
|
Gregor Vostrak
|
b2ad4b3785
|
add description grouping to reporting page (fixes ST-399), persist grouping selection in local storage
|
2024-09-17 22:32:43 +02:00 |
|
Constantin Graf
|
5e4270e3f5
|
Add time entry aggregation type “description”
|
2024-09-17 22:32:43 +02:00 |
|
Constantin Graf
|
d4e71e7c2c
|
Lock import and increase timeout
|
2024-09-17 22:32:31 +02:00 |
|
Constantin Graf
|
5c6b32d5bb
|
Deactivate auditing for time entries in importer
|
2024-09-16 21:50:01 +02:00 |
|
Constantin Graf
|
37400d239c
|
Add command admin:user:verify
|
2024-09-13 17:59:10 +02:00 |
|
Constantin Graf
|
50902e7705
|
Renamed command admin:delete-organization to admin:organization:delete
|
2024-09-13 17:59:10 +02:00 |
|
Constantin Graf
|
498f29617e
|
Add mapping for legacy timezones
|
2024-09-13 17:59:10 +02:00 |
|
Constantin Graf
|
61cc80dc6e
|
Fixed export bug
|
2024-09-12 15:31:20 +02:00 |
|
Constantin Graf
|
0a0b7a03b4
|
Deactivate auditing for import and increase max_execution_time
|
2024-09-12 15:31:20 +02:00 |
|
Constantin Graf
|
cc10af0b97
|
Reduce overhead of health check endpoints
|
2024-09-12 15:31:20 +02:00 |
|
Constantin Graf
|
d3545b3c73
|
Allow time entries with less than one second duration
|
2024-09-12 15:31:20 +02:00 |
|
Gregor Vostrak
|
9e1413c15f
|
unify and fix chart styles in dashboard and reporting view, fixes ST-356
|
2024-09-12 15:12:50 +02:00 |
|
Gregor Vostrak
|
ac85e778a4
|
fix error handling for organization export, fixes ST-426
|
2024-09-12 14:46:05 +02:00 |
|
Gregor Vostrak
|
9189910136
|
fix available roles filter, fixes ST-425
|
2024-09-12 14:41:23 +02:00 |
|
Gregor Vostrak
|
85315fc62f
|
add client grouping and expandable project tasks to project task timetracker dropdown, fixes ST-253
|
2024-09-11 18:07:35 +02:00 |
|
Constantin Graf
|
91b56ae92f
|
Fixed deprecation warning
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
845f0d19d8
|
add trial expiry day countdown to billing banner
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
d211e962f5
|
fix reporting multiselect dropdowns max height, fixes ST-414
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
f0705e1e4a
|
fix sidebar navigation overflowing, add scrollbar only to nav items
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
b990387775
|
make No Project white in chart fixes ST-360
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
a4d6ba3cdb
|
improve reporting chart, fix project table with long client name, fixes ST-414
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
3b41d90b07
|
fix layout bug in time view with small time entries, fixes ST-414
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
b391f47d1b
|
fix scroll & jumping issues with task dropdown, fixes ST-395
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
19cc05140a
|
add archiving for clients, fixes ST-279
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
5592d87cd5
|
fix e2e tests, filter requests to listen to correct time entry update request
|
2024-09-11 18:07:35 +02:00 |
|