WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Mise en place d'une plateforme de commerce électronique avec l'outil d'Oracle (Oracle Application Express) d'Oracle

( Télécharger le fichier original )
par Sory Ibrahima Thiam
Ecole supérieure polytechnique de Dakar - Diplome d'ingénieur technologue en informatique 2011
  

précédent sommaire

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

Bibliographie

> Créer un site e-commerce 4e édition, Auteurs : Delphine

Bouton, Sandrine Houst, François Houst, Raphaëlle Roux, Collection : LeCampus

Wébographie

> Documentation sur Oracle APEX

http://download.oracle.com/docs/cd/E10513 01/welcome.html

> Documentation Oracle APEX, http://apex.oracle.com/i/index.html > Plugin Apex, http://www.apex-plugin.com/

> Documentation Apex http://www.oracle.com/technetwork/developertools/apex/overview/index.html

Index

X

XML 31

A

APEX 49,50

B

B2E 46

B2C

B2B

C

C 14

E

ESP 9

H

HTML 49

M

Mersie 19

O

Oracle 27

P

PL/SQL 32

R

RAD 20, 43

S

SGBD 44

SQL 13

U

UML 17

55

Mise en place d'une plateforme de commerce électronique avec l'outil d'oracle (Oracle Application Express)

Annexes

>

Page d'accueil de l'administrateur de la plateforme

> Page d'administration des utilisateurs

> Affichage du catalogue coté administrateur (Modifier, Ajouter,Supprimer des produits)

> Statistique des meilleures ventes par catégorie.

> Code PL/SQL permettant d'afficher les détails de la commande d'un client .

begin

for x in (select prenom, nom, address1, address2,Pays,CodePostale from acteur, acte where acteur.idacteur = acte.idacteur and acte.idacte = :P14_ORDER_ID)

loop

htp.p('<span style="font-size:16px;font-weight:bold;"> Panier' || v('P14_ORDER_ID') || ' Detail</span><br />');

htp.p(htf.escape_sc(x.nom) || ' ' || htf.escape_sc(x.prenom) || '<br />');

htp.p(htf.escape_sc(x. address1) || '<br />');

if x. address2 is not null then

htp.p(htf.escape_sc(x.address2) || '<br />');

end if;

htp.p(htf.escape_sc(x. ville) || ', ' || x.pays || ' ' || htf.escape_sc(x. codepostale) || '<br /><br />');

end loop;

end;

57

Mise en place d'une plateforme de commerce électronique avec l'outil d'oracle (Oracle Application Express)

précédent sommaire






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"Et il n'est rien de plus beau que l'instant qui précède le voyage, l'instant ou l'horizon de demain vient nous rendre visite et nous dire ses promesses"   Milan Kundera