Total Revenue
+{{ formatCurrency(totalRevenue) }}
+Last 100 transactions
+Total Transactions
+{{ totalTransactions }}
+All time
+Pending Deliveries
+{{ pendingDeliveries }}
+Paid, not delivered
+Refunds
+{{ refunds }}
+Total refunded
+| Date | +Player | +Item | +Amount | +Status | +Delivered | +
|---|---|---|---|---|---|
| + No {{ statusFilter }} transactions found. + No transactions yet. Sales will appear here. + | +|||||
|
+ {{ formatDate(txn.created_at) }} + |
+
+ {{ txn.player_name || 'Unknown' }} +{{ txn.steam_id }} + |
+
+ {{ txn.item_id || '—' }} + |
+
+ {{ formatCurrency(txn.amount, txn.currency) }} + |
+ + + {{ txn.status }} + + | +
+
+ {{ txn.delivered ? 'Yes' : 'No' }}
+
+ + {{ formatDate(txn.delivered_at) }} + + |
+