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

스킨 패치 파일 다운로드 ↓

■ 수정위치 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>

Last updated