Add In Kind value to Donation export
Summary
Add Donation-level in-kind value to Donation export
Why?
Helps the banks with external paperwork
Details
Add the in-kind value, at a donation level, to the Donation export. Put it before the item breakdown
Note
- We checked with the user who requested this -- they said that item-level would be lovely, but not necessary. Unless someone specifically needs it, let's leave it out for reasons of file size and manageablilty of working with the exported file.
- We will need to highlight this in the announcements when it goes in, as it will need people to adjust their external use of the export.
Criteria for completion
- [ ] In-kind value included in donation export, before the items
- [ ] tests to demonstrate
can you just tell me where in the code file responsible for generating the Donation export, so that i can navigate to it directly and add donation level in it after understanding the code
To navigate to the donation export, sign in as [email protected], click "Donations', the "All Donations", then "Export Donations".
You'll likely want to look at app/services/exports/export_donations_csv_service.rb
This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned.
Automatically unassigned after 7 days of inactivity.
Hi! Taking a look at this. The in kind value for a donation is donation.value_per_itemizable right?
That doesn't sound quite right -- I'll take a look. It might just be badly named. (Edit. Oh. I see why it's named that. ) Yes. That's right.
Cool have a PR up!