/[openfoncier]/trunk/app/sitadel.class.php
ViewVC logotype

Diff of /trunk/app/sitadel.class.php

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

revision 199 by fraynaud, Thu Oct 13 11:05:20 2011 UTC revision 200 by fraynaud, Mon Oct 17 07:31:00 2011 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /**  /**
3   * Ce fichier est destine a gerer les transferts sitadel   * Ce fichier est destine a gerer les transferts sitadel
  *  
4   * @package openmairie_foncier   * @package openmairie_foncier
5   * @version SVN : $Id   * @version SVN : $Id
6   */   */
# Line 137  class sitadel { Line 136  class sitadel {
136          return $parcelle;          return $parcelle;
137      }      }
138    
139      function decision_groupe1($avis_sitadel, $avis_sitadel_motif){      function decision_groupe1($avis_sitadel, $avis_sitadel_motif,$structure){
140          $decision= '1|'; // au nom de la commune          $decision=  $structure.'|'; // au nom de la commune
141          $decision.= $avis_sitadel."|";          $decision.= $avis_sitadel."|";
142          // date au format francais 8 caracteres          // date au format francais 8 caracteres
143          $decision.= substr($this->row['date_decision'],8,2).''.          $decision.= substr($this->row['date_decision'],8,2).''.
# Line 282  class sitadel { Line 281  class sitadel {
281      function achevement(){      function achevement(){
282          $suivi2="||||||||||"; // occupation 10 |          $suivi2="||||||||||"; // occupation 10 |
283          //datereat|          //datereat|
284          $suivi2.=substr($this->row['date_achevement'],8,2).substr($this->row['date_achevement'],5,2).          $suivi2.=substr($this->row['date_achevement'],8,2).
285                     substr($this->row['date_achevement'],5,2).
286                   substr($this->row['date_achevement'],0,4)."|"; // ok *** au format francais                   substr($this->row['date_achevement'],0,4)."|"; // ok *** au format francais
287          //nblogat|nbmaisat|nbcollat|          //nblogat|nbmaisat|nbcollat|
288          $suivi2.=$this->p('nblogat')."|".$this->p('nbmaisat')."|".$this->p('nbcollat')."|";          $suivi2.=$this->p('nblogat')."|".$this->p('nbmaisat')."|".$this->p('nbcollat')."|";

Legend:
Removed from v.199  
changed lines
  Added in v.200

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26