Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 24, 2025
    • Henning Leutz's avatar
      style: correct spacing and indentation in currency-related scripts · a9242ad2
      verfasst von Henning Leutz
      Changed the formatting in several scripts related to handling currency, specifically in
      Currency.js, Select.js, SelectItem.js, Search.js, Window.js, AccountingCurrencyDiffers.js,
      AllowedCurrencies.js, CurrencyList.js, CurrencyWindow.js, and Import.js. This ensures improved
      readability and consistency in the code structure. These changes involved adjustments to the
      spacing and indentation used.
      a9242ad2
    • 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. Nov 08, 2023
  3. Aug 16, 2023
  4. Jun 07, 2023
  5. Mär 28, 2023
  6. Feb 01, 2023
  7. Sep 12, 2022
  8. Sep 07, 2022
  9. Apr 01, 2019
  10. Mär 22, 2019
  11. Mär 30, 2016
  12. Mär 29, 2016
  13. Mär 22, 2016
    • Henning Leutz's avatar
      - PSR-4 · 09a29d48
      verfasst von Henning Leutz
      - Default Currency ist im Template über eine JS Constante erreichbar
      - Ajax Currency calculation
      09a29d48
Lade