index
:
pgeu-system.git
master
PostgreSQL Europe Conference and Membership management system.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
postgresqleu
/
transferwise
Age
Commit message (
Expand
)
Author
2020-04-07
Make sure name in TW sending has at least two parts
Magnus Hagander
2020-04-01
Specify on_delete for all ForeignKey and OneToOneFields
Magnus Hagander
2020-03-31
Create abstraction for getting "today"
Magnus Hagander
2020-03-29
Remove date parameter to create_accounting_entry
Magnus Hagander
2020-03-24
Disallow commas in transferwise counterpart names
Magnus Hagander
2020-03-12
Replace datetime.now() with timezone.now()
Magnus Hagander
2020-03-11
Fix wrong sign on fee of refund as well
Magnus Hagander
2020-03-11
Fix reversed sign on tw refunds
Magnus Hagander
2020-01-08
Style and minor fixes pointed out by newer version of pep8
Magnus Hagander
2019-09-06
Remove silly variable reassignment-to-self
Magnus Hagander
2019-09-06
Add function to send TransferWise monthly statements to treasurer
Magnus Hagander
2019-09-06
Blacklist strange cases of bank accounts on other end
Magnus Hagander
2019-09-06
Limit TW payment references to 200 characters
Magnus Hagander
2019-07-09
Remove TREASURER_EMAIL references from code, leaving in templates
Magnus Hagander
2019-06-28
Don't send email when no actual payout has been triggered
Magnus Hagander
2019-06-28
Add explicit validation of payout amounts vs transaction list
Magnus Hagander
2019-06-28
Properly account for fee amount in bank matcher
Magnus Hagander
2019-06-28
Fix sign reversal in accounting entry
Magnus Hagander
2019-06-28
Fix another missing import in another module
Magnus Hagander
2019-06-28
Add another missing import
Magnus Hagander
2019-06-28
Add missing import
Magnus Hagander
2019-06-28
Fix incorrectly copy/pasted syntax for accessing payment config
Magnus Hagander
2019-06-28
Implement automatic payouts for TransferWise accounts
Magnus Hagander
2019-06-28
Track transferwise payout status all the way
Magnus Hagander
2019-05-31
Fix another missing import
Magnus Hagander
2019-05-31
Fix function name to create accounting entry
Magnus Hagander
2019-05-31
Fix yet another copy/paste error
Magnus Hagander
2019-05-31
Use correct (?) field for transfer reference
Magnus Hagander
2019-05-31
Adjust amount verification for fees
Magnus Hagander
2019-05-31
Fix copy/psate
Magnus Hagander
2019-05-31
Fix typo
Magnus Hagander
2019-05-31
Change JSON serializer for TransferWise API
Magnus Hagander
2019-05-31
Remove digigs in account holder names in transferwise payments
Magnus Hagander
2019-05-31
Properly set transferwise counterpart name and account
Magnus Hagander
2019-05-31
Fix silly mis-spelling
Magnus Hagander
2019-05-31
Fix missing imports
Magnus Hagander
2019-05-31
Add support for "return to sender" on bank transfers
Magnus Hagander
2019-05-31
Refactor transferwise refund API
Magnus Hagander
2019-05-25
Remove silly leftover debugging code
Magnus Hagander
2019-05-25
Make TransferWise balance check take pending transactions into account
Magnus Hagander
2019-03-27
Properly quantize amount coming back in transferwise balance check
Magnus Hagander
2019-03-27
Add payment provider for TransferWise
Magnus Hagander