123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <maindatalist>
- <beforeamt/>
- <currentmmamt/>
- <sangmmdate/>
- <sangmmamt/>
- <sangacctid/>
- <sangmmacctamt1/>
- <sangmmacctamt/>
- <afteramt/>
- </maindatalist>
- </main>
- <send>
- <fromdd/>
- <todd/>
- <instcd/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- makeReportPreview(0,110,1195,650);
- model.removenode( "/root/main/maindatalist");
-
- var today = getCurrentDate();
- var cur_yymmdd = parseInt(today.substring(0, 6))+"01";
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/fromdd", cur_yymmdd);
- model.setValue("/root/send/todd", today);
- model.setFocus("ipt_fromdd");
- model.refresh();
- ]]>
- </script>
- <submission id="TRRAR00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/maindatalist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">가수금대장</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (submit("TRRAR00401") ){
- exeReportPreview("SMRAR00401", "XMLSTR");//, "/root/main/payamt");
- }
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
- <caption id="caption22" class="search_name" style="left:20px; top:18px; width:85px; height:17px; ">지출일자:</caption>
- <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:105px; top:18px; width:105px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:209px; height:14px; ">가수금대장</caption>
- <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
- <caption id="output1" appearance="caption" style="left:219px; top:21px; width:25px; height:15px; font-weight:bold; ">~</caption>
- <input id="ipt_todd" ref="/root/send/todd" class="input_default" inputtype="date" format="yyyy-mm-dd" style="left:240px; top:18px; width:105px; height:19px; text-align:center; vertical-align:middle; "/>
- <datagrid id="grd_main" nodeset="/root/main/maindatalist" caption="전월이월^당월입금액^일자^당월상계액^상계내역^상계내역^상계내역^차월이월|전월이월^당월입금액^일자^당월상계액^계정^차변^대변^차월이월" colsep="^" colwidth="110, 110, 80, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:80px; width:1085px; height:190px; ">
- <col ref="beforeamt"/>
- <col ref="currentmmamt"/>
- <col ref="sangmmdate"/>
- <col ref="sangmmamt"/>
- <col ref="sangacctid"/>
- <col ref="sangmmacctamt1"/>
- <col ref="sangmmacctamt"/>
- <col ref="afteramt"/>
- </datagrid>
- <button id="ipt_excsave" class="btn2_letter4" style="left:1122px; top:49px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfSaveExcel(grd_main);
-
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|