통계 수정
parent
9dab12bb1b
commit
59cb378f61
@ -0,0 +1,38 @@
|
||||
var rcvmPreset1 = [
|
||||
{ aggregateType : "count" }, //수납건수
|
||||
{ aggregateType : "sum", sumRefCol : "RCVMT_AMT" }, //수납금액
|
||||
|
||||
{ aggregateType : "count", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "33",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //가상계좌수납건수
|
||||
{ aggregateType : "sum", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "33", sumRefCol : "RCVMT_AMT",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //가상계좌수납금액
|
||||
{ aggregateType : "count", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "OCR",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //OCR수납건수
|
||||
{ aggregateType : "sum", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "OCR", sumRefCol : "RCVMT_AMT",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //OCR수납금액
|
||||
{ aggregateType : "count", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "08",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //인터넷카드수납건수
|
||||
{ aggregateType : "sum", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "08", sumRefCol : "RCVMT_AMT",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //인터넷카드수납금액
|
||||
{ aggregateType : "count", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "999",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //위택스수납건수
|
||||
{ aggregateType : "sum", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "999", sumRefCol : "RCVMT_AMT",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //위택스수납금액
|
||||
{ aggregateType : "count", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "998",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //ARS수납건수
|
||||
{ aggregateType : "sum", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "998", sumRefCol : "RCVMT_AMT",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //ARS수납금액
|
||||
{ aggregateType : "count", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "ETC",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"}, //기타수납건수
|
||||
{ aggregateType : "sum", seperatorRefCol : "PAY_MTHD_SE_CD", conditionValue : "ETC", sumRefCol : "RCVMT_AMT",
|
||||
seperatorCtgrType : "code", seperatorDtlCtgr : "FIM045"} //기타수납금액
|
||||
];
|
||||
|
||||
|
||||
|
||||
var rcvmPreset1_codeSubsetInfoList = [
|
||||
{ sourceGroup : "FIM045", sourceCodes : ["01","02"],
|
||||
targetCode : "OCR", targetCodeVal : "OCR" },
|
||||
{ sourceGroup : "FIM045", sourceCodes : ["03","04","05","06","07","09","10","23","31","32","41","44","50","51","81"],
|
||||
targetCode : "ETC", targetCodeVal : "기타 등" }
|
||||
];
|
Loading…
Reference in New Issue