stiftelsen-effekt / effekt-admin

The internal admin panel for donation handling and statistics
1 stars 6 forks source link

Add a table to Home with donations initiated, but not completed #196

Open JorgenLjones opened 2 years ago

JorgenLjones commented 2 years ago

Columns: Payment channel + one-time/recurring Rows: Past year to date + Past year totals + this year months + so far this year total Cells: Absolute number (percentage of donations initiated of the same payment method and type)

fellmirr commented 2 years ago

There are some hints one can use to deduce initiated donations. There is a table in the database called Payment_intents (or something like that), which one can correlate with the registered donations and / or payment methods.

JorgenLjones commented 2 years ago

Made a sketch in Google Sheets of what I'm imagining: Image

The months that haven't started yet can be hidden by default, if possible

EliseAndresen commented 9 months ago

Should probably be done by the analyse team