- Improve capitalization of names in the donor list even more (-> also capitalize after apostrophes)
- Put this highly sophisticated name formatting into an own class NameFormatter.
svn path=/trunk/rosev_jameicaplugin/; revision=2330
- Add a button to save the HTML Donors List to a file.
- Improve capitalization of the donor's name.
svn path=/trunk/rosev_jameicaplugin/; revision=2312
Our https://reactos.org/donors page is getting too large.
Change the HTML Output to only list the donations of the last 5 years.
svn path=/trunk/rosev_jameicaplugin/; revision=2295
After 7 years of tedious manual work, it's finally time to automate importing donations from PayPal. This has become even less trivial since we have EUR and USD accounts.
This enhancement to our plugin for the Jameica Platform does all the work from retrieving data using the PayPal NVP API over normalizing donor names to performing currency conversions for non-EUR donations. Corner cases like non-latin characters, anonymous donations and fake donations are also handled.
ReactOS Deutschland e.V. accounting is now just a matter of minutes instead of days.
The plugin features an intuitive GUI and integrates with our foundation management software JVerein.
It can hopefully be useful to other Germany-based foundations (e.V.) as well.
I'm also using this commit to make the entire plugin code warning-free and removing usage of deprecated elements.
Pardon my Java ;)
Fixes ONLINE-629
svn path=/trunk/rosev_jameicaplugin/; revision=2279
- Rename DonationHelper class to PublicDonationList to prepare for the soon coming PayPalDonationImporter.
- Adapt our plugin to JVerein 2.8.13.
- Bump version to 1.1.
All in preparation for ONLINE-629
svn path=/trunk/rosev_jameicaplugin/; revision=2274
- Use getValue instead of isEnabled for retrieving the checkbox state. Latter one is not supported anymore.
- Add an Ant build script.
- Depend on our currently used Jameica and JVerein versions.
svn path=/trunk/rosev_jameicaplugin/; revision=2025
This gets our donation list back on track!
Add a plugin which integrates into the Jameica platform (www.willuhn.de) and the JVerein foundation management software (www.jverein.de) for managing donations to the project.
It supports donations added by JVerein bookings and additional ones (useful for donations to other ReactOS entities or donations older than the foundation).
This is mainly for ReactOS Deutschland e.V. internal use only, but maybe someone else can benefit from it as well :-)
svn path=/trunk/rosev_jameicaplugin/; revision=1259