{% extends "base.html" %} {% block title %}统计报表{% endblock %} {% block content %}
请先在 课时核对表 导入 Excel。
{% endif %}¥{{ "%.0f"|format(month_recharge) }}
{{ period_label }} 充值
{{ "%.0f"|format(month_consumption) }}
{{ period_label }} 消课(节)
¥{{ "%.0f"|format(month_consumed_amount) }}
{{ period_label }} 已消金额
¥{{ "%.0f"|format(month_refund) }}
{{ period_label }} 退费
¥{{ "%.0f"|format(month_end_balance) }}
{{ period_label }} 月末余额合计
{{ month_new_signups }}
{{ period_label }} 新签学员
{{ active_students }}
在读学员
¥{{ "%.0f"|format(year_recharge) }}
{{ year }} 年度充值累计
| 课程 | 充值 | 消课 | 退费 | 月末余额 |
|---|---|---|---|---|
| {{ c.code }} | ¥{{ "%.0f"|format(c.recharge) }} | {{ "%.0f"|format(c.consumed_hours) }}节 | {% if c.refund %}¥{{ "%.0f"|format(c.refund) }}{% else %}-{% endif %} | ¥{{ "%.0f"|format(c.end_balance) }} |
该月暂无课程数据,请先在「课时核对表」导入 Excel。
{% endif %}| 课程 | 笔数 | 退费课时 | 金额 |
|---|---|---|---|
| {{ r.name }} | {{ r.count }} | {{ "%.0f"|format(r.lessons) }} | ¥{{ "%.2f"|format(r.amount) }} |
该月无退费记录。
{% endif %}| 课程 | 登记次数 | 课时 |
|---|---|---|
| {{ a.name }} | {{ a.sessions }} | {{ "%.0f"|format(a.lessons) }} |
该月暂无上课登记解析数据。
{% endif %}累计充值
¥{{ "%.0f"|format(total_recharge) }}
累计退费
¥{{ "%.0f"|format(total_refund) }}
净收入
¥{{ "%.0f"|format(net_income) }}
累计已消课金额 ¥{{ "%.0f"|format(total_consumed_amount) }} · {{ year }} 年度消课 {{ "%.0f"|format(year_consumption) }} 节 · 年度退费 ¥{{ "%.0f"|format(year_refund) }}