Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 26, 2025
    • Henning Leutz's avatar
      fix: allow null user type in setuser methods and improve type hinting · eefbf9a0
      verfasst von Henning Leutz
      This commit includes changes made to both the Article.php and ArticleList.php classes in the
      QUI\ERP\Accounting directory. The setUser methods now accept a null type for the 'User' parameter,
      giving more flexibility when calculating user details.
      
      Type hinting was also improved in the ArticleList class. The variable type indicators were changed
      from 'int|float' to 'int | float', and from 'Factor|QUI\\ERP\\Products\\Utils\\PriceFactor' to
      'Factor | QUI\\ERP\\Products\\Utils\\PriceFactor', improving readability and clarity of code.
      
      Lastly, the 'template' and 'articleTemplate' parameters in the 'toHTMLWithCSS' method now support
      both 'bool' and 'string' types, adding flexibility to template usage.
      eefbf9a0
  2. Feb 25, 2025
  3. Feb 22, 2025
  4. Feb 19, 2025
    • Henning Leutz's avatar
      fix: update payment status constants in calc.php · 1d048c81
      verfasst von Henning Leutz
      Changed the constants 'TYPE_INVOICE_REVERSAL' and 'TYPE_INVOICE_CANCEL' to 'PAYMENT_STATUS_ERROR'
      and 'PAYMENT_STATUS_CANCELED' respectively. This will ensure that the payment status are correctly
      identified and processed.
      1d048c81
  5. Jan 15, 2025
  6. Nov 26, 2024
  7. Nov 19, 2024
  8. Okt 23, 2024
  9. Okt 18, 2024
  10. Sep 18, 2024
  11. Sep 10, 2024
  12. Aug 29, 2024
  13. Aug 08, 2024
  14. Aug 02, 2024
  15. Aug 01, 2024
  16. Jul 29, 2024
  17. Jun 13, 2024
  18. Jun 12, 2024
  19. Mai 16, 2024
  20. Apr 27, 2024
  21. Apr 23, 2024
  22. Apr 05, 2024
  23. Mär 20, 2024
    • Henning Leutz's avatar
      fix: phpstan fixes + breaking changes · 0903ebe9
      verfasst von Henning Leutz
      The ErpEntityInterface interface was changed in a previous commit.
      We decided to declare this as a breaking change to create a version 3. with this commit pgpstan level 0 and 1 are also done.
      
      BREAKING CHANGE: ErpEntityInterface extended
      Bestätigt
      0903ebe9
  24. Mär 08, 2024
  25. Feb 12, 2024
Lade