{% extends 'base.html' %} {% load kunj_filters %} {% block body %}
{% include 'navbar.html' %}
{% include 'header.html' %}

Donor Register — Form 10BD Reference

For reference only. This report compiles donor details in the shape Form 10BD needs (donor identity, amount, mode, section). It does not file anything automatically. Please verify every row and file Form 10BD yourself via the Income Tax e-filing portal, or hand this sheet to your Chartered Accountant — exact field requirements can change with each year's Finance Act.
{% for income in incomes %} {% empty %} {% endfor %}
Sl. No. Donor Name ID Type ID Number Address Type of Donation Mode of Receipt Amount Received Tax Section Payment Date
{{forloop.counter}} {{income.donor}} {{income.id_type}} {{income.id_number|default:"—"}} {{income.address|default:"—"}} {{income.donation_type}} {{income.mode_of_payment}} ₹ {{income.received_amount}} {{income.tax_section|default:"Not set"}} {{income.payment_date|ddmmyyyy}}
No income records for this selection.
Total₹ {{total_received}}
{% endblock %}