{% extends "base.html" %} {% block content %}
Berikut adalah ringkasan kinerja buku dan royalti Anda di Minhaj Pustaka.
Total Buku Terjual
{{ "{:,}".format(total_sold) }} Eks
Total Akumulasi Royalti
Rp {{ "{:,}".format(total_income) }}
Estimasi Belum Dibayar
Rp {{ "{:,}".format(pending_income) }}
| Periode | Tanggal Bayar | Jumlah Transfer | Status | Bukti |
|---|---|---|---|---|
| {{ p.periode_label }} | {{ p.tgl_bayar.strftime('%d/%m/%Y') if p.tgl_bayar else '-' }} | Rp {{ "{:,}".format(p.total_amount) }} | {{ p.status }} | {% if p.bukti_bayar_link %} Lihat {% else %} - {% endif %} |
| Belum ada riwayat pembayaran. | ||||