OpenConcerto

Dépôt officiel du code source de l'ERP OpenConcerto
sonarqube

svn://code.openconcerto.org/openconcerto

Rev

Rev 21 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13 ilm 1
<?xml version="1.0" encoding="UTF-8" ?>
2
 
3
<contentDocument>
4
 
5
	<element location="B1" type="fill">
6
		<field base="Common" table="SOCIETE_COMMON" name="TYPE"/>
7
		<field base="Common" table="SOCIETE_COMMON" name="NOM"/>
8
	</element>
9
 
10
	<element location="B2" type="fill">
11
		<field base="Common" table="SOCIETE_COMMON" name="ID_ADRESSE_COMMON">
12
			<field base="Common" table="ADRESSE_COMMON" name="RUE"/>
13
		</field>
14
	</element>
15
 
16
	<element location="B3" type="fill">
17
		<field base="Common" table="SOCIETE_COMMON" name="ID_ADRESSE_COMMON">
18
			<field base="Common" table="ADRESSE_COMMON" name="VILLE" type="villeCP"/>
19
			<field base="Common" table="ADRESSE_COMMON" name="VILLE" type="ville"/>
20
		</field>
21
	</element>
22
 
23
	<element location="B7" type="replace" replacePattern="_">
24
		<field base="Common" table="SOCIETE_COMMON" name="NUM_NII"/>
25
	</element>
26
 
27
	<element location="B8" type="replace" replacePattern="_">
28
		<field base="Common" table="SOCIETE_COMMON" name="NUM_TEL"/>
29
	</element>
30
 
31
	<element location="B9" type="replace" replacePattern="_">
32
		<field base="Common" table="SOCIETE_COMMON" name="NUM_FAX"/>
33
	</element>
34
 
35
	<element location="B10" type="replace" replacePattern="_">
36
		<field base="Common" table="SOCIETE_COMMON" name="MAIL"/>
37
	</element>
38
 
39
 
40
	<element location="B16" type="fill">
41
		<field base="Societe" table="DEVIS" name="ID_COMMERCIAL">
42
			<field base="Societe" table="COMMERCIAL" name="PRENOM" type="Initiale" suffix="."/>
43
			<field base="Societe" table="COMMERCIAL" name="NOM"/>
44
		</field>
45
	</element>
46
 
47
	<element location="B13" type="fill">
48
		<field base="Societe" table="DEVIS" name="NUMERO"/>
49
	</element>
50
 
51
	<element location="C13" type="fill">
52
		<field base="Societe" table="DEVIS" name="DATE"/>
53
	</element>
54
 
55
	<element location="C16" type="fill">
56
		<field base="Societe" table="DEVIS" name="OBJET"/>
57
	</element>
58
 
59
 
60
	<element location="I10" type="fill">
61
		<field base="Societe" table="DEVIS" name="ID_CLIENT">
62
			<field base="Societe" table="CLIENT" name="FORME_JURIDIQUE"/>
63
			<field base="Societe" table="CLIENT" name="NOM"/>
64
		</field>
65
	</element>
66
 
67
	<element location="I11" type="fill">
68
		<field base="Societe" table="DEVIS" name="ID_CLIENT">
69
			<field base="Societe" table="CLIENT" name="ID_ADRESSE">
70
				<field base="Societe" table="ADRESSE" name="RUE"/>
71
			</field>
72
		</field>
73
	</element>
74
 
75
	<element location="I13" type="fill">
76
		<field base="Societe" table="DEVIS" name="ID_CLIENT">
77
			<field base="Societe" table="CLIENT" name="ID_ADRESSE">
78
				<field base="Societe" table="ADRESSE" name="VILLE" type="villeCP"/>
79
				<field base="Societe" table="ADRESSE" name="VILLE" type="ville"/>
80
			</field>
81
		</field>
82
	</element>
83
 
84
 
85
	<element location="L63" type="fill">
86
		<field base="Societe" table="DEVIS" name="T_HT" type="devise"/>
87
	</element>
88
 
89
	<element location="L64" type="fill">
90
		<field base="Societe" table="DEVIS" name="T_TVA" type="devise"/>
91
	</element>
92
 
93
	<element location="L65" type="fill">
94
		<field base="Societe" table="DEVIS" name="T_TTC" type="devise"/>
95
	</element>
96
 
97
 
98
	<table endPageLine="65" firstLine="21" endLine="60" lastColumn="L" base="Societe" table="DEVIS_ELEMENT" blankLineBeforeStyle="Titre 1">
99
		<element location="B" type="fill">
100
			<field base="Societe" table="DEVIS_ELEMENT" name="NOM"/>
101
		</element>
102
 
103
		<element location="I" type="fill">
104
			<field base="Societe" table="DEVIS_ELEMENT" name="PV_HT" type="devise" valuesExpected="0"/>
105
		</element>
106
 
107
		<element location="J" type="fill">
108
			<field base="Societe" table="DEVIS_ELEMENT" name="QTE" conditionField="PV_HT" conditionExpValue="0"/>
109
		</element>
110
 
111
		<element location="K" type="fill">
112
			<field base="Societe" table="DEVIS_ELEMENT" name="ID_TAXE" conditionField="PV_HT" conditionExpValue="0">
113
				<field base="Societe" table="TAXE" name="TAUX" suffix="%" />
114
			</field>
115
		</element>
116
 
117
 
118
		<element location="L" type="fill">
119
			<field base="Societe" table="DEVIS_ELEMENT" name="T_PV_HT" type="devise" valuesExpected="0"/>
120
		</element>
121
 
122
	</table>
123
</contentDocument>