
#AWSTATS GRAPHGOOGLECHARTAPI PDF#
Support des données (extrait de Localite.csv):Ġ1001 L ABERGEMENT CLEMENCIAT 01400 L ABERGEMENT CLEMENCIATĠ1002 L ABERGEMENT DE VAREY 01640 L ABERGEMENT DE VAREYĠ1004 AMBERIEU EN BUGEY 01500 AMBERIEU EN BUGEYĠ1005 AMBERIEUX EN DOMBES 01330 AMBERIEUX EN DOMBESĠ1009 ANDERT ET CONDON 01300 ANDERT ET CONDONĬette application à pour but de créer automatiquement, à un temps donné, tous les PDF de tous les clients inscrits sur le site. Load data local infile 'Propose.csv' into table Propose fields terminated by ' ' lines terminated by '\n' Load data local infile 'Lot.csv' into table Lot fields terminated by ' ' lines terminated by '\n' Load data local infile 'PointDeVenteParUtilisateur.csv' into table PointDeVenteParUtilisateur fields terminated by ' ' lines terminated by '\n' Load data local infile 'Utilisateur.csv' into table Utilisateur fields terminated by ' ' lines terminated by '\n' Load data local infile 'PointDeVente.csv' into table PointDeVente fields terminated by ' ' lines terminated by '\n' Load data local infile 'ModeProduction.csv' into table ModeProduction fields terminated by ' ' lines terminated by '\n' Load data local infile 'Unite.csv' into table Unite fields terminated by ' ' lines terminated by '\n' Load data local infile 'Produit.csv' into table Produit fields terminated by ' ' lines terminated by '\n' Load data local infile 'TypeProduit.csv' into table TypeProduit fields terminated by ' ' lines terminated by '\n' Load data local infile 'SurType.csv' into table SurType fields terminated by ' ' lines terminated by '\n' Load data local infile 'Localite.csv' into table Localite fields terminated by ' ' lines terminated by '\n' Schéma complet de la base de données New World:ĭrop table if exists PointDeVenteParUtilisateur Īdd foreign key (rayon) references SurType(no) Īdd foreign key (categorie) references TypeProduit (no) Īdd foreign key (produit) references Produit(no),Īdd foreign key (unite) references Unite(no),Īdd foreign key (modeProduction) references ModeProduction(no) Īdd foreign key(utilisateur) references Utilisateur(no),Īdd foreign key(question) references Question(no) Īdd foreign key(pointDeVente) references PointDeVente(no),Īdd foreign key(idUser) references Utilisateur(no),Īdd foreign key(idPointDeVente) references PointDeVente(no) Ĭode d'injection des données (importValeur.sql): Les producteurs quant à eux disposent d'une fenêtre d'enregistrement de lots qui sont par la suite mis en ligne sur les points de vente associés. Une fenêtre d'enregistrement permet aux clients de se loguer sur le site pour avoir accés à différentes informations ainsi qu'aux points d'échanges les concernants.


#AWSTATS GRAPHGOOGLECHARTAPI PLUS#
Le principe du site web de la société NewWorld est de permettre à des clients et des producteurs locaux de venir commercer sur des points de vente proche de chez eux en disposant de produits locaux.Ĭe site propose dès lors des produits classés par rayons et catégories pour permettre une ergonomie du site ainsi qu'une navigation plus facile et intuitive.
