All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 42s
- Introduced a new boolean field `paidConfirmed` in MemberOrder and MemberOrderHistory models to track payment confirmation status. - Updated serialization functions in MemberOrderService to include `paidConfirmed` in order and history entries. - Enhanced OrdersPanel component to allow users to set and display the `paidConfirmed` status for orders. - Added localization support for the new `paidConfirmed` label in German. - Adjusted related logic to ensure proper handling of the `paidConfirmed` state throughout the application.
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.