diff --git a/content/blog/2025-04-28_anonymous-donations.de.md b/content/blog/2025-04-28_anonymous-donations.de.md new file mode 100644 index 0000000..768acb3 --- /dev/null +++ b/content/blog/2025-04-28_anonymous-donations.de.md @@ -0,0 +1,33 @@ +--- +title: Anonyme Spenden +date: 2025-04-28 +authors: + - name: ODIT.Services + link: https://odit.services + image: https://odit.services/img/profile-pic-no_bg.webp +tags: + - Release + - Backend + - Frontend + - Spenden +excludeSearch: true +description: "Auf vielfachen Wunsch unserer selbst, haben wir eine neue Funktion zur Plattform hinzugefügt: Anonyme Spenden!" +lang: de +--- + +Bei den letzten Veranstaltungen haben wir gelegentlich Anfragen von Läufern erhalten, eine feste Summe anonym spenden zu können. +Das bedeutet, dass die Spende nicht mit einem bestimmten Läufer oder Spender verknüpft ist, aber dennoch in der Spendenstatistik angezeigt wird. +Meistens wurde dies bisher dadurch erreicht, dass Bargeld direkt an den Veranstalter übergeben wurde und dieses Geld dann nicht in die Spendenstatistik eingeflossen ist. + +Dank [backend@1.4.0](https://git.odit.services/lfk/backend/releases/tag/1.4.0), [lib@1.2.5](https://www.npmjs.com/package/@odit/lfk-client-js/v/1.2.5) und [frontend@1.12.1](https://git.odit.services/lfk/frontend/releases/tag/1.12.1) gehört das nun der Vergangenheit an! +Wir haben eine neue Funktion zur Plattform hinzugefügt, mit der anonyme Spenden erstellt werden können. + +Diese Funktion ist im Admin-Panel verfügbar und ermöglicht es, im Bereich „Spenden“ anonyme Spenden zu erfassen. +Einfach eine neue Spende hinzufügen, den Typ „Anonyme Spende“ auswählen und den gespendeten Betrag eintragen. + +![Spende hinzufügen](/images/blog/2025-04-28_anonymous-donations_add.png) + +Die Spende wird dann in der Spendenstatistik angezeigt, ist aber nicht mit einem bestimmten Läufer oder Spender verknüpft. +Sie erscheint außerdem in der Spendenübersicht im Admin-Panel und kann wie jede andere Spende gelöscht werden. + +![Anonyme Spende in der Übersicht](/images/blog/2025-04-28_anonymous-donations_overview.png) diff --git a/content/blog/2025-04-28_anonymous-donations.en.md b/content/blog/2025-04-28_anonymous-donations.en.md new file mode 100644 index 0000000..9030eff --- /dev/null +++ b/content/blog/2025-04-28_anonymous-donations.en.md @@ -0,0 +1,33 @@ +--- +title: Anonymous Donations +date: 2025-04-28 +authors: + - name: ODIT.Services + link: https://odit.services + image: https://odit.services/img/profile-pic-no_bg.webp +tags: + - Release + - Backend + - Frontend + - Donations +excludeSearch: true +description: "As requested by no one but ourselves we have added a new feature to the platform: Anonymous donations!" +lang: en +--- + +During the last events we sometimes received requests from runners to be able to donate a fixed anonymously. +This means that the donation is not linked to a specific runner or donor but will still be shown in the donation statistics. +Most of the time this was achived by just handing over cash to the event organizer and the cash not getting counted in the donation statistics. + +This is now a thing of the past thanks to [backend@1.4.0](https://git.odit.services/lfk/backend/releases/tag/1.4.0), [lib@1.2.5](https://www.npmjs.com/package/@odit/lfk-client-js/v/1.2.5) and [frontend@1.12.1](https://git.odit.services/lfk/frontend/releases/tag/1.12.1)! +We have added a new feature to the platform that allows you to create anonymous donations. + +This feature is available in the admin panel and allows you to create anonymous donations in the "Donations" section. +Just add a new donation, select the Type "Anonymous Donation" and enter the donated amount. + +![Add donation](/images/blog/2025-04-28_anonymous-donations_add.png) + +The donation will then be shown in the donation statistics but will not be linked to a specific runner or donor. +It will also be shown in the donation overview in the admin panel and can be deleted like any other donation. + +![Anonymous donation in the overview](/images/blog/2025-04-28_anonymous-donations_overview.png) diff --git a/static/images/blog/2025-04-28_anonymous-donations_add.png b/static/images/blog/2025-04-28_anonymous-donations_add.png new file mode 100644 index 0000000..3d534c9 Binary files /dev/null and b/static/images/blog/2025-04-28_anonymous-donations_add.png differ diff --git a/static/images/blog/2025-04-28_anonymous-donations_overview.png b/static/images/blog/2025-04-28_anonymous-donations_overview.png new file mode 100644 index 0000000..a62e132 Binary files /dev/null and b/static/images/blog/2025-04-28_anonymous-donations_overview.png differ