{{ 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() }}
¥
稼働時間
(任意)
税区分
税込
税抜 (+10%)
{{ isSubmitting ? '保存中...' : '保存する' }}