--
-- PostgreSQL database dump
--

SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'LATIN9';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;

SET search_path = public, pg_catalog;

SET default_tablespace = '';

SET default_with_oids = true;

--
-- Name: wsystempay_result; Type: TABLE; Schema: public; Owner: egide; Tablespace: 
--

CREATE TABLE wsystempay_result (
    crowres integer NOT NULL,
    libwres character varying(150),
    idewres character varying(2),
    datmajwres timestamp without time zone DEFAULT ('now'::text)::timestamp(6) with time zone NOT NULL
);


ALTER TABLE wsystempay_result OWNER TO egide;

--
-- Data for Name: wsystempay_result; Type: TABLE DATA; Schema: public; Owner: egide
--

COPY wsystempay_result (crowres, libwres, idewres, datmajwres) FROM stdin;
0	Paiement ralis avec succs.	00	2013-05-31 00:00:00
2	Le commerant doit contacter la banque du porteur.	02	2013-05-31 00:00:00
5	Paiement refus	05	2013-05-31 00:00:00
17	Annulation du client	17	2013-05-31 00:00:00
30	Erreur de format de la requte. A mettre en rapport avec la valorisation du champ vads_extra_result.	30	2013-05-31 00:00:00
96	Erreur technique lors du paiement.	96	2013-05-31 00:00:00
100	Lecture de l'enregistrement	DE	2013-06-02 20:00:19.742786
110	Rcupration du CroSyn	SY	2013-06-02 20:00:42.016012
190	Fin du traitement cotisation-rglement	FI	2013-06-02 20:39:44.54615
200	Envoi mail de bienvenue	MA	2013-06-02 20:40:06.38548
180	Enregistrement rglement	RE	2013-06-02 20:40:39.264614
170	Enregistrement cotisation	CO	2013-06-02 20:40:54.864998
160	Recherche cotisation anne en cours	RC	2013-06-03 22:52:21.033862
999	Echec de paiement	99	2013-06-03 22:53:43.505653
998	Echec d'enregistrement sur la base AEA	98	2013-06-03 22:53:57.785292
900	Succs enregistrement AEL	90	2013-06-03 23:22:57.309648
\.


--
-- Name: wsystempay_result_pkey; Type: CONSTRAINT; Schema: public; Owner: egide; Tablespace: 
--

ALTER TABLE ONLY wsystempay_result
    ADD CONSTRAINT wsystempay_result_pkey PRIMARY KEY (crowres);


--
-- PostgreSQL database dump complete
--

