From e3e07053a97dcb4730068dea0e3b7b8a85cf4744 Mon Sep 17 00:00:00 2001 From: altobaltobaltob <32124724+altobaltobaltob@users.noreply.github.com> Date: Fri, 6 Jul 2018 10:53:49 +0800 Subject: [PATCH] Add files via upload --- views/reports/cario_seat_report_day.php | 182 ++++++++++++++++++++++++++++++++ views/reports/update_in_out.php | 85 +++++++++++++++ views/reports/vghtc_report_daily.php | 116 ++++++++++++++++++++ views/reports/vghtc_report_month.php | 100 ++++++++++++++++++ 4 files changed, 483 insertions(+) create mode 100644 views/reports/cario_seat_report_day.php create mode 100644 views/reports/update_in_out.php create mode 100644 views/reports/vghtc_report_daily.php create mode 100644 views/reports/vghtc_report_month.php diff --git a/views/reports/cario_seat_report_day.php b/views/reports/cario_seat_report_day.php new file mode 100644 index 0000000..cb3d0ec --- /dev/null +++ b/views/reports/cario_seat_report_day.php @@ -0,0 +1,182 @@ + + + + + +無標題文件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
臺中榮總南區停車場 停車時間分析表
+
+
+
+ input->post('sin_time', TRUE)){ + $sin_time=$sin_time; + }else{ + $sin_time=date('Y-m-01'); + } + if($this->input->post('ein_time', TRUE)){ + $ein_time=$this->input->post('ein_time', TRUE); + }else{ + $ein_time=date('Y-m-d'); + } + //print_r($sel_hq_stations); + ?> +
+
+ + + +
+
+
+
+ + + + + + + + $value0){?> + + + + + + + +
日期有效停車車輛完成停車時間(分鐘)完成停車平均時間(分鐘)
+
製表:歐特儀


+ + + + \ No newline at end of file diff --git a/views/reports/update_in_out.php b/views/reports/update_in_out.php new file mode 100644 index 0000000..3c19773 --- /dev/null +++ b/views/reports/update_in_out.php @@ -0,0 +1,85 @@ + + + + +無標題文件 + + + + + + + + + + + + + + +
+ + + + +
科博館 植物園 停車場    大/小客車狀態更新
+
+ + + + + + + + + + + + 0){ + + if($sel_cario_lpr[0]['in_out']=="CI"){ + $in_out_1="CI"; + $in_out_2="TI"; + }elseif($sel_cario_lpr[0]['in_out']=="CO"){ + $in_out_1="CO"; + $in_out_2="TO"; + }elseif($sel_cario_lpr[0]['in_out']=="TI"){ + $in_out_1="CI"; + $in_out_2="TI"; + }else{ + $in_out_1="CO"; + $in_out_2="TO"; + } + + ?> + + + + + + + + + + + + + + + + + + + + +
車牌號碼:

車牌號碼:
入場時間:
車輛類別: + +
+
+ + + + \ No newline at end of file diff --git a/views/reports/vghtc_report_daily.php b/views/reports/vghtc_report_daily.php new file mode 100644 index 0000000..f7bec94 --- /dev/null +++ b/views/reports/vghtc_report_daily.php @@ -0,0 +1,116 @@ + + + + +無標題文件 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
臺中榮總南區停車場    月車流量表
+
+ + + + +

+
+ + + + + + + + + +
    日均流量:     時均流量:
+

+ + + + $val0){?> + + + + + + $val1){?> + + + $val2){?> + + + + + + + + $val3){?> + + + + + + + $val3){?> + + + + +
小時/出入口時流量
各出口日流量
各出口時流量
+


製表:歐特儀
+ + + + \ No newline at end of file diff --git a/views/reports/vghtc_report_month.php b/views/reports/vghtc_report_month.php new file mode 100644 index 0000000..db53044 --- /dev/null +++ b/views/reports/vghtc_report_month.php @@ -0,0 +1,100 @@ + + + + +無標題文件 + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
臺中榮總南區停車場    月車流量表
+
+ + + + + + + + + +
月總流量:     日均流量:     時均流量:
+

+ + + + $val0){?> + + + + + + + + $val3){?> + + + + + + + + + $val3){?> + + + + + + + $val3){?> + + + + +
日期/出入口日流量
各出口月流量
各出口日流量
+
製表:歐特儀
+ + + + \ No newline at end of file