Files
sam-manage/docs/pptx-output/slides/slide-03.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: #4CAF50; border-radius: 2pt;"></div>
<h2 style="font-size: 18pt; font-weight: 700; color: #1a1a2e;">개인 파트너 수당 상세</h2>
<div style="padding: 3pt 10pt; background: #E8F5E9; border-radius: 4pt;">
<p style="font-size: 8pt; color: #2E7D32; font-weight: 600;">총 28%</p>
</div>
</div>
<!-- 수당 구조 시각화 -->
<div style="display: flex; gap: 12pt; margin-bottom: 20pt;">
<!-- 판매자 20% -->
<div style="flex: 20; background: #4CAF50; border-radius: 8pt; padding: 14pt; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<p style="font-size: 20pt; font-weight: 800; color: #ffffff;">20%</p>
<p style="font-size: 9pt; color: rgba(255,255,255,0.9);">판매자 수당</p>
</div>
<!-- 관리자 5% -->
<div style="flex: 5; background: #2196F3; border-radius: 8pt; padding: 14pt; display: flex; flex-direction: column; align-items: center; justify-content: center;">
<p style="font-size: 16pt; font-weight: 800; color: #ffffff;">5%</p>
<p style="font-size: 8pt; color: rgba(255,255,255,0.9);">관리자</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;">판매자 수당 20%</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 20%</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;">2단계 분할 지급</p>
</div>
</div>
</div>
<!-- 관리자 수당 -->
<div style="flex: 1; background: #E3F2FD; border-radius: 8pt; padding: 14pt; border: 1pt solid #BBDEFB;">
<div style="display: flex; align-items: center; gap: 6pt; margin-bottom: 10pt;">
<div style="width: 8pt; height: 8pt; background: #2196F3; border-radius: 50%;"></div>
<p style="font-size: 11pt; font-weight: 700; color: #1565C0;">관리자 수당 5%</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 5%</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 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;">3 / 7</p>
</div>
</body>
</html>