資產管家
筆記列表
{{ getDay(note.date) }}
{{ getMonth(note.date) }}
{{ note.title || '無標題' }}
{{ note.content }}
{{ getTagName(note.tag) }}
選擇一則筆記開始閱讀
顯示銀行 (點擊開關)
查詢區間
~
總淨資產 (TWD)
{{ formatCurrency(totalNetWorth) }}
區間總收入 (已排除轉帳)
+{{ formatCurrency(stats.income) }}
區間總支出
-{{ formatCurrency(stats.expense) }}
每月收支趨勢
分類佔比分析
無數據
{{ item.name }}
{{ item.amount }}
尚無分類數據
{{ selectedAccountName }} 近期明細
| 日期 | 分類 | 備註 | 金額 | 操作 |
|---|---|---|---|---|
| {{ t.date }} | {{ t.category_name }} | {{ t.note }} | {{ (t.type==='EXPENSE'||t.type==='TRANSFER')?'-':'+' }}{{ formatAmount(t) }} |
{{ acc.name }}
{{ acc.currency }}
{{ formatCurrency(acc.balance_twd, acc.currency) }}
目前餘額
{{ currentAccount?.name }}
當前餘額: {{ formatCurrency(currentAccount?.balance_twd, currentAccount?.currency) }}
| 日期 | 說明 | 備註 | 金額 | 結餘 | 操作 | |
|---|---|---|---|---|---|---|
| {{ t.date }} | {{ t.type==='BALANCE'?'初始餘額':t.category_name }} {{ t.children.length }} 筆明細 |
{{ t.note }} | {{ t.type==='BALANCE'?'':((t.type==='EXPENSE'||t.type==='TRANSFER')?'-':'+') }}{{ t.amount_twd ? formatCurrency(t.amount_twd, currentAccount?.currency) : '-' }} | {{ formatCurrency(t.running_balance, currentAccount?.currency) }} |
|
|
{{ child.category_name }} {{ child.note }}{{ formatCurrency(child.amount_twd, currentAccount?.currency) }} | ||||||
編輯交易
分類管理
{{ c.name }}