README: Document Benevity disbursement importer from 1b1e2d0
.
With this, we've finished paying down our recent technical debt.
This commit is contained in:
parent
e55e3151ba
commit
fb947e6bb5
2 changed files with 30 additions and 6 deletions
30
README.rst
30
README.rst
|
@ -107,6 +107,36 @@ Amazon Affiliate Program
|
||||||
``template amazon earnings``
|
``template amazon earnings``
|
||||||
Imports one transaction per month, summarizing all earnings over the month. Generated from Amazon's "Fee Earnings" report CSV.
|
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
|
Patreon
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
||||||
|
|
6
TODO.rst
6
TODO.rst
|
@ -1,12 +1,6 @@
|
||||||
TODO
|
TODO
|
||||||
====
|
====
|
||||||
|
|
||||||
Paying down debt
|
|
||||||
----------------
|
|
||||||
|
|
||||||
* Add documentation for the changes since ba81dc9.
|
|
||||||
* Add tests for the changes since ba81dc9.
|
|
||||||
|
|
||||||
Template multiplexing with action hooks
|
Template multiplexing with action hooks
|
||||||
---------------------------------------
|
---------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue