{% extends "admin/base_admin.html" %} {% block title %}Bulk Import - Admin Panel{% endblock %} {% block page_title %}Bulk Import{% endblock %} {% block content %}

Bulk Import Historical Data (January 2024 onwards)

Bulk Import for Multiple Members

Select multiple members and months to quickly add historical contributions. The same amount will be applied to all selected members for each month.

{% for member in members %} {% endfor %}

Select one or more members to bulk import contributions for

Simple Process:

  1. 1. Select start month (e.g., January 2024)
  2. 2. Select end month (e.g., April 2025)
  3. 3. Enter monthly amount or click preset
  4. 4. All months between start and end will use the same amount
Cancel
{% endblock %}