12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
- <xhtml:head>
- <xhtml:title>부가세 신고</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <statslist/>
- </main>
- <send>
- <fromdd/>
- <todd/>
- <flag/>
- <fromto/>
- <term/>
- </send>
- <init>
- <baseinfo>
- <instinfo>
- <instcd/>
- <hospnm/>
- </instinfo>
- </baseinfo>
- </init>
- </root>
- </instance>
- <submission id="TRICS02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statslist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.setValue("/root/send/fromdd", (((getCurrentDate()).toDate("YYYYMMDD")).getAddDate(-6,"M")).getDateFormat("YYYYMMDD") );
- model.setValue("/root/send/todd", getCurrentDate());
- model.setValue("/root/send/fromto", model.getValue("/root/send/fromdd") + model.getValue("/root/send/todd"));
- makeReportPreview(0,80,1195,660);
- model.refresh();
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
- <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
- </xhtml:head>
- <xhtml:body guideline="1,1195;2,757;2,784;">
- <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">부가세 신고</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( submit("TRICS02601") ) {
- var term = model.getValue("/root/send/todd").substr(4,2);
- if ( term <= '06 ' ) {
- model.setValue("/root/send/term", "1기");
- } else {
- model.setValue("/root/send/term", "2기");
- }
- exeReportPreview("RPICS02601", "XMLSTR", "/root/main/statslist/item");
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:240px; top:10px; width:91px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">조회기간 :</caption>
- <input id="input2" ref="/root/send/fromdd" inputtype="date" style="left:335px; top:10px; width:100px; height:19px; "/>
- <input id="input3" ref="/root/send/todd" inputtype="date" style="left:460px; top:10px; width:100px; height:19px; "/>
- <caption id="caption2" style="left:440px; top:10px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <caption id="caption3" class="search_name" style="left:20px; top:10px; width:65px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">구분 :</caption>
- <select1 id="combo1" ref="/root/send/flag" appearance="minimal" style="left:90px; top:10px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>매입</label>
- <value>P</value>
- </item>
- <item>
- <label>매출</label>
- <value>S</value>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:54px; x2:1194px; y2:54px; "/>
- </group>
- <line id="line13" class="line_4" style="x1:1107px; y1:29px; x2:1107px; y2:55px; "/>
- </xhtml:body>
- </xhtml:html>
|