Dashboard Settings Log out

Sales Report

{% if sales %}

MusicGPT Costs (USD)

Songs generated

{{ cost_totals.song_count }}

Completed A/B pairs

{{ cost_totals.completed_pairs }}

Music cost total

${{ "%.4f"|format(cost_totals.total_cost) }}

Stems cost total

${{ "%.4f"|format(cost_totals.stems_total) }}

Per-song cost approx. $0.035–$0.045 USD on the current MusicGPT plan (v6 / v6-pro).

{% for s in sales %} {% endfor %}
ID Name Email Picked Payment Reference
#{{ s.id }} {{ s.name }} {{ s.email }} {% if s.customer_approved == 'both' %}Both Versions{% else %}Version {{ (s.customer_approved or 'none').upper() }}{% endif %} {{ s.square_payment_ref or '-' }}
{% else %}

No delivered requests yet.

{% endif %}