Files
sam-manage/docs/pptx-output/slides/slide-04.html
김보곤 03a9840fc7 feat: [pmis] 작업일보 6탭 CRUD 구현
- 마스터 + 인원/장비/자재/공사량/작업사진 6테이블 마이그레이션
- 6개 탭: 작업내용, 인원, 장비, 자재, 공사량, 작업사진
- 작업내용: 금일/명일 텍스트 + 날씨/기온/강수/미세먼지 메타
- 전일누계 + 금일 + 총계 누적 패턴 (인원/장비/자재/공사량)
- 작업사진: 파일 업로드 + 사진목록/사진정보 2단 레이아웃
- 상태별 버튼 제어 (작성중→저장/삭제, 검토중→읽기전용)
- 양식보기: 3페이지 전체화면 뷰어 (작업일보/인원장비/자재)
- 검토자 지정 모달, 캘린더 스트립, 번개 랜덤데이터
2026-03-13 08:12:31 +09:00

123 lines
6.8 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
width: 720pt;
height: 405pt;
font-family: 'Pretendard', 'Malgun Gothic', sans-serif;
background: #ffffff;
display: flex;
flex-direction: column;
padding: 30pt 36pt;
}
p, h1, h2, h3 { margin: 0; }
</style>
</head>
<body>
<!-- 헤더 -->
<div style="display: flex; align-items: center; gap: 10pt; margin-bottom: 20pt;">
<div style="width: 4pt; height: 24pt; background: #2196F3; border-radius: 2pt;"></div>
<h2 style="font-size: 18pt; font-weight: 700; color: #1a1a2e;">단체 파트너 수당 상세</h2>
<div style="padding: 3pt 10pt; background: #E3F2FD; border-radius: 4pt;">
<p style="font-size: 8pt; color: #1565C0; font-weight: 600;">총 33%</p>
</div>
</div>
<!-- 수당 구조 시각화 -->
<div style="display: flex; gap: 12pt; margin-bottom: 20pt;">
<!-- 단체 30% -->
<div style="flex: 30; background: #4CAF50; border-radius: 8pt; padding: 14pt; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<p style="font-size: 22pt; font-weight: 800; color: #ffffff;">30%</p>
<p style="font-size: 9pt; color: rgba(255,255,255,0.9);">단체 수당</p>
</div>
<!-- 관리자 0% -->
<div style="flex: 3; background: #e0e0e0; border-radius: 8pt; padding: 14pt; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<p style="font-size: 14pt; font-weight: 800; color: #999;">0%</p>
<p style="font-size: 7pt; color: #999;">관리자</p>
</div>
<!-- 협업지원금 3% -->
<div style="flex: 3; background: #9C27B0; border-radius: 8pt; padding: 14pt; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<p style="font-size: 14pt; font-weight: 800; color: #ffffff;">3%</p>
<p style="font-size: 7pt; color: rgba(255,255,255,0.9);">협업</p>
</div>
</div>
<!-- 상세 설명 -->
<div style="display: flex; gap: 14pt; flex: 1;">
<!-- 단체 수당 -->
<div style="flex: 1; background: #f0faf0; border-radius: 8pt; padding: 14pt; border: 1pt solid #C8E6C9;">
<div style="display: flex; align-items: center; gap: 6pt; margin-bottom: 10pt;">
<div style="width: 8pt; height: 8pt; background: #4CAF50; border-radius: 50%;"></div>
<p style="font-size: 11pt; font-weight: 700; color: #2E7D32;">단체 수당 30%</p>
</div>
<div style="display: flex; flex-direction: column; gap: 6pt;">
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">수령 대상</p>
<p style="font-size: 10pt; font-weight: 600; color: #333;">단체(기관/업체)</p>
</div>
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">산정 기준</p>
<p style="font-size: 10pt; font-weight: 600; color: #333;">기준금액 x 30%</p>
</div>
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">특징</p>
<p style="font-size: 10pt; font-weight: 600; color: #333;">개인보다 10%p 높음</p>
</div>
</div>
</div>
<!-- 관리자 수당 0% -->
<div style="flex: 1; background: #fafafa; border-radius: 8pt; padding: 14pt; border: 1pt solid #e0e0e0;">
<div style="display: flex; align-items: center; gap: 6pt; margin-bottom: 10pt;">
<div style="width: 8pt; height: 8pt; background: #bbb; border-radius: 50%;"></div>
<p style="font-size: 11pt; font-weight: 700; color: #999;">관리자 수당 0%</p>
</div>
<div style="display: flex; flex-direction: column; gap: 6pt;">
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">비고</p>
<p style="font-size: 10pt; font-weight: 600; color: #999;">단체는 매니저 수당 없음</p>
</div>
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">이유</p>
<p style="font-size: 10pt; font-weight: 600; color: #999;">단체 수당에 포함</p>
</div>
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">대신</p>
<p style="font-size: 10pt; font-weight: 600; color: #2E7D32;">단체에 +10%p 배분</p>
</div>
</div>
</div>
<!-- 협업지원금 -->
<div style="flex: 1; background: #F3E5F5; border-radius: 8pt; padding: 14pt; border: 1pt solid #E1BEE7;">
<div style="display: flex; align-items: center; gap: 6pt; margin-bottom: 10pt;">
<div style="width: 8pt; height: 8pt; background: #9C27B0; border-radius: 50%;"></div>
<p style="font-size: 11pt; font-weight: 700; color: #7B1FA2;">협업지원금 3%</p>
</div>
<div style="display: flex; flex-direction: column; gap: 6pt;">
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">수령 대상</p>
<p style="font-size: 10pt; font-weight: 600; color: #333;">단체를 유치한 파트너</p>
</div>
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">산정 기준</p>
<p style="font-size: 10pt; font-weight: 600; color: #333;">기준금액 x 3%</p>
</div>
<div style="padding: 6pt 8pt; background: #ffffff; border-radius: 4pt;">
<p style="font-size: 8pt; color: #666;">지급 시점</p>
<p style="font-size: 10pt; font-weight: 600; color: #333;">단체 매출 발생 시</p>
</div>
</div>
</div>
</div>
<!-- 하단 -->
<div style="text-align: right; margin-top: 10pt;">
<p style="font-size: 7pt; color: #bbb;">4 / 7</p>
</div>
</body>
</html>