Gregor Vostrak
|
c291170d79
|
fix timing problem when updating multiple time entries, fixes #202
|
2024-10-09 17:35:22 +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
|
f147fb9725
|
add mass updates to time view
|
2024-10-08 21:28:23 +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 |
|
Gregor Vostrak
|
a77b8a5ed2
|
add mass update to detailed reporting page
|
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 |
|
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
|
878bbd359d
|
cleanup dayjs abstraction usage and useCurrentTimeEntry api for starting and stopping time entries
|
2024-09-30 14:19:47 +02:00 |
|
Gregor Vostrak
|
876a41cb2a
|
fix client page header design bug
|
2024-09-23 12:54:09 +02:00 |
|
Gregor Vostrak
|
7e5374d5b1
|
add presets for date rage picker in reporting
|
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 |
|
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
|
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
|
19cc05140a
|
add archiving for clients, fixes ST-279
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
b518187ecb
|
Dashboard Data Refresh After creating a time entry, fixes ST-299
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
83301d03ca
|
respect billing permission in frontend, fix hiding of billing banners
|
2024-09-11 18:07:35 +02:00 |
|
Gregor Vostrak
|
22b2933d85
|
open export downloads in the same window
|
2024-09-11 17:58:29 +02:00 |
|
Gregor Vostrak
|
6dd9d5bab0
|
add exporter in frontend, fixes ST-382
|
2024-09-11 17:58:29 +02:00 |
|
Gregor Vostrak
|
33d139e3aa
|
add mass updates to time entry aggregate rows, make package actions run on manual dispatch
|
2024-08-27 17:47:22 +02:00 |
|
Gregor Vostrak
|
35c65d3bf0
|
move MainContainer Component to ui package and fix types
|
2024-08-27 17:47:22 +02:00 |
|
Gregor Vostrak
|
635954f81d
|
move ui and api to seperate packages and add npm actions for them
|
2024-08-27 17:47:22 +02:00 |
|
Gregor Vostrak
|
06a35cb447
|
disable zodios request/response validation in runtime and use server errors instead
|
2024-08-08 16:11:14 +02:00 |
|
Gregor Vostrak
|
06fef6e40f
|
refactor timetracker to seperate data and ui logic
|
2024-08-05 16:49:24 +02:00 |
|
Gregor Vostrak
|
99c652a61b
|
refactor required time entry emits to props
|
2024-08-05 16:49:24 +02:00 |
|
Gregor Vostrak
|
1e4f0afa67
|
use prop function createTag instead of event to make sure it is handled by the parent
|
2024-08-05 16:49:24 +02:00 |
|
Gregor Vostrak
|
655723db49
|
refactor tag components and tagCreate events, change global week_start and timezone settings, fix pie charts
|
2024-08-05 16:49:24 +02:00 |
|
Gregor Vostrak
|
cbdbcef9eb
|
move time entries grouped table to its own component
|
2024-08-05 16:49:24 +02:00 |
|
Gregor Vostrak
|
a519c119d4
|
refactor time entry and projecttaskdropdown components to not rely on pinia stores
|
2024-08-05 16:49:24 +02:00 |
|
Constantin Graf
|
ee2f125062
|
Fixed typo
|
2024-07-15 21:41:37 +02:00 |
|
Gregor Vostrak
|
7aab3d98fc
|
remove billable_rate_update_time_entries flag and always update all time entries
|
2024-07-15 17:34:56 +02:00 |
|
Gregor Vostrak
|
6593a8c24f
|
add support for archiving projects and marking tasks as done
|
2024-07-02 17:01:12 +02:00 |
|
Gregor Vostrak
|
442da936d0
|
Merge branch 'feature/member_features' of github.com:solidtime-io/solidtime into feature/update_billable_rate
# Conflicts:
# e2e/members.spec.ts
# e2e/organization.spec.ts
|
2024-07-01 17:15:08 +02:00 |
|
Gregor Vostrak
|
264b7c9b8d
|
add billable rate time entries update support for existing time entries (member & organization)
|
2024-07-01 17:06:44 +02:00 |
|
Gregor Vostrak
|
099926f95c
|
change member invite to api route, add resend invitation mail, add delete invitation, fixes ST-87
|
2024-07-01 17:03:47 +02:00 |
|
Gregor Vostrak
|
8f0c9afa1a
|
remove user profile link from signup flow, fixes ST-260
|
2024-06-18 12:52:25 +02:00 |
|
Gregor Vostrak
|
9ac1d19722
|
change reporting default back
|
2024-06-13 21:12:41 +02:00 |
|
Gregor Vostrak
|
92dde6a701
|
fix timezone issues related to time entries spanning over a day
|
2024-06-12 17:06:10 +02:00 |
|
Gregor Vostrak
|
91cb6ab087
|
add formatting to importer descriptions, change reporting group limit for months
|
2024-06-10 18:01:32 +02:00 |
|
Gregor Vostrak
|
8857befc6c
|
add loading indicator to import (ST-149), change card divider color
|
2024-06-07 14:18:27 +02:00 |
|
Gregor Vostrak
|
f2f128e184
|
remove misplaced create tag button from import screen
|
2024-06-06 18:30:04 +02:00 |
|
Gregor Vostrak
|
7fb58ea341
|
add is_billable support for create / update project and in timetracker, fixes ST-217
|
2024-06-06 17:19:41 +02:00 |
|