LogoLogo
스토어 홈앱 스토어디자인 스토어
  • 스토어 소개
  • app
    • 결제/금융
      • 엑심베이 결제 수단 추가 가이드
      • 앱카드 API 화면 가이드
    • 디자인/콘텐츠
      • 리스트 효과 관리 스킨 패치 가이드
    • 간편로그인/회원연동
      • Apple 간편 로그인 스킨 패치 가이드
      • 카카오 싱크(샵바이프리미엄)
      • 카카오 싱크(고도몰) 신청가이드
      • 페이스북 간편 로그인 스킨 패치 가이드
    • 마케팅
      • QR코드 스킨 패치 가이드
      • 네트워크 광고관리 시스템
      • 밴드왜건 푸시스킨 패치 가이드
      • 설문조사 관리 스킨 패치 가이드
      • 마이앱(myapp)
        • 사용 전 필독 사항
        • 개발자 계정 생성 가이드
          • iOS 개발자 계정 생성 가이드
            • iOS 개인 계정 생성 가이드
            • iOS 법인 계정 생성 가이드
          • Android 개발자 계정 생성 가이드
        • STEP 1. 홈
        • STEP 2. 앱 푸시
        • STEP 3. 디자인
        • STEP 4. 통계
        • STEP 5. 설정
        • [FAQ] 자주 묻는 질문
        • 앱 이전 가이드
    • 프로모션
      • 출석체크 이벤트 스킨 패치 가이드
      • 타임세일전 스킨 패치 가이드
    • 배송/풀필먼트
      • 우체국 택배 연동(샵바이) 가이드
        • STEP 1. 연동 신청
        • STEP 2. 송장 발급
        • STEP 3. 택배 예약
        • STEP 4. 수거 신청
        • STEP 5. 기본 설정
        • [FAQ] 자주 묻는 질문
      • CJ대한통운 사용 가이드
        • STEP 1. 연동 신청
        • STEP 2. 택배 예약 및 예약 취소
        • STEP 3. 배송 조회
        • STEP 4. 수거 신청
        • [FAQ] 자주 묻는 질문
    • 리뷰
      • 플러스리뷰 스킨 패치 가이드
    • 통계/분석
      • 방문자 통계 스크립트 설치 가이드
    • 관리도구/편의
      • 견적서 출력 스킨 패치 가이드
      • 간이영수증 출력 스킨 패치 가이드
    • 고객상담/알림
      • 친구톡 앱 사용 가이드
        • 카카오 친구톡 시작하기
        • 친구톡 캠페인 등록하기
        • 캠페인 관리하기
        • 캠페인 통계 확인하기
        • 오로라 개별형 스킨 패치 가이드
        • 오로라 통합형 스킨 패치 가이드
        • 헤드리스 사용 가이드
      • 알림톡 앱 사용 가이드
        • 고도몰
          • 카카오 알림톡 설정
          • 카카오 알림톡 템플릿 설정
          • 카카오톡 알림톡 발송 내역 보기
        • 샵바이
          • 알림톡 사용설정
          • 카카오 알림톡 템플릿 관리
          • 알림톡 발송내역 조회
      • 채널톡 앱 사용 가이드
        • 고도몰
        • 샵바이
    • 채널통합관리/ERP
      • 마켓연동
Powered by GitBook
LogoLogo

NHN COMMERCE

  • 공지사항
  • 회사소개

Partners

  • 서비스 제휴문의
  • 셀러어드민
  • 디자인 파트너

Developers

  • 스토어
  • 워크스페이스
  • API가이드
  • 스킨/앱 개발 가이드

Support

  • 전체 사이트맵

©NHN COMMERCE Corp. All rights reserved.

On this page

Was this helpful?

  1. app
  2. 관리도구/편의

간이영수증 출력 스킨 패치 가이드

Previous견적서 출력 스킨 패치 가이드Next고객상담/알림

Last updated 1 year ago

Was this helpful?

■ 수정위치 1. 관리자모드 -> 디자인 에서 수정할 스킨이 "현재 작업스킨"으로 설정 2. 관리자모드 -> 디자인, 트리에서 아래의 화일을 선택후 수정

■ 아래 관련 선행패치를 진행여부를 확인 하신 후 해당패치를 적용하시기 바랍니다.

[고도몰5 pro,고도몰5 biz,고도몰5 standard] 구매자 주문상세 페이지에서 거래명세서 출력 기능 추가

■ 마이페이지/mypage -> 마이페이지 > 주문상세 | mypage/order_view.html

- 아래의 내용을 추가함

수정 전 (590 ~ 603 라인)

                        <!--{ ? receipt['particularFl'] == 'y' }-->
                        <tr>
                            <th class="ta-l">거래명세서</th>
                            <td><button type="button" class="normal-btn small1" onclick="order_print_popup('particular')"><em>거래명세서 인쇄</em></button></td>
                        </tr>
                        <!--{ / }-->

수정 후

                        <!--{ ? receipt['particularFl'] == 'y' }-->
                        <tr>
                            <th class="ta-l">거래명세서</th>
                            <td><button type="button" class="normal-btn small1" onclick="order_print_popup('particular')"><em>거래명세서 인쇄</em></button></td>
                        </tr>
                        <!--{ / }-->
                        <!--{ ? receipt['reception'] == 'y' }-->
                        <tr>
                            <th class="ta-l">간이영수증</th>
                            <td><button type="button" class="normal-btn small1" onclick="order_print_popup('reception')"><em>간이영수증 인쇄</em></button></td>
                        </tr>
                        <!--{ / }-->

■ 마이페이지/mypage -> _reception.html

- 아래의 내용을 추가함(페이지추가)

{*** 마이페이지 > 간이영수증 | mypage/_reception.html ***}
<style>
    .order-print #cssblue { width: 306px; border: solid 2px #364f9e; margin-right:5px; }
    .order-print #cssblue table { border-collapse: collapse; }
    .order-print #cssblue td { border-color:#364f9e; border-width:2px; border-style:solid; }
    .order-print #cssblue #head { border-color:#364f9e; border-width:2px 2px 0px 2px; border-style:solid; }
    .order-print #cssblue #head td { border-width:0px; border-style:solid; }
</style>
<table cellspacing="10" cellpadding="0" border="0" align="center">
    <tr valign="top">
        <td>
            <div id="cssblue">
                <table id="head" cellspacing="0" cellpadding="0" width="100%" border="0">
                    <tr>
                        <td width="23%" height="40"> </td>
                        <td align="center" width="44%"> <font size="4">영 수 증</font></td>
                        <td width="33%"><font style="font-weight: normal" size="1">( 공급받는자용 )</font></td>
                    </tr>
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                        <td height="100%" valign="top" style="border-width: 3px 1px 0px 0px;">
                            <table cellspacing="0" cellpadding="2" width="100%" border="0">
                                <col width="8%" /><col width="20%" /><col width="30%" /><col width="12%" />
                                <tr>
                                    <td valign="bottom" colspan="2" height="22">no.</td>
                                    <td style="border-top-width: 0px;" align="right" colspan="3"> <font style="font-weight: normal; font-size: 16px" color="black">{orderData.orderName}  </font><font size=3>귀하</font> </td>
                                </tr>
                                <tr align="center">
                                    <td rowspan="4" height="35">공<br><br>급<br><br>자</td>
                                    <td>사 업 자<br>등록번호</td>
                                    <td colspan="3" align="left" style="padding-left:10px"> <font size="3">{gMall.businessNo}</font></td>
                                </tr>
                                <tr align="center" height="35">
                                    <td>상 호</td>
                                    <td> {gMall.companyNm}</td>
                                    <td>성명</td>
                                    <td align="left"> {gMall.ceoNm}</td>
                                </tr>
                                <tr align="center" height="35">
                                    <td>사 업 장<br>소 재 지</td>
                                    <td colspan=3> {gMall.address} {gMall.addressSub}</td>
                                </tr>
                                <tr align="center" height="35">
                                    <td>업태</td>
                                    <td> {gMall.service}</td>
                                    <td>종목</td>
                                    <td> {gMall.item}</td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
                    <tr align="center" height="22">
                        <td style="border-top-width: 0px;">작성년월일</td>
                        <td style="border-left-width: 3px; border-right-width: 3px;">공급대가총액</td>
                        <td style="border-top-width: 0px;">비 고</td>
                    </tr>
                    <tr align="center" height="22">
                        <td>  {= gd_date_format('Y. m. d.', orderData.regDt)}</td>
                        <td style="border-left-width: 3px; border-right-width: 3px; border-bottom-width: 4px;"> ₩{= number_format(orderData.settlePrice)}</td>
                        <td align="right"></td>
                    </tr>
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="4">
                    <tr align="center" height="22">
                        <td style="border-top-width: 0px; border-bottom-width: 0px;">위 금액을 정히 영수( 청구 )함</td>
                    </tr>
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="2">
                    <col width="5%" /><col width="5%" /><col /><col width="10%" /><col width="15%" /><col width="15%" />
                    <tr align="center" height="22">
                        <td>월</td>
                        <td>일</td>
                        <td>품 목</td>
                        <td>수량</td>
                        <td>단가</td>
                        <td>금액</td>
                    </tr>
                    <tr height="22">
                        <td align="center">{= gd_date_format('m', orderData.regDt)}</td>
                        <td align="center">{= gd_date_format('d', orderData.regDt)}</td>
                        <td> {= orderData.orderGoodsNm}</td>
                        <td align="center">{= orderData.orderGoodsCnt}</td>
                        <td align="right">{= number_format(orderData.settlePrice)} </td>
                        <td align="right">{= number_format(orderData.settlePrice)} </td>
                    </tr>
                    <tr>
                        <td align="center" colspan=6>*** 이 하 여 백 *** </td>
                    </tr>
                    <!--{@ fillSpace}-->
                    <tr height="22">
                        <td> </td>
                        <td> </td>
                        <td> </td>
                        <td> </td>
                        <td> </td>
                        <td> </td>
                    </tr>
                    <!--{/}-->
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="4">
                    <tr align="center">
                        <td style="border-top-width: 0px;" height="25"><font style="font-weight: normal" size="1">부가가치세법시행규칙 제25조 규정에 의한 ( 영수증 )으로 개정.</font></td>
                    </tr>
                </table>
            </div>
        </td>
    </tr>
</table>
스킨 패치 파일 다운로드 ↓