Commit Graph
101 Commits
Author SHA1 Message Date
Constantin Graf d49082d7f3 Fixed localization in PDF reports 2025-05-13 18:48:37 +02:00
Constantin GrafandGregor Vostrak e374d8b3de Fixed typos in organization format settings 2025-05-13 16:32:11 +02:00
Constantin Graf b8110e222a Fixed descriptions and billable in shared reports 2025-04-30 13:36:21 +02:00
Constantin GrafandConstantin Graf dd0cc0d60b Add more validation for clockify importer 2025-04-29 16:38:08 +02:00
Constantin GrafandConstantin Graf f1a1d2a266 Project name is now unique per client and organization 2025-04-25 17:55:29 +02:00
Constantin GrafandGregor Vostrak 827e0fe377 Fixes for invoice feature 2025-04-23 14:33:32 +02:00
Constantin GrafandGregor Vostrak ae00fdb0e9 Add localization settings 2025-04-23 14:33:32 +02:00
Constantin Graf aa3c64e496 Allow members:make-placeholder for admins 2025-03-10 16:26:08 +01:00
Gregor VostrakandConstantin Graf 50cc7053e4 hide total billable amounts from employees when employees_can_see_billable_rates is disabled 2025-03-10 15:43:08 +01:00
Constantin GrafandConstantin Graf 73ce5f793d Fixed problem with merge into when project members already exist in destination member 2025-03-10 15:42:43 +01:00
Constantin GrafandConstantin Graf ab263e725f Fixed bugs in member endpoints; Added merge-into member endpoint 2025-03-06 14:44:11 -05:00
Constantin GrafandConstantin Graf f93c5370bf Add harvest and generic imports 2025-03-06 14:44:11 -05:00
Constantin GrafandConstantin Graf b6bbcd7097 Fixed bug in toggl data importer if import contains invalid timezone 2025-03-04 17:08:28 -05:00
Constantin Graf 0a956fd9e7 Fixed user create in filament 2025-02-06 14:20:37 -05:00
Constantin GrafandConstantin Graf dce608e403 Add more tests; Add filter in filament resource; Added options for user create command 2025-02-06 12:22:19 -05:00
Constantin GrafandConstantin Graf 84c9cfe2f2 Fixed bugs causing incorrect computed attributes in imported data 2025-02-06 12:22:19 -05:00
Constantin GrafandConstantin Graf 0252d984cb Added estimated time to clockify project import 2025-02-06 12:22:19 -05:00
Constantin GrafandConstantin Graf 713e12e54e Fixed reports in deletion service 2025-02-06 12:22:19 -05:00
Constantin GrafandConstantin Graf fc0a840ded Deactivated registration 2025-02-06 12:22:19 -05:00
Constantin GrafandConstantin Graf 62270382dc Fixed import lock 2024-12-18 11:26:49 -05:00
Gregor VostrakandConstantin Graf e308ca78b1 improve design for time entries index export 2024-12-09 12:57:25 +01:00
Gregor VostrakandConstantin Graf 9b0cf37bc7 improve aggregated pdf design 2024-12-09 12:57:25 +01:00
Constantin GrafandConstantin Graf a4d8a02b80 Updated PDF reports 2024-12-09 12:57:25 +01:00
Constantin GrafandConstantin Graf 0860aa9d24 Added shareable reports 2024-12-09 12:57:25 +01:00
Constantin GrafandConstantin Graf c03aad1abd Added shareable reports 2024-12-09 12:57:25 +01:00
Constantin GrafandConstantin Graf 4b622afcfc Change logic of tags_ids filter from AND to OR 2024-11-08 13:28:26 +01:00
Constantin GrafandConstantin Graf 45daeead61 Fix billable contract for self-hosting 2024-11-07 16:12:42 +01:00
Constantin GrafandConstantin Graf 3b3f593080 Fix foreign keys and deletion service 2024-11-05 12:09:04 +01:00
Constantin Graf f4cfeaa718 Fixed issue with daylight saving time in chart 2024-10-30 17:40:46 +01:00
Constantin Graf 04fcc1e3ae Fixed timezones in detailed export reports #2 2024-10-29 18:25:42 +01:00
Constantin Graf eaaa83406d Fixed timezones in detailed export reports 2024-10-29 18:09:22 +01:00
Constantin GrafandConstantin Graf 9a60e2b911 Add tests for export endpoints 2024-10-29 17:20:21 +01:00
Constantin GrafandConstantin Graf 8712cfb9dc Add report exports 2024-10-29 17:20:21 +01:00
Constantin GrafandConstantin Graf b0bcc4f330 Add pdf detailed report and placeholder for aggregate endpoint 2024-10-29 17:20:21 +01:00
Constantin GrafandConstantin Graf 64535ceea6 Add report exports 2024-10-29 17:20:21 +01:00
Constantin Graf 0290013d19 Specify enclosure and escape for solidtime export and import 2024-10-15 13:35:37 +02:00
Constantin GrafandConstantin Graf 85f4a3049c Fixed escaping issues in importer 2024-10-15 12:57:45 +02:00
Constantin GrafandConstantin Graf 69d3ff4f7b Stricter validation for uuid and integer 2024-10-15 12:57:45 +02:00
Constantin GrafandConstantin Graf d9925d632e Fix api url 2024-10-09 17:34:08 +02:00
Constantin GrafandGregor Vostrak 2372ee0622 Add update lookup and telemetry, Add version and build to app config 2024-10-08 21:31:35 +02:00
Constantin GrafandGregor Vostrak 2e8da98287 Added php-cs-fixer rule void_return 2024-09-30 14:19:47 +02:00
Constantin GrafandConstantin Graf 5e4270e3f5 Add time entry aggregation type “description” 2024-09-17 22:32:43 +02:00
Constantin GrafandConstantin Graf d4e71e7c2c Lock import and increase timeout 2024-09-17 22:32:31 +02:00
Constantin GrafandConstantin Graf 5c6b32d5bb Deactivate auditing for time entries in importer 2024-09-16 21:50:01 +02:00
Constantin GrafandConstantin Graf 498f29617e Add mapping for legacy timezones 2024-09-13 17:59:10 +02:00
Constantin GrafandConstantin Graf 0a0b7a03b4 Deactivate auditing for import and increase max_execution_time 2024-09-12 15:31:20 +02:00
Constantin GrafandConstantin Graf 01dd13b947 Add getTrialUntil to BillingContract; Allow delete endpoints after blocking 2024-09-11 18:07:35 +02:00
Gregor VostrakandConstantin Graf 2bad9eaa3c chore: type OrganizationInvitation in DefaultImporter, new formatting rules 2024-09-11 18:07:35 +02:00
Constantin GrafandConstantin Graf d8968399d6 Updated dependencies; Fixed codeformatting and phpstan 2024-09-11 18:07:35 +02:00
Constantin GrafandConstantin Graf 5b7df869ad Added trial and blocking to billing contract, fixed bug in running time tracker command 2024-09-11 18:07:35 +02:00