Constantin Graf
|
2b1da883fb
|
Fixed typo in console kernel
|
2024-10-11 13:10:09 +02:00 |
|
Gregor Vostrak
|
c291170d79
|
fix timing problem when updating multiple time entries, fixes #202
|
2024-10-09 17:35:22 +02:00 |
|
Constantin Graf
|
d9925d632e
|
Fix api url
|
2024-10-09 17:34:08 +02:00 |
|
Gregor Vostrak
|
ddf11b394d
|
do not load filament theme stylesheet in main application
|
2024-10-09 16:51:25 +02:00 |
|
Gregor Vostrak
|
129c132f97
|
make project and tags in mass updates resettable
|
2024-10-09 14:20:07 +02:00 |
|
Gregor Vostrak
|
26637e6f84
|
fix billable status update dropdown
|
2024-10-09 13:30:09 +02:00 |
|
Gregor Vostrak
|
612f40a4b0
|
fix unselecting bugs in time view
|
2024-10-09 13:26:51 +02:00 |
|
Gregor Vostrak
|
8f34fac0a6
|
add select all for time entry row heading
|
2024-10-09 03:01:34 +02:00 |
|
Gregor Vostrak
|
a374a52474
|
add select and deselect all on time and detailed reporting view
|
2024-10-09 01:48:23 +02:00 |
|
Gregor Vostrak
|
09586de2d5
|
clear selected time entries after mass delete in time vue
|
2024-10-09 01:00:12 +02:00 |
|
Gregor Vostrak
|
678d27c93a
|
fix design inconsistencies between regular and aggregate row
|
2024-10-09 00:55:42 +02:00 |
|
Constantin Graf
|
7af1990935
|
Added fallback for local env to server overview widget
|
2024-10-08 21:31:35 +02:00 |
|
Constantin Graf
|
2372ee0622
|
Add update lookup and telemetry, Add version and build to app config
|
2024-10-08 21:31:35 +02:00 |
|
Gregor Vostrak
|
f147fb9725
|
add mass updates to time view
|
2024-10-08 21:28:23 +02:00 |
|
Constantin Graf
|
d5a4df738f
|
Fix bug in time-entry.update-multiple; Add computed property for client_id
|
2024-10-08 19:19:08 +02:00 |
|
Gregor Vostrak
|
b3b84db004
|
fix wrong update on time range selector that causes duplicate time entry start requests, fixes ST-449
|
2024-10-08 18:16:06 +02:00 |
|
Gregor Vostrak
|
d3d3a98b08
|
change detailed reporting to use time entries mass delete endpoint
|
2024-10-08 13:26:27 +02:00 |
|
Gregor Vostrak
|
9f2ac70549
|
add mass delete time entries frontend, closes ST-450
|
2024-10-08 13:26:27 +02:00 |
|
Constantin Graf
|
071895791c
|
Add endpoint to delete multiple time entries
|
2024-10-08 13:26:27 +02:00 |
|
Gregor Vostrak
|
9a50e144b3
|
improve time entry heading padding
|
2024-10-08 12:59:04 +02:00 |
|
Gregor Vostrak
|
a77b8a5ed2
|
add mass update to detailed reporting page
|
2024-10-08 12:59:04 +02:00 |
|
Constantin Graf
|
fcba96fbf6
|
Renamed skip to offset
|
2024-10-08 12:59:04 +02:00 |
|
Gregor Vostrak
|
d200de54a8
|
fix chart overflowing on some screen sizes
|
2024-10-08 12:59:04 +02:00 |
|
Constantin Graf
|
a882ec6ca0
|
Add skip and meta to resource in time entry endpoint
|
2024-10-08 12:59:04 +02:00 |
|
Gregor Vostrak
|
3ee7839ca9
|
add detailed reporting page
|
2024-10-08 12:59:04 +02:00 |
|
Gregor Vostrak
|
165391861a
|
remove debug message
|
2024-10-01 22:59:59 +02:00 |
|
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 |
|