領収書
合計金額
¥{{ totalAmount.toLocaleString() }}
| 支払い方法 |
{{ paymentMethod }} |
| 日付 |
内容 |
金額 |
| {{ item.date }} |
{{ item.description }} |
¥{{ (item.amount || 0).toLocaleString() }} |
| 税区分 |
消費税 |
金額(税抜) |
| 10%対象 |
¥{{ consumptionTax.toLocaleString() }} |
¥{{ subtotal.toLocaleString() }} |
| 8%対象 |
¥0 |
¥0 |
小計:
¥{{ subtotal.toLocaleString() }}
消費税 (10%):
¥{{ consumptionTax.toLocaleString() }}
合計:
¥{{ totalAmount.toLocaleString() }}