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.

707 lines
41 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" style="">
<w2:keyInfo>
<w2:key dataType="date" id="passDate" name="통행일자"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="fareOfficeId" name="요금소" dataType="number"></w2:column>
<w2:column id="passDate" name="통행일자" dataType="date"></w2:column>
<w2:column id="cashQ" name="현금통행량" dataType="number"></w2:column>
<w2:column id="cardQ" name="카드통행량" dataType="number"></w2:column>
<w2:column id="couponQ" name="정액권통행량" dataType="number"></w2:column>
<w2:column id="exemptQ" name="면제통행량" dataType="number"></w2:column>
<w2:column id="nonQ" name="미납통행량" dataType="number"></w2:column>
<w2:column id="cashM" name="현금수입금" dataType="number"></w2:column>
<w2:column id="repayM" name="환불수입금" dataType="number"></w2:column>
<w2:column id="cardM" name="카드수입금" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
<w2:dataList baseNode="list" id="statList2" repeatNode="map" saveRemovedData="true" style="">
<w2:columnInfo>
<w2:column dataType="number" id="fareOfficeId" name="요금소"></w2:column>
<w2:column dataType="date" id="passDate" name="통행일자"></w2:column>
<w2:column id="year" name="년도" dataType="text"></w2:column>
<w2:column id="goalAmt" name="목표" dataType="text"></w2:column>
<w2:column id="totalQ" name="통행량" dataType="text"></w2:column>
<w2:column id="totalM" name="누계" dataType="text"></w2:column>
<w2:column id="couponQ" name="쿠폰" dataType="text"></w2:column>
<w2:column id="count" name="일자" dataType="text"></w2:column>
<w2:column id="goalRate" name="추정치" dataType="text"></w2:column>
<w2:column id="workDate" name="징수일" dataType="text"></w2:column>
</w2:columnInfo>
</w2:dataList>
<w2:dataMap baseNode="map" id="workDate">
<w2:keyInfo>
<w2:key id="workDate" name="징수일" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList"
ref='data:json,{"id":"statMap","key":"param"}'
target='data:json,["statListCnt","statList"]'
action="/cfs/income/findIncomeDailyCalculateReportList.do"
processMsg="조회중입니다."
ev:submitdone="scwin.sbm_statList_submitdone"
method="post" mediatype="application/json" encoding="UTF-8" instance=""
replace="" errorHandler="" customHandler="" mode="asynchronous"
ev:submit="" ev:submiterror="" abortTrigger="">
</xf:submission>
<xf:submission id="sbm_statList2"
ref='data:json,{"id":"statMap","key":"param"}'
target='data:json,{"id":"statList2","key":"statList"}'
action="/cfs/income/findIncomeDailyCalculateReportList2.do"
processMsg=""
ev:submitdone="scwin.sbm_statList2_submitdone"
method="post" mediatype="application/json" encoding="UTF-8" instance=""
replace="" errorHandler="" customHandler="" mode="asynchronous"
ev:submit="" ev:submiterror="" abortTrigger="">
</xf:submission>
<xf:submission id="sbm_statList3"
ref='data:json,{"id":"statMap","key":"param"}'
target='data:json,{"id":"workDate","key":"statList"}'
action="/cfs/income/findIncomeDailyCalculateReportList3.do"
processMsg=""
ev:submitdone="scwin.sbm_statList3_submitdone"
method="post" mediatype="application/json" encoding="UTF-8" instance=""
replace="" errorHandler="" customHandler="" mode="asynchronous"
ev:submit="" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.idx = 0;
scwin.onpageload = function() {
var ymd = com.getToday();
ica_inDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.userExpFare = function(foot){
return grd_statList2.getFooterData( foot , false );
}
scwin.userExpFarePm = function(){
if(statList2.getCellData( 0 , "goalAmt" )> statList2.getCellData( 1 , "goalAmt" )){
return 1;
}else{
return -1;
}
}
scwin.userExpCha = function(name){
return statList2.getCellData( 0 , name ) - statList2.getCellData( 1 , name );
}
scwin.userExpfir = function(name){
return statList2.getCellData( 1 , name );
}
scwin.userExpMod = function(){
return statList2.getCellData( 0 , "count" );
}
//조회버튼 클릭
scwin.btn_search_onclick = function(e) {
com.executeSubmission(sbm_statList);
};
scwin.sbm_statList_submitdone = function(e) {
com.executeSubmission(sbm_statList3);
};
scwin.sbm_statList3_submitdone = function(e) {
console.log(workDate.getJSON());
com.executeSubmission(sbm_statList2);
};
scwin.sbm_statList2_submitdone = function(e) {
gridView1.setFooterValue( "totalPer" , statList2.getCellData( 0 , "count" ) );
var footVal = statList2.getCellData( 0 , "totalM" ) - statList2.getCellData( 1 , "totalM" );
var res = statList2.getCellData( 1 , "totalM" ) == 0 ? 0 : footVal / statList2.getCellData( 1 , "totalM" ) * 100;
gridView1.setFooterValue( "column494" , res );
footVal = statList2.getCellData( 0 , "totalQ" ) - statList2.getCellData( 1 , "totalQ" );
res = statList2.getCellData( 1 , "totalQ" ) == 0 ? 0 : footVal / statList2.getCellData( 1 , "totalQ" ) * 100;
gridView1.setFooterValue( "column498" , res );
footVal = statList2.getCellData( 0 , "couponQ" ) - statList2.getCellData( 1 , "couponQ" );
res = statList2.getCellData( 1 , "couponQ" ) == 0 ? 0 : footVal / statList2.getCellData( 1 , "couponQ" ) * 100;
gridView1.setFooterValue( "column497" , res );
footVal = statList2.getCellData( 0 , "goalAmt" ) - statList2.getCellData( 1 , "goalAmt" );
res = statList2.getCellData( 1 , "goalAmt" ) == 0 ? 0 : footVal / statList2.getCellData( 1 , "goalAmt" ) * 100;
gridView1.setFooterValue( "column495" , res );
ibx_standDate.setValue( workDate.get("workDate") );
ibx_goalAmt.setValue( statList2.getCellData( 0 , "goalAmt" ) );
ibx_goalRate.setValue( statList2.getCellData( 0 , "goalRate" ) );
};
//목표금액등록 버튼 클릭
scwin.btn_excel_down_2_onclick = function(e) {
var jsonData = {};
var data = {data : jsonData, callbackFn : "" };
var opt = {id : "IC052P01",
popupName : "목표금액등록",
width : 620, height : 300};
var popupUrl = "/ui/cfs/income/IC052P01.xml";
com.openPopup(popupUrl, opt, data);
};
//엑셀다운로드 버튼 클릭
scwin.trigger1_onclick = function(e) {
var options = {
common : {
fileName : "일일 정산현황 보고"+com.getCurDtime()+".xlsx"
, showProcess : true
},
excelInfo : [
{
gridId : "grd_statList2",
sheetName : "통행량 및 수입금 현황",
type : "1",
useStyle : true,
useFooter : true
},
{
gridId : "gridView1",
sheetName : "전년대비 증감률",
type : "1",
useStyle : true,
useFooter : true
}
]
}
x = $p.getRuntimeId("statList");
options.common.wframeId = x.substr(0,x.lastIndexOf("_"));
$p.multipleExcelDownload( options );
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC002M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="fareOfficeId"></input>
<input type="hidden" name="crfName"></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="left:2px;top:-5px;">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:130.00px;" tagname="col"></xf:group>
<xf:group tagname="col" style="width:100px;"></xf:group>
<xf:group tagname="col" style="width:11.11%;"></xf:group>
<xf:group tagname="col" style="width:160px;"></xf:group>
<xf:group tagname="col" style="width:11.11%;"></xf:group>
<xf:group tagname="col" style="width:100px;"></xf:group>
<xf:group tagname="col" style="width:11.11%;"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inDate" ref="data:statMap.passDate" renderDiv="true" renderType="component" style="" weekStartsOn="0"
validCheck="true" mandatory="true">
</w2:inputCalendar>
</xf:group>
<xf:group tagname="th" class="w2tb_th">징수일&amp;nbsp;기준<w2:attributes></w2:attributes></xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:input adjustMaxLength="false" allowChar="" ev:onkeyup="" id="ibx_standDate"
ignoreChar="! " maxlength="20" ref="" style="background-color:#c1dbc1;width:100%;font-weight:bold;text-align:center;" readOnly="true">
</xf:input>
</xf:group>
<xf:group tagname="th" class="w2tb_th">당해년도&amp;nbsp;목표금액(천원)<w2:attributes></w2:attributes></xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:input adjustMaxLength="false" allowChar="" ev:onkeyup="scwin.ibx_carNo_onkeyup" id="ibx_goalAmt" ignoreChar="! "
maxlength="20" ref="" style="background-color:#c1dbc1;width:100%;font-weight:bold;text-align:center;" readOnly="true" dataType="number" displayFormat="#,##0">
</xf:input>
</xf:group>
<xf:group tagname="th" class="w2tb_th">추정치(%)<w2:attributes></w2:attributes></xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:input adjustMaxLength="false" allowChar="" ev:onkeyup="scwin.ibx_carNo_onkeyup" id="ibx_goalRate" ignoreChar=""
maxlength="20" ref="" style="background-color:#c1dbc1;width:100%;font-weight:bold;text-align:center;" readOnly="true" dataType="number" displayFormat="##.#">
</xf:input>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="일일 정산현황 보고" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act exceldown" ev:onclick="scwin.btn_excel_down_2_onclick" id="btn_excel_down_2" style=""
type="button">
<xf:label><![CDATA[목표금액등록]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act exceldown" ev:onclick="scwin.trigger1_onclick" id="trigger1" style=""
type="button">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
<xf:group class="" id="" style="">
<w2:textbox class="df_tt" id="" label="가.통행량 및 수입금 현황" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style=""></xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_statList2" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height:253px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption>
<w2:header id="header2" style="">
<w2:row style="" id="row12">
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column446" value="구분" blockSelect="false"
displayMode="label" rowSpan="3" fixColumnWidth="true" colSpan="" style="height:26px;">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column569"
value="통행일자" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column removeBorderStyle="false" width="520" inputType="text" id="column421" value="통행량(대)" blockSelect="false"
displayMode="label" colSpan="7" rowSpan="" style="height:26px;">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column609"
value="수입금(천원)" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
</w2:column>
</w2:row>
<w2:row style="" id="row13">
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column566"
value="계&lt;br/&gt;①+②" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="400" inputType="text" style="height:26px;" id="column540"
value="징수①" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="170" inputType="text" style="height:26px;" id="column544"
value="미징수②" blockSelect="false" displayMode="label" colSpan="2" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column551"
value="계&lt;br/&gt;ⓐ+ⓑ" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column597" value="현금ⓐ"
blockSelect="false" displayMode="label" colSpan="2" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column583" value="카드ⓑ"
blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
<w2:row style="" id="row14">
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column538" value="소계"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column539" value="현금"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column436" value="카드" blockSelect="false"
displayMode="label" colSpan="" rowSpan="" style="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column536" value="정액권"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column537" value="면제"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column560" value="미납"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column598" value="현금징수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column591" value="환불"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column584" value="현장징수"
blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody2" style="">
<w2:row id="row10" style="">
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="fareOfficeId" blockSelect="false"
displayMode="label" customFormatter="" colMerge="" colSpan="" rowSpan="" value="" displayFormat="호">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="passDate" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cashFixAmountSumQ" inputType="expression"
removeBorderStyle="false" style="" width="100" dataType="number" displayFormat="#,##0" textAlign="right"
expression="SUM('cashFixAmountNormalQ')+SUM('exemptQ')+SUM('nonQ')" excelExpression="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cashFixAmountNormalQ" inputType="expression"
removeBorderStyle="false" style="" width="100" dataType="number" displayFormat="#,##0" textAlign="right"
expression="SUM('cashQ')+SUM('cardQ')+SUM('couponQ')">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cashQ" inputType="text" removeBorderStyle="false" style=""
width="100" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cardQ" inputType="text" removeBorderStyle="false" style=""
width="100" dataType="number" displayFormat="#,##0" textAlign="right" expression="" excelExpression="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="couponQ" inputType="text" removeBorderStyle="false" style=""
width="100" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="exemptQ" inputType="text" removeBorderStyle="false" style=""
width="100" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="nonQ" value="" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="incomeSum" value=""
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
expression="SUM('cashM')-SUM('repayM')+SUM('cardM')">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="cashM" value="" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="repayM" value="" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="cardM" value="" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
</w2:row>
<w2:row style="" id="row21">
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column625" value=""
blockSelect="false" displayMode="label" expression="SUM('fareOfficeId')" displayFormat="호 비율(%)">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column624" value=""
blockSelect="false" displayMode="label" expression="MAX('passDate')" dataType="date">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column623" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('cashFixAmountSumQ') == 0 ? 0 : SUM('cashFixAmountSumQ') / scwin.userExpFare('totalCnt') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column622" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('cashFixAmountNormalQ') == 0 ? 0 : SUM('cashFixAmountNormalQ') / SUM('cashFixAmountSumQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column621" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('cashQ') == 0 ? 0 : SUM('cashQ') / SUM('cashFixAmountNormalQ') * 100" displayFormat="##.#">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column620" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('cardQ') == 0 ? 0 : SUM('cardQ') / SUM('cashFixAmountNormalQ') * 100" displayFormat="##.#">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column619" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('couponQ') == 0 ? 0 : SUM('couponQ') / SUM('cashFixAmountNormalQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column618" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('exemptQ') == 0 ? 0 : SUM('exemptQ') / SUM('cashFixAmountSumQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column617" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('nonQ') == 0 ? 0 : SUM('nonQ') / SUM('cashFixAmountSumQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column616" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('cashM')-SUM('repayM')+SUM('cardM') == 0 ? 0 : (SUM('cashM')-SUM('repayM')+SUM('cardM')) / scwin.userExpFare('column555') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column615" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('cashM') == 0 ? 0 : SUM('cashM') / SUM('incomeSum') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column614" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="##.#"
expression="SUM('repayM') == 0 ? 0 : SUM('repayM') / SUM('incomeSum') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column613" value=""
blockSelect="false" displayMode="label" dataType="number" textAlign="right"
expression="SUM('cardM') == 0 ? 0 : SUM('cardM') / SUM('incomeSum') * 100" displayFormat="##.#">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer style="" id="footer1">
<w2:row style="" id="row19">
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column520" value="합계"
blockSelect="false" displayMode="label" colSpan="" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column519" value=""
blockSelect="false" displayMode="label" expression="MAX('passDate')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="totalCnt" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0"
expression="SUM('cashFixAmountSumQ')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="subtotalCnt"
value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0"
expression="SUM('cashFixAmountNormalQ')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column510" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="SUM('cashQ')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column509" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="SUM('cardQ')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column508" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="SUM('couponQ')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column507" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="SUM('exemptQ')">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column563" value=""
blockSelect="false" displayMode="label" expression="SUM('nonQ')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column555" value=""
blockSelect="false" displayMode="label" expression="SUM('incomeSum')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column600" value=""
blockSelect="false" displayMode="label" expression="SUM('cashM')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column593" value=""
blockSelect="false" displayMode="label" expression="SUM('repayM')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column586" value=""
blockSelect="false" displayMode="label" expression="SUM('cardM')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
</w2:row>
<w2:row style="" id="row18">
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column611"
value="비율(%)" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column505" value=""
blockSelect="false" displayMode="label" expression="MAX('passDate')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column498" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#"
expression="SUM('cashFixAmountSumQ') == 0 ? 0 : SUM('cashFixAmountSumQ') / SUM('cashFixAmountSumQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column497" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#"
expression="SUM('cashFixAmountNormalQ') == 0 ? 0 : SUM('cashFixAmountNormalQ') / SUM('cashFixAmountSumQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column496" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#"
expression="SUM('cashQ') == 0 ? 0 : SUM('cashQ') / SUM('cashFixAmountNormalQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column495" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#"
expression="SUM('cardQ') == 0 ? 0 : SUM('cardQ') / SUM('cashFixAmountNormalQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column494" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#"
expression="SUM('couponQ') == 0 ? 0 : SUM('couponQ') / SUM('cashFixAmountNormalQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:26px;" id="column493" value=""
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#"
expression="SUM('exemptQ') == 0 ? 0 : SUM('exemptQ') / SUM('cashFixAmountSumQ') * 100">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column565" value=""
blockSelect="false" displayMode="label" expression="SUM('nonQ') == 0 ? 0 : SUM('nonQ') / SUM('cashFixAmountSumQ') * 100"
displayFormat="##.#" dataType="number" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column557" value=""
blockSelect="false" displayMode="label" expression="SUM('incomeSum') == 0 ? 0 : SUM('incomeSum') / SUM('incomeSum') * 100"
displayFormat="##.#" dataType="number" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column602" value=""
blockSelect="false" displayMode="label" displayFormat="##.#"
expression="SUM('cashM') == 0 ? 0 : SUM('cashM') / SUM('incomeSum') * 100" dataType="number" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column595" value=""
blockSelect="false" displayMode="label" displayFormat="##.#"
expression="SUM('repayM') == 0 ? 0 : SUM('repayM') / SUM('incomeSum') * 100" dataType="number" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="height:26px;" id="column588" value=""
blockSelect="false" displayMode="label" displayFormat="##.#"
expression="SUM('cardM') == 0 ? 0 : SUM('cardM') / SUM('incomeSum') * 100" dataType="number" textAlign="right">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView>
<xf:group class="" id="" style="">
<w2:textbox class="df_tt" id="" label="나.전년대비 증감률" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style=""></xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:statList2" fixedColumnWithHidden="true"
focusMode="row" id="gridView1" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height:253px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption>
<w2:header id="header2" style="">
<w2:row id="row12" style="">
<w2:column blockSelect="false" colSpan="" displayMode="label" fixColumnWidth="true" id="column446" inputType="text"
removeBorderStyle="false" rowSpan="3" style="height:26px;" value="구분" width="100">
</w2:column>
<w2:column blockSelect="false" colSpan="" displayMode="label" hidden="false" id="column569" inputType="text"
removeBorderStyle="false" rowSpan="3" style="height:26px;" value="통행일자&lt;br/&gt;(기준 징수일)" width="100">
</w2:column>
<w2:column blockSelect="false" colSpan="3" displayMode="label" id="column421" inputType="text"
removeBorderStyle="false" rowSpan="" style="height:26px;" value="통행량(대)" width="100">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column638"
value="수입금(천원)" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
</w2:column>
</w2:row>
<w2:row id="row13" style="">
<w2:column blockSelect="false" colSpan="2" displayMode="label" hidden="false" id="column566" inputType="text"
removeBorderStyle="false" rowSpan="" style="" value="누계" width="100">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column627"
value="일평균" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column628"
value="목표" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="" id="column629"
value="누계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column blockSelect="false" colSpan="" displayMode="label" hidden="false" id="column544" inputType="text"
removeBorderStyle="false" rowSpan="2" style="" value="달성률(%)" width="100">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="" id="column630"
value="일평균" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
</w2:row>
<w2:row id="row14" style="">
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:20px;" id="column626"
value="통행량" blockSelect="false" displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="false" id="column538" inputType="text"
removeBorderStyle="false" style="height:20px;" value="쿠폰" width="100">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody2" style="">
<w2:row id="row10" style="">
<w2:column blockSelect="false" colMerge="" colSpan="" customFormatter="" displayFormat="" displayMode="label"
id="year" inputType="text" removeBorderStyle="false" rowSpan="" style="" value="" width="100">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="false" id="passDate" inputType="text"
removeBorderStyle="false" style="" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" excelExpression=""
expression="" id="totalQ" inputType="text" removeBorderStyle="false" style="" textAlign="right" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" expression=""
id="couponQ" inputType="text" removeBorderStyle="false" style="" textAlign="right" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="cashQ"
inputType="expression" removeBorderStyle="false" style="" textAlign="right" width="100" expression="scwin.userExpMod() == 0 ? 0 : SUM('totalQ') / scwin.userExpMod()">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" excelExpression=""
expression="" id="goalAmt" inputType="text" removeBorderStyle="false" style="" textAlign="right" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalM"
inputType="text" removeBorderStyle="false" style="" textAlign="right" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label" id="exemptQ"
inputType="expression" removeBorderStyle="false" style="" textAlign="right" width="100" expression="SUM('goalAmt') == 0 ? 0 : SUM('totalM') / SUM('goalAmt') * 100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="nonQ"
inputType="expression" removeBorderStyle="false" style="" textAlign="right" value="" width="70" expression="scwin.userExpMod() == 0 ? 0 : SUM('totalM') / scwin.userExpMod()">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer id="footer1" style="">
<w2:row id="row19" style="">
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column520" inputType="text"
removeBorderStyle="false" rowSpan="" style="height:26px;" value="증감" width="100">
</w2:column>
<w2:column blockSelect="false" displayMode="label" expression="MAX('passDate')" id="column519"
inputType="expression" removeBorderStyle="false" style="height:26px;" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
expression="scwin.userExpCha('totalQ')" id="totalCnt" inputType="expression" removeBorderStyle="false" style="height:26px;"
textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
expression="scwin.userExpCha('couponQ')" id="subtotalCnt" inputType="expression" removeBorderStyle="false" style="height:26px;"
textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" expression="scwin.userExpFarePm() * (MAX('cashQ')-MIN('cashQ'))"
id="column510" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" expression="scwin.userExpCha('goalAmt')"
id="column509" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
expression="scwin.userExpCha('totalM')" id="column508" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right"
value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label"
expression="(MAX('exemptQ')-MIN('exemptQ')) * scwin.userExpFarePm()" id="column507" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right"
value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" expression="(MAX('nonQ')-MIN('nonQ')) * scwin.userExpFarePm()"
id="column563" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="70">
</w2:column>
</w2:row>
<w2:row id="row18" style="">
<w2:column blockSelect="false" displayMode="label" hidden="false" id="column611" inputType="text"
removeBorderStyle="false" style="height:26px;" value="비율(%)" width="100">
</w2:column>
<w2:column blockSelect="false" displayMode="label" expression="" id="totalPer"
inputType="text" removeBorderStyle="false" style="height:26px;" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label" expression=""
id="column498" inputType="text" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label" expression=""
id="column497" inputType="text" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label"
expression="((MAX('cashQ')-MIN('cashQ')) * scwin.userExpFarePm()) == 0 ? 0 : ((MAX('cashQ')-MIN('cashQ')) * scwin.userExpFarePm()) / (scwin.userExpfir('totalQ') / scwin.userExpMod()) * 100"
id="column496" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label" expression=""
id="column495" inputType="text" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label" expression=""
id="column494" inputType="text" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label"
expression="" id="column493" inputType="text"
removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="##.#" displayMode="label"
expression="((MAX('nonQ')-MIN('nonQ')) * scwin.userExpFarePm()) == 0 ? 0 : ((MAX('nonQ')-MIN('nonQ')) * scwin.userExpFarePm()) / (scwin.userExpfir('totalM') / scwin.userExpMod()) * 100"
id="column565" inputType="expression" removeBorderStyle="false" style="height:26px;" textAlign="right" value="" width="70">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView>
</xf:group>
</body>
</html>