From 4b2642e92df2bcb7ba5328f0f7e7d882b03d8eaf Mon Sep 17 00:00:00 2001 From: pero1203 Date: Wed, 7 Jul 2021 11:28:01 +0200 Subject: [PATCH] Nalaganje povzetkov za izvajalce na GC --- admin/survey/modules/Evalvacija/class.GC.php | 6 +++--- admin/survey/modules/Evalvacija/pdf/unzipped/.gitignore | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 admin/survey/modules/Evalvacija/pdf/unzipped/.gitignore diff --git a/admin/survey/modules/Evalvacija/class.GC.php b/admin/survey/modules/Evalvacija/class.GC.php index aaf3c1083..fc7aeb70e 100644 --- a/admin/survey/modules/Evalvacija/class.GC.php +++ b/admin/survey/modules/Evalvacija/class.GC.php @@ -184,9 +184,9 @@ class GC{ '4_1' => 'predmeti' ); - $reports_id = '08062021'; + $reports_id = '07072021'; $report_type = '1_1'; - $fak_id = '3000011'; + $fak_id = '3000021'; $zip_name = ''; // Nastavimo pot do pdf-jev @@ -207,7 +207,7 @@ class GC{ //$this->executeManualUpload($zip_name, $fak_id, $report_type, $reports_id, $unzip=false); // BRANJE POROCIL - IZVAJALEC - //$response = $this->readFolder($zadeva_id='RezultatiAnket_'.$fak_id.'_6', $fakultete[$fak_id]['kratica']); + //$response = $this->readFolder($zadeva_id='RezultatiAnket_'.$fak_id.'_321', $fakultete[$fak_id]['kratica']); // BRANJE POROCIL - FAKULTETA //$response = $this->readFolder($zadeva_id='RezultatiAnket_'.$fak_id.'_2019_2020', $fakultete[$fak_id]['kratica']); diff --git a/admin/survey/modules/Evalvacija/pdf/unzipped/.gitignore b/admin/survey/modules/Evalvacija/pdf/unzipped/.gitignore new file mode 100644 index 000000000..f607e1a2c --- /dev/null +++ b/admin/survey/modules/Evalvacija/pdf/unzipped/.gitignore @@ -0,0 +1,3 @@ +* +!navodila.xlsx +!.gitignore \ No newline at end of file