fix(WEB): 오늘의 이슈 신규업체 badge 매핑 추가
- BADGE_TO_NOTIFICATION_TYPE에 '신규업체' 변형 추가 - detailButtonLabel 임시 주석 처리 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -346,7 +346,7 @@ export function transformReceivableResponse(api: ReceivablesApiResponse): Receiv
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
checkPoints: generateReceivableCheckPoints(api),
|
checkPoints: generateReceivableCheckPoints(api),
|
||||||
detailButtonLabel: '미수금 상세',
|
//detailButtonLabel: '미수금 상세',
|
||||||
detailButtonPath: normalizePath('/accounting/receivables-status'),
|
detailButtonPath: normalizePath('/accounting/receivables-status'),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -645,6 +645,7 @@ const BADGE_TO_NOTIFICATION_TYPE: Record<string, TodayIssueNotificationType> = {
|
|||||||
'세금 신고': 'vat_report',
|
'세금 신고': 'vat_report',
|
||||||
'결재 요청': 'approval_request',
|
'결재 요청': 'approval_request',
|
||||||
'신규거래처': 'new_vendor',
|
'신규거래처': 'new_vendor',
|
||||||
|
'신규업체': 'new_vendor', // 변형
|
||||||
'입금': 'deposit',
|
'입금': 'deposit',
|
||||||
'출금': 'withdrawal',
|
'출금': 'withdrawal',
|
||||||
// === 혹시 모를 변형 (안전장치) ===
|
// === 혹시 모를 변형 (안전장치) ===
|
||||||
|
|||||||
Reference in New Issue
Block a user