Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-05-06 13:52:46 +02:00
b1365dccbb feat(MoneyHistoryView): load branch names for enhanced activity display
torsten pushed to main at torsten/yourpart-daemon 2026-05-06 11:09:44 +02:00
9022b58dc7 Refactor revenue and tax handling in DirectorWorker: Updated logic to separately account for gross revenue and tax deductions during product sales. Enhanced monetary transactions to ensure accurate tax income distribution, particularly when the seller differs from the treasury user, improving financial tracking and compliance.
torsten pushed to main at torsten/yourpart-daemon 2026-05-06 11:04:47 +02:00
8509a7e171 Update monetary limits for numeric precision in BaseWorker and UserCharacterWorker: Changed maximum absolute values from numeric(10,2) to numeric(14,2) to accommodate larger monetary amounts. Adjusted related comments and clamping logic to reflect the new limits, ensuring accurate handling of monetary values.
torsten pushed to main at torsten/trainingstagebuch 2026-05-06 09:55:54 +02:00
25c3b90972 feat(TeamManagementView): enhance league validation logic for team management
torsten pushed to main at torsten/trainingstagebuch 2026-05-06 09:05:30 +02:00
95bfbf86a4 feat(MemberOrder, MemberOrderHistory, MemberOrderService, OrdersPanel): add paidConfirmed field and update related logic
torsten pushed to main at torsten/trainingstagebuch 2026-05-06 08:52:48 +02:00
4bef76d6dd feat(TeamPlanningBoard): enhance team planning UI and button functionality
torsten pushed to main at torsten/trainingstagebuch 2026-05-06 07:59:12 +02:00
01aaca5928 feat(TeamPlanningBoard, TeamManagementView): add team conversion functionality
torsten pushed to dev at torsten/harheimertc 2026-05-05 15:14:42 +02:00
e44d3c5c74 Update package version to 1.1.5 in package.json
torsten pushed to dev at torsten/harheimertc 2026-05-05 15:13:25 +02:00
c409fa6d4b Update candidate paths for CSV file retrieval in mannschaften.get.js
torsten pushed to main at torsten/trainingstagebuch 2026-05-05 15:05:44 +02:00
92aebaadb1 feat(MemberGalleryDialog): filter visible members based on participant status
torsten pushed to main at torsten/yourpart3 2026-05-05 08:03:08 +02:00
511146da74 feat(FalukantService): add numeric value conversion for money checks
torsten pushed to main at torsten/yourpart3 2026-04-30 15:41:02 +02:00
3365f1dd2a feat(MoneyHistoryView): enhance activity translation for tax and reputation actions
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 11:08:31 +02:00
a382a07765 Enhance NavbarComponent functionality: Add click outside detection to close the menu and improve responsiveness by adjusting styles for mobile view, ensuring better user experience and accessibility.
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 10:52:43 +02:00
ef1225c02d Refactor organizer color assignment in exportWorships function: Update the logic to dynamically set the organizer color based on the worship format, improving visual consistency in exported documents.
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 10:50:06 +02:00
1ab5ceaac7 Update worship export colors in worshipController.js: Introduce dynamic color assignment for title, organizer, service, and organ text based on the worship format and neighbor invitation status, enhancing visual differentiation in exported documents.
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 10:44:07 +02:00
2fd5dc0389 Update worship export logic to conditionally include internal service information: Modify exportWorships function in worshipController.js to check format before including sacristan service and organ playing details, enhancing export customization based on the output type.
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 10:41:47 +02:00
2377caea6d Enhance worship export functionality: Add support for sacristan service and organ playing details in worshipController.js, improving the export format. Update filename generation logic in WorshipManagement.vue to handle potential server-side filename issues, ensuring accurate file naming during downloads.
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 10:26:36 +02:00
ae0bf3d478 Add organ playing input field in WorshipManagement.vue: Introduce a new text input for organist details in the worship data form, enhancing the information captured during worship management.
torsten pushed to main at torsten/miriamgemeinde 2026-04-30 09:32:57 +02:00
181257ad26 Implement date filtering for worship imports in WorshipManagement.vue: Add date range filter inputs, enhance worship list display with filtered results, and improve data handling for imported worships, ensuring better user experience during worship management.
torsten pushed to main at torsten/miriamgemeinde 2026-04-29 19:55:36 +02:00
22f882d9d2 Implement worship organizer selection with multiselect component in WorshipManagement.vue: Replace text input with a multiselect for better user experience, add fetching logic for worship leaders, and enhance organizer handling with tagging support.