- Feb 19, 2025
-
-
verfasst von Patrick Müller
-
- Feb 10, 2025
-
-
verfasst von Henning Leutz
-
- Feb 07, 2025
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
In the ajax/frontend/basket/toOrderInProcess.php: - The QUI\ERP\Order\Factory class was imported. - In the event of an exception, a new order in process is created instead of just logging the error. This change should improve the user experience by preventing any disruption in the order process due to unexpected errors.
-
- Feb 06, 2025
-
-
verfasst von Henning Leutz
Improve readability and interpretability of code by explicitly stating null in union types. This change has been applied across multiple files and functions. PHP8.4 compatibility
-
verfasst von Henning Leutz
Added a conditional check in src/QUI/ERP/Order/Basket/Basket.php to convert basketId to actual id from user's session if it is a boolean value. This fixes potential issues that may arise with non-integer basketIds. Also, introduced a safeguard check before saving to ensure there is a valid User. If not, the save function is exited early to prevent potential errors or undesired actions.
-
- Feb 04, 2025
-
-
verfasst von Henning Leutz
Changed the default value of paymentId status in the paymentChangeable list from 1 to 0 to ensure accurate payment status representation. Related: #176
-
verfasst von Henning Leutz
-
- Jan 20, 2025
-
-
verfasst von Michael Danielczok
-
- Dez 02, 2024
-
-
verfasst von Henning Leutz
-
- Nov 28, 2024
-
-
verfasst von Michael Danielczok
-
- Nov 25, 2024
-
-
verfasst von Henning Leutz
-
- Okt 23, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Okt 22, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Okt 17, 2024
-
-
verfasst von Henning Leutz
-
- Okt 16, 2024
-
-
verfasst von Michael Danielczok
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
Related: #174
-
- Okt 10, 2024
-
-
verfasst von Henning Leutz
-
- Okt 09, 2024
-
-
verfasst von Henning Leutz
-
- Okt 08, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Sep 24, 2024
-
-
verfasst von Michael Danielczok
Related: order-guestorder#6
-
- Sep 23, 2024
-
-
verfasst von Michael Danielczok
-
verfasst von Michael Danielczok
Related: order-guestorder#6
-
- Sep 19, 2024
-
-
verfasst von Michael Danielczok
-
verfasst von Henning Leutz
-
- Sep 18, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
For orders this is not needed. the internal instance cache causes more problems due to the mix between uuid and id cache. the internal cache on uuid / id was therefore removed. Orders have the data freshly fetched from the db anyway. therefore unnecessary. In addition, a wrong order object was repeatedly retrieved when sending mail.
-
- Sep 17, 2024
-
-
verfasst von Michael Danielczok
Related: quiqqer/order#163
-
- Sep 10, 2024
-
-
verfasst von Henning Leutz
-
- Aug 27, 2024
-
-
verfasst von Henning Leutz
Orders have not taken over the customer id. Related: pcsg/buero#453
-
- Aug 21, 2024
-
-
verfasst von Henning Leutz
-
- Aug 20, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
The UX was not optimal as a result. It was not clear that you could scroll and the guest order button was not visible. For now flex removed and the login buttons are below each other
-
- Aug 12, 2024
-
-
verfasst von Henning Leutz
-