선수금현황
1 1 D 총계
</documenttitle> </root> </instance> <script type="javascript" ev:event="xforms-model-construct-done"> <![CDATA[ submit("TRPAS00001"); var vToday = new Date(); var tmpYear = vToday.getYear(); var tmpMonth = vToday.getMonth()+1; var tmpDate = vToday.getDate(); if (tmpMonth < 10) { tmpMonth = "0"+tmpMonth; } if (tmpDate < 10) { tmpDate = "0"+tmpDate; } model.setValue("/root/main/search/fromdata", tmpYear+""+tmpMonth+""+tmpDate); model.setValue("/root/main/search/todata", tmpYear+""+tmpMonth+""+tmpDate); //Rexport에 출력날자를 보여주기위한 데이터 저장 model.makeNode("/root/main/tmp/print/date"); model.copyNode("/root/main/tmp/print/date", "/root/main/search/fromdata"); model.setValue("/root/main/tmp/print/date", model.getValue("/root/main/search/fromdata")); input7.refresh(); input1.refresh(); datagrid1.explorerbar = "sort"; ]]> </script> <bind id="bind1" ref="/root/main/sunsuamtlist/sunsuamtstats" calculate="now() + ."/> <bind id="bind2" ref="/root/main/sunsusumamtlist/sunsusumamtstats/cont" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/cont);"/> <bind id="bind3" ref="/root/main/sunsusumamtlist/sunsusumamtstats/acumteamt" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/acumteamt);"/> <bind id="bind4" ref="/root/main/sunsusumamtlist/sunsusumamtstats/todysunsu" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/todysunsu);"/> <bind id="bind5" ref="/root/main/sunsusumamtlist/sunsusumamtstats/retrnamt" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/retrnamt);"/> <bind id="bind6" ref="/root/main/sunsusumamtlist/sunsusumamtstats/restamt" calculate="sum(/root/main/sunsuamtlist/sunsuamtstats/restamt);"/> <submission id="TRPAS00001" mediatype="application/x-www-form-urlencoded" method="post" replace="instance" resultref="/root/main/tmpinfo/info/user"/> <submission id="TRPAS00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/data1"/> </model> <script type="javascript" src="../../../com/commonweb/js/common.js"/> <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/> <script type="javascript" src="../../../com/commonweb/js/tfHelper.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/stringHelper.js"/> <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/> <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/> </xhtml:head> <xhtml:body pagewidth="1211" pageheight="784"> <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; "> <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">선수금현황</caption> </group> <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; "> <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/> <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">기간 ~</caption> <line id="line2" class="line_4" style="x1:1132px; y1:7px; x2:1132px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/> <button id="btn_search" class="btn1_letter2" style="left:1139px; top:7px; width:56px; height:22px; "> <caption>조회</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ var fromdata = model.getValue("/root/main/search/fromdata"); var todata = model.getValue("/root/main/search/todata"); if(fromdata==""||fromdata==null){ messageBox("시작일을 입력","E007"); model.setFocus("input7"); return false; } if(todata==""|| todata==null){ messageBox("끝일을 입력","E007"); model.setFocus("input1"); return false; } if(fromdata > todata){ messageBox("시작일이 끝일자보다 클수 ", "C001") return false; }else{ model.setValue("/root/send/fromdata",model.getValue("/root/main/search/fromdata")); model.setValue("/root/send/todata",model.getValue("/root/main/search/todata")); model.setValue("/root/send/datagubun",model.getValue("/root/main/search/datagubun")); model.removeNodeset("/root/main/sunsuamtlist"); submit("TRPAS00111"); //로드값이 있을때 엑셀저장여부 버튼 생성여부 var nodelist = bind1.nodeset; if(nodelist.length>0){ line1.visible =true; button95.visible = true; }else{ line1.visible =false; button95.visible = false; } copyNodesetType("/root/main/sunsuamtlist/sunsuamtstats","/root/main/sunsusumamtlist/sunsusumamtstats","after"); datagrid1.rebuild(); var sumtotal = instance1.selectNodes("/root/main/sunsuamtlist/sunsuamtstats").length + datagrid1.fixedRows - 1; datagrid1.mergeByFree(sumtotal,1,sumtotal,2); } ]]> </script> </button> <input id="input7" ref="/root/main/search/fromdata" class="input_default" navindex="1" inputtype="date" style="left:70px; top:8px; width:120px; height:19px; "> <script type="javascript" ev:event="onkeydown"> <![CDATA[ if( event.keyCode == 13 ) { var pCurTargetObj = event.ptarget.parent; if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") { event.keyCode = 9; pCurTargetObj.dispatch("onkeydown"); } else { event.keyCode = 9; } } event.stopPropagation(); ]]> </script> </input> <input id="input1" ref="/root/main/search/todata" class="input_default" navindex="2" inputtype="date" style="left:215px; top:8px; width:120px; height:19px; "> <script type="javascript" ev:event="onkeydown"> <![CDATA[ if( event.keyCode == 13 ) { var pCurTargetObj = event.ptarget.parent; if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") { event.keyCode = 9; pCurTargetObj.dispatch("onkeydown"); } else { event.keyCode = 9; } } event.stopPropagation(); ]]> </script> </input> <select1 id="combo1" ref="/root/main/search/datagubun" appearance="minimal" style="left:350px; top:8px; width:100px; height:19px; "> <choices> <item> <label>전체</label> <value>1</value> </item> <item> <label>외래선수금</label> <value>2</value> </item> <item> <label>가정간호</label> <value>3</value> </item> </choices> </select1> <button id="button95" class="btn6_letter4" visibility="hidden" style="left:971px; top:7px; width:80px; height:22px; "> <caption>액셀저장</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ var vToday = new Date(); var tmpYear = vToday.getYear(); var tmpMonth = vToday.getMonth()+1; var tmpDate = vToday.getDate(); model.setValue("/root/documenttitle/title",document.title); model.refresh(); var subjectTitle = model.getValue("/root/documenttitle/title"); var fileName = window.fileDialog("save", ",", false, "선수금현황"+tmpYear+tmpMonth+tmpDate, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*"); if (fileName != "") { datagrid1.saveExcel(fileName,"선수금현황"+tmpYear+tmpMonth+tmpDate, true, true, "", "", true); } ]]> </script> </button> <line id="line1" class="line_4" visibility="hidden" style="x1:1058px; y1:7px; x2:1058px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/> <button id="btn_print" class="btn6_letter2" style="left:1066px; top:7px; width:56px; height:22px; "> <caption>출력</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ exeReportPreview("RPPAS00111", "XMLSTR", "","", "false","","","","","false"); ]]> </script> </button> </group> <datagrid id="datagrid1" nodeset="/root/main/sunsuamtlist/sunsuamtstats" caption="진료과^명칭(외래선수금/가정간호)^건수^누적선수금^당일선수금^반환금액^잔액^비교" colsep="^" colwidth="180, 220, 150, 150, 150, 150, 150" rowheader="seq" rowsep="|" selected="true" style="left:4px; top:70px; width:1202px; height:675px; "> <col ref="deptengnm" style="text-align:center; "/> <col ref="sunsuname" style="text-align:center; "/> <col ref="cont" style="text-align:center; "/> <col ref="acumteamt" format="(-)#,###" style="text-align:right; "/> <col ref="todysunsu" format="(-)#,###" style="text-align:right; "/> <col ref="retrnamt" format="(-)#,###" style="text-align:right; "/> <col ref="restamt" format="(-)#,###" style="text-align:right; "/> </datagrid> </xhtml:body> </xhtml:html>