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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 19306 by softime, Tue Oct 8 08:41:06 2024 UTC revision 19307 by softime, Wed Nov 6 10:57:56 2024 UTC
# Line 40  class action extends action_gen { Line 40  class action extends action_gen {
40          'regle_date_affichage',          'regle_date_affichage',
41      );      );
42    
43        const EVENEMENT_FIELDS = array(
44            'etat',
45            'delai',
46            'accord_tacite',
47            'avis_decision',
48            'delai_notification',
49            'date_evenement',
50            'autorite_competente',
51            'pec_metier',
52            'complement_om_html',
53            'complement2_om_html',
54            'complement3_om_html',
55            'complement4_om_html',
56        );
57    
58      function setValF($val = array()) {      function setValF($val = array()) {
59          parent::setValF($val);          parent::setValF($val);
60          foreach ($this->date_rules as $key => $rule){          foreach ($this->date_rules as $key => $rule){
# Line 465  class action extends action_gen { Line 480  class action extends action_gen {
480          [duree_validite][date_depot][date_depot_mairie]';          [duree_validite][date_depot][date_depot_mairie]';
481          // Champs de l'événement          // Champs de l'événement
482          echo '<h4>'.__("Parametres de l'evenement").'</h4>';          echo '<h4>'.__("Parametres de l'evenement").'</h4>';
483          echo '[etat] [delai] [accord_tacite] [avis_decision]          echo '[' . implode('] [', self::EVENEMENT_FIELDS) . ']';
         [delai_notification] [date_evenement] [autorite_competente] [pec_metier]  
         [complement_om_html] [complement2_om_html] [complement3_om_html]  
         [complement4_om_html]';  
484          // Champs récupérés depuis l'événement d'instruction principal          // Champs récupérés depuis l'événement d'instruction principal
485          echo '<h4>'.__("Valeurs de l'evenement d'instruction principal").'</h4>';          echo '<h4>'.__("Valeurs de l'evenement d'instruction principal").'</h4>';
486          echo '[date_envoi_signature] [date_retour_signature] [date_envoi_rar] [date_retour_rar] [date_envoi_rar] [date_retour_rar] [date_envoi_controle_legalite] [date_retour_controle_legalite]';          echo '[date_envoi_signature] [date_retour_signature] [date_envoi_rar] [date_retour_rar] [date_envoi_rar] [date_retour_rar] [date_envoi_controle_legalite] [date_retour_controle_legalite]';

Legend:
Removed from v.19306  
changed lines
  Added in v.19307

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26