Skip to content

Latest commit

 

History

History

Finance Reports

Financial Reports

This is a collection of simple reports used to report on giving.

  • Budget Summary (SQL) - List each budgeted fund and where giving stands compared to budget.

    Budget Summary Screenshot

    For this report, it is assumed that you put the budgeted amounts, by year, in a separate text file called Budgets.json.

  • Budget Summary (Python) - A Python script that takes the Budget Summary SQL above and makes it a bit more readable.

    Budget Summary Screenshot

  • Budget Summary Chart - A Python script that takes the Budget Summary SQL above and renders it into a chart in SVG format.

Budget Summary Chart Screenshot