Files
sam-hotfix/research/flow-chart/data/sample_estimate_data.json
김보곤 d86b5851d0 chore: 프로젝트 설정 및 문서 파일 추가
- .agent/, .claude/, .vscode/ 설정 파일
- design/ 디자인 리소스
- reports/, research/ 분석 문서
- testcase/ 테스트 케이스 문서
- db_sync_chandj.bat, sam.code-workspace

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 19:51:43 +09:00

130 lines
3.3 KiB
JSON

{
"title": "스마트 재고 관리 시스템",
"company": "(주) 테크솔루션",
"documentNumber": "EST2025001",
"date": "2025-01-03",
"clientName": "글로벌 제조(주)",
"siteName": "스마트팩토리 프로젝트",
"clientAddress": "경기도 안산시 단원구 신길동 1234",
"clientContact": "박매니저",
"clientPhone": "010-9876-5432",
"estimateNumber": "EST001",
"estimator": "김견적",
"totalAmount": 125000000,
"bidDate": "2025-01-15",
"status": "견적완료",
"siteNumber": "SITE2025001",
"siteDate": "2024-12-20",
"attendee": "김견적",
"quantity": "15",
"constructionPeriod": "2025-02-01 ~ 2025-05-31",
"items": [
{
"no": 1,
"name": "스마트 센서 시스템",
"product": "IoT-SENSOR-001",
"width": 100,
"height": 50,
"quantity": 20,
"unit": "SET",
"materialCost": 2500000,
"laborCost": 500000,
"totalCost": 3000000,
"memo": "온습도 센서 포함"
},
{
"no": 2,
"name": "데이터 수집 장비",
"product": "DATA-COL-002",
"width": 200,
"height": 150,
"quantity": 5,
"unit": "SET",
"materialCost": 8000000,
"laborCost": 2000000,
"totalCost": 10000000,
"memo": "클라우드 연동"
},
{
"no": 3,
"name": "모니터링 대시보드",
"product": "DASH-MON-003",
"width": 1920,
"height": 1080,
"quantity": 3,
"unit": "SET",
"materialCost": 5000000,
"laborCost": 1500000,
"totalCost": 6500000,
"memo": "55인치 터치스크린"
}
],
"summary": {
"description": "스마트 재고 관리 시스템 구축",
"quantity": 1,
"unit": "식",
"materialTotal": 95000000,
"laborTotal": 30000000,
"grandTotal": 125000000
},
"notes": "부가세 별도 / 시스템 교육 포함 / 1년 무상 A/S",
"stats": [
{
"label": "전체 견적",
"value": "12",
"color": "0066CC"
},
{
"label": "견적대기",
"value": "3",
"color": "CC0000"
},
{
"label": "견적완료",
"value": "9",
"color": "008000"
}
],
"estimates": [
{
"estimateNumber": "EST001",
"client": "글로벌제조(주)",
"site": "스마트팩토리",
"estimator": "김견적",
"totalCount": "15",
"amount": "125,000,000",
"completedDate": "2025-01-03",
"bidDate": "2025-01-15",
"status": "견적완료",
"action": "✏️"
},
{
"estimateNumber": "EST002",
"client": "혁신산업(주)",
"site": "자동화라인",
"estimator": "이담당",
"totalCount": "8",
"amount": "75,000,000",
"completedDate": "-",
"bidDate": "2025-01-20",
"status": "견적대기",
"action": "✏️"
}
],
"companyInfo": [
["귀중", "{{clientName}}", "{{company}}"],
["현장명", "{{siteName}}", "주소", "{{clientAddress}}"],
["금액", "(金)일억이천오백만 원정", "일자", "{{date}}"],
["연락처", "{{clientContact}}", "연락처", "H.P: {{clientPhone}}\\nTEL: (02) 123-4567\\nFAX: (02) 123-4568"]
],
"colors": {
"primary": "0066CC",
"secondary": "333333",
"headerBg": "F0F8FF",
"border": "CCCCCC",
"white": "FFFFFF",
"black": "000000",
"red": "CC0000",
"green": "008000"
}
}