/[openfoncier]/trunk/obj/action.class.php
ViewVC logotype

Annotation of /trunk/obj/action.class.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1571 - (hide annotations)
Thu Mar 28 12:22:00 2013 UTC (11 years, 10 months ago) by nhaye
File size: 1227 byte(s)
Ajout du champ date_dernier_depot à la table dossier + régénération
Ajouter un champ regle_date_dernier_depot à la table action,
Ajouter un champ archive_date_dernier_depot à la table instruction,
reproduire le fonctionnement de la gestion de la date de complétude.
La date de dernier dépôt = date demande lors du dépôt initial.

1 fraynaud 3 <?php
2 fmichon 1546 /**
3     * Ce fichier contient la déclaration de la classe "action".
4     *
5     * @package openfoncier
6     * @version SVN : $Id$
7     */
8 fraynaud 3
9 fmichon 1549 //
10 fmichon 1546 require_once "../gen/obj/action.class.php";
11    
12     /**
13     *
14     *
15     */
16 fraynaud 3 class action extends action_gen {
17    
18 fmichon 1546 function action($id, &$db, $debug) {
19     $this->constructeur($id, $db, $debug);
20     }
21 fraynaud 3
22 fmichon 1546 /**
23     *
24     */
25 fmichon 1541 function formSpecificContent($maj) {
26 fmichon 1546 /**
27     * Affichage des champs qu'il est possible d'utiliser dans les règles
28     */
29     // Archives du dossier
30 fmichon 1541 echo "<h4>"._("Valeurs du dossier avant l'evenement")."</h4>";
31     echo "[archive_etat] [archive_delai] [archive_accord_tacite] [archive_avis]";
32     echo "<br/>";
33 nhaye 1571 echo "[archive_date_depot] [archive_date_dernier_depot] [archive_date_complet] [archive_date_rejet]
34 fmichon 1541 [archive_date_limite] [archive_date_notification_delai]
35     [archive_date_decision] [archive_date_validite]
36     [archive_date_achevement] [archive_date_conformite]
37     [archive_date_chantier]";
38 fmichon 1546 // Champs de l'événement
39 fmichon 1541 echo "<h4>"._("Parametres de l'evenement")."</h4>";
40     echo "[etat] [delai] [accord_tacite] [avis_decision] [delai_notification] [date_evenement]";
41     }
42    
43 fmichon 1546 }
44    
45     ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26