總收入
{{ fmt(totalIncome) }}
總支出
{{ fmt(totalExpense) }}
{{ net >= 0 ? '淨賺' : '淨蝕' }}
{{ fmt(Math.abs(net)) }}
賺咗({{ profitLossBreakdown.profitCount }} 單)
{{ fmt(profitLossBreakdown.profitSum) }}
蝕咗({{ profitLossBreakdown.lossCount }} 單)
{{ fmt(profitLossBreakdown.lossSum) }}
{{ (rangeStart || rangeEnd || statusFilter || search) ? '(跟返你而家嘅搜尋/篩選結果計)' : '(全部記錄)' }}
· 取消嘅記錄唔計入內
{{ (rangeStart || rangeEnd || statusFilter || search) ? '(跟返你而家嘅搜尋/篩選結果計)' : '(全部記錄)' }}
各信用卡支出
{{ c.name }}
{{ fmt(c.expense) }}({{ c.count }}單)
各銀行支出
{{ b.name }}
{{ fmt(b.expense) }}({{ b.count }}單)
揀一張信用卡睇每月走勢
{{ selectedCard }} 總支出:{{ fmt(selectedCardTotal) }}
{{ fmt(m.expense) }}
{{ m.key }}
呢張卡未有支出記錄
載入緊資料...