V20260210 #177

Merged
hjjeong merged 2 commits from V20260210 into main 2026-03-20 05:19:58 +00:00

2 Commits

Author SHA1 Message Date
347ece6a6c 영업관리/구매관리 금액 소수점 포맷 통일
- 영업관리: 단가/금액/환율 소수점 2자리 + 천단위 콤마 표시
- 구매관리: 영문 발주서/리스트/현황/입고 소수점 2자리, 일반/가공 발주서는 정수 유지
- common.js에 formatMoney, formatInteger, removeComma 공통 함수 추가
- Java 서비스: Long.parseLong → Double.parseDouble 수정 (소수점 데이터 보존)
- MyBatis: goodsMgmt.xml BIGINT → NUMERIC 캐스팅 변경
- CommonUtils.numberFormatDecimal2 추가

Made-with: Cursor
2026-03-20 14:07:08 +09:00
a82b944d5d 프로젝트 중복 생성 방지! 2026-03-20 10:53:57 +09:00