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

110 lines
6.1 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: 24pt;">
<div style="width: 4pt; height: 24pt; background: #1a1a2e; border-radius: 2pt;"></div>
<h2 style="font-size: 18pt; font-weight: 700; color: #1a1a2e;">수당 체계 한눈에 보기</h2>
</div>
<!-- 기준금액 안내 -->
<div style="background: #f8f9fa; border-radius: 8pt; padding: 10pt 16pt; margin-bottom: 20pt; border-left: 3pt solid #FF9800;">
<p style="font-size: 10pt; color: #555;">수당 기준금액 = <span style="font-weight: 700; color: #1a1a2e;">개발비의 50%</span></p>
</div>
<!-- 두 카드 비교 -->
<div style="display: flex; gap: 20pt; flex: 1;">
<!-- 개인 파트너 카드 -->
<div style="flex: 1; background: #f0faf0; border: 1.5pt solid #4CAF50; border-radius: 12pt; padding: 20pt; display: flex; flex-direction: column;">
<div style="display: flex; align-items: center; gap: 8pt; margin-bottom: 14pt;">
<div style="width: 32pt; height: 32pt; background: #4CAF50; border-radius: 50%; display: flex; align-items: center; justify-content: center;">
<p style="font-size: 14pt; color: #ffffff;">1</p>
</div>
<div>
<h3 style="font-size: 14pt; font-weight: 700; color: #2E7D32;">개인 파트너</h3>
<p style="font-size: 8pt; color: #666;">Individual Partner</p>
</div>
</div>
<!-- 수당 항목들 -->
<div style="display: flex; flex-direction: column; gap: 8pt; flex: 1;">
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #333;">판매자 수당</p>
<p style="font-size: 14pt; font-weight: 700; color: #4CAF50;">20%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #333;">관리자 수당</p>
<p style="font-size: 14pt; font-weight: 700; color: #2196F3;">5%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #333;">협업지원금</p>
<p style="font-size: 14pt; font-weight: 700; color: #9C27B0;">3%</p>
</div>
</div>
<!-- 합계 -->
<div style="margin-top: 12pt; padding: 10pt; background: #2E7D32; border-radius: 8pt; text-align: center;">
<p style="font-size: 10pt; color: rgba(255,255,255,0.8);">본사 총 지급률</p>
<p style="font-size: 22pt; font-weight: 800; color: #ffffff;">28%</p>
</div>
</div>
<!-- 단체 파트너 카드 -->
<div style="flex: 1; background: #f0f4ff; border: 1.5pt solid #2196F3; border-radius: 12pt; padding: 20pt; display: flex; flex-direction: column;">
<div style="display: flex; align-items: center; gap: 8pt; margin-bottom: 14pt;">
<div style="width: 32pt; height: 32pt; background: #2196F3; border-radius: 50%; display: flex; align-items: center; justify-content: center;">
<p style="font-size: 14pt; color: #ffffff;">2</p>
</div>
<div>
<h3 style="font-size: 14pt; font-weight: 700; color: #1565C0;">단체 파트너</h3>
<p style="font-size: 8pt; color: #666;">Corporate Partner</p>
</div>
</div>
<!-- 수당 항목들 -->
<div style="display: flex; flex-direction: column; gap: 8pt; flex: 1;">
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #333;">단체 수당</p>
<p style="font-size: 14pt; font-weight: 700; color: #4CAF50;">30%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #333;">관리자 수당</p>
<p style="font-size: 14pt; font-weight: 700; color: #999;">0%</p>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; padding: 8pt 12pt; background: #ffffff; border-radius: 6pt;">
<p style="font-size: 10pt; color: #333;">협업지원금</p>
<p style="font-size: 14pt; font-weight: 700; color: #9C27B0;">3%</p>
</div>
</div>
<!-- 합계 -->
<div style="margin-top: 12pt; padding: 10pt; background: #1565C0; border-radius: 8pt; text-align: center;">
<p style="font-size: 10pt; color: rgba(255,255,255,0.8);">본사 총 지급률</p>
<p style="font-size: 22pt; font-weight: 800; color: #ffffff;">33%</p>
</div>
</div>
</div>
<!-- 하단 페이지 -->
<div style="text-align: right; margin-top: 10pt;">
<p style="font-size: 7pt; color: #bbb;">2 / 7</p>
</div>
</body>
</html>