[ Feature ] - 플랫폼 정산 규칙 기반 가상계좌 소득 입금 생성 - #219
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 사항
예상 정산일·정산기간 순방향 계산 (
ExpectedSettlementDateCalculator,SettlementDayOfWeekParser)settlement_offset_unit=BUSINESS_DAY는 주말·공휴일을 건너뛰고 계산settlement_day_of_week(예: 쿠팡이츠=금요일) 고정 요일 기준으로, 기존 역방향 계산기(SettlementPeriodCalculator)와 정합되는 입금일을 탐색SettlementPeriodCalculator도 함께 수정: 정산 요일이 고정된 WEEKLY 플랫폼은 공휴일로 실제 입금만 밀릴 뿐 정산기간 자체는 달력일 고정 간격으로 유지되도록 변경가상 정산 입금 배치 (
VirtualSettlementDepositService)settlement_trigger_type=ON_DEMAND플랫폼은 자동 생성 대상에서 제외NTROPY 가상계좌 입금 처리 (
LocalVirtualSettlementDepositCommandClient)provider=NTROPY인 수시입출금 계좌만 대상으로 하고 CODEF 실계좌는 건드리지 않음기존 정산 매칭 배치 연동 (
SettlementScheduler,SettlementService)