579f6dde4b
Add importer for Printful Orders.csv file
2023-10-13 19:56:37 +11:00
5f1315b4e4
Update Stripe importer to rename tax field
...
This reflects the current CSV output from the "Export" button.
2023-05-17 22:39:44 +10:00
Rosanne DiMesio
950c7fd644
Include sales with status Partial Refund in Eventbrite imports
2023-05-03 14:10:23 -05:00
Rosanne DiMesio
8b0fd52602
update GitHub Sponsors importer
2021-10-25 11:29:41 -05:00
Rosanne DiMesio
ac2359101b
Update brightfunds importer and bump version number
2021-07-14 13:19:50 -05:00
Brett Smith
c714b2f41f
patreon: Income2017Importer grabs email address.
2021-03-18 11:47:56 -04:00
Brett Smith
1e24bfe304
github: Turn PRIVATE handle into Anonymous.
2020-12-18 10:35:50 -05:00
Brett Smith
742fccca0c
patreon: Exclude tax from full amount.
...
This makes the balancing logic in entry generation work the way we want.
2020-12-10 09:43:47 -05:00
Brett Smith
c1d1e17afb
tests: CSV that should've been included in last commit.
2020-12-09 16:35:28 -05:00
Brett Smith
15ef02c153
patreon: New importer for revamped earnings report.
2020-12-08 11:31:40 -05:00
Brett Smith
f0da9e5bbe
setup.cfg: Ignore time.clock deprecation warnings from xlrd.book.
2020-12-08 11:30:43 -05:00
Martin Michlmayr
833ca99487
CODE: Fix reference to can_import()
2020-11-10 10:25:44 -05:00
Martin Michlmayr
5b40134e83
CODE: Fix typo
2020-11-10 10:25:39 -05:00
Brett Smith
deee5bad57
brightfunds: Remove unused code.
2020-11-09 17:11:51 -05:00
Brett Smith
6dfd89e5ec
patreon: Update importer for this month's change.
...
Literally all they did was change the title of the amount column
(maybe it doesn't assume USD anymore?).
2020-11-09 16:59:24 -05:00
Brett Smith
c13ddd1274
brightfunds: Add importer for new CSV format.
2020-11-09 16:58:19 -05:00
Brett Smith
347203b5f4
patreon: Update importer for recent patron changes. RT#12747
...
All they did was change a couple of column names.
2020-10-05 13:49:39 -04:00
Brett Smith
fcd14f3c44
github: Update to match fiscal host reporting.
...
In general the fiscal host reporting isn't as nice as the project reporting,
so I hope someday we can revert this change, but until then that's what
we're using.
2020-10-05 13:41:27 -04:00
Brett Smith
4bdea41c3f
patreon: New importer for new patron report CSV format.
2020-08-30 18:21:59 -04:00
Brett Smith
e5b600dae6
github: New importer.
2020-07-07 10:41:02 -04:00
Brett Smith
910b942e20
setup: Ignore deprecated import in html5lib.
2020-07-07 09:22:08 -04:00
Brett Smith
89378cbf90
hooks.ledger_entry: Clean up whitespace in strings.
...
The hook now ensures it does not output whitespace that could be
significant to Ledger, either because it's a newline or an
account-amount separator.
2020-01-10 13:27:34 -05:00
Brett Smith
cc2b397801
tests: Pass amount to Template.render as string.
...
render is required to convert the string to Decimal for historical design
reasons. Passing the amount as a string verifies this behavior.
2020-01-10 13:24:58 -05:00
Brett Smith
97d8f8fd06
setup: Bump version for new importer from last commit.
2019-12-30 15:46:32 -05:00
Brett Smith
01a86107d7
benevity: Add support for latest Benevity format.
2019-12-30 15:45:14 -05:00
Brett Smith
13c316acf6
tests: More tests for positive results for last commit.
2019-11-11 10:40:19 -05:00
Brett Smith
8516134687
hooks.ledger_entry: Improve date handling.
...
Check that we have the date field used in the payee line, and not just
'date'.
Allow other date fields to be None since they may not be used by the
template.
2019-11-11 10:18:21 -05:00
Brett Smith
7156529ceb
nbpy2017: Report item rate names and final unit prices.
...
This keeps more of the RBI calculation in the templates, where it belongs.
Template logic has become more capable since this importer was first
written, which makes this change practical.
2019-10-15 15:44:53 -04:00
Brett Smith
1e381664f4
tests: Use yaml.full_load when available.
...
Per <https://msg.pyyaml.org/load >.
2019-10-08 10:47:27 -04:00
Brett Smith
ab8559c75b
csv: Support importing squared CSV spreadsheets.
...
See the test comment for more rationale.
2019-08-28 10:22:10 -04:00
Brett Smith
6e37753fb3
ledger_entry: Support NEWLINE tokens.
...
Necessary to run on Python 3.7.
2019-08-28 09:39:19 -04:00
Brett Smith
eb329e92a0
ledger_entry: Only try to balance entry amounts when necessary.
...
This gives template authors the ability to write entries that
balance something other than the "main" amount.
2019-07-29 14:52:02 -04:00
Brett Smith
f6c1d7ed7a
setup: Bump version for new template features.
2019-07-29 12:38:28 -04:00
Brett Smith
3e21157f20
ledger_entry: Support string tests in amount expressions.
...
This is useful for setting amounts based on imported strings like country,
Eventbrite ticket type, etc.
2019-07-29 12:37:42 -04:00
Brett Smith
4009c626d4
ledger_entry: Improve error reporting for amount expressions.
...
This is going to become more important as amount expressions become more
capable.
2019-07-29 12:05:51 -04:00
Brett Smith
5463290f87
eventbrite: Sales report can include currency.
...
It's a selectable column that I apparently failed to include in my last
report. Keep USD around as a default for convenience.
2019-07-29 11:41:49 -04:00
Brett Smith
a0f8d41d8e
importers: New importer eventbrite.
2019-07-04 19:10:11 -04:00
Brett Smith
8755d6af67
ledger_entry: Support conditional expressions in amounts.
2019-07-04 10:15:09 -04:00
Brett Smith
44762555d5
yourcause: New importer.
2019-02-25 12:39:19 -05:00
Brett Smith
a607ff8d11
README: Fix typo.
2019-02-25 12:39:08 -05:00
Brett Smith
36dc1e6e43
setup: Bump version for new Benevity importer.
2019-02-15 15:26:37 -05:00
Brett Smith
69cf3872e9
benevity: Remove noop header copy.
...
The name of the header was "Payment Reference," so this never worked.
And now the information doesn't even exist in 2019 reports, so don't
bother with it.
2019-02-15 15:26:37 -05:00
Brett Smith
25b45abaeb
benevity: Support new 2019 report format.
2019-02-15 15:26:37 -05:00
Brett Smith
8326bd68d9
benevity: Version the current importer.
...
The report format has changed slightly in 2019.
2019-02-15 11:47:27 -05:00
Brett Smith
4e048eccf1
setup: Bump version for nbpy2017 improvements.
2018-09-28 08:47:02 -04:00
Brett Smith
7bb5815b08
nbpy2017: Handle complimentary t-shirts.
2018-09-28 08:47:02 -04:00
Brett Smith
69efec1888
nbpy2017: Rename _RATE constants to _RBI.
...
This is a nonfunctional change that's just meant to better document
what these values actually represent.
2018-09-28 08:47:02 -04:00
Brett Smith
ba3b9ef93c
nbpy2017: Actually count the quantity listed on invoices.
2018-09-28 08:47:02 -04:00
Brett Smith
a135e71a4a
nbpy2017: Handle complimentary tickets.
...
The conference is offering these to people who proposed talks this year.
2018-09-28 08:31:24 -04:00
Brett Smith
4df5748a4f
nbpy2017: Handle one-off "Sept." abbreviation in invoices.
2018-09-27 22:55:46 -04:00