ByungCheol 1b53af525e
CI / build (push) Failing after 14m30s
feat(account): 대출 실행금액 필드 추가 + 상환방식별 자동계산 분기
- loan_amount(대출 실행 금액) 컬럼 추가(DB/도메인/DTO/mapper)
- 계좌 폼: 대출 실행 금액 입력 / 기록 시작 시 잔액(기존 openingBalance) 레이블 분리
- 계좌 카드: 실행금액·금리·상환방식 표시
- 상환 자동계산 3방식 분기:
  - 원리금균등: 납입금액 입력 → 이자(잔액×월이율) / 원금(납입-이자) 분리
  - 원금균등: 실행금액÷기간=월원금, 잔액×월이율=이자 자동계산
  - 만기일시: 잔액×월이율=이자만 자동계산, 원금 0
- 자동계산 후 이자·원금 수동 조정 가능

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 00:31:50 +09:00
@
2026-05-30 21:18:13 +09:00
@
2026-05-30 21:18:13 +09:00
@
2026-05-30 21:18:13 +09:00
@
2026-05-30 21:18:13 +09:00
@
2026-05-30 21:18:13 +09:00
@
2026-05-30 21:18:13 +09:00
@
2026-05-30 21:18:13 +09:00

sb_pt

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint
S
Description
No description provided
Readme 15 MiB
Languages
Vue 79.5%
JavaScript 17.6%
Java 1.2%
CSS 0.8%
Swift 0.7%