1 |
fraynaud |
3 |
openMairie Exemple - Todo |
2 |
|
|
========================= |
3 |
|
|
|
4 |
fraynaud |
20 |
questions techniques flo |
5 |
|
|
==================== |
6 |
fraynaud |
8 |
|
7 |
fraynaud |
20 |
* export_sitadel utf8 ? |
8 |
fraynaud |
3 |
|
9 |
fraynaud |
20 |
* bug jscript ex dossier/instruction |
10 |
|
|
si on va en sous dormulaire f2 |
11 |
|
|
impossible ouvrir/fermer fieldset dans dossier ? |
12 |
fraynaud |
3 |
|
13 |
fraynaud |
20 |
* datepicker -> saisie directe impossible |
14 |
|
|
export_DP export_PC export_sitadel |
15 |
|
|
edition_d edition_p |
16 |
|
|
recherchedossier |
17 |
|
|
|
18 |
|
|
* bug tableau de bord |
19 |
|
|
si pas de widget en col2 le widget de col3 se met en co2 |
20 |
|
|
si pas modification (pas de plus) |
21 |
|
|
|
22 |
|
|
* pb de presentation recherchedossier |
23 |
|
|
voir affichage demo.openmairie.org |
24 |
fraynaud |
3 |
|
25 |
fraynaud |
20 |
* moteur de recherche recherche et rechercheglobale |
26 |
|
|
search et search.class (openCimetiere) |
27 |
fraynaud |
3 |
|
28 |
fraynaud |
20 |
questions fonctionnelles |
29 |
|
|
======================== |
30 |
fraynaud |
3 |
|
31 |
fraynaud |
20 |
* sig et lien_sig : faut il garder ces liens ? |
32 |
|
|
- terrain.class.php ? |
33 |
|
|
- dossier.class.php ? |
34 |
|
|
- scr/dossier.scr.php |
35 |
fraynaud |
3 |
|
36 |
|
|
|
37 |
fraynaud |
20 |
* zone specifique |
38 |
fraynaud |
3 |
|
39 |
fraynaud |
20 |
* reprendre recherchedossier sans class et inc |
40 |
fraynaud |
3 |
|
41 |
|
|
|
42 |
fraynaud |
20 |
correction de bugs |
43 |
|
|
================== |
44 |
fraynaud |
3 |
|
45 |
fraynaud |
8 |
|
46 |
fraynaud |
20 |
* export_sitadel : bug ligne 137 avec substr -> voir base |
47 |
fraynaud |
8 |
|
48 |
fraynaud |
20 |
* dossier_modicatif |
49 |
|
|
verifier si '0' au lieu de rien (comme architecte) |
50 |
|
|
pb de verification date_modificatif pas remplie |
51 |
fraynaud |
8 |
|
52 |
fraynaud |
20 |
* voir controle numerique si decimaux dossier.class |
53 |
|
|
n accepte que les entiers |
54 |
fraynaud |
8 |
|
55 |
fraynaud |
3 |
|
56 |
fraynaud |
20 |
correction de base |
57 |
|
|
================== |
58 |
|
|
* avis -> libelle ne s affiche pas pour tacite T = 1 caractere |
59 |
|
|
ok : modification de la table avis = char -> varchar(2) pour la cle primaire |
60 |
|
|
(initmatier.sql) [11/07/2011] |
61 |
|
|
* cle secondaires |
62 |
|
|
-> not null et defaut = 0 ou '' entraine impossibilite contrainte referentielle |
63 |
|
|
update dossier set instructeur = null where instructeur = 0; |
64 |
|
|
update dossier set travaux = null where travaux = 0; |
65 |
|
|
update dossier set demandeur_categorie = null where demandeur_categorie = 0; |
66 |
|
|
update dossier set demandeur_civilite = null where demandeur_civilite = '0'; |
67 |
|
|
update dossier set delegataire_civilite = null where delegataire_civilite = '0'; |
68 |
|
|
update dossier set demandeur_civilite = null where demandeur_civilite = ''; |
69 |
|
|
update dossier set delegataire_civilite = null where delegataire_civilite = ''; |
70 |
|
|
update dossier set architecte = null where architecte = '0'; |
71 |
fraynaud |
3 |
|
72 |
fraynaud |
20 |
correction de openmairie_exemple |
73 |
|
|
gen/import.php -> lettretype se_couleurtexte a enlever + longueur fichier |
74 |
fraynaud |
3 |
|
75 |
fraynaud |
20 |
|
76 |
|
|
|
77 |
|
|
JLB |
78 |
|
|
=== |
79 |
|
|
|
80 |
|
|
- moteur de recherche a revoir |
81 |
|
|
- edition ads |