|
ȸ¿øÃѰè |
|
<%=total_member%>
|
|
¹æ¹®ÀÚÃѰè |
|
<%=total_counter%>
|
|
¹æ¹®ÀÚÃѰè (IP Addrss) |
|
<%=total_ip_counter%>
|
|
Processing(¿©Çà»óǰ) |
|
<%=total_status1%>
|
|
ÀÌ´ÞÀÇ ¿¹¾à °Ç¼ö(¿©Çà»óǰ) |
|
<%=total_status5%>
|
|
ÀÌ´ÞÀÇ Ãë¼Ò °Ç¼ö(¿©Çà»óǰ) |
|
<%=total_status6%>
|
|
¿À´ÃÀÇ ¿¹¾à(¿©Çà»óǰ) |
|
<%=total_reserve%> |
|
¿À´ÃÀÇ Æ¼ÄÏ ¿¹¾à |
|
<%=total_ticket%>
|
|
¿À´ÃÀÇ ¹ö½º ¿¹¾à |
|
<%=total_bus%>
|
|
¿À´ÃÀÇ ¹ö½º ·»Æ® |
|
<%=total_busrent%>
|
|
|
±ÝÀÏ ¹æ¹®ÀÚ |
|
<%=total_counter_today%>
|
|
±ÝÀÏ ¹æ¹®ÀÚ IP |
|
<%=total_ip_counter_today%>
|
|
|
|
¿ùº° ¿©Çà»óǰ ¿¹¾à (Except Refund and Cancel) |
|
<%
Dim rsV, totM, bOn, bO2
set rsV = objQuery.execute("select sum(bPay_amount) from E_Order_Main where status in(3) and Year(insert_date) = " & Year(Date()) &" and Month(insert_date) = " & Month(Date()) - 2 )'ÁÖ¹®°Ç¼ö
totM = rsV(0)
If totM = "" Or IsNull(totM) Then
totM = 0
End If
rsV.close
set rsV = Nothing
set rsV = objQuery.execute("select count(idx) from E_Order_Main where status in(3) and Year(insert_date) = " & Year(Date()) &" and Month(insert_date) = " & Month(Date()) - 2 )'ÁÖ¹®°Ç¼ö
bOn = rsV(0)
If bOn = "" Or IsNull(bOn) Then
bOn = 0
End If
bO2 = bOn / 3
rsV.close
set rsV = Nothing
%>
<%=Month(Date()) - 2%> / <%=Year(Date())%> $ <%=PriceFormat(totM)%> |
|
|
<%
set rsV = objQuery.execute("select sum(bPay_amount) from E_Order_Main where status in(3) and Year(insert_date) = " & Year(Date()) &" and Month(insert_date) = " & Month(Date()) - 1 )'ÁÖ¹®°Ç¼ö
totM = rsV(0)
If totM = "" Or IsNull(totM) Then
totM = 0
End If
rsV.close
set rsV = Nothing
set rsV = objQuery.execute("select count(idx) from E_Order_Main where status in(3) and Year(insert_date) = " & Year(Date()) &" and Month(insert_date) = " & Month(Date()) - 1 )'ÁÖ¹®°Ç¼ö
bOn = rsV(0)
If bOn = "" Or IsNull(bOn) Then
bOn = 0
End If
bO2 = bOn / 3
rsV.close
set rsV = Nothing
%>
<%=Month(Date()) - 1%> / <%=Year(Date())%> $ <%=PriceFormat(totM)%> |
|
|
<%
set rsV = objQuery.execute("select sum(bPay_amount) from E_Order_Main where status in(3) and Year(insert_date) = " & Year(Date()) &" and Month(insert_date) = " & Month(Date()) )'ÁÖ¹®°Ç¼ö
totM = rsV(0)
If totM = "" Or IsNull(totM) Then
totM = 0
End If
rsV.close
set rsV = Nothing
set rsV = objQuery.execute("select count(idx) from E_Order_Main where status in(3) and Year(insert_date) = " & Year(Date()) &" and Month(insert_date) = " & Month(Date()) )'ÁÖ¹®°Ç¼ö
bOn = rsV(0)
If bOn = "" Or IsNull(bOn) Then
bOn = 0
End If
bO2 = bOn / 3
rsV.close
set rsV = Nothing
%>
<%=Month(Date())%> / <%=Year(Date())%> $ <%=PriceFormat(totM)%> |
|
|