{{ currentYear }}年 {{ currentMonth }}月

{{ day }}
{{ getDailyTotal(day).toLocaleString() }}
{{ currentMonth }}月の売上
¥{{ monthlyTotal.toLocaleString() }}
🕒 {{ monthlyWorkHours }}h
今週の売上
{{ currentWeekData.range }} (水-火)
¥{{ currentWeekData.amount.toLocaleString() }}
🕒 {{ currentWeekData.hours }}h

{{ currentYear }}年の月別売上

{{ item.month }}月 🕒 稼働: {{ item.hours }}h
¥{{ item.amount.toLocaleString() }}
年間合計 🕒 稼働: {{ Math.round(yearlyMonthsList.reduce((sum, item) => sum + item.hours, 0) * 10) / 10 }}h
¥{{ yearlyMonthsList.reduce((sum, item) => sum + item.amount, 0).toLocaleString() }}

週間売上の一覧

{{ item.range }} {{ item.label }}
🕒 稼働: {{ item.hours }}h
¥{{ item.amount.toLocaleString() }}

登録内容の確認

⚠️ 稼働時間が不明なためスキップ
・¥{{ inv.amount.toLocaleString() }}
登録されるデータ ({{ confirmValidData.length }}件)
{{ formatDate(item.date) }} ✨ ボーナス 🕒 {{ item.work_time }}
税抜 ¥{{ item.amount.toLocaleString() }} 税込 ¥{{ Math.floor(item.amount * 1.1).toLocaleString() }}

{{ periodTitle }}

売上データがありません
{{ formatDate(sale.date) }} ✨ ボーナス 🕒 {{ sale.work_time }}
¥{{ sale.amount.toLocaleString() }}
合計 🕒 稼働: {{ periodTotalHours }}h
¥{{ periodSalesList.reduce((sum, item) => sum + item.amount, 0).toLocaleString() }}

{{ formatDate(selectedDate) }} の売上

売上データがありません
タップして修正 ✨ ボーナス 🕒 {{ sale.work_time }}
¥{{ sale.amount.toLocaleString() }}
合計 🕒 稼働: {{ dailyTotalHours }}h
¥{{ getDailyTotal(selectedDate.split('-')[2]).toLocaleString() }}

{{ editingSaleId ? '売上を修正' : '売上を登録' }}

保存済みの税込金額: ¥{{ editingOriginalAmount.toLocaleString() }}
¥