feat: 알림톡 발송 로그 시스템 + 현영 표시 + 문서화

- 알림톡 발송 로그: alimtalk_logs SQLite 테이블 + DB 자동 기록
- /admin/alimtalk 페이지: 서버 로그, NHN Cloud 내역 조회, 수동 발송 테스트
- 적립일시 포맷 수정: %Y-%m-%d %H:%M (16자 초과) → %m/%d %H:%M (11자)
- POS GUI 현금영수증(현영) 표시: 청록색 볼드
- 결제수납구조.md: CD_SUNAB/PS_main/SALE_MAIN 3테이블 관계 문서
- 실행구조.md: Flask 서버 + Qt GUI 실행 가이드

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
thug0bin
2026-02-26 19:28:29 +09:00
parent 0c52542713
commit a3ff69b67f
10 changed files with 1117 additions and 82 deletions

View File

@@ -59,7 +59,8 @@
width: 100%;
max-width: 780px;
position: relative;
height: 380px;
height: 450px;
overflow: hidden;
}
.slide {
position: absolute;
@@ -98,31 +99,31 @@
display: inline-block;
padding: 6px 16px;
border-radius: 20px;
font-size: 13px;
font-size: 15px;
font-weight: 700;
letter-spacing: 0.5px;
}
.slide-title {
font-size: 30px;
font-size: 42px;
font-weight: 900;
color: #fff;
letter-spacing: -0.8px;
line-height: 1.3;
}
.slide-desc {
font-size: 17px;
color: rgba(255,255,255,0.65);
font-size: 23px;
color: rgba(255,255,255,0.7);
line-height: 1.6;
max-width: 500px;
max-width: 520px;
}
.slide-highlight {
display: inline-block;
padding: 10px 28px;
padding: 12px 32px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.15);
border-radius: 14px;
color: rgba(255,255,255,0.9);
font-size: 15px;
font-size: 19px;
font-weight: 600;
margin-top: 4px;
}