feat: 출금 오늘의 이슈를 일일 누계 방식으로 변경

- 출금 건별 개별 이슈 → 해당일 누계 1건으로 upsert
- 첫 건: "거래처명 출금 금액원"
- 2건+: "첫거래처명 외 N건 출금 합계 금액원"
- 삭제 시 남은 건수/금액으로 자동 갱신
- FCM 푸시 미발송 (알림 설정 미구현)
- 기존 개별 source_id 레거시 이슈 자동 정리

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-29 11:03:19 +09:00
parent aa7678c358
commit 7acaac8340
2 changed files with 83 additions and 25 deletions

View File

@@ -515,6 +515,7 @@
'new_client' => ':name 등록',
'deposit_registered' => ':client 입금 :amount원',
'withdrawal_registered' => ':client 출금 :amount원',
'withdrawal_daily_summary' => ':client 외 :count건 출금 합계 :amount원',
// 기안 상태 변경 알림
'draft_approved' => ':title 결재가 승인되었습니다',