{{ entries.length }} entries
合計エントリー
¥{{ monthlyTotal.toLocaleString() }}
月間合計
¥{{ entries.length ? Math.round(monthlyTotal / entries.length).toLocaleString() : 0 }}
平均
Fill in the details below | 以下の詳細を入力してください
Manage and view your salary records | 給与記録の管理と表示
Date
日付
|
Details
詳細
|
Total
合計
|
Cumulative
累計
|
|
---|---|---|---|---|
{{ formatDate(entry.date) }}
{{ entry.method === 'cleaning' ? 'Cleaning' : 'General' }}
|
{{ entry.location }}
{{ entry.details }}
|
¥{{ entry.total.toLocaleString() }}
|
¥{{ entry.cumulative.toLocaleString() }}
|
|