Browse Source

V1 fonctionnel

master version
BARRAUX Arthur 3 years ago
parent
commit
9a48a158bc
  1. 0
      login/cible.php
  2. 0
      login/index.php
  3. 0
      referant/admin.php
  4. 0
      referant/cible/admin.php
  5. 0
      referant/cible/edit.php
  6. 0
      referant/cible/index.php
  7. 0
      referant/cible/search.php
  8. 18
      referant/export.php
  9. 5
      referant/export/ticket.csv
  10. 0
      referant/include/line.php
  11. 0
      referant/include/menu.php
  12. 0
      referant/include/nav.php
  13. 0
      referant/js/admin.js
  14. 0
      referant/js/index.js
  15. 0
      referant/js/search.js
  16. 0
      referant/liste.php
  17. 0
      session.php
  18. 0
      session_restraintes.php
  19. 0
      stylepage.css
  20. 0
      ticket.sql

0
login/cible.php

0
login/index.php

0
referant/admin.php

0
referant/cible/admin.php

0
referant/cible/edit.php

0
referant/cible/index.php

0
referant/cible/search.php

18
referant/export.php

@ -0,0 +1,18 @@
<?php
include '../session_restraintes.php';
$bdd = new PDO('mysql:host=localhost;dbname=ticket;charset:utf8', 'root', '');
$reponse = $bdd->query("SELECT DISTINCT * FROM `pannes`");
$stream = fopen('export/ticket.csv', 'w');
while($line = $reponse->fetch()) {
print_r($line);
echo '<br>';
fputcsv(
$stream, // file
$line, // arr
);
}
$reponse->closeCursor();
fclose($stream);
?>

5
referant/export/ticket.csv

@ -0,0 +1,5 @@
1,1,2021-10-22,2021-10-22,"Bonjour de Bretagne","Bonjour de Bretagne","Bâtiment A","Bâtiment A",42,42,"au fond a gauche","au fond a gauche",pc,pc,alienware,alienware,"lattitude E6410","lattitude E6410",sefv-45-gd1,sefv-45-gd1,barraux,barraux,0,0
4,4,2021-10-23,2021-10-23,sq@,sq@,FE,FE,ds,ds,QDGFDQ,QDGFDQ,UC,UC,QGDF,QGDF,FQG,FQG,QGZet,QGZet,qgqre,qgqre,0,0
5,5,2021-10-23,2021-10-23,sq@,sq@,FE,FE,ds,ds,QDGFDQ,QDGFDQ,UC,UC,QGDF,QGDF,FQG,FQG,sgf,sgf,sef,sef,0,0
6,6,2021-10-25,2021-10-25,"manque la dernière carte graphique","manque la dernière carte graphique",Locquirec,Locquirec,"Ma chambre","Ma chambre","Sur le lit","Sur le lit",UC,UC,Dell,Dell,"LATITTUDE E6410","LATITTUDE E6410","chai pas","chai pas",BARRAUX,BARRAUX,0,0
7,7,2021-10-28,2021-10-28,"pas d'inspi","pas d'inspi",Locquirec,Locquirec,"chambre 6","chambre 6","pas bougé","pas bougé",UC,UC,Dell,Dell,flemme,flemme,"je sais pas","je sais pas","Le Cocotier des mers","Le Cocotier des mers",0,0
1 1 1 2021-10-22 2021-10-22 Bonjour de Bretagne Bonjour de Bretagne Bâtiment A Bâtiment A 42 42 au fond a gauche au fond a gauche pc pc alienware alienware lattitude E6410 lattitude E6410 sefv-45-gd1 sefv-45-gd1 barraux barraux 0 0
2 4 4 2021-10-23 2021-10-23 sq@ sq@ FE FE ds ds QDGFDQ QDGFDQ UC UC QGDF QGDF FQG FQG QGZet QGZet qgqre qgqre 0 0
3 5 5 2021-10-23 2021-10-23 sq@ sq@ FE FE ds ds QDGFDQ QDGFDQ UC UC QGDF QGDF FQG FQG sgf sgf sef sef 0 0
4 6 6 2021-10-25 2021-10-25 manque la dernière carte graphique manque la dernière carte graphique Locquirec Locquirec Ma chambre Ma chambre Sur le lit Sur le lit UC UC Dell Dell LATITTUDE E6410 LATITTUDE E6410 chai pas chai pas BARRAUX BARRAUX 0 0
5 7 7 2021-10-28 2021-10-28 pas d'inspi pas d'inspi Locquirec Locquirec chambre 6 chambre 6 pas bougé pas bougé UC UC Dell Dell flemme flemme je sais pas je sais pas Le Cocotier des mers Le Cocotier des mers 0 0

0
referant/include/line.php

0
referant/include/menu.php

0
referant/include/nav.php

0
referant/js/admin.js

0
referant/js/index.js

0
referant/js/search.js

0
referant/liste.php

0
session.php

0
session_restraintes.php

0
stylepage.css

0
ticket.sql

Loading…
Cancel
Save