Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 24, 2025
    • Henning Leutz's avatar
      feat(Currency.js): get default currency · d5a90219
      verfasst von Henning Leutz
      This commit introduces several changes in bin/Currency.js to make the code more readable and
      consistent:
      
      1. Improved function declaration style: Rather than using `function(arg1, arg2) { .. }`, we now use
      `function (arg1, arg2) { .. }` for better style consistency.
      2. Cleaned up unnecessary whitespace: Removed redundant lines to make the code cleaner and more
      readable.
      3. Added a new function: Introduced a new function `getDefaultCurrency()` for fetching the default
      system currency. This asynchronous function returns a Promise that resolves to the code of the
      default currency.
      d5a90219
  2. Feb 05, 2025
    • Henning Leutz's avatar
      fix: convertWithSign.php: add class existence check · ae339c05
      verfasst von Henning Leutz
      Added a condition to check if the class 'QUI\\ERP\\Money\\Price' exists before executing the rest
      of the code in the convertWithSign.php file in the ajax directory. This fix prevents potential
      errors and improves code stability.
      
      Related: #9
      ae339c05
    • Henning Leutz's avatar
      fix(phpstan): update function parameter data types · 700ca442
      verfasst von Henning Leutz
      This commit changes the data type of the function parameters across various files. The
      modifications are made in the 'phpstan-baseline.neon', 'AbstractCurrency.php',
      'CurrencyInterface.php', and 'Handler.php' files. Certain function parameters which could have been
      null are now specifically marked as available for null input. Improving the type hinting of these
      functions enhances code readability, allows for better static analysis and reduces the scope for
      bugs in the future.
      
      Related: #9
      700ca442
  3. Aug 05, 2024
  4. Aug 01, 2024
  5. Jul 30, 2024
  6. Jul 23, 2024
  7. Mai 08, 2024
  8. Mai 07, 2024
  9. Mai 06, 2024
  10. Mai 01, 2024
  11. Apr 29, 2024
    • Henning Leutz's avatar
      feat!: quiqqer v2 · 84127614
      verfasst von Henning Leutz
      BREAKING CHANGE: quiqqer v2 has been renamed to quiqqer/core. a new major version will be created here so that we can still develop for both versions.
      84127614
  12. Apr 18, 2024
  13. Feb 13, 2024
  14. Feb 12, 2024
  15. Dez 06, 2023
  16. Nov 23, 2023
Lade