Skip to content

[3-9] 잔고 현황 할부 연동#112

Merged
sscoderati merged 2 commits intomainfrom
codex/issue-54-installment-linkage
Mar 31, 2026
Merged

[3-9] 잔고 현황 할부 연동#112
sscoderati merged 2 commits intomainfrom
codex/issue-54-installment-linkage

Conversation

@sscoderati
Copy link
Copy Markdown
Owner

@sscoderati sscoderati commented Mar 31, 2026

작업 내용

  • 잔고 탭에서 할부 API를 함께 조회해 부채 계좌별 활성 할부의 잔여 개월 · 월 상환액을 표시
  • 거래 상세 모달에서 할부 연결 거래에 원본 할부 정보 링크(총액, 잔여 개월) 추가
  • memories/task.md[3-9] 상태를 완료로 반영

검증

  • pnpm --filter @marrylife/web build
  • pnpm --filter @marrylife/web exec tsc --noEmit (기존 이슈로 src/components/dashboard/NetAssetCard.tsx에서 search 파라미터 타입 에러 1건 존재)

Closes #54

Copilot AI review requested due to automatic review settings March 31, 2026 07:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

잔고(리포트) 화면에서 부채 계좌별 활성 할부의 잔여 개월/월 상환액을 함께 노출하고, 거래 상세 모달에서 할부 연결 거래에 원본 할부 요약 링크(총액/잔여 개월)를 제공하도록 연동을 추가한 PR입니다.

Changes:

  • 잔고 탭 조회 시 할부 목록 API를 함께 호출해 부채 계좌별 활성 할부 정보를 표시
  • 거래 상세 모달에 할부 연결 거래의 원본 할부 정보(총액/잔여 개월) 링크 추가
  • memories/task.md의 [3-9] 작업 상태를 완료로 갱신

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
memories/task.md [3-9] 작업 상태/메모를 “완료”로 반영
apps/web/src/routes/transactions.tsx 거래 상세에서 할부 연결 거래에 원본 할부 요약 링크 및 할부 메타데이터 조회 추가
apps/web/src/routes/reports.tsx 잔고 탭에서 할부 API를 함께 조회해 부채 계좌별 할부 잔여 개월/월 상환액 표시

Comment thread apps/web/src/routes/transactions.tsx Outdated
Comment thread apps/web/src/routes/transactions.tsx Outdated
Comment thread apps/web/src/routes/transactions.tsx Outdated
Comment thread apps/web/src/routes/reports.tsx Outdated
@sscoderati sscoderati merged commit 26c42cf into main Mar 31, 2026
@sscoderati sscoderati deleted the codex/issue-54-installment-linkage branch March 31, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[기능추가] [3-9] 잔고 현황 할부 연동

2 participants