- Feb 22, 2025
-
-
verfasst von Henning Leutz
In this commit, several changes have been made to streamline the Manufacturer and Process classes within the ERP module: - Replaced the non-empty check for 'firstname' and 'lastname' attributes in the User class with an `empty()` function, resulting in cleaner code without changing the functionality. - Replaced the argument in `User->activate()` from `false` to `''` for consistency. - Removed unnecessary annotations and some unused `protected` properties from the Process class. - Altered the procedure to retrieve `salesOrder` from the Entity in the Process class. Now, the method first tries to retrieve it via `getPaymentDataEntry()`, and if unavailable, it attempts to fetch it using `getCustomDataEntry()`. This ensures a more robust and reliable retrieval of the 'salesOrder' property. - Added `@phpstan-ignore-next-line` in the Processes class to prevent phpstan from throwing unwarranted warnings regarding the following code line in specific scenarios. Related: #103
-
- Aug 12, 2024
-
-
verfasst von Henning Leutz
-
- Aug 06, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Jun 27, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Jun 26, 2024
-
-
verfasst von Henning Leutz
ERP entities can now say whether they can be copied. There is therefore a central copy dialogue.
-
- Mai 15, 2024
-
-
verfasst von Henning Leutz
-
- Apr 30, 2024
-
-
verfasst von Henning Leutz
-
- Mär 19, 2024
-
-
verfasst von Henning Leutz
-
- Feb 08, 2024
-
-
verfasst von Henning Leutz
-
- Feb 07, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Feb 05, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-