README: Document Benevity disbursement importer from 1b1e2d0.

With this, we've finished paying down our recent technical debt.
This commit is contained in:
Brett Smith 2017-12-30 16:54:47 -05:00
parent e55e3151ba
commit fb947e6bb5
2 changed files with 30 additions and 6 deletions

View file

@ -107,6 +107,36 @@ Amazon Affiliate Program
``template amazon earnings``
Imports one transaction per month, summarizing all earnings over the month. Generated from Amazon's "Fee Earnings" report CSV.
Benevity
^^^^^^^^
``template benevity payments``
Imports one transaction per row in Benevity's donations report CSV.
This template can use these variables:
================ ===========================================================
Name Contents
================ ===========================================================
comment The comment from the donor
---------------- -----------------------------------------------------------
corporation The name of the participating corporation
---------------- -----------------------------------------------------------
disbursement_id The ID of the dirbursement from Benevity that includes this
donation
---------------- -----------------------------------------------------------
donation_amount The amount donated by the individual donor named
---------------- -----------------------------------------------------------
frequency The frequency of this donation as indicated in the report
---------------- -----------------------------------------------------------
match_amount The amount of the donation match by the participating
corporation
---------------- -----------------------------------------------------------
project The Project named in this row
---------------- -----------------------------------------------------------
transaction_id The ID of this specific donation
================ ===========================================================
Patreon
^^^^^^^

View file

@ -1,12 +1,6 @@
TODO
====
Paying down debt
----------------
* Add documentation for the changes since ba81dc9.
* Add tests for the changes since ba81dc9.
Template multiplexing with action hooks
---------------------------------------