-
Notifications
You must be signed in to change notification settings - Fork 94
Invoice for DIAL Contract May 2021
Eric Schultz edited this page Jun 17, 2021
·
1 revision
This is an invoice for CommitChange's work on Contract# 2020-12898 for May in the amount of $412.50 for 5.5 hours of work.
During May, most of the work on the project was implementing various parts of StripeTransaction events including StripeCharges. StripeCharge object events are being fired when creating donations and ticket purchases, including when created from a recurring donation being run.
I've listed the commits below along with a breakdown of the working hours for myself by day.
Thank you,
Eric Schultz
Date | Hours - Eric | Billed | |
May 5 | 1.5 | $112.50 | |
May 6 | 1 | $75.00 | |
May 7 | 0.5 | $37.50 | |
May 10 | 1.5 | $112.50 | |
May 13 | 1 | $75.00 | |
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
$0.00 | |||
Total For Period: | 5.5 | 0 | $412.50 |
commit 363d6f5697882310cbaa029589f7759bf439f55e
Author: Eric Schultz <[email protected]>
Date: Thu May 13 13:57:18 2021 -0500
Add stripe trx events when running pay recurring donation
commit 225232f62f46f836d553673e6e63776542a485ba
Author: Eric Schultz <[email protected]>
Date: Thu May 13 13:50:55 2021 -0500
InsertTicket now fires transaction events
commit a5ad78b8245690c1d73c1d993b8dfb80c272ed23
Author: Eric Schultz <[email protected]>
Date: Wed May 12 13:42:46 2021 -0500
Immediate recurring donation charges fire object events
commit 1b20e6499a72eb4dfd1602067499a2c8c48730d3
Author: Eric Schultz <[email protected]>
Date: Wed May 5 11:35:17 2021 -0500
Donations create StripeCharge events
commit ad4ef1db9c34aafb9f9efe40b27f61fb0ec89797
Author: Eric Schultz <[email protected]>
Date: Mon May 10 14:18:42 2021 -0500
LegacyDonations should have multiple ModernDonations
commit 1d0b0f5af98fa94f1249998c951c98b929144359
Author: Eric Schultz <[email protected]>
Date: Wed May 5 17:11:35 2021 -0500
Correct the TS interface for subtransactions
commit 5710376e4abbb928b49d46224dff7befe6cf6f55
Author: Eric Schultz <[email protected]>
Date: Tue May 4 17:00:38 2021 -0500
Add the shell of a StripeTransaction interface