- Apr 10, 2025
-
-
verfasst von Henning Leutz
fix: add permissions and function formatting updates See merge request !22
-
verfasst von Henning Leutz
- Removed needless author declarations for several files - Refactored promises to be more consistent and understandable - Implemented a more advanced permission check system for transactions - Adjusted spacing and indentation for better code readability - Improved the creation process for transaction grids - Updated locale information with new error messages Related: #11
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
Updates to several files: - `addTransaction.php`: The permission check has been evolved to include 'quiqqer.paymentTransactions.create'. - `Panel.js`: Function spaces have been changed following JavaScript convention for anonymous function display (`function ()` instead of `function()`). - `locale.xml`: Locale names were changed to represent `transactions` instead of `payments`. Also, two new set of permissions: create and view transactions are added to the locales file. - `menu.xml`: `quiqqer.paymentTransactions.view` permission is added to the menu.
-
verfasst von Henning Leutz
-
- Feb 16, 2025
-
-
verfasst von Henning Leutz
fix(phpstan): update codes and optimize specificity for PHP classes See merge request !20
-
- Feb 14, 2025
-
-
verfasst von Henning Leutz
This commit resolves a few issues in how transactions are being created and the search limit is being parsed. - The `addTransaction.php` file now correctly uses `getUUID` instead of `getHash` during transaction creation. - Parsing of limit values in `list.php` has been improved. Now values are cast to integers before being passed to the `limit` function. - Several errors ignored in `phpstan-baseline.neon` due to previously incorrect method calls have been removed, as they're no longer occurring.
-
verfasst von Henning Leutz
This commit removes an unnecessary import statement from the Factory.php file in the ERP/Accounting/Payments/Transactions module. The QUI\\Interfaces\\Users\\User import was not being utilized, hence deleted for code neatness and readability.
-
verfasst von Henning Leutz
- Updated versions in the .phive/phars.xml file. - Refined type hinting for methods in Factory.php for readability and specificity. - Positioned __construct earlier in the PaymentReceiverInterface.php, enhancing readability. - Inserted type hinting in the getTypeTitle method of the PaymentReceiverInterface.php file.
-
- Okt 23, 2024
-
-
verfasst von Henning Leutz
fix(Grid): in -assign existing transactions- does not take the correct size See merge request !18
-
verfasst von Henning Leutz
Related: pcsg/buero#467
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
Related: pcsg/buero#468
-
- Aug 09, 2024
-
-
verfasst von Henning Leutz
Next 2.x See merge request !17
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
Refactor: #8
-
- Aug 08, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Aug 05, 2024
-
-
verfasst von Jan Wennrich
Add QUIQQER Tooling See merge request !13
-
verfasst von Jan Wennrich
chore: phpstan rules added See merge request !16
-
- Aug 01, 2024
-
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
- Jul 29, 2024
-
-
verfasst von Henning Leutz
fix(Factory): missing time at date See merge request !15
-
verfasst von Henning Leutz
-
- Jul 15, 2024
-
-
verfasst von Michael Danielczok
fix: correct height of transactions grid See merge request !14
-
verfasst von Michael Danielczok
-
- Mai 16, 2024
-
-
verfasst von Henning Leutz
-
- Mai 08, 2024
-
-
verfasst von Henning Leutz
Next See merge request !12
-
verfasst von Henning Leutz
fix: quiqqer/quiqqer locale and paths adapted to quiqqer/core See merge request !11
-