|
|
@ -92,6 +92,9 @@ class Report extends CI_Controller
|
|
|
|
$file_path_output = "";
|
|
|
|
$file_path_output = "";
|
|
|
|
bcscale(4);
|
|
|
|
bcscale(4);
|
|
|
|
foreach ($files as $k => $fe) {
|
|
|
|
foreach ($files as $k => $fe) {
|
|
|
|
|
|
|
|
if ( ! in_array(strrchr($fe, '.'), array(".xlsx", ".xls"))) {
|
|
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
}
|
|
|
|
$file_path = $statement_folder . '\\' . $fe;
|
|
|
|
$file_path = $statement_folder . '\\' . $fe;
|
|
|
|
if ( ! file_exists($file_path)) {
|
|
|
|
if ( ! file_exists($file_path)) {
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|