Simple Supporters database for fundraising
Find a file
Bradley M. Kuhn ef21af7afd holdRequest: revise tests to shake out the API.
First of all, I originally thought about releaseDate all wrong.  We want
to store the date that the hold was released, which is the indicator
that the request is no longer on hold and can be fulfilled.

We also need tests that assure a request is not fulfilled while on
hold.  Those are added here.

I shook out a few other changes to the test ordering that are necessary
for the change to testing holdRequest().
2016-01-19 17:49:20 -08:00
scripts Giving limit for donor to receive t-shirt. 2016-01-08 13:10:20 -08:00
sql fulfillment_id should not be in request table. 2015-12-30 04:31:37 -08:00
Supporters holdRequest: revise tests to shake out the API. 2016-01-19 17:49:20 -08:00
.gitignore Ignore Makefile.old as well. 2015-12-06 19:24:24 -08:00
AGPLv3 Downloaded a copy of the Affero GPLv3. 2015-12-06 16:55:11 -08:00
COPYRIGHT.md Move license notice information to LICENSE.md 2015-12-06 17:01:33 -08:00
LICENSE.md Move license notice information to LICENSE.md 2015-12-06 17:01:33 -08:00
README.md Wrote add-email-address.plx script. 2015-12-31 00:38:59 -08:00

Mini Non-Profit Supporters and Donors Database

"Supporters" is a small donor database for non-profit fundraising that uses Ledger-CLI as a backend for accounting data.

While this system is used in production for Software Freedom Conservancy, the code is likely only appropriate if you plan to do a lot of work on the command-line. Eventually, the ideal would be to refactor CiviCRM to support the ideas and Ledger-CLI integration represented in this code.

Why Does This Exist?

Conservancy needed a simple donor database and could not invest the resources required to maintain a CiviCRM instance: most organizations that use CiviCRM either pay for hosting or devote some amount of staff time its maintenance. Conservancy could afford neither, but this weekend-hack version of a database suits our needs (at least for now).

License Information

See the file LICENSE.md for license information.

Common Tasks

These are recipes for some common tasks that one might want to complete on the command line with the Supporters database.

  • Add a Supporter from the command line: ./scripts/add-supporter.plx

  • Add an email address, or change the preferred email address: ./scripts/add-email-address.plx