vipulnaik / donations

Donations list website (DLW): a repository for keeping track of public donations by some people I (arbitrarily) decide to track
https://donations.vipulnaik.com
Creative Commons Zero v1.0 Universal
20 stars 2 forks source link

Show amount_original_currency, original_currency, currency_conversion_date and currency_conversion_basis in a formatted sentence along with the printing of donor_amount_reason (if available, otherwise just after notes) in the Notes column for donations #134

Closed vipulnaik closed 3 years ago

vipulnaik commented 3 years ago

This will affect the printing of donations lists for donor pages, donee pages, and donor/donee pages. The file to look at is https://github.com/vipulnaik/donations/blob/master/access-portal/backend/donationNotes.inc

riceissa commented 3 years ago

This is now done. I created a PR and it's ready to merge.