{{ currentTabName }}
Total Spend 总支出
${{ kpi.spend }}
Total Orders
{{ kpi.totalCnt }}
Pending 待返款
{{ kpi.pendingCnt }}笔
USD
${{ kpi.pendingUSD }}
CNY
¥{{ kpi.pendingCNY }}
Refunded 已返款
{{ kpi.refundCnt }}笔
USD
${{ kpi.refundUSD }}
CNY
¥{{ kpi.refundCNY }}
Total Profit 总利润
${{ kpi.profit }}
Items Sold
{{ kpi.soldCnt }}
Monthly Trend (Profit vs Spend)
Platform Distribution
按月统计返款 Monthly Refund Stats
{{ row.person.charAt(0).toUpperCase() }}
{{ row.person }}
${{ fmt(row.totalUSD) }}
¥{{ fmt(row.totalCNY) }}
{{ via }}
${{ fmt(amt) }}
{{ via }}
¥{{ fmt(amt) }}
No refund data available for the selected period.
{{ item.rebate_status || '—' }}
Paid Amount
${{ fmt(item.price_paid) }}
返款日期
{{ item.rebate_date ? formatDate(item.rebate_date) : '未填写' }}
返款金额
{{ item.rebate_amount ? (isCNY(item.currency) ? '¥' : '$') + fmt(item.rebate_amount) : '未填写' }}
途径
{{ item.rebate_via || '未填写' }}
返款对象
{{ item.refunded_to || 'Unknown' }}
Sold For
${{ fmt(item.sold) }}
{{ formatDate(item.sold_date) }}
Refund To
{{ item.refunded_to }}
{{ item.listed_platform }}
{{ item.sold_via }}
{{ item.buyer ? item.buyer.charAt(0).toUpperCase() : '?' }}
{{ item.buyer || 'Unknown' }}
{{ item.platform }}
No items found in this view.
下单金额
${{ monthlyReportStats.orderAmount }}
{{ monthlyReportStats.orderCount }} 单
返款金额
${{ monthlyReportStats.rebateUSD }}
¥{{ monthlyReportStats.rebateCNY }}
销售金额
${{ monthlyReportStats.saleAmount }}
自费金额
${{ monthlyReportStats.selfPaidAmount }}
利润
${{ monthlyReportStats.profit }}
销售额趋势 Sales Trend
本月销售订单 Sales Orders ({{ filteredMonthSalesOrders.length }})
本月暂无销售记录
历史月报 Monthly History
| 月份 | 下单金额 | 返款金额 | 销售金额 | 利润 |
|---|---|---|---|---|
| {{ m.ym }} | ${{ m.spend }} | ${{ m.refundUSD }} ¥{{ m.refundCNY }} |
${{ m.sold }} | ${{ m.profit }} |