/[openfoncier]/trunk/sql/pgsql/export_sitadel.inc.php
ViewVC logotype

Contents of /trunk/sql/pgsql/export_sitadel.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6929 - (show annotations)
Thu Jun 15 16:57:15 2017 UTC (7 years, 7 months ago) by softime
File size: 1801 byte(s)
* Merge de la 4.2.0

1 <?php
2 /**
3 * Variable servant à l'export SITADEL
4 *
5 * @package openfoncier
6 * @version SVN : $Id: export_sitadel.inc.php 5044 2015-08-14 16:34:39Z vpihour $
7 */
8 //
9 $pf_departement="0";
10 //Variables
11 // etat civil
12 $val['civpart']="";
13 $val['prenompart']="";
14 $val['rspm']="";
15 $val['siret']="";
16 $val['catjur']="";
17 $val['civrep']="";
18 $val['prenomrep']="";
19 // delegataire
20 $val['civtier']="";
21 $val['prenomtier']="";
22 $val['typevoietier']="";
23 $val['bptier']="";
24 $val['cedextier']="";
25 $val['paystier']="100";
26 $val['divtertier']="";
27 // adresse
28 $val['numvoiemo']="";
29 $val['typvoiemo']="";
30 $val['bpmo']="";
31 $val['cedexmo']="";
32 $val['paysmo']="100";
33 $val['divtermo']="";
34 // terrain
35 $val['typvoiete']="";
36 $val['bpte']="";
37 $val['cedexte']="";
38 // cadastre
39 $val['scadastre1']="";
40 $val['ncadastre1']="";
41 $val['scadastre2']="";
42 $val['ncadastre2']="";
43 $val['scadastre3']="";
44 $val['ncadastre3']="";
45 // divers
46 $val['contrat']="0";
47 $val['cnil']="0";
48 // amenagement
49 $val['zac']="0";
50 $val['afu']="0";
51 // travaux
52 $val['annexe']="00000";
53 $val['niax']="";
54 // descriptif
55 $val['cpublic']="000000";
56 $val['nbmaison']="";
57 $val['nblogcoll']="";
58 $val['nbtotlog']="";
59 $val['natres']="0000000";
60 $val['libres']="";
61 $val['util']="00000";
62 $val['chambre']="";
63 $val['finis']="";
64 $val['finaa']="";
65 $val['finptz']="";
66 $val['finaf']="";
67 $val['piec1']="";
68 $val['piec2']="";
69 $val['piec3']="";
70 $val['piec4']="";
71 $val['piec5']="";
72 $val['piec6']="";
73
74 //$val['']="";
75 // suivi occupation
76 $val['nblogoc']="";
77 $val['nbmaisoc']="";
78 $val['nbcolloc']="";
79 $val['finisoc']="";
80 $val['finaaoc']="";
81 $val['finptzoc']="";
82 $val['finafoc']="";
83 $val['indoc']="";
84 // suivi achevement
85 $val['nblogat']="";
86 $val['nbmaisat']="";
87 $val['nbcollat']="";
88 $val['finisat']="";
89 $val['finaaat']="";
90 $val['finptzat']="";
91 $val['finafat']="";
92 $val['indat']="";
93 $val['origat']="1";
94 ?>

Properties

Name Value
svn:keywords "Id"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26