SMICS02600_부가세신고.xrw 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>부가세 신고</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <statslist/>
  11. </main>
  12. <send>
  13. <fromdd/>
  14. <todd/>
  15. <flag/>
  16. <fromto/>
  17. <term/>
  18. </send>
  19. <init>
  20. <baseinfo>
  21. <instinfo>
  22. <instcd/>
  23. <hospnm/>
  24. </instinfo>
  25. </baseinfo>
  26. </init>
  27. </root>
  28. </instance>
  29. <submission id="TRICS02601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/statslist"/>
  30. <script type="javascript" ev:event="xforms-ready">
  31. <![CDATA[
  32. model.setValue("/root/send/fromdd", (((getCurrentDate()).toDate("YYYYMMDD")).getAddDate(-6,"M")).getDateFormat("YYYYMMDD") );
  33. model.setValue("/root/send/todd", getCurrentDate());
  34. model.setValue("/root/send/fromto", model.getValue("/root/send/fromdd") + model.getValue("/root/send/todd"));
  35. makeReportPreview(0,80,1195,660);
  36. model.refresh();
  37. ]]>
  38. </script>
  39. </model>
  40. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  43. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  44. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  45. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  46. <script type="javascript" src="../../../com/authinfoweb/js/ZSA001.js"/>
  47. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  48. </xhtml:head>
  49. <xhtml:body guideline="1,1195;2,757;2,784;">
  50. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  51. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:173px; height:14px; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">부가세 신고</caption>
  52. </group>
  53. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  54. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  55. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  56. <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; ">
  57. <caption>조회</caption>
  58. <script type="javascript" ev:event="DOMActivate">
  59. <![CDATA[
  60. if ( submit("TRICS02601") ) {
  61. var term = model.getValue("/root/send/todd").substr(4,2);
  62. if ( term <= '06 ' ) {
  63. model.setValue("/root/send/term", "1기");
  64. } else {
  65. model.setValue("/root/send/term", "2기");
  66. }
  67. exeReportPreview("RPICS02601", "XMLSTR", "/root/main/statslist/item");
  68. }
  69. ]]>
  70. </script>
  71. </button>
  72. <caption id="caption1" class="search_name" style="left:240px; top:10px; width:91px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">조회기간 :</caption>
  73. <input id="input2" ref="/root/send/fromdd" inputtype="date" style="left:335px; top:10px; width:100px; height:19px; "/>
  74. <input id="input3" ref="/root/send/todd" inputtype="date" style="left:460px; top:10px; width:100px; height:19px; "/>
  75. <caption id="caption2" style="left:440px; top:10px; width:15px; height:20px; font-weight:bold; ">~</caption>
  76. <caption id="caption3" class="search_name" style="left:20px; top:10px; width:65px; height:17px; background-image:../../../com/commonweb/images/search_bullet1.gif; ">구분 :</caption>
  77. <select1 id="combo1" ref="/root/send/flag" appearance="minimal" style="left:90px; top:10px; width:100px; height:19px; ">
  78. <choices>
  79. <item>
  80. <label>매입</label>
  81. <value>P</value>
  82. </item>
  83. <item>
  84. <label>매출</label>
  85. <value>S</value>
  86. </item>
  87. </choices>
  88. </select1>
  89. </group>
  90. <line id="line1" class="line_1" style="x1:0px; y1:54px; x2:1194px; y2:54px; "/>
  91. </group>
  92. <line id="line13" class="line_4" style="x1:1107px; y1:29px; x2:1107px; y2:55px; "/>
  93. </xhtml:body>
  94. </xhtml:html>