- Mär 24, 2025
-
-
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.
-
- Nov 08, 2023
-
-
verfasst von Henning Leutz
-
- Aug 16, 2023
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Jun 07, 2023
-
-
verfasst von Henning Leutz
-
- Mär 28, 2023
-
-
verfasst von Patrick Müller
-
- Feb 01, 2023
-
-
verfasst von Henning Leutz
-
- Sep 12, 2022
-
-
verfasst von Henning Leutz
-
- Sep 07, 2022
-
-
verfasst von Henning Leutz
-
- Apr 01, 2019
-
-
verfasst von Henning Leutz
-
- Mär 22, 2019
-
-
verfasst von Henning Leutz
feat: user currency -> the user can now have his own currency, so he can use the exchange rate to display the price in his currency.
-
verfasst von Henning Leutz
-
- Mär 30, 2016
-
-
verfasst von Henning Leutz
-
- Mär 29, 2016
-
-
verfasst von Henning Leutz
-
- Mär 22, 2016
-
-
verfasst von Henning Leutz
- Default Currency ist im Template über eine JS Constante erreichbar - Ajax Currency calculation
-