You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

555 lines
29 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소ID" dataType="text"></w2:key>
<w2:key id="boothId" name="차로ID" dataType="text"></w2:key>
<w2:key id="kbn" name="구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행일자(FROM)" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행일자(TO)" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="kbn" name="구분" dataType="text"></w2:column>
<w2:column id="inDate" name="통행일자" dataType="text"></w2:column>
<w2:column id="inDateName" name="통행일자명" dataType="text"></w2:column>
<w2:column id="totalM" name="합계" dataType="number"></w2:column>
<w2:column id="cashSumM" name="현금" dataType="number"></w2:column>
<w2:column id="cashNormalM" name="현금 일반" dataType="number"></w2:column>
<w2:column id="cashRfidM" name="현금 RFID" dataType="number"></w2:column>
<w2:column id="cardSumM" name="카드" dataType="number"></w2:column>
<w2:column id="cardBeforeSumM" name="카드 선불 소계" dataType="number"></w2:column>
<w2:column id="cardBeforeNormalM" name="카드 선불 일반" dataType="number"></w2:column>
<w2:column id="cardBeforeRfidM" name="카드 선불 RFID" dataType="number"></w2:column>
<w2:column id="cardAfterSumM" name="카드 후불 소계" dataType="number"></w2:column>
<w2:column id="cardAfterNormalM" name="카드 후불 일반" dataType="number"></w2:column>
<w2:column id="cardAfterRfidM" name="카드 후불 RFID" dataType="number"></w2:column>
<w2:column id="repayM" name="카드환불" dataType="number"></w2:column>
<w2:column id="fixAmountM" name="정액권" dataType="number"></w2:column>
<w2:column id="collectDayCnt" name="징수일수" dataType="number"></w2:column>
<w2:column id="preNomlQty" name="사전통지 일반" dataType="number"></w2:column>
<w2:column id="preLightQty" name="사전등결제 경차" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}'
target='data:json,{"id":"statList","key":"statList"}' action="/cfs/income/findIncomeCongestionFareStatList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//그래프 숨김
btn_showGrid.setStyle( 'display' , 'none' );
cht_statList.setStyle( 'display' , 'none' );
//요금소(cfs01)
var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );
//차로 비활성화 -> 요금소 선택시 활성화
sbx_boothId.setDisabled( "true" );
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
scwin.rad_kbn_onchange();
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if(rad_kbn.getValue() == "2"){
if(ica_inEdDate.getValue() - ica_inStDate.getValue() > 300){
com.alert("일별 조회는 대용량 데이터로 인해 3개월 이상 데이터를 조회할 수 없습니다.");
return;
}
}
if (com.validateGroup(grp_search) === false) {
return false;
}else{
if(ica_inEdDate.getValue() < ica_inStDate.getValue()){
com.alert("시작 일자가 종료 일자보다 큽니다. 날짜 형식을 확인해 주세요.");
return;
}
com.executeSubmission(sbm_statList);
}
};
scwin.btn_excel_onclick = function(e) {
if (statList.getRowCount() == 0) {
com.alert("엑셀다운로드할 정보가 없습니다.");
return;
}
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "혼잡통행료 수입금 현황_"+com.getCurDtime()+".xlsx";
options.sheetName = "혼잡통행료 수입금 현황";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.useFooterData = "true"; //footer 값을 서식없이 그대로 올린다.
options.type = "1";
options.removeColumns = "14";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeCongestionFareStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options , info );
};
scwin.btn_print_onclick = function(e) {
if (statList.getRowCount() == 0) {
com.alert("인쇄할 정보가 없습니다.");
return;
}
//alert("인쇄");
var totalCnt = grd_statList.getTotalRow();
if (totalCnt > 0) {
alert("레포트를 인쇄합니다. ("+totalCnt+"건)");
var form_tag = document.getElementById("IC009M01");
form_tag.fareOfficeId.value = statMap.get("fareOfficeId");
form_tag.boothId.value = statMap.get("boothId");
form_tag.kbn.value = statMap.get("kbn");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1"){
form_tag.crfName.value = "IC009M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC009M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC009M01_3";
} else if (kbn == "4") {
form_tag.crfName.value = "IC009M01_4";
}
//form_tag.crfName.value = "IC009M01";
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
} else {
alert("인쇄할 정보가 없습니다.");
}
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
ica_inEdDate.setStyle( "display" , "" );
spa_inDate.setStyle( "display" , "" );
if (kbn == '1' || kbn == '2') {
//시간별, 일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday() );
ica_inEdDate.setValue( com.getToday() );
} else if (kbn == '3') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '4') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_showChart_onclick = function(e) {
//그리드 OFF / 그래프 ON
btn_showGrid.setStyle( 'display' , '' );
btn_showChart.setStyle( 'display' , 'none' );
cht_statList.setStyle( 'display' , '' );
grd_statList.setStyle( 'display' , 'none' );
};
scwin.btn_showGrid_onclick = function(e) {
//그리드 ON / 그래프 OFF
btn_showGrid.setStyle( 'display' , 'none' );
btn_showChart.setStyle( 'display' , '' );
cht_statList.setStyle( 'display' , 'none' );
grd_statList.setStyle( 'display' , '' );
};
scwin.sbx_fareOfficeId_onchange = function() {
sbx_boothId.setSelectedIndex( 0 );
//요금소 선택시 차로 정보 갱신
var vFareOfficeId = sbx_fareOfficeId.getValue();
if (vFareOfficeId == '') {
sbx_boothId.setDisabled( "true" );
} else {
sbx_boothId.setDisabled( "false" );
//차로(booth)
var boothsbxOptions = [{ code : "booth"+vFareOfficeId, compID : "sbx_boothId", fareOfficeId : vFareOfficeId }];
com.setCfsCommonCode( boothsbxOptions );
}
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = data;
if (kbn == '2') {
rtn = com.fmtDateDtime(data);
} else if (kbn == '3' || kbn == '4') {
rtn = com.fmtDateDtimeKor(data);
}
return rtn;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
for (var i=0; i<statList.getRowCount(); i++) {
if (kbn == '1') {
statList.setCellData( i , "inDateName" , com.fmtDateDtime( statList.getCellData( i , "inDate" ) ) );
} else {
statList.setCellData( i , "inDateName" , com.fmtDateDtimeKor( statList.getCellData( i , "inDate" ) ) );
}
statList.setCellData( i , "cashSumM" , statList.getCellData( i , "cashNormalM" ) + statList.getCellData( i , "cashRfidM" ) );
statList.setCellData( i , "cardSumM" , statList.getCellData( i , "cardBeforeNormalM" ) + statList.getCellData( i , "cardBeforeRfidM" ) + statList.getCellData( i , "cardAfterNormalM" ) + statList.getCellData( i , "cardAfterRfidM" ) );
}
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC009M01" method="post" action ="/ClipReport4/reportView.jsp">
<input type ="hidden" name="crfName"></input>
<input type ="hidden" name="fareOfficeId"></input>
<input type ="hidden" name="boothId"></input>
<input type ="hidden" name="kbn"></input>
<input type ="hidden" name="inStDate"></input>
<input type ="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group class="w2tb tbl_sc" id="" style="" tagname="table" adaptive="layout" adaptiveThreshold="700">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70px;"></xf:group>
<xf:group tagname="col" style="width:140px;"></xf:group>
<xf:group tagname="col" style="width:70px;"></xf:group>
<xf:group tagname="col" style="width:100px;"></xf:group>
<xf:group tagname="col" style="width:130px;"></xf:group>
<xf:group tagname="col" style="width:70px;"></xf:group>
<xf:group tagname="col" style="width:230px;"></xf:group>
<xf:group tagname="col" style="width:100px;"></xf:group>
<xf:group tagname="col" style="width:*;"></xf:group>
</xf:group>
<xf:group tagname="tr" style="" adaptive="" adaptiveThreshold="">
<xf:group class="w2tb_th" style="" tagname="th">요금소</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="sbx_fareOfficeId" chooseOption="true" displayMode="label" style="width: 120px;"
submenuSize="auto" allOption="" disabled="false" direction="auto" appearance="minimal" disabledClass="w2selectbox_disabled"
ref="data:statMap.fareOfficeId" chooseOptionLabel="-전체-" ev:onchange="scwin.sbx_fareOfficeId_onchange">
<xf:choices></xf:choices>
</xf:select1>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">차로</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="sbx_boothId" chooseOption="true" displayMode="label" style="width: 80px;" submenuSize="auto"
allOption="" disabled="false" direction="auto" appearance="minimal" disabledClass="w2selectbox_disabled"
ref="data:statMap.boothId" chooseOptionLabel="-전체-" visibleRowNum="11">
<xf:choices></xf:choices>
</xf:select1>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 appearance="full" cols="" id="rad_kbn" ref="data:statMap.kbn" rows="2" selectedIndex="0"
style="" ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[시간별]]></xf:label>
<xf:value><![CDATA[1]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[4]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
</xf:group>
<xf:group tagname="th" class="w2tb_th">
통행일자
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td"><w2:inputCalendar dateValidCheck="" footerDiv="false" focusOnDateSelect="false"
style="" id="ica_inStDate" renderType="component" class="" renderDiv="true" weekStartsOn="0"
calendarValueType="yearMonthDate" ref="data:statMap.inStDate" displayFormat="" calendarDisplayFormat="" validCheck="true" mandatory="true">
</w2:inputCalendar><w2:span style="" label="~" id="spa_inDate"></w2:span><w2:inputCalendar dateValidCheck="" footerDiv="false" focusOnDateSelect="false"
style="" id="ica_inEdDate" renderType="component" class="" renderDiv="true" weekStartsOn="0"
calendarValueType="yearMonthDate" ref="data:statMap.inEdDate" displayFormat="" validCheck="true" mandatory="true">
</w2:inputCalendar></xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:trigger class="btn_act" id="btn_showChart" style="" type="button"
ev:onclick="scwin.btn_showChart_onclick">
<xf:label><![CDATA[그래프]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act" id="btn_showGrid" style="" type="button" ev:onclick="scwin.btn_showGrid_onclick">
<xf:label><![CDATA[화면]]></xf:label>
</xf:trigger>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger type="button" style="" id="btn_search" class="btn_sh" ev:onclick="scwin.btn_search_onclick">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group style="" id="" class="defaultbox">
<w2:textbox class="df_tt" id="" label="혼잡통행료 수입금 현황" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act print" ev:onclick="scwin.btn_print_onclick" id="btn_print" style="" type="button">
<xf:label><![CDATA[인쇄]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act exceldown" id="btn_excel" style="" type="button" ev:onclick="scwin.btn_excel_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
<xf:group style="" id="grp_group6">
<w2:gridView scrollByColumnAdaptive="false" summaryAuto="false" useShiftKey="true" scrollByColumn="false"
fixedColumnWithHidden="true" dataList="data:statList" ignoreCellClick="false" style="height:208px;" autoFit="allColumn"
id="grd_statList" class="cm_grid" ignoreToggleOnDisabled="false" autoFitMinWidth="600" visibleRowNum="all" overflowX=""
defaultCellHeight="" dynamic="true" groupbyZoneHeight="" readOnly="true" focusMode="row">
<w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption>
<w2:header style="" id="header2">
<w2:row style="" id="row7">
<w2:column removeBorderStyle="false" width="120" inputType="text" id="column225" value="통행일자"
blockSelect="false" displayMode="label" rowSpan="3" style="height:26px;">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column224" value="합계" blockSelect="false"
displayMode="label" rowSpan="3" style="height:26px;">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column223" value="현금" blockSelect="false"
displayMode="label" colSpan="3" style="height:26px;">
</w2:column>
<w2:column removeBorderStyle="false" width="700" inputType="text" id="column220" value="카드" blockSelect="false"
displayMode="label" colSpan="7" style="height:26px;">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column213" value="카드환불"
blockSelect="false" displayMode="label" rowSpan="3" style="height:26px;">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column212" value="정액권" blockSelect="false"
displayMode="label" rowSpan="3" style="height:26px;">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="column211" value="" blockSelect="false"
displayMode="label" rowSpan="3" hidden="true" style="height:26px;">
</w2:column>
</w2:row>
<w2:row style="" id="row8">
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column238" value="소계" blockSelect="false"
displayMode="label" rowSpan="2" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column237" value="일반" blockSelect="false"
displayMode="label" rowSpan="2" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column236" value="RFID"
blockSelect="false" displayMode="label" rowSpan="2" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column235" value="소계" blockSelect="false"
displayMode="label" rowSpan="2" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column234" value="선불" blockSelect="false"
displayMode="label" colSpan="3" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="300" inputType="text" id="column231" value="후불" blockSelect="false"
displayMode="label" colSpan="3" style="">
</w2:column>
</w2:row>
<w2:row style="" id="row5">
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column197" value="소계" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column195" value="일반" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column193" value="RFID"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column191" value="소계" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column189" value="일반" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column187" value="RFID"
blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody style="" id="gBody2">
<w2:row style="" id="row6">
<w2:column removeBorderStyle="false" width="120" inputType="text" id="inDate" blockSelect="false"
displayMode="label" displayFormat="" customFormatter="scwin.fmtInDate" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="totalM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cashSumM','cardSumM','fixAmountM') - SUM('repayM')"
textAlign="right" excelExpression="" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="cashSumM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cashNormalM','cashRfidM')" textAlign="right"
excelExpression="" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="cashNormalM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="cashRfidM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="cardSumM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('cardBeforeSumM','cardAfterSumM')"
excelExpression="" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="cardBeforeSumM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
expression="SUM('cardBeforeNormalM','cardBeforeRfidM')" excelExpression="" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="cardBeforeNormalM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="cardBeforeRfidM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="cardAfterSumM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
expression="SUM('cardAfterNormalM')+SUM('cardAfterRfidM')" excelExpression="" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="cardAfterNormalM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="cardAfterRfidM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="repayM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="fixAmountM" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="collectDayCnt" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" style="" value="징수일수">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer style="" id="footer1">
<w2:row style="" id="row9">
<w2:column removeBorderStyle="false" width="120" inputType="text" id="column253" value="총계" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column252" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalM')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column251" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cashSumM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column250" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cashNormalM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column249" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cashRfidM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column248" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardSumM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column247" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardBeforeSumM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column246" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardBeforeNormalM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column245" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardBeforeRfidM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column244" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardAfterSumM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column243" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardAfterNormalM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column242" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('cardAfterRfidM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column241" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('repayM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column240" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" expression="SUM('fixAmountM')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="column239" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0"
expression="MIN('kbn') == 1 ? AVG('collectDayCnt') : SUM('collectDayCnt')" textAlign="right">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView>
</xf:group>
<w2:fusionchart chartType="ScrollLine2D" drawType="javascript" id="cht_statList" labelNode="inDateName" ref="data:statList"
seriesColumns="[['cashSumM','cardSumM','fixAmountM']]" style="height: 300px;" valueNode="" seriesType="">
</w2:fusionchart>
</xf:group>
</body>
</html>