輸入你部署好嘅 Worker 網址同密碼(只會存喺呢部機嘅瀏覽器度)
| 月份 | 收入 | 支出 | 淨額 | 賺單 | 蝕單 | 等緊到貨 |
|---|---|---|---|---|---|---|
| {{ m.label }} | {{ fmt(m.income) }} | {{ fmt(m.expense) }} | {{ fmt(Math.abs(m.net)) }}{{ m.net >= 0 ? ' 賺' : ' 蝕' }} | {{ m.profitCount }} | {{ m.lossCount }} | {{ m.pendingCount }} |
| 銀行 | 信用卡 | 收入 | 支出 | 訂購日期 | 貨到日期 | 取消日期 | 型號 | 容量 | 數量 | 顏色 | Status |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ r.bank }} |
|
{{ r.income != null ? fmt(r.income) : '' }} | {{ r.expense != null ? fmt(r.expense) : '' }} | {{ r.orderDate }} | {{ r.arrivalDate }}● | {{ r.cancelDate }} | {{ r.model }} | {{ r.capacity }} | {{ r.quantity }} | {{ r.color }} | {{ r.status }} |
| 銀行 | 信用卡 | 收入 | 支出 | 訂購日期 | 貨到日期 | 取消日期 | 型號 | 容量 | 數量 | 顏色 | Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ expandedGroups[g.key] ? '▾' : '▸' }} {{ g.label }} ({{ g.items.length }} 項) 收 {{ fmt(g.income) }} 支 {{ fmt(g.expense) }} | ||||||||||||
| {{ r.bank }} |
|
{{ r.income != null ? fmt(r.income) : '' }} | {{ r.expense != null ? fmt(r.expense) : '' }} | {{ r.orderDate }} | {{ r.arrivalDate }}● | {{ r.cancelDate }} | {{ r.model }} | {{ r.capacity }} | {{ r.quantity }} | {{ r.color }} | {{ r.status }} | |