/[dolibarr]/dolibarr/doc/dev/dbmodel/dolibarr_schema.xml
ViewVC logotype

Diff of /dolibarr/doc/dev/dbmodel/dolibarr_schema.xml

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

revision 1.1 by eldy, Thu Nov 17 02:49:30 2005 UTC revision 1.2 by hregis, Mon Dec 5 11:18:51 2005 UTC
# Line 1  Line 1 
1  <?xml version="1.0" standalone="yes" ?>  <?xml version="1.0" standalone="yes" ?>
2  <DBMODEL Version="4.0">  <DBMODEL Version="4.0">
3  <SETTINGS>  <SETTINGS>
4  <GLOBALSETTINGS ModelName="dolibarr_schema" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="66.67" XPos="1144" YPos="1036" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" TableNameInRefs="0" DefaultTableType="1" ActivateRefDefForNewRelations="1" FKPrefix="" FKPostfix="" CreateFKRefDefIndex="0" DBQuoteCharacter="`" CreateSQLforLinkedObjects="0" DefModelFont="Nimbus Sans L" CanvasWidth="4096" CanvasHeight="2842" />  <GLOBALSETTINGS ModelName="dolibarr_schema" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="66.67" XPos="889" YPos="0" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" TableNameInRefs="0" DefaultTableType="1" ActivateRefDefForNewRelations="1" FKPrefix="" FKPostfix="" CreateFKRefDefIndex="0" DBQuoteCharacter="`" CreateSQLforLinkedObjects="0" DefModelFont="Nimbus Sans L" CanvasWidth="4096" CanvasHeight="2842" />
5  <DATATYPEGROUPS>  <DATATYPEGROUPS>
6  <DATATYPEGROUP Name="Numeric Types" Icon="1" />  <DATATYPEGROUP Name="Numeric Types" Icon="1" />
7  <DATATYPEGROUP Name="Date and Time Types" Icon="2" />  <DATATYPEGROUP Name="Date and Time Types" Icon="2" />
8  <DATATYPEGROUP Name="String Types" Icon="3" />  <DATATYPEGROUP Name="String Types" Icon="3" />
9  <DATATYPEGROUP Name="Blob and Text Types" Icon="4" />  <DATATYPEGROUP Name="Blob and Text Types" Icon="4" />
10  <DATATYPEGROUP Name="User defined Types" Icon="5" />  <DATATYPEGROUP Name="User defined Types" Icon="5" />
11  <DATATYPEGROUP Name="Geographic Types" Icon="6" />  <DATATYPEGROUP Name="Geographic Types" Icon="6" />
12  </DATATYPEGROUPS>  </DATATYPEGROUPS>
13  <DATATYPES>  <DATATYPES>
14  <DATATYPE ID="1" IDGroup="0" TypeName="TINYINT" Description="A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="1" IDGroup="0" TypeName="TINYINT" Description="A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
15  <PARAMS>  <PARAMS>
16  <PARAM Name="length" />  <PARAM Name="length" />
17  </PARAMS>  </PARAMS>
18  <OPTIONS>  <OPTIONS>
19  <OPTION Name="UNSIGNED" Default="1" />  <OPTION Name="UNSIGNED" Default="1" />
20  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
21  </OPTIONS>  </OPTIONS>
22  </DATATYPE>  </DATATYPE>
23  <DATATYPE ID="2" IDGroup="0" TypeName="SMALLINT" Description="A small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="2" IDGroup="0" TypeName="SMALLINT" Description="A small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
24  <PARAMS>  <PARAMS>
25  <PARAM Name="length" />  <PARAM Name="length" />
26  </PARAMS>  </PARAMS>
27  <OPTIONS>  <OPTIONS>
28  <OPTION Name="UNSIGNED" Default="1" />  <OPTION Name="UNSIGNED" Default="1" />
29  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
30  </OPTIONS>  </OPTIONS>
31  </DATATYPE>  </DATATYPE>
32  <DATATYPE ID="3" IDGroup="0" TypeName="MEDIUMINT" Description="A medium-size integer. The signed range is -8388608 to 8388607. The unsigned range is 0 to 16777215." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="3" IDGroup="0" TypeName="MEDIUMINT" Description="A medium-size integer. The signed range is -8388608 to 8388607. The unsigned range is 0 to 16777215." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
33  <PARAMS>  <PARAMS>
34  <PARAM Name="length" />  <PARAM Name="length" />
35  </PARAMS>  </PARAMS>
36  <OPTIONS>  <OPTIONS>
37  <OPTION Name="UNSIGNED" Default="1" />  <OPTION Name="UNSIGNED" Default="1" />
38  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
39  </OPTIONS>  </OPTIONS>
40  </DATATYPE>  </DATATYPE>
41  <DATATYPE ID="4" IDGroup="0" TypeName="INT" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="4" IDGroup="0" TypeName="INT" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
42  <PARAMS>  <PARAMS>
43  <PARAM Name="length" />  <PARAM Name="length" />
44  </PARAMS>  </PARAMS>
45  <OPTIONS>  <OPTIONS>
46  <OPTION Name="UNSIGNED" Default="0" />  <OPTION Name="UNSIGNED" Default="0" />
47  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
48  </OPTIONS>  </OPTIONS>
49  </DATATYPE>  </DATATYPE>
50  <DATATYPE ID="5" IDGroup="0" TypeName="INTEGER" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="5" IDGroup="0" TypeName="INTEGER" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
51  <PARAMS>  <PARAMS>
52  <PARAM Name="length" />  <PARAM Name="length" />
53  </PARAMS>  </PARAMS>
54  <OPTIONS>  <OPTIONS>
55  <OPTION Name="UNSIGNED" Default="1" />  <OPTION Name="UNSIGNED" Default="1" />
56  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
57  </OPTIONS>  </OPTIONS>
58  </DATATYPE>  </DATATYPE>
59  <DATATYPE ID="6" IDGroup="0" TypeName="BIGINT" Description="A large integer. The signed range is -9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18446744073709551615." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="6" IDGroup="0" TypeName="BIGINT" Description="A large integer. The signed range is -9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18446744073709551615." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
60  <PARAMS>  <PARAMS>
61  <PARAM Name="length" />  <PARAM Name="length" />
62  </PARAMS>  </PARAMS>
63  <OPTIONS>  <OPTIONS>
64  <OPTION Name="UNSIGNED" Default="0" />  <OPTION Name="UNSIGNED" Default="0" />
65  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
66  </OPTIONS>  </OPTIONS>
67  </DATATYPE>  </DATATYPE>
68  <DATATYPE ID="7" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="7" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
69  <PARAMS>  <PARAMS>
70  <PARAM Name="precision" />  <PARAM Name="precision" />
71  </PARAMS>  </PARAMS>
72  <OPTIONS>  <OPTIONS>
73  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
74  </OPTIONS>  </OPTIONS>
75  </DATATYPE>  </DATATYPE>
76  <DATATYPE ID="8" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="8" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
77  <PARAMS>  <PARAMS>
78  <PARAM Name="length" />  <PARAM Name="length" />
79  <PARAM Name="decimals" />  <PARAM Name="decimals" />
80  </PARAMS>  </PARAMS>
81  <OPTIONS>  <OPTIONS>
82  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
83  </OPTIONS>  </OPTIONS>
84  </DATATYPE>  </DATATYPE>
85  <DATATYPE ID="9" IDGroup="0" TypeName="DOUBLE" Description="A normal-size (double-precision) floating-point number. Cannot be unsigned. Allowable values are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to 1.7976931348623157E+308." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="9" IDGroup="0" TypeName="DOUBLE" Description="A normal-size (double-precision) floating-point number. Cannot be unsigned. Allowable values are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to 1.7976931348623157E+308." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
86  <PARAMS>  <PARAMS>
87  <PARAM Name="length" />  <PARAM Name="length" />
88  <PARAM Name="decimals" />  <PARAM Name="decimals" />
89  </PARAMS>  </PARAMS>
90  <OPTIONS>  <OPTIONS>
91  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
92  </OPTIONS>  </OPTIONS>
93  </DATATYPE>  </DATATYPE>
94  <DATATYPE ID="10" IDGroup="0" TypeName="DOUBLE PRECISION" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="10" IDGroup="0" TypeName="DOUBLE PRECISION" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
95  <PARAMS>  <PARAMS>
96  <PARAM Name="length" />  <PARAM Name="length" />
97  <PARAM Name="decimals" />  <PARAM Name="decimals" />
98  </PARAMS>  </PARAMS>
99  <OPTIONS>  <OPTIONS>
100  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
101  </OPTIONS>  </OPTIONS>
102  </DATATYPE>  </DATATYPE>
103  <DATATYPE ID="11" IDGroup="0" TypeName="REAL" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="11" IDGroup="0" TypeName="REAL" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
104  <PARAMS>  <PARAMS>
105  <PARAM Name="length" />  <PARAM Name="length" />
106  <PARAM Name="decimals" />  <PARAM Name="decimals" />
107  </PARAMS>  </PARAMS>
108  <OPTIONS>  <OPTIONS>
109  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
110  </OPTIONS>  </OPTIONS>
111  </DATATYPE>  </DATATYPE>
112  <DATATYPE ID="12" IDGroup="0" TypeName="DECIMAL" Description="An unpacked floating-point number. Cannot be unsigned. Behaves like a CHAR column." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="12" IDGroup="0" TypeName="DECIMAL" Description="An unpacked floating-point number. Cannot be unsigned. Behaves like a CHAR column." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
113  <PARAMS>  <PARAMS>
114  <PARAM Name="length" />  <PARAM Name="length" />
115  <PARAM Name="decimals" />  <PARAM Name="decimals" />
116  </PARAMS>  </PARAMS>
117  <OPTIONS>  <OPTIONS>
118  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
119  </OPTIONS>  </OPTIONS>
120  </DATATYPE>  </DATATYPE>
121  <DATATYPE ID="13" IDGroup="0" TypeName="NUMERIC" Description="This is a synonym for DECIMAL." ParamCount="2" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="13" IDGroup="0" TypeName="NUMERIC" Description="This is a synonym for DECIMAL." ParamCount="2" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
122  <PARAMS>  <PARAMS>
123  <PARAM Name="length" />  <PARAM Name="length" />
124  <PARAM Name="decimals" />  <PARAM Name="decimals" />
125  </PARAMS>  </PARAMS>
126  <OPTIONS>  <OPTIONS>
127  <OPTION Name="ZEROFILL" Default="0" />  <OPTION Name="ZEROFILL" Default="0" />
128  </OPTIONS>  </OPTIONS>
129  </DATATYPE>  </DATATYPE>
130  <DATATYPE ID="14" IDGroup="1" TypeName="DATE" Description="A date. The supported range is \a1000-01-01\a to \a9999-12-31\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="14" IDGroup="1" TypeName="DATE" Description="A date. The supported range is \a1000-01-01\a to \a9999-12-31\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
131  </DATATYPE>  </DATATYPE>
132  <DATATYPE ID="15" IDGroup="1" TypeName="DATETIME" Description="A date and time combination. The supported range is \a1000-01-01 00:00:00\a to \a9999-12-31 23:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="15" IDGroup="1" TypeName="DATETIME" Description="A date and time combination. The supported range is \a1000-01-01 00:00:00\a to \a9999-12-31 23:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
133  </DATATYPE>  </DATATYPE>
134  <DATATYPE ID="16" IDGroup="1" TypeName="TIMESTAMP" Description="A timestamp. The range is \a1970-01-01 00:00:00\a to sometime in the year 2037. The length can be 14 (or missing), 12, 10, 8, 6, 4, or 2 representing YYYYMMDDHHMMSS, ... , YYYYMMDD, ... , YY formats." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="16" IDGroup="1" TypeName="TIMESTAMP" Description="A timestamp. The range is \a1970-01-01 00:00:00\a to sometime in the year 2037. The length can be 14 (or missing), 12, 10, 8, 6, 4, or 2 representing YYYYMMDDHHMMSS, ... , YYYYMMDD, ... , YY formats." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
135  <PARAMS>  <PARAMS>
136  <PARAM Name="length" />  <PARAM Name="length" />
137  </PARAMS>  </PARAMS>
138  </DATATYPE>  </DATATYPE>
139  <DATATYPE ID="17" IDGroup="1" TypeName="TIME" Description="A time. The range is \a-838:59:59\a to \a838:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="17" IDGroup="1" TypeName="TIME" Description="A time. The range is \a-838:59:59\a to \a838:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
140  </DATATYPE>  </DATATYPE>
141  <DATATYPE ID="18" IDGroup="1" TypeName="YEAR" Description="A year in 2- or 4-digit format (default is 4-digit)." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="18" IDGroup="1" TypeName="YEAR" Description="A year in 2- or 4-digit format (default is 4-digit)." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
142  <PARAMS>  <PARAMS>
143  <PARAM Name="length" />  <PARAM Name="length" />
144  </PARAMS>  </PARAMS>
145  </DATATYPE>  </DATATYPE>
146  <DATATYPE ID="19" IDGroup="2" TypeName="CHAR" Description="A fixed-length string (1 to 255 characters) that is always right-padded with spaces to the specified length when stored. values are sorted and compared in case-insensitive fashion according to the default character set unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="19" IDGroup="2" TypeName="CHAR" Description="A fixed-length string (1 to 255 characters) that is always right-padded with spaces to the specified length when stored. values are sorted and compared in case-insensitive fashion according to the default character set unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
147  <PARAMS>  <PARAMS>
148  <PARAM Name="length" />  <PARAM Name="length" />
149  </PARAMS>  </PARAMS>
150  <OPTIONS>  <OPTIONS>
151  <OPTION Name="BINARY" Default="0" />  <OPTION Name="BINARY" Default="0" />
152  </OPTIONS>  </OPTIONS>
153  </DATATYPE>  </DATATYPE>
154  <DATATYPE ID="20" IDGroup="2" TypeName="VARCHAR" Description="A variable-length string (1 to 255 characters). Values are sorted and compared in case-sensitive fashion unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="20" IDGroup="2" TypeName="VARCHAR" Description="A variable-length string (1 to 255 characters). Values are sorted and compared in case-sensitive fashion unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
155  <PARAMS>  <PARAMS>
156  <PARAM Name="length" />  <PARAM Name="length" />
157  </PARAMS>  </PARAMS>
158  <OPTIONS>  <OPTIONS>
159  <OPTION Name="BINARY" Default="0" />  <OPTION Name="BINARY" Default="0" />
160  </OPTIONS>  </OPTIONS>
161  </DATATYPE>  </DATATYPE>
162  <DATATYPE ID="21" IDGroup="2" TypeName="BIT" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="21" IDGroup="2" TypeName="BIT" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
163  </DATATYPE>  </DATATYPE>
164  <DATATYPE ID="22" IDGroup="2" TypeName="BOOL" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="22" IDGroup="2" TypeName="BOOL" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
165  </DATATYPE>  </DATATYPE>
166  <DATATYPE ID="23" IDGroup="3" TypeName="TINYBLOB" Description="A column maximum length of 255 (2^8 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="23" IDGroup="3" TypeName="TINYBLOB" Description="A column maximum length of 255 (2^8 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
167  </DATATYPE>  </DATATYPE>
168  <DATATYPE ID="24" IDGroup="3" TypeName="BLOB" Description="A column maximum length of 65535 (2^16 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="24" IDGroup="3" TypeName="BLOB" Description="A column maximum length of 65535 (2^16 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
169  </DATATYPE>  </DATATYPE>
170  <DATATYPE ID="25" IDGroup="3" TypeName="MEDIUMBLOB" Description="A column maximum length of 16777215 (2^24 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="25" IDGroup="3" TypeName="MEDIUMBLOB" Description="A column maximum length of 16777215 (2^24 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
171  </DATATYPE>  </DATATYPE>
172  <DATATYPE ID="26" IDGroup="3" TypeName="LONGBLOB" Description="A column maximum length of 4294967295 (2^32 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="26" IDGroup="3" TypeName="LONGBLOB" Description="A column maximum length of 4294967295 (2^32 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
173  </DATATYPE>  </DATATYPE>
174  <DATATYPE ID="27" IDGroup="3" TypeName="TINYTEXT" Description="A column maximum length of 255 (2^8 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="27" IDGroup="3" TypeName="TINYTEXT" Description="A column maximum length of 255 (2^8 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
175  </DATATYPE>  </DATATYPE>
176  <DATATYPE ID="28" IDGroup="3" TypeName="TEXT" Description="A column maximum length of 65535 (2^16 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="28" IDGroup="3" TypeName="TEXT" Description="A column maximum length of 65535 (2^16 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
177  </DATATYPE>  </DATATYPE>
178  <DATATYPE ID="29" IDGroup="3" TypeName="MEDIUMTEXT" Description="A column maximum length of 16777215 (2^24 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="29" IDGroup="3" TypeName="MEDIUMTEXT" Description="A column maximum length of 16777215 (2^24 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
179  </DATATYPE>  </DATATYPE>
180  <DATATYPE ID="30" IDGroup="3" TypeName="LONGTEXT" Description="A column maximum length of 4294967295 (2^32 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="30" IDGroup="3" TypeName="LONGTEXT" Description="A column maximum length of 4294967295 (2^32 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
181  </DATATYPE>  </DATATYPE>
182  <DATATYPE ID="31" IDGroup="3" TypeName="ENUM" Description="An enumeration. A string object that can have only one value, chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="31" IDGroup="3" TypeName="ENUM" Description="An enumeration. A string object that can have only one value, chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
183  <PARAMS>  <PARAMS>
184  <PARAM Name="values" />  <PARAM Name="values" />
185  </PARAMS>  </PARAMS>
186  </DATATYPE>  </DATATYPE>
187  <DATATYPE ID="32" IDGroup="3" TypeName="SET" Description="A set. A string object that can have zero or more values, each of which must be chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="32" IDGroup="3" TypeName="SET" Description="A set. A string object that can have zero or more values, each of which must be chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
188  <PARAMS>  <PARAMS>
189  <PARAM Name="values" />  <PARAM Name="values" />
190  </PARAMS>  </PARAMS>
191  </DATATYPE>  </DATATYPE>
192  <DATATYPE ID="33" IDGroup="4" TypeName="Varchar(20)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="33" IDGroup="4" TypeName="Varchar(20)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
193  <OPTIONS>  <OPTIONS>
194  <OPTION Name="BINARY" Default="0" />  <OPTION Name="BINARY" Default="0" />
195  </OPTIONS>  </OPTIONS>
196  </DATATYPE>  </DATATYPE>
197  <DATATYPE ID="34" IDGroup="4" TypeName="Varchar(45)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="34" IDGroup="4" TypeName="Varchar(45)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
198  <OPTIONS>  <OPTIONS>
199  <OPTION Name="BINARY" Default="0" />  <OPTION Name="BINARY" Default="0" />
200  </OPTIONS>  </OPTIONS>
201  </DATATYPE>  </DATATYPE>
202  <DATATYPE ID="35" IDGroup="4" TypeName="Varchar(255)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="35" IDGroup="4" TypeName="Varchar(255)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
203  <OPTIONS>  <OPTIONS>
204  <OPTION Name="BINARY" Default="0" />  <OPTION Name="BINARY" Default="0" />
205  </OPTIONS>  </OPTIONS>
206  </DATATYPE>  </DATATYPE>
207  <DATATYPE ID="36" IDGroup="5" TypeName="GEOMETRY" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="36" IDGroup="5" TypeName="GEOMETRY" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
208  </DATATYPE>  </DATATYPE>
209  <DATATYPE ID="38" IDGroup="5" TypeName="LINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="38" IDGroup="5" TypeName="LINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
210  </DATATYPE>  </DATATYPE>
211  <DATATYPE ID="39" IDGroup="5" TypeName="POLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="39" IDGroup="5" TypeName="POLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
212  </DATATYPE>  </DATATYPE>
213  <DATATYPE ID="40" IDGroup="5" TypeName="MULTIPOINT" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="40" IDGroup="5" TypeName="MULTIPOINT" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
214  </DATATYPE>  </DATATYPE>
215  <DATATYPE ID="41" IDGroup="5" TypeName="MULTILINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="41" IDGroup="5" TypeName="MULTILINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
216  </DATATYPE>  </DATATYPE>
217  <DATATYPE ID="42" IDGroup="5" TypeName="MULTIPOLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="42" IDGroup="5" TypeName="MULTIPOLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
218  </DATATYPE>  </DATATYPE>
219  <DATATYPE ID="43" IDGroup="5" TypeName="GEOMETRYCOLLECTION" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >  <DATATYPE ID="43" IDGroup="5" TypeName="GEOMETRYCOLLECTION" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
220  </DATATYPE>  </DATATYPE>
221  </DATATYPES>  </DATATYPES>
222  <COMMON_DATATYPES>  <COMMON_DATATYPES>
223  <COMMON_DATATYPE ID="5" />  <COMMON_DATATYPE ID="5" />
224  <COMMON_DATATYPE ID="8" />  <COMMON_DATATYPE ID="8" />
225  <COMMON_DATATYPE ID="20" />  <COMMON_DATATYPE ID="20" />
226  <COMMON_DATATYPE ID="15" />  <COMMON_DATATYPE ID="15" />
227  <COMMON_DATATYPE ID="22" />  <COMMON_DATATYPE ID="22" />
228  <COMMON_DATATYPE ID="28" />  <COMMON_DATATYPE ID="28" />
229  <COMMON_DATATYPE ID="26" />  <COMMON_DATATYPE ID="26" />
230  <COMMON_DATATYPE ID="33" />  <COMMON_DATATYPE ID="33" />
231  <COMMON_DATATYPE ID="34" />  <COMMON_DATATYPE ID="34" />
232  <COMMON_DATATYPE ID="35" />  <COMMON_DATATYPE ID="35" />
233  </COMMON_DATATYPES>  </COMMON_DATATYPES>
234  <TABLEPREFIXES>  <TABLEPREFIXES>
235  <TABLEPREFIX Name="Default (no prefix)" />  <TABLEPREFIX Name="Default (no prefix)" />
236  </TABLEPREFIXES>  </TABLEPREFIXES>
237  <REGIONCOLORS>  <REGIONCOLORS>
238  <REGIONCOLOR Color="Red=#FFEEEC" />  <REGIONCOLOR Color="Red=#FFEEEC" />
239  <REGIONCOLOR Color="Yellow=#FEFDED" />  <REGIONCOLOR Color="Yellow=#FEFDED" />
240  <REGIONCOLOR Color="Green=#EAFFE5" />  <REGIONCOLOR Color="Green=#EAFFE5" />
241  <REGIONCOLOR Color="Cyan=#ECFDFF" />  <REGIONCOLOR Color="Cyan=#ECFDFF" />
242  <REGIONCOLOR Color="Blue=#F0F1FE" />  <REGIONCOLOR Color="Blue=#F0F1FE" />
243  <REGIONCOLOR Color="Magenta=#FFEBFA" />  <REGIONCOLOR Color="Magenta=#FFEBFA" />
244  </REGIONCOLORS>  </REGIONCOLORS>
245  <POSITIONMARKERS>  <POSITIONMARKERS>
246  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
247  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
248  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
249  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
250  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
251  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
252  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
253  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
254  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
255  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
256  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />  <POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
257  </POSITIONMARKERS>  </POSITIONMARKERS>
258  </SETTINGS>  </SETTINGS>
259  <METADATA>  <METADATA>
260  <REGIONS>  <REGIONS>
261  </REGIONS>  </REGIONS>
262  <TABLES>  <TABLES>
263  <TABLE ID="1000" Tablename="llx_accountingsystem" PrevTableName="" XPos="3608" YPos="675" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" >  <TABLE ID="1000" Tablename="llx_accountingsystem" PrevTableName="" XPos="3608" YPos="675" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" >
264  <COLUMNS>  <COLUMNS>
265  <COLUMN ID="1150" ColName="pcg_version" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1150" ColName="pcg_version" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
266  <OPTIONSELECTED>  <OPTIONSELECTED>
267  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
268  </OPTIONSELECTED>  </OPTIONSELECTED>
269  </COLUMN>  </COLUMN>
270  <COLUMN ID="1151" ColName="fk_pays" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1151" ColName="fk_pays" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
271  <OPTIONSELECTED>  <OPTIONSELECTED>
272  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
273  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
274  </OPTIONSELECTED>  </OPTIONSELECTED>
275  </COLUMN>  </COLUMN>
276  <COLUMN ID="1152" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1152" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
277  <OPTIONSELECTED>  <OPTIONSELECTED>
278  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
279  </OPTIONSELECTED>  </OPTIONSELECTED>
280  </COLUMN>  </COLUMN>
281  <COLUMN ID="1153" ColName="datec" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1153" ColName="datec" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
282  <OPTIONSELECTED>  <OPTIONSELECTED>
283  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
284  </OPTIONSELECTED>  </OPTIONSELECTED>
285  </COLUMN>  </COLUMN>
286  <COLUMN ID="1154" ColName="fk_author" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1154" ColName="fk_author" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
287  <OPTIONSELECTED>  <OPTIONSELECTED>
288  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
289  </OPTIONSELECTED>  </OPTIONSELECTED>
290  </COLUMN>  </COLUMN>
291  <COLUMN ID="1155" ColName="tms" PrevColName="" Pos="6" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1155" ColName="tms" PrevColName="" Pos="6" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
292  <OPTIONSELECTED>  <OPTIONSELECTED>
293  </OPTIONSELECTED>  </OPTIONSELECTED>
294  </COLUMN>  </COLUMN>
295  <COLUMN ID="1156" ColName="active" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1156" ColName="active" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
296  <OPTIONSELECTED>  <OPTIONSELECTED>
297  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
298  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
299  </OPTIONSELECTED>  </OPTIONSELECTED>
300  </COLUMN>  </COLUMN>
301  </COLUMNS>  </COLUMNS>
302  <INDICES>  <INDICES>
303  <INDEX ID="1157" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1157" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
304  <INDEXCOLUMNS>  <INDEXCOLUMNS>
305  <INDEXCOLUMN idColumn="1150" LengthParam="0" />  <INDEXCOLUMN idColumn="1150" LengthParam="0" />
306  </INDEXCOLUMNS>  </INDEXCOLUMNS>
307  </INDEX>  </INDEX>
308  </INDICES>  </INDICES>
309  </TABLE>  </TABLE>
310  <TABLE ID="1001" Tablename="llx_accountingsystem_det" PrevTableName="" XPos="3883" YPos="608" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >  <TABLE ID="1001" Tablename="llx_accountingsystem_det" PrevTableName="" XPos="3883" YPos="608" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >
311  <COLUMNS>  <COLUMNS>
312  <COLUMN ID="1158" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1158" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
313  <OPTIONSELECTED>  <OPTIONSELECTED>
314  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
315  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
316  </OPTIONSELECTED>  </OPTIONSELECTED>
317  </COLUMN>  </COLUMN>
318  <COLUMN ID="1159" ColName="fk_pcg_version" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1159" ColName="fk_pcg_version" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
319  <OPTIONSELECTED>  <OPTIONSELECTED>
320  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
321  </OPTIONSELECTED>  </OPTIONSELECTED>
322  </COLUMN>  </COLUMN>
323  <COLUMN ID="1160" ColName="pcg_type" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1160" ColName="pcg_type" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
324  <OPTIONSELECTED>  <OPTIONSELECTED>
325  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
326  </OPTIONSELECTED>  </OPTIONSELECTED>
327  </COLUMN>  </COLUMN>
328  <COLUMN ID="1161" ColName="pcg_subtype" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1161" ColName="pcg_subtype" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
329  <OPTIONSELECTED>  <OPTIONSELECTED>
330  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
331  </OPTIONSELECTED>  </OPTIONSELECTED>
332  </COLUMN>  </COLUMN>
333  <COLUMN ID="1162" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1162" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
334  <OPTIONSELECTED>  <OPTIONSELECTED>
335  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
336  </OPTIONSELECTED>  </OPTIONSELECTED>
337  </COLUMN>  </COLUMN>
338  <COLUMN ID="1163" ColName="account_number" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1163" ColName="account_number" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
339  <OPTIONSELECTED>  <OPTIONSELECTED>
340  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
341  </OPTIONSELECTED>  </OPTIONSELECTED>
342  </COLUMN>  </COLUMN>
343  <COLUMN ID="1164" ColName="account_parent" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1164" ColName="account_parent" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
344  <OPTIONSELECTED>  <OPTIONSELECTED>
345  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
346  </OPTIONSELECTED>  </OPTIONSELECTED>
347  </COLUMN>  </COLUMN>
348  </COLUMNS>  </COLUMNS>
349  <INDICES>  <INDICES>
350  <INDEX ID="1165" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1165" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
351  <INDEXCOLUMNS>  <INDEXCOLUMNS>
352  <INDEXCOLUMN idColumn="1158" LengthParam="0" />  <INDEXCOLUMN idColumn="1158" LengthParam="0" />
353  </INDEXCOLUMNS>  </INDEXCOLUMNS>
354  </INDEX>  </INDEX>
355  <INDEX ID="1166" IndexName="idx_accountingsystem_det_fk_pcg_version" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1166" IndexName="idx_accountingsystem_det_fk_pcg_version" IndexKind="1" FKRefDef_Obj_id="-1">
356  <INDEXCOLUMNS>  <INDEXCOLUMNS>
357  <INDEXCOLUMN idColumn="1159" LengthParam="0" />  <INDEXCOLUMN idColumn="1159" LengthParam="0" />
358  </INDEXCOLUMNS>  </INDEXCOLUMNS>
359  </INDEX>  </INDEX>
360  </INDICES>  </INDICES>
361  </TABLE>  </TABLE>
362  <TABLE ID="1002" Tablename="llx_action_def" PrevTableName="" XPos="3872" YPos="2672" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="4" >  <TABLE ID="1002" Tablename="llx_action_def" PrevTableName="" XPos="3872" YPos="2672" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="4" >
363  <COLUMNS>  <COLUMNS>
364  <COLUMN ID="1167" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1167" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
365  <OPTIONSELECTED>  <OPTIONSELECTED>
366  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
367  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
368  </OPTIONSELECTED>  </OPTIONSELECTED>
369  </COLUMN>  </COLUMN>
370  <COLUMN ID="1168" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(24)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1168" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(24)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
371  <OPTIONSELECTED>  <OPTIONSELECTED>
372  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
373  </OPTIONSELECTED>  </OPTIONSELECTED>
374  </COLUMN>  </COLUMN>
375  <COLUMN ID="1169" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1169" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
376  <OPTIONSELECTED>  <OPTIONSELECTED>
377  </OPTIONSELECTED>  </OPTIONSELECTED>
378  </COLUMN>  </COLUMN>
379  <COLUMN ID="1170" ColName="titre" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1170" ColName="titre" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
380  <OPTIONSELECTED>  <OPTIONSELECTED>
381  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
382  </OPTIONSELECTED>  </OPTIONSELECTED>
383  </COLUMN>  </COLUMN>
384  <COLUMN ID="1171" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1171" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
385  <OPTIONSELECTED>  <OPTIONSELECTED>
386  </OPTIONSELECTED>  </OPTIONSELECTED>
387  </COLUMN>  </COLUMN>
388  <COLUMN ID="1172" ColName="objet_type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\aficheinter\a,\afacture\a,\apropale\a,\amailing\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1172" ColName="objet_type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\aficheinter\a,\afacture\a,\apropale\a,\amailing\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
389  <OPTIONSELECTED>  <OPTIONSELECTED>
390  </OPTIONSELECTED>  </OPTIONSELECTED>
391  </COLUMN>  </COLUMN>
392  </COLUMNS>  </COLUMNS>
393  <INDICES>  <INDICES>
394  <INDEX ID="1173" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1173" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
395  <INDEXCOLUMNS>  <INDEXCOLUMNS>
396  <INDEXCOLUMN idColumn="1167" LengthParam="0" />  <INDEXCOLUMN idColumn="1167" LengthParam="0" />
397  </INDEXCOLUMNS>  </INDEXCOLUMNS>
398  </INDEX>  </INDEX>
399  </INDICES>  </INDICES>
400  </TABLE>  </TABLE>
401  <TABLE ID="1003" Tablename="llx_actioncomm" PrevTableName="" XPos="3930" YPos="2640" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >  <TABLE ID="1003" Tablename="llx_actioncomm" PrevTableName="" XPos="3930" YPos="2640" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >
402  <COLUMNS>  <COLUMNS>
403  <COLUMN ID="1174" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1174" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
404  <OPTIONSELECTED>  <OPTIONSELECTED>
405  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
406  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
407  </OPTIONSELECTED>  </OPTIONSELECTED>
408  </COLUMN>  </COLUMN>
409  <COLUMN ID="1175" ColName="datea" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1175" ColName="datea" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
410  <OPTIONSELECTED>  <OPTIONSELECTED>
411  </OPTIONSELECTED>  </OPTIONSELECTED>
412  </COLUMN>  </COLUMN>
413  <COLUMN ID="1176" ColName="fk_action" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1176" ColName="fk_action" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
414  <OPTIONSELECTED>  <OPTIONSELECTED>
415  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
416  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
417  </OPTIONSELECTED>  </OPTIONSELECTED>
418  </COLUMN>  </COLUMN>
419  <COLUMN ID="1177" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1177" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
420  <OPTIONSELECTED>  <OPTIONSELECTED>
421  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
422  </OPTIONSELECTED>  </OPTIONSELECTED>
423  </COLUMN>  </COLUMN>
424  <COLUMN ID="1178" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1178" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
425  <OPTIONSELECTED>  <OPTIONSELECTED>
426  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
427  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
428  </OPTIONSELECTED>  </OPTIONSELECTED>
429  </COLUMN>  </COLUMN>
430  <COLUMN ID="1179" ColName="fk_contact" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1179" ColName="fk_contact" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
431  <OPTIONSELECTED>  <OPTIONSELECTED>
432  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
433  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
434  </OPTIONSELECTED>  </OPTIONSELECTED>
435  </COLUMN>  </COLUMN>
436  <COLUMN ID="1180" ColName="fk_user_action" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1180" ColName="fk_user_action" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
437  <OPTIONSELECTED>  <OPTIONSELECTED>
438  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
439  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
440  </OPTIONSELECTED>  </OPTIONSELECTED>
441  </COLUMN>  </COLUMN>
442  <COLUMN ID="1181" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1181" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
443  <OPTIONSELECTED>  <OPTIONSELECTED>
444  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
445  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
446  </OPTIONSELECTED>  </OPTIONSELECTED>
447  </COLUMN>  </COLUMN>
448  <COLUMN ID="1182" ColName="priority" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1182" ColName="priority" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
449  <OPTIONSELECTED>  <OPTIONSELECTED>
450  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
451  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
452  </OPTIONSELECTED>  </OPTIONSELECTED>
453  </COLUMN>  </COLUMN>
454  <COLUMN ID="1183" ColName="percent" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1183" ColName="percent" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
455  <OPTIONSELECTED>  <OPTIONSELECTED>
456  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
457  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
458  </OPTIONSELECTED>  </OPTIONSELECTED>
459  </COLUMN>  </COLUMN>
460  <COLUMN ID="1184" ColName="note" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1184" ColName="note" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
461  <OPTIONSELECTED>  <OPTIONSELECTED>
462  </OPTIONSELECTED>  </OPTIONSELECTED>
463  </COLUMN>  </COLUMN>
464  <COLUMN ID="1185" ColName="propalrowid" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1185" ColName="propalrowid" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
465  <OPTIONSELECTED>  <OPTIONSELECTED>
466  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
467  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
468  </OPTIONSELECTED>  </OPTIONSELECTED>
469  </COLUMN>  </COLUMN>
470  <COLUMN ID="1186" ColName="fk_facture" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1186" ColName="fk_facture" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
471  <OPTIONSELECTED>  <OPTIONSELECTED>
472  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
473  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
474  </OPTIONSELECTED>  </OPTIONSELECTED>
475  </COLUMN>  </COLUMN>
476  </COLUMNS>  </COLUMNS>
477  <INDICES>  <INDICES>
478  <INDEX ID="1187" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1187" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
479  <INDEXCOLUMNS>  <INDEXCOLUMNS>
480  <INDEXCOLUMN idColumn="1174" LengthParam="0" />  <INDEXCOLUMN idColumn="1174" LengthParam="0" />
481  </INDEXCOLUMNS>  </INDEXCOLUMNS>
482  </INDEX>  </INDEX>
483  <INDEX ID="1188" IndexName="idx_actioncomm_datea" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1188" IndexName="idx_actioncomm_datea" IndexKind="1" FKRefDef_Obj_id="-1">
484  <INDEXCOLUMNS>  <INDEXCOLUMNS>
485  <INDEXCOLUMN idColumn="1175" LengthParam="0" />  <INDEXCOLUMN idColumn="1175" LengthParam="0" />
486  </INDEXCOLUMNS>  </INDEXCOLUMNS>
487  </INDEX>  </INDEX>
488  <INDEX ID="1189" IndexName="idx_actioncomm_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1189" IndexName="idx_actioncomm_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
489  <INDEXCOLUMNS>  <INDEXCOLUMNS>
490  <INDEXCOLUMN idColumn="1178" LengthParam="0" />  <INDEXCOLUMN idColumn="1178" LengthParam="0" />
491  </INDEXCOLUMNS>  </INDEXCOLUMNS>
492  </INDEX>  </INDEX>
493  <INDEX ID="1190" IndexName="idx_actioncomm_fk_contact" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1190" IndexName="idx_actioncomm_fk_contact" IndexKind="1" FKRefDef_Obj_id="-1">
494  <INDEXCOLUMNS>  <INDEXCOLUMNS>
495  <INDEXCOLUMN idColumn="1179" LengthParam="0" />  <INDEXCOLUMN idColumn="1179" LengthParam="0" />
496  </INDEXCOLUMNS>  </INDEXCOLUMNS>
497  </INDEX>  </INDEX>
498  <INDEX ID="1191" IndexName="idx_actioncomm_fk_facture" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1191" IndexName="idx_actioncomm_fk_facture" IndexKind="1" FKRefDef_Obj_id="-1">
499  <INDEXCOLUMNS>  <INDEXCOLUMNS>
500  <INDEXCOLUMN idColumn="1186" LengthParam="0" />  <INDEXCOLUMN idColumn="1186" LengthParam="0" />
501  </INDEXCOLUMNS>  </INDEXCOLUMNS>
502  </INDEX>  </INDEX>
503  </INDICES>  </INDICES>
504  </TABLE>  </TABLE>
505  <TABLE ID="1004" Tablename="llx_adherent" PrevTableName="" XPos="3195" YPos="1378" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="6" >  <TABLE ID="1004" Tablename="llx_adherent" PrevTableName="" XPos="3195" YPos="1378" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="6" >
506  <COLUMNS>  <COLUMNS>
507  <COLUMN ID="1192" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1192" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
508  <OPTIONSELECTED>  <OPTIONSELECTED>
509  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
510  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
511  </OPTIONSELECTED>  </OPTIONSELECTED>
512  </COLUMN>  </COLUMN>
513  <COLUMN ID="1193" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1193" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
514  <OPTIONSELECTED>  <OPTIONSELECTED>
515  </OPTIONSELECTED>  </OPTIONSELECTED>
516  </COLUMN>  </COLUMN>
517  <COLUMN ID="1194" ColName="statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1194" ColName="statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
518  <OPTIONSELECTED>  <OPTIONSELECTED>
519  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
520  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
521  </OPTIONSELECTED>  </OPTIONSELECTED>
522  </COLUMN>  </COLUMN>
523  <COLUMN ID="1195" ColName="public" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1195" ColName="public" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
524  <OPTIONSELECTED>  <OPTIONSELECTED>
525  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
526  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
527  </OPTIONSELECTED>  </OPTIONSELECTED>
528  </COLUMN>  </COLUMN>
529  <COLUMN ID="1196" ColName="fk_adherent_type" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1196" ColName="fk_adherent_type" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
530  <OPTIONSELECTED>  <OPTIONSELECTED>
531  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
532  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
533  </OPTIONSELECTED>  </OPTIONSELECTED>
534  </COLUMN>  </COLUMN>
535  <COLUMN ID="1197" ColName="morphy" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\amor\a,\aphy\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="mor" Comments="">  <COLUMN ID="1197" ColName="morphy" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\amor\a,\aphy\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="mor" Comments="">
536  <OPTIONSELECTED>  <OPTIONSELECTED>
537  </OPTIONSELECTED>  </OPTIONSELECTED>
538  </COLUMN>  </COLUMN>
539  <COLUMN ID="1198" ColName="datevalid" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1198" ColName="datevalid" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
540  <OPTIONSELECTED>  <OPTIONSELECTED>
541  </OPTIONSELECTED>  </OPTIONSELECTED>
542  </COLUMN>  </COLUMN>
543  <COLUMN ID="1199" ColName="datec" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1199" ColName="datec" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
544  <OPTIONSELECTED>  <OPTIONSELECTED>
545  </OPTIONSELECTED>  </OPTIONSELECTED>
546  </COLUMN>  </COLUMN>
547  <COLUMN ID="1200" ColName="prenom" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1200" ColName="prenom" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
548  <OPTIONSELECTED>  <OPTIONSELECTED>
549  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
550  </OPTIONSELECTED>  </OPTIONSELECTED>
551  </COLUMN>  </COLUMN>
552  <COLUMN ID="1201" ColName="nom" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1201" ColName="nom" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
553  <OPTIONSELECTED>  <OPTIONSELECTED>
554  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
555  </OPTIONSELECTED>  </OPTIONSELECTED>
556  </COLUMN>  </COLUMN>
557  <COLUMN ID="1202" ColName="societe" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1202" ColName="societe" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
558  <OPTIONSELECTED>  <OPTIONSELECTED>
559  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
560  </OPTIONSELECTED>  </OPTIONSELECTED>
561  </COLUMN>  </COLUMN>
562  <COLUMN ID="1203" ColName="adresse" PrevColName="" Pos="12" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1203" ColName="adresse" PrevColName="" Pos="12" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
563  <OPTIONSELECTED>  <OPTIONSELECTED>
564  </OPTIONSELECTED>  </OPTIONSELECTED>
565  </COLUMN>  </COLUMN>
566  <COLUMN ID="1204" ColName="cp" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1204" ColName="cp" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
567  <OPTIONSELECTED>  <OPTIONSELECTED>
568  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
569  </OPTIONSELECTED>  </OPTIONSELECTED>
570  </COLUMN>  </COLUMN>
571  <COLUMN ID="1205" ColName="ville" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1205" ColName="ville" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
572  <OPTIONSELECTED>  <OPTIONSELECTED>
573  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
574  </OPTIONSELECTED>  </OPTIONSELECTED>
575  </COLUMN>  </COLUMN>
576  <COLUMN ID="1206" ColName="pays" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1206" ColName="pays" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
577  <OPTIONSELECTED>  <OPTIONSELECTED>
578  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
579  </OPTIONSELECTED>  </OPTIONSELECTED>
580  </COLUMN>  </COLUMN>
581  <COLUMN ID="1207" ColName="email" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1207" ColName="email" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
582  <OPTIONSELECTED>  <OPTIONSELECTED>
583  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
584  </OPTIONSELECTED>  </OPTIONSELECTED>
585  </COLUMN>  </COLUMN>
586  <COLUMN ID="1208" ColName="login" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1208" ColName="login" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
587  <OPTIONSELECTED>  <OPTIONSELECTED>
588  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
589  </OPTIONSELECTED>  </OPTIONSELECTED>
590  </COLUMN>  </COLUMN>
591  <COLUMN ID="1209" ColName="pass" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1209" ColName="pass" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
592  <OPTIONSELECTED>  <OPTIONSELECTED>
593  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
594  </OPTIONSELECTED>  </OPTIONSELECTED>
595  </COLUMN>  </COLUMN>
596  <COLUMN ID="1210" ColName="naiss" PrevColName="" Pos="19" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1210" ColName="naiss" PrevColName="" Pos="19" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
597  <OPTIONSELECTED>  <OPTIONSELECTED>
598  </OPTIONSELECTED>  </OPTIONSELECTED>
599  </COLUMN>  </COLUMN>
600  <COLUMN ID="1211" ColName="photo" PrevColName="" Pos="20" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1211" ColName="photo" PrevColName="" Pos="20" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
601  <OPTIONSELECTED>  <OPTIONSELECTED>
602  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
603  </OPTIONSELECTED>  </OPTIONSELECTED>
604  </COLUMN>  </COLUMN>
605  <COLUMN ID="1212" ColName="fk_user_author" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1212" ColName="fk_user_author" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
606  <OPTIONSELECTED>  <OPTIONSELECTED>
607  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
608  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
609  </OPTIONSELECTED>  </OPTIONSELECTED>
610  </COLUMN>  </COLUMN>
611  <COLUMN ID="1213" ColName="fk_user_mod" PrevColName="" Pos="22" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1213" ColName="fk_user_mod" PrevColName="" Pos="22" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
612  <OPTIONSELECTED>  <OPTIONSELECTED>
613  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
614  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
615  </OPTIONSELECTED>  </OPTIONSELECTED>
616  </COLUMN>  </COLUMN>
617  <COLUMN ID="1214" ColName="fk_user_valid" PrevColName="" Pos="23" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1214" ColName="fk_user_valid" PrevColName="" Pos="23" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
618  <OPTIONSELECTED>  <OPTIONSELECTED>
619  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
620  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
621  </OPTIONSELECTED>  </OPTIONSELECTED>
622  </COLUMN>  </COLUMN>
623  <COLUMN ID="1215" ColName="datefin" PrevColName="" Pos="24" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1215" ColName="datefin" PrevColName="" Pos="24" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
624  <OPTIONSELECTED>  <OPTIONSELECTED>
625  </OPTIONSELECTED>  </OPTIONSELECTED>
626  </COLUMN>  </COLUMN>
627  <COLUMN ID="1216" ColName="note" PrevColName="" Pos="25" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1216" ColName="note" PrevColName="" Pos="25" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
628  <OPTIONSELECTED>  <OPTIONSELECTED>
629  </OPTIONSELECTED>  </OPTIONSELECTED>
630  </COLUMN>  </COLUMN>
631  </COLUMNS>  </COLUMNS>
632  <RELATIONS_START>  <RELATIONS_START>
633  <RELATION_START ID="3328" />  <RELATION_START ID="3328" />
634  </RELATIONS_START>  </RELATIONS_START>
635  <RELATIONS_END>  <RELATIONS_END>
636  <RELATION_END ID="3326" />  <RELATION_END ID="3326" />
637  </RELATIONS_END>  </RELATIONS_END>
638  <INDICES>  <INDICES>
639  <INDEX ID="1217" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1217" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
640  <INDEXCOLUMNS>  <INDEXCOLUMNS>
641  <INDEXCOLUMN idColumn="1192" LengthParam="0" />  <INDEXCOLUMN idColumn="1192" LengthParam="0" />
642  </INDEXCOLUMNS>  </INDEXCOLUMNS>
643  </INDEX>  </INDEX>
644  <INDEX ID="1218" IndexName="login" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1218" IndexName="login" IndexKind="1" FKRefDef_Obj_id="-1">
645  <INDEXCOLUMNS>  <INDEXCOLUMNS>
646  <INDEXCOLUMN idColumn="1208" LengthParam="0" />  <INDEXCOLUMN idColumn="1208" LengthParam="0" />
647  </INDEXCOLUMNS>  </INDEXCOLUMNS>
648  </INDEX>  </INDEX>
649  <INDEX ID="3462" IndexName="llx_adherent_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3326">  <INDEX ID="3462" IndexName="llx_adherent_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3326">
650  <INDEXCOLUMNS>  <INDEXCOLUMNS>
651  <INDEXCOLUMN idColumn="1196" LengthParam="0" />  <INDEXCOLUMN idColumn="1196" LengthParam="0" />
652  </INDEXCOLUMNS>  </INDEXCOLUMNS>
653  </INDEX>  </INDEX>
654  </INDICES>  </INDICES>
655  </TABLE>  </TABLE>
656  <TABLE ID="1005" Tablename="llx_adherent_options" PrevTableName="" XPos="3686" YPos="1295" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" >  <TABLE ID="1005" Tablename="llx_adherent_options" PrevTableName="" XPos="3686" YPos="1295" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" >
657  <COLUMNS>  <COLUMNS>
658  <COLUMN ID="1219" ColName="optid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1219" ColName="optid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
659  <OPTIONSELECTED>  <OPTIONSELECTED>
660  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
661  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
662  </OPTIONSELECTED>  </OPTIONSELECTED>
663  </COLUMN>  </COLUMN>
664  <COLUMN ID="1220" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1220" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
665  <OPTIONSELECTED>  <OPTIONSELECTED>
666  </OPTIONSELECTED>  </OPTIONSELECTED>
667  </COLUMN>  </COLUMN>
668  <COLUMN ID="1221" ColName="adhid" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1221" ColName="adhid" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
669  <OPTIONSELECTED>  <OPTIONSELECTED>
670  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
671  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
672  </OPTIONSELECTED>  </OPTIONSELECTED>
673  </COLUMN>  </COLUMN>
674  </COLUMNS>  </COLUMNS>
675  <INDICES>  <INDICES>
676  <INDEX ID="1222" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1222" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
677  <INDEXCOLUMNS>  <INDEXCOLUMNS>
678  <INDEXCOLUMN idColumn="1219" LengthParam="0" />  <INDEXCOLUMN idColumn="1219" LengthParam="0" />
679  </INDEXCOLUMNS>  </INDEXCOLUMNS>
680  </INDEX>  </INDEX>
681  <INDEX ID="1223" IndexName="adhid" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1223" IndexName="adhid" IndexKind="1" FKRefDef_Obj_id="-1">
682  <INDEXCOLUMNS>  <INDEXCOLUMNS>
683  <INDEXCOLUMN idColumn="1221" LengthParam="0" />  <INDEXCOLUMN idColumn="1221" LengthParam="0" />
684  </INDEXCOLUMNS>  </INDEXCOLUMNS>
685  </INDEX>  </INDEX>
686  </INDICES>  </INDICES>
687  </TABLE>  </TABLE>
688  <TABLE ID="1006" Tablename="llx_adherent_options_label" PrevTableName="" XPos="3674" YPos="1372" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" >  <TABLE ID="1006" Tablename="llx_adherent_options_label" PrevTableName="" XPos="3674" YPos="1372" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" >
689  <COLUMNS>  <COLUMNS>
690  <COLUMN ID="1224" ColName="name" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1224" ColName="name" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
691  <OPTIONSELECTED>  <OPTIONSELECTED>
692  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
693  </OPTIONSELECTED>  </OPTIONSELECTED>
694  </COLUMN>  </COLUMN>
695  <COLUMN ID="1225" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1225" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
696  <OPTIONSELECTED>  <OPTIONSELECTED>
697  </OPTIONSELECTED>  </OPTIONSELECTED>
698  </COLUMN>  </COLUMN>
699  <COLUMN ID="1226" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1226" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
700  <OPTIONSELECTED>  <OPTIONSELECTED>
701  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
702  </OPTIONSELECTED>  </OPTIONSELECTED>
703  </COLUMN>  </COLUMN>
704  </COLUMNS>  </COLUMNS>
705  <INDICES>  <INDICES>
706  <INDEX ID="1227" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1227" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
707  <INDEXCOLUMNS>  <INDEXCOLUMNS>
708  <INDEXCOLUMN idColumn="1224" LengthParam="0" />  <INDEXCOLUMN idColumn="1224" LengthParam="0" />
709  </INDEXCOLUMNS>  </INDEXCOLUMNS>
710  </INDEX>  </INDEX>
711  </INDICES>  </INDICES>
712  </TABLE>  </TABLE>
713  <TABLE ID="1007" Tablename="llx_adherent_type" PrevTableName="" XPos="3473" YPos="1331" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="9" >  <TABLE ID="1007" Tablename="llx_adherent_type" PrevTableName="" XPos="3473" YPos="1331" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="9" >
714  <COLUMNS>  <COLUMNS>
715  <COLUMN ID="1228" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1228" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
716  <OPTIONSELECTED>  <OPTIONSELECTED>
717  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
718  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
719  </OPTIONSELECTED>  </OPTIONSELECTED>
720  </COLUMN>  </COLUMN>
721  <COLUMN ID="1229" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1229" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
722  <OPTIONSELECTED>  <OPTIONSELECTED>
723  </OPTIONSELECTED>  </OPTIONSELECTED>
724  </COLUMN>  </COLUMN>
725  <COLUMN ID="1230" ColName="statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1230" ColName="statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
726  <OPTIONSELECTED>  <OPTIONSELECTED>
727  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
728  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
729  </OPTIONSELECTED>  </OPTIONSELECTED>
730  </COLUMN>  </COLUMN>
731  <COLUMN ID="1231" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1231" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
732  <OPTIONSELECTED>  <OPTIONSELECTED>
733  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
734  </OPTIONSELECTED>  </OPTIONSELECTED>
735  </COLUMN>  </COLUMN>
736  <COLUMN ID="1232" ColName="cotisation" PrevColName="" Pos="5" idDatatype="31" DatatypeParams="(\ayes\a,\ano\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="yes" Comments="">  <COLUMN ID="1232" ColName="cotisation" PrevColName="" Pos="5" idDatatype="31" DatatypeParams="(\ayes\a,\ano\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="yes" Comments="">
737  <OPTIONSELECTED>  <OPTIONSELECTED>
738  </OPTIONSELECTED>  </OPTIONSELECTED>
739  </COLUMN>  </COLUMN>
740  <COLUMN ID="1233" ColName="vote" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\ayes\a,\ano\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="yes" Comments="">  <COLUMN ID="1233" ColName="vote" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\ayes\a,\ano\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="yes" Comments="">
741  <OPTIONSELECTED>  <OPTIONSELECTED>
742  </OPTIONSELECTED>  </OPTIONSELECTED>
743  </COLUMN>  </COLUMN>
744  <COLUMN ID="1234" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1234" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
745  <OPTIONSELECTED>  <OPTIONSELECTED>
746  </OPTIONSELECTED>  </OPTIONSELECTED>
747  </COLUMN>  </COLUMN>
748  <COLUMN ID="1235" ColName="mail_valid" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1235" ColName="mail_valid" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
749  <OPTIONSELECTED>  <OPTIONSELECTED>
750  </OPTIONSELECTED>  </OPTIONSELECTED>
751  </COLUMN>  </COLUMN>
752  </COLUMNS>  </COLUMNS>
753  <RELATIONS_START>  <RELATIONS_START>
754  <RELATION_START ID="3326" />  <RELATION_START ID="3326" />
755  </RELATIONS_START>  </RELATIONS_START>
756  <INDICES>  <INDICES>
757  <INDEX ID="1236" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1236" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
758  <INDEXCOLUMNS>  <INDEXCOLUMNS>
759  <INDEXCOLUMN idColumn="1228" LengthParam="0" />  <INDEXCOLUMN idColumn="1228" LengthParam="0" />
760  </INDEXCOLUMNS>  </INDEXCOLUMNS>
761  </INDEX>  </INDEX>
762  </INDICES>  </INDICES>
763  </TABLE>  </TABLE>
764  <TABLE ID="1008" Tablename="llx_album" PrevTableName="" XPos="3835" YPos="138" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" >  <TABLE ID="1008" Tablename="llx_album" PrevTableName="" XPos="3835" YPos="138" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" >
765  <COLUMNS>  <COLUMNS>
766  <COLUMN ID="1237" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1237" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
767  <OPTIONSELECTED>  <OPTIONSELECTED>
768  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
769  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
770  </OPTIONSELECTED>  </OPTIONSELECTED>
771  </COLUMN>  </COLUMN>
772  <COLUMN ID="1238" ColName="osc_id" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1238" ColName="osc_id" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
773  <OPTIONSELECTED>  <OPTIONSELECTED>
774  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
775  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
776  </OPTIONSELECTED>  </OPTIONSELECTED>
777  </COLUMN>  </COLUMN>
778  <COLUMN ID="1239" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1239" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
779  <OPTIONSELECTED>  <OPTIONSELECTED>
780  </OPTIONSELECTED>  </OPTIONSELECTED>
781  </COLUMN>  </COLUMN>
782  <COLUMN ID="1240" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1240" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
783  <OPTIONSELECTED>  <OPTIONSELECTED>
784  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
785  </OPTIONSELECTED>  </OPTIONSELECTED>
786  </COLUMN>  </COLUMN>
787  <COLUMN ID="1241" ColName="title" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1241" ColName="title" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
788  <OPTIONSELECTED>  <OPTIONSELECTED>
789  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
790  </OPTIONSELECTED>  </OPTIONSELECTED>
791  </COLUMN>  </COLUMN>
792  <COLUMN ID="1242" ColName="annee" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1242" ColName="annee" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
793  <OPTIONSELECTED>  <OPTIONSELECTED>
794  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
795  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
796  </OPTIONSELECTED>  </OPTIONSELECTED>
797  </COLUMN>  </COLUMN>
798  <COLUMN ID="1243" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1243" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
799  <OPTIONSELECTED>  <OPTIONSELECTED>
800  </OPTIONSELECTED>  </OPTIONSELECTED>
801  </COLUMN>  </COLUMN>
802  <COLUMN ID="1244" ColName="collectif" PrevColName="" Pos="8" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1244" ColName="collectif" PrevColName="" Pos="8" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
803  <OPTIONSELECTED>  <OPTIONSELECTED>
804  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
805  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
806  </OPTIONSELECTED>  </OPTIONSELECTED>
807  </COLUMN>  </COLUMN>
808  <COLUMN ID="1245" ColName="fk_user_author" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1245" ColName="fk_user_author" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
809  <OPTIONSELECTED>  <OPTIONSELECTED>
810  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
811  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
812  </OPTIONSELECTED>  </OPTIONSELECTED>
813  </COLUMN>  </COLUMN>
814  </COLUMNS>  </COLUMNS>
815  <INDICES>  <INDICES>
816  <INDEX ID="1246" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1246" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
817  <INDEXCOLUMNS>  <INDEXCOLUMNS>
818  <INDEXCOLUMN idColumn="1237" LengthParam="0" />  <INDEXCOLUMN idColumn="1237" LengthParam="0" />
819  </INDEXCOLUMNS>  </INDEXCOLUMNS>
820  </INDEX>  </INDEX>
821  </INDICES>  </INDICES>
822  </TABLE>  </TABLE>
823  <TABLE ID="1009" Tablename="llx_album_to_groupart" PrevTableName="" XPos="3845" YPos="82" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="11" >  <TABLE ID="1009" Tablename="llx_album_to_groupart" PrevTableName="" XPos="3845" YPos="82" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="11" >
824  <COLUMNS>  <COLUMNS>
825  <COLUMN ID="1247" ColName="fk_album" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1247" ColName="fk_album" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
826  <OPTIONSELECTED>  <OPTIONSELECTED>
827  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
828  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
829  </OPTIONSELECTED>  </OPTIONSELECTED>
830  </COLUMN>  </COLUMN>
831  <COLUMN ID="1248" ColName="fk_groupart" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1248" ColName="fk_groupart" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
832  <OPTIONSELECTED>  <OPTIONSELECTED>
833  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
834  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
835  </OPTIONSELECTED>  </OPTIONSELECTED>
836  </COLUMN>  </COLUMN>
837  </COLUMNS>  </COLUMNS>
838  <INDICES>  <INDICES>
839  <INDEX ID="2636" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2636" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
840  <INDEXCOLUMNS>  <INDEXCOLUMNS>
841  <INDEXCOLUMN idColumn="1247" LengthParam="0" />  <INDEXCOLUMN idColumn="1247" LengthParam="0" />
842  <INDEXCOLUMN idColumn="1248" LengthParam="0" />  <INDEXCOLUMN idColumn="1248" LengthParam="0" />
843  </INDEXCOLUMNS>  </INDEXCOLUMNS>
844  </INDEX>  </INDEX>
845  <INDEX ID="1249" IndexName="fk_album" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1249" IndexName="fk_album" IndexKind="1" FKRefDef_Obj_id="-1">
846  <INDEXCOLUMNS>  <INDEXCOLUMNS>
847  <INDEXCOLUMN idColumn="1247" LengthParam="0" />  <INDEXCOLUMN idColumn="1247" LengthParam="0" />
848  <INDEXCOLUMN idColumn="1248" LengthParam="0" />  <INDEXCOLUMN idColumn="1248" LengthParam="0" />
849  </INDEXCOLUMNS>  </INDEXCOLUMNS>
850  </INDEX>  </INDEX>
851  </INDICES>  </INDICES>
852  </TABLE>  </TABLE>
853  <TABLE ID="1010" Tablename="llx_appro" PrevTableName="" XPos="3556" YPos="1858" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="12" >  <TABLE ID="1010" Tablename="llx_appro" PrevTableName="" XPos="3556" YPos="1858" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="12" >
854  <COLUMNS>  <COLUMNS>
855  <COLUMN ID="1250" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1250" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
856  <OPTIONSELECTED>  <OPTIONSELECTED>
857  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
858  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
859  </OPTIONSELECTED>  </OPTIONSELECTED>
860  </COLUMN>  </COLUMN>
861  <COLUMN ID="1251" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1251" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
862  <OPTIONSELECTED>  <OPTIONSELECTED>
863  </OPTIONSELECTED>  </OPTIONSELECTED>
864  </COLUMN>  </COLUMN>
865  <COLUMN ID="1252" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1252" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
866  <OPTIONSELECTED>  <OPTIONSELECTED>
867  </OPTIONSELECTED>  </OPTIONSELECTED>
868  </COLUMN>  </COLUMN>
869  <COLUMN ID="1253" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1253" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
870  <OPTIONSELECTED>  <OPTIONSELECTED>
871  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
872  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
873  </OPTIONSELECTED>  </OPTIONSELECTED>
874  </COLUMN>  </COLUMN>
875  <COLUMN ID="1254" ColName="quantity" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1254" ColName="quantity" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
876  <OPTIONSELECTED>  <OPTIONSELECTED>
877  <OPTIONSELECT Value="1" />  <OPTIONSELECT Value="1" />
878  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
879  </OPTIONSELECTED>  </OPTIONSELECTED>
880  </COLUMN>  </COLUMN>
881  <COLUMN ID="1255" ColName="price" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1255" ColName="price" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
882  <OPTIONSELECTED>  <OPTIONSELECTED>
883  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
884  </OPTIONSELECTED>  </OPTIONSELECTED>
885  </COLUMN>  </COLUMN>
886  <COLUMN ID="1256" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1256" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
887  <OPTIONSELECTED>  <OPTIONSELECTED>
888  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
889  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
890  </OPTIONSELECTED>  </OPTIONSELECTED>
891  </COLUMN>  </COLUMN>
892  </COLUMNS>  </COLUMNS>
893  <INDICES>  <INDICES>
894  <INDEX ID="1257" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1257" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
895  <INDEXCOLUMNS>  <INDEXCOLUMNS>
896  <INDEXCOLUMN idColumn="1250" LengthParam="0" />  <INDEXCOLUMN idColumn="1250" LengthParam="0" />
897  </INDEXCOLUMNS>  </INDEXCOLUMNS>
898  </INDEX>  </INDEX>
899  </INDICES>  </INDICES>
900  </TABLE>  </TABLE>
901  <TABLE ID="1011" Tablename="llx_auteur" PrevTableName="" XPos="3347" YPos="250" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="13" >  <TABLE ID="1011" Tablename="llx_auteur" PrevTableName="" XPos="3382" YPos="481" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="13" >
902  <COLUMNS>  <COLUMNS>
903  <COLUMN ID="1258" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1258" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
904  <OPTIONSELECTED>  <OPTIONSELECTED>
905  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
906  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
907  </OPTIONSELECTED>  </OPTIONSELECTED>
908  </COLUMN>  </COLUMN>
909  <COLUMN ID="1259" ColName="oscid" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1259" ColName="oscid" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
910  <OPTIONSELECTED>  <OPTIONSELECTED>
911  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
912  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
913  </OPTIONSELECTED>  </OPTIONSELECTED>
914  </COLUMN>  </COLUMN>
915  <COLUMN ID="1260" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1260" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
916  <OPTIONSELECTED>  <OPTIONSELECTED>
917  </OPTIONSELECTED>  </OPTIONSELECTED>
918  </COLUMN>  </COLUMN>
919  <COLUMN ID="1261" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1261" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
920  <OPTIONSELECTED>  <OPTIONSELECTED>
921  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
922  </OPTIONSELECTED>  </OPTIONSELECTED>
923  </COLUMN>  </COLUMN>
924  <COLUMN ID="1262" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1262" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
925  <OPTIONSELECTED>  <OPTIONSELECTED>
926  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
927  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
928  </OPTIONSELECTED>  </OPTIONSELECTED>
929  </COLUMN>  </COLUMN>
930  </COLUMNS>  </COLUMNS>
931  <RELATIONS_START>  <RELATIONS_START>
932  <RELATION_START ID="3097" />  <RELATION_START ID="3097" />
933  </RELATIONS_START>  </RELATIONS_START>
934  <INDICES>  <INDICES>
935  <INDEX ID="1263" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1263" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
936  <INDEXCOLUMNS>  <INDEXCOLUMNS>
937  <INDEXCOLUMN idColumn="1258" LengthParam="0" />  <INDEXCOLUMN idColumn="1258" LengthParam="0" />
938  </INDEXCOLUMNS>  </INDEXCOLUMNS>
939  </INDEX>  </INDEX>
940  </INDICES>  </INDICES>
941  </TABLE>  </TABLE>
942  <TABLE ID="1012" Tablename="llx_bank" PrevTableName="" XPos="2945" YPos="138" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="14" >  <TABLE ID="1012" Tablename="llx_bank" PrevTableName="" XPos="2945" YPos="138" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="14" >
943  <COLUMNS>  <COLUMNS>
944  <COLUMN ID="1264" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1264" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
945  <OPTIONSELECTED>  <OPTIONSELECTED>
946  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
947  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
948  </OPTIONSELECTED>  </OPTIONSELECTED>
949  </COLUMN>  </COLUMN>
950  <COLUMN ID="1265" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1265" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
951  <OPTIONSELECTED>  <OPTIONSELECTED>
952  </OPTIONSELECTED>  </OPTIONSELECTED>
953  </COLUMN>  </COLUMN>
954  <COLUMN ID="1266" ColName="datev" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1266" ColName="datev" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
955  <OPTIONSELECTED>  <OPTIONSELECTED>
956  </OPTIONSELECTED>  </OPTIONSELECTED>
957  </COLUMN>  </COLUMN>
958  <COLUMN ID="1267" ColName="dateo" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1267" ColName="dateo" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
959  <OPTIONSELECTED>  <OPTIONSELECTED>
960  </OPTIONSELECTED>  </OPTIONSELECTED>
961  </COLUMN>  </COLUMN>
962  <COLUMN ID="1268" ColName="amount" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1268" ColName="amount" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
963  <OPTIONSELECTED>  <OPTIONSELECTED>
964  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
965  </OPTIONSELECTED>  </OPTIONSELECTED>
966  </COLUMN>  </COLUMN>
967  <COLUMN ID="1269" ColName="label" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1269" ColName="label" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
968  <OPTIONSELECTED>  <OPTIONSELECTED>
969  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
970  </OPTIONSELECTED>  </OPTIONSELECTED>
971  </COLUMN>  </COLUMN>
972  <COLUMN ID="1270" ColName="fk_account" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1270" ColName="fk_account" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
973  <OPTIONSELECTED>  <OPTIONSELECTED>
974  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
975  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
976  </OPTIONSELECTED>  </OPTIONSELECTED>
977  </COLUMN>  </COLUMN>
978  <COLUMN ID="1271" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1271" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
979  <OPTIONSELECTED>  <OPTIONSELECTED>
980  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
981  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
982  </OPTIONSELECTED>  </OPTIONSELECTED>
983  </COLUMN>  </COLUMN>
984  <COLUMN ID="1272" ColName="fk_user_rappro" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1272" ColName="fk_user_rappro" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
985  <OPTIONSELECTED>  <OPTIONSELECTED>
986  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
987  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
988  </OPTIONSELECTED>  </OPTIONSELECTED>
989  </COLUMN>  </COLUMN>
990  <COLUMN ID="1273" ColName="fk_type" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1273" ColName="fk_type" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
991  <OPTIONSELECTED>  <OPTIONSELECTED>
992  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
993  </OPTIONSELECTED>  </OPTIONSELECTED>
994  </COLUMN>  </COLUMN>
995  <COLUMN ID="1274" ColName="num_releve" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1274" ColName="num_releve" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
996  <OPTIONSELECTED>  <OPTIONSELECTED>
997  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
998  </OPTIONSELECTED>  </OPTIONSELECTED>
999  </COLUMN>  </COLUMN>
1000  <COLUMN ID="1275" ColName="num_chq" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1275" ColName="num_chq" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1001  <OPTIONSELECTED>  <OPTIONSELECTED>
1002  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1003  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1004  </OPTIONSELECTED>  </OPTIONSELECTED>
1005  </COLUMN>  </COLUMN>
1006  <COLUMN ID="1276" ColName="rappro" PrevColName="" Pos="13" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1276" ColName="rappro" PrevColName="" Pos="13" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1007  <OPTIONSELECTED>  <OPTIONSELECTED>
1008  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1009  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1010  </OPTIONSELECTED>  </OPTIONSELECTED>
1011  </COLUMN>  </COLUMN>
1012  <COLUMN ID="1277" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1277" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1013  <OPTIONSELECTED>  <OPTIONSELECTED>
1014  </OPTIONSELECTED>  </OPTIONSELECTED>
1015  </COLUMN>  </COLUMN>
1016  <COLUMN ID="1278" ColName="author" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(40)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1278" ColName="author" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(40)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1017  <OPTIONSELECTED>  <OPTIONSELECTED>
1018  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1019  </OPTIONSELECTED>  </OPTIONSELECTED>
1020  </COLUMN>  </COLUMN>
1021  </COLUMNS>  </COLUMNS>
1022  <INDICES>  <INDICES>
1023  <INDEX ID="1279" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1279" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1024  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1025  <INDEXCOLUMN idColumn="1264" LengthParam="0" />  <INDEXCOLUMN idColumn="1264" LengthParam="0" />
1026  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1027  </INDEX>  </INDEX>
1028  </INDICES>  </INDICES>
1029  </TABLE>  </TABLE>
1030  <TABLE ID="1013" Tablename="llx_bank_account" PrevTableName="" XPos="3024" YPos="24" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="15" >  <TABLE ID="1013" Tablename="llx_bank_account" PrevTableName="" XPos="3024" YPos="24" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="15" >
1031  <COLUMNS>  <COLUMNS>
1032  <COLUMN ID="1280" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1280" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1033  <OPTIONSELECTED>  <OPTIONSELECTED>
1034  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1035  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1036  </OPTIONSELECTED>  </OPTIONSELECTED>
1037  </COLUMN>  </COLUMN>
1038  <COLUMN ID="1281" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1281" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1039  <OPTIONSELECTED>  <OPTIONSELECTED>
1040  </OPTIONSELECTED>  </OPTIONSELECTED>
1041  </COLUMN>  </COLUMN>
1042  <COLUMN ID="1282" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1282" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
1043  <OPTIONSELECTED>  <OPTIONSELECTED>
1044  </OPTIONSELECTED>  </OPTIONSELECTED>
1045  </COLUMN>  </COLUMN>
1046  <COLUMN ID="1283" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1283" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1047  <OPTIONSELECTED>  <OPTIONSELECTED>
1048  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1049  </OPTIONSELECTED>  </OPTIONSELECTED>
1050  </COLUMN>  </COLUMN>
1051  <COLUMN ID="1284" ColName="bank" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1284" ColName="bank" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1052  <OPTIONSELECTED>  <OPTIONSELECTED>
1053  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1054  </OPTIONSELECTED>  </OPTIONSELECTED>
1055  </COLUMN>  </COLUMN>
1056  <COLUMN ID="1285" ColName="code_banque" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1285" ColName="code_banque" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1057  <OPTIONSELECTED>  <OPTIONSELECTED>
1058  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1059  </OPTIONSELECTED>  </OPTIONSELECTED>
1060  </COLUMN>  </COLUMN>
1061  <COLUMN ID="1286" ColName="code_guichet" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1286" ColName="code_guichet" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1062  <OPTIONSELECTED>  <OPTIONSELECTED>
1063  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1064  </OPTIONSELECTED>  </OPTIONSELECTED>
1065  </COLUMN>  </COLUMN>
1066  <COLUMN ID="1287" ColName="number" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1287" ColName="number" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1067  <OPTIONSELECTED>  <OPTIONSELECTED>
1068  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1069  </OPTIONSELECTED>  </OPTIONSELECTED>
1070  </COLUMN>  </COLUMN>
1071  <COLUMN ID="1288" ColName="cle_rib" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1288" ColName="cle_rib" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1072  <OPTIONSELECTED>  <OPTIONSELECTED>
1073  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1074  </OPTIONSELECTED>  </OPTIONSELECTED>
1075  </COLUMN>  </COLUMN>
1076  <COLUMN ID="1289" ColName="bic" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1289" ColName="bic" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1077  <OPTIONSELECTED>  <OPTIONSELECTED>
1078  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1079  </OPTIONSELECTED>  </OPTIONSELECTED>
1080  </COLUMN>  </COLUMN>
1081  <COLUMN ID="1290" ColName="iban_prefix" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1290" ColName="iban_prefix" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1082  <OPTIONSELECTED>  <OPTIONSELECTED>
1083  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1084  </OPTIONSELECTED>  </OPTIONSELECTED>
1085  </COLUMN>  </COLUMN>
1086  <COLUMN ID="1291" ColName="domiciliation" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1291" ColName="domiciliation" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1087  <OPTIONSELECTED>  <OPTIONSELECTED>
1088  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1089  </OPTIONSELECTED>  </OPTIONSELECTED>
1090  </COLUMN>  </COLUMN>
1091  <COLUMN ID="1292" ColName="proprio" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1292" ColName="proprio" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1092  <OPTIONSELECTED>  <OPTIONSELECTED>
1093  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1094  </OPTIONSELECTED>  </OPTIONSELECTED>
1095  </COLUMN>  </COLUMN>
1096  <COLUMN ID="1293" ColName="adresse_proprio" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1293" ColName="adresse_proprio" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1097  <OPTIONSELECTED>  <OPTIONSELECTED>
1098  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1099  </OPTIONSELECTED>  </OPTIONSELECTED>
1100  </COLUMN>  </COLUMN>
1101  <COLUMN ID="1294" ColName="courant" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1294" ColName="courant" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1102  <OPTIONSELECTED>  <OPTIONSELECTED>
1103  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1104  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1105  </OPTIONSELECTED>  </OPTIONSELECTED>
1106  </COLUMN>  </COLUMN>
1107  <COLUMN ID="1295" ColName="clos" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1295" ColName="clos" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1108  <OPTIONSELECTED>  <OPTIONSELECTED>
1109  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1110  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1111  </OPTIONSELECTED>  </OPTIONSELECTED>
1112  </COLUMN>  </COLUMN>
1113  <COLUMN ID="1296" ColName="rappro" PrevColName="" Pos="17" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1296" ColName="rappro" PrevColName="" Pos="17" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1114  <OPTIONSELECTED>  <OPTIONSELECTED>
1115  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1116  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1117  </OPTIONSELECTED>  </OPTIONSELECTED>
1118  </COLUMN>  </COLUMN>
1119  <COLUMN ID="1297" ColName="account_number" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(8)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1297" ColName="account_number" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(8)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1120  <OPTIONSELECTED>  <OPTIONSELECTED>
1121  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1122  </OPTIONSELECTED>  </OPTIONSELECTED>
1123  </COLUMN>  </COLUMN>
1124  </COLUMNS>  </COLUMNS>
1125  <INDICES>  <INDICES>
1126  <INDEX ID="1298" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1298" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1127  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1128  <INDEXCOLUMN idColumn="1280" LengthParam="0" />  <INDEXCOLUMN idColumn="1280" LengthParam="0" />
1129  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1130  </INDEX>  </INDEX>
1131  <INDEX ID="1299" IndexName="label" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1299" IndexName="label" IndexKind="1" FKRefDef_Obj_id="-1">
1132  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1133  <INDEXCOLUMN idColumn="1283" LengthParam="0" />  <INDEXCOLUMN idColumn="1283" LengthParam="0" />
1134  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1135  </INDEX>  </INDEX>
1136  <INDEX ID="1300" IndexName="label_2" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1300" IndexName="label_2" IndexKind="1" FKRefDef_Obj_id="-1">
1137  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1138  <INDEXCOLUMN idColumn="1283" LengthParam="0" />  <INDEXCOLUMN idColumn="1283" LengthParam="0" />
1139  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1140  </INDEX>  </INDEX>
1141  <INDEX ID="1301" IndexName="label_3" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1301" IndexName="label_3" IndexKind="1" FKRefDef_Obj_id="-1">
1142  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1143  <INDEXCOLUMN idColumn="1283" LengthParam="0" />  <INDEXCOLUMN idColumn="1283" LengthParam="0" />
1144  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1145  </INDEX>  </INDEX>
1146  </INDICES>  </INDICES>
1147  </TABLE>  </TABLE>
1148  <TABLE ID="1014" Tablename="llx_bank_categ" PrevTableName="" XPos="3114" YPos="141" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="16" >  <TABLE ID="1014" Tablename="llx_bank_categ" PrevTableName="" XPos="3114" YPos="141" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="16" >
1149  <COLUMNS>  <COLUMNS>
1150  <COLUMN ID="1302" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1302" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1151  <OPTIONSELECTED>  <OPTIONSELECTED>
1152  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1153  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1154  </OPTIONSELECTED>  </OPTIONSELECTED>
1155  </COLUMN>  </COLUMN>
1156  <COLUMN ID="1303" ColName="label" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1303" ColName="label" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1157  <OPTIONSELECTED>  <OPTIONSELECTED>
1158  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1159  </OPTIONSELECTED>  </OPTIONSELECTED>
1160  </COLUMN>  </COLUMN>
1161  </COLUMNS>  </COLUMNS>
1162  <INDICES>  <INDICES>
1163  <INDEX ID="1304" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1304" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1164  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1165  <INDEXCOLUMN idColumn="1302" LengthParam="0" />  <INDEXCOLUMN idColumn="1302" LengthParam="0" />
1166  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1167  </INDEX>  </INDEX>
1168  </INDICES>  </INDICES>
1169  </TABLE>  </TABLE>
1170  <TABLE ID="1015" Tablename="llx_bank_class" PrevTableName="" XPos="3045" YPos="195" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" >  <TABLE ID="1015" Tablename="llx_bank_class" PrevTableName="" XPos="3045" YPos="195" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" >
1171  <COLUMNS>  <COLUMNS>
1172  <COLUMN ID="1305" ColName="lineid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1305" ColName="lineid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1173  <OPTIONSELECTED>  <OPTIONSELECTED>
1174  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1175  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1176  </OPTIONSELECTED>  </OPTIONSELECTED>
1177  </COLUMN>  </COLUMN>
1178  <COLUMN ID="1306" ColName="fk_categ" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1306" ColName="fk_categ" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1179  <OPTIONSELECTED>  <OPTIONSELECTED>
1180  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1181  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1182  </OPTIONSELECTED>  </OPTIONSELECTED>
1183  </COLUMN>  </COLUMN>
1184  </COLUMNS>  </COLUMNS>
1185  <INDICES>  <INDICES>
1186  <INDEX ID="1307" IndexName="lineid" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1307" IndexName="lineid" IndexKind="1" FKRefDef_Obj_id="-1">
1187  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1188  <INDEXCOLUMN idColumn="1305" LengthParam="0" />  <INDEXCOLUMN idColumn="1305" LengthParam="0" />
1189  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1190  </INDEX>  </INDEX>
1191  </INDICES>  </INDICES>
1192  </TABLE>  </TABLE>
1193  <TABLE ID="1016" Tablename="llx_bank_url" PrevTableName="" XPos="2907" YPos="80" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="18" >  <TABLE ID="1016" Tablename="llx_bank_url" PrevTableName="" XPos="2907" YPos="80" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="18" >
1194  <COLUMNS>  <COLUMNS>
1195  <COLUMN ID="1308" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1308" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1196  <OPTIONSELECTED>  <OPTIONSELECTED>
1197  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1198  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1199  </OPTIONSELECTED>  </OPTIONSELECTED>
1200  </COLUMN>  </COLUMN>
1201  <COLUMN ID="1309" ColName="fk_bank" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1309" ColName="fk_bank" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1202  <OPTIONSELECTED>  <OPTIONSELECTED>
1203  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1204  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1205  </OPTIONSELECTED>  </OPTIONSELECTED>
1206  </COLUMN>  </COLUMN>
1207  <COLUMN ID="1310" ColName="url_id" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1310" ColName="url_id" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1208  <OPTIONSELECTED>  <OPTIONSELECTED>
1209  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1210  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1211  </OPTIONSELECTED>  </OPTIONSELECTED>
1212  </COLUMN>  </COLUMN>
1213  <COLUMN ID="1311" ColName="url" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1311" ColName="url" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1214  <OPTIONSELECTED>  <OPTIONSELECTED>
1215  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1216  </OPTIONSELECTED>  </OPTIONSELECTED>
1217  </COLUMN>  </COLUMN>
1218  <COLUMN ID="1312" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1312" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1219  <OPTIONSELECTED>  <OPTIONSELECTED>
1220  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1221  </OPTIONSELECTED>  </OPTIONSELECTED>
1222  </COLUMN>  </COLUMN>
1223  <COLUMN ID="1313" ColName="type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\acompany\a,\apayment\a,\amember\a,\adonation\a,\acharge\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1313" ColName="type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\acompany\a,\apayment\a,\amember\a,\adonation\a,\acharge\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1224  <OPTIONSELECTED>  <OPTIONSELECTED>
1225  </OPTIONSELECTED>  </OPTIONSELECTED>
1226  </COLUMN>  </COLUMN>
1227  </COLUMNS>  </COLUMNS>
1228  <INDICES>  <INDICES>
1229  <INDEX ID="1314" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1314" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1230  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1231  <INDEXCOLUMN idColumn="1308" LengthParam="0" />  <INDEXCOLUMN idColumn="1308" LengthParam="0" />
1232  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1233  </INDEX>  </INDEX>
1234  <INDEX ID="1315" IndexName="uk_bank_url" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1315" IndexName="uk_bank_url" IndexKind="1" FKRefDef_Obj_id="-1">
1235  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1236  <INDEXCOLUMN idColumn="1309" LengthParam="0" />  <INDEXCOLUMN idColumn="1309" LengthParam="0" />
1237  <INDEXCOLUMN idColumn="1310" LengthParam="0" />  <INDEXCOLUMN idColumn="1310" LengthParam="0" />
1238  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1239  </INDEX>  </INDEX>
1240  <INDEX ID="1316" IndexName="fk_bank" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1316" IndexName="fk_bank" IndexKind="1" FKRefDef_Obj_id="-1">
1241  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1242  <INDEXCOLUMN idColumn="1309" LengthParam="0" />  <INDEXCOLUMN idColumn="1309" LengthParam="0" />
1243  <INDEXCOLUMN idColumn="1310" LengthParam="0" />  <INDEXCOLUMN idColumn="1310" LengthParam="0" />
1244  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1245  </INDEX>  </INDEX>
1246  <INDEX ID="1317" IndexName="fk_bank_2" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1317" IndexName="fk_bank_2" IndexKind="1" FKRefDef_Obj_id="-1">
1247  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1248  <INDEXCOLUMN idColumn="1309" LengthParam="0" />  <INDEXCOLUMN idColumn="1309" LengthParam="0" />
1249  <INDEXCOLUMN idColumn="1310" LengthParam="0" />  <INDEXCOLUMN idColumn="1310" LengthParam="0" />
1250  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1251  </INDEX>  </INDEX>
1252  <INDEX ID="1318" IndexName="fk_bank_3" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1318" IndexName="fk_bank_3" IndexKind="1" FKRefDef_Obj_id="-1">
1253  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1254  <INDEXCOLUMN idColumn="1309" LengthParam="0" />  <INDEXCOLUMN idColumn="1309" LengthParam="0" />
1255  <INDEXCOLUMN idColumn="1310" LengthParam="0" />  <INDEXCOLUMN idColumn="1310" LengthParam="0" />
1256  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1257  </INDEX>  </INDEX>
1258  </INDICES>  </INDICES>
1259  </TABLE>  </TABLE>
1260  <TABLE ID="1018" Tablename="llx_bookmark" PrevTableName="" XPos="2496" YPos="115" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="20" >  <TABLE ID="1018" Tablename="llx_bookmark" PrevTableName="" XPos="2496" YPos="115" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="20" >
1261  <COLUMNS>  <COLUMNS>
1262  <COLUMN ID="1323" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1323" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1263  <OPTIONSELECTED>  <OPTIONSELECTED>
1264  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1265  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1266  </OPTIONSELECTED>  </OPTIONSELECTED>
1267  </COLUMN>  </COLUMN>
1268  <COLUMN ID="1324" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1324" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1269  <OPTIONSELECTED>  <OPTIONSELECTED>
1270  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1271  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1272  </OPTIONSELECTED>  </OPTIONSELECTED>
1273  </COLUMN>  </COLUMN>
1274  <COLUMN ID="1325" ColName="fk_user" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1325" ColName="fk_user" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1275  <OPTIONSELECTED>  <OPTIONSELECTED>
1276  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1277  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1278  </OPTIONSELECTED>  </OPTIONSELECTED>
1279  </COLUMN>  </COLUMN>
1280  <COLUMN ID="1326" ColName="dateb" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1326" ColName="dateb" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1281  <OPTIONSELECTED>  <OPTIONSELECTED>
1282  </OPTIONSELECTED>  </OPTIONSELECTED>
1283  </COLUMN>  </COLUMN>
1284  <COLUMN ID="1327" ColName="url" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1327" ColName="url" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1285  <OPTIONSELECTED>  <OPTIONSELECTED>
1286  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1287  </OPTIONSELECTED>  </OPTIONSELECTED>
1288  </COLUMN>  </COLUMN>
1289  <COLUMN ID="1328" ColName="target" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(16)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1328" ColName="target" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(16)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1290  <OPTIONSELECTED>  <OPTIONSELECTED>
1291  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1292  </OPTIONSELECTED>  </OPTIONSELECTED>
1293  </COLUMN>  </COLUMN>
1294  <COLUMN ID="1329" ColName="title" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1329" ColName="title" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1295  <OPTIONSELECTED>  <OPTIONSELECTED>
1296  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1297  </OPTIONSELECTED>  </OPTIONSELECTED>
1298  </COLUMN>  </COLUMN>
1299  <COLUMN ID="1330" ColName="favicon" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(24)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1330" ColName="favicon" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(24)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1300  <OPTIONSELECTED>  <OPTIONSELECTED>
1301  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1302  </OPTIONSELECTED>  </OPTIONSELECTED>
1303  </COLUMN>  </COLUMN>
1304  </COLUMNS>  </COLUMNS>
1305  <INDICES>  <INDICES>
1306  <INDEX ID="1331" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1331" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1307  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1308  <INDEXCOLUMN idColumn="1323" LengthParam="0" />  <INDEXCOLUMN idColumn="1323" LengthParam="0" />
1309  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1310  </INDEX>  </INDEX>
1311  </INDICES>  </INDICES>
1312  </TABLE>  </TABLE>
1313  <TABLE ID="1019" Tablename="llx_bookmark4u_login" PrevTableName="" XPos="2500" YPos="49" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="21" >  <TABLE ID="1019" Tablename="llx_bookmark4u_login" PrevTableName="" XPos="2500" YPos="49" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="21" >
1314  <COLUMNS>  <COLUMNS>
1315  <COLUMN ID="1332" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1332" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1316  <OPTIONSELECTED>  <OPTIONSELECTED>
1317  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1318  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1319  </OPTIONSELECTED>  </OPTIONSELECTED>
1320  </COLUMN>  </COLUMN>
1321  <COLUMN ID="1333" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1333" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1322  <OPTIONSELECTED>  <OPTIONSELECTED>
1323  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1324  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1325  </OPTIONSELECTED>  </OPTIONSELECTED>
1326  </COLUMN>  </COLUMN>
1327  <COLUMN ID="1334" ColName="bk4u_uid" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1334" ColName="bk4u_uid" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1328  <OPTIONSELECTED>  <OPTIONSELECTED>
1329  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1330  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1331  </OPTIONSELECTED>  </OPTIONSELECTED>
1332  </COLUMN>  </COLUMN>
1333  </COLUMNS>  </COLUMNS>
1334  <INDICES>  <INDICES>
1335  <INDEX ID="1335" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1335" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1336  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1337  <INDEXCOLUMN idColumn="1332" LengthParam="0" />  <INDEXCOLUMN idColumn="1332" LengthParam="0" />
1338  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1339  </INDEX>  </INDEX>
1340  <INDEX ID="1336" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1336" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
1341  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1342  <INDEXCOLUMN idColumn="1333" LengthParam="0" />  <INDEXCOLUMN idColumn="1333" LengthParam="0" />
1343  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1344  </INDEX>  </INDEX>
1345  </INDICES>  </INDICES>
1346  </TABLE>  </TABLE>
1347  <TABLE ID="1020" Tablename="llx_boxes" PrevTableName="" XPos="3512" YPos="28" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" >  <TABLE ID="1020" Tablename="llx_boxes" PrevTableName="" XPos="3512" YPos="28" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" >
1348  <COLUMNS>  <COLUMNS>
1349  <COLUMN ID="1337" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1337" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1350  <OPTIONSELECTED>  <OPTIONSELECTED>
1351  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1352  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1353  </OPTIONSELECTED>  </OPTIONSELECTED>
1354  </COLUMN>  </COLUMN>
1355  <COLUMN ID="1338" ColName="box_id" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1338" ColName="box_id" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1356  <OPTIONSELECTED>  <OPTIONSELECTED>
1357  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1358  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1359  </OPTIONSELECTED>  </OPTIONSELECTED>
1360  </COLUMN>  </COLUMN>
1361  <COLUMN ID="1339" ColName="position" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1339" ColName="position" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1362  <OPTIONSELECTED>  <OPTIONSELECTED>
1363  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1364  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1365  </OPTIONSELECTED>  </OPTIONSELECTED>
1366  </COLUMN>  </COLUMN>
1367  <COLUMN ID="1340" ColName="box_order" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1340" ColName="box_order" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1368  <OPTIONSELECTED>  <OPTIONSELECTED>
1369  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1370  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1371  </OPTIONSELECTED>  </OPTIONSELECTED>
1372  </COLUMN>  </COLUMN>
1373  </COLUMNS>  </COLUMNS>
1374  <INDICES>  <INDICES>
1375  <INDEX ID="1341" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1341" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1376  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1377  <INDEXCOLUMN idColumn="1337" LengthParam="0" />  <INDEXCOLUMN idColumn="1337" LengthParam="0" />
1378  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1379  </INDEX>  </INDEX>
1380  </INDICES>  </INDICES>
1381  </TABLE>  </TABLE>
1382  <TABLE ID="1021" Tablename="llx_boxes_def" PrevTableName="" XPos="3364" YPos="145" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="23" >  <TABLE ID="1021" Tablename="llx_boxes_def" PrevTableName="" XPos="3364" YPos="145" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="23" >
1383  <COLUMNS>  <COLUMNS>
1384  <COLUMN ID="1342" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1342" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1385  <OPTIONSELECTED>  <OPTIONSELECTED>
1386  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1387  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1388  </OPTIONSELECTED>  </OPTIONSELECTED>
1389  </COLUMN>  </COLUMN>
1390  <COLUMN ID="1343" ColName="name" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1343" ColName="name" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1391  <OPTIONSELECTED>  <OPTIONSELECTED>
1392  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1393  </OPTIONSELECTED>  </OPTIONSELECTED>
1394  </COLUMN>  </COLUMN>
1395  <COLUMN ID="1344" ColName="file" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1344" ColName="file" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1396  <OPTIONSELECTED>  <OPTIONSELECTED>
1397  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1398  </OPTIONSELECTED>  </OPTIONSELECTED>
1399  </COLUMN>  </COLUMN>
1400  <COLUMN ID="1345" ColName="note" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1345" ColName="note" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1401  <OPTIONSELECTED>  <OPTIONSELECTED>
1402  </OPTIONSELECTED>  </OPTIONSELECTED>
1403  </COLUMN>  </COLUMN>
1404  </COLUMNS>  </COLUMNS>
1405  <INDICES>  <INDICES>
1406  <INDEX ID="1346" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1346" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1407  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1408  <INDEXCOLUMN idColumn="1342" LengthParam="0" />  <INDEXCOLUMN idColumn="1342" LengthParam="0" />
1409  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1410  </INDEX>  </INDEX>
1411  </INDICES>  </INDICES>
1412  </TABLE>  </TABLE>
1413  <TABLE ID="1022" Tablename="llx_c_actioncomm" PrevTableName="" XPos="3930" YPos="2572" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="24" >  <TABLE ID="1022" Tablename="llx_c_actioncomm" PrevTableName="" XPos="3930" YPos="2572" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="24" >
1414  <COLUMNS>  <COLUMNS>
1415  <COLUMN ID="1347" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1347" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1416  <OPTIONSELECTED>  <OPTIONSELECTED>
1417  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1418  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1419  </OPTIONSELECTED>  </OPTIONSELECTED>
1420  </COLUMN>  </COLUMN>
1421  <COLUMN ID="1348" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1348" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1422  <OPTIONSELECTED>  <OPTIONSELECTED>
1423  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1424  </OPTIONSELECTED>  </OPTIONSELECTED>
1425  </COLUMN>  </COLUMN>
1426  <COLUMN ID="1349" ColName="type" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="system" Comments="">  <COLUMN ID="1349" ColName="type" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="system" Comments="">
1427  <OPTIONSELECTED>  <OPTIONSELECTED>
1428  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1429  </OPTIONSELECTED>  </OPTIONSELECTED>
1430  </COLUMN>  </COLUMN>
1431  <COLUMN ID="1350" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1350" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1432  <OPTIONSELECTED>  <OPTIONSELECTED>
1433  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1434  </OPTIONSELECTED>  </OPTIONSELECTED>
1435  </COLUMN>  </COLUMN>
1436  <COLUMN ID="1351" ColName="active" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1351" ColName="active" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1437  <OPTIONSELECTED>  <OPTIONSELECTED>
1438  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1439  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1440  </OPTIONSELECTED>  </OPTIONSELECTED>
1441  </COLUMN>  </COLUMN>
1442  <COLUMN ID="1352" ColName="todo" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1352" ColName="todo" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1443  <OPTIONSELECTED>  <OPTIONSELECTED>
1444  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1445  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1446  </OPTIONSELECTED>  </OPTIONSELECTED>
1447  </COLUMN>  </COLUMN>
1448  </COLUMNS>  </COLUMNS>
1449  <INDICES>  <INDICES>
1450  <INDEX ID="1353" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1353" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1451  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1452  <INDEXCOLUMN idColumn="1347" LengthParam="0" />  <INDEXCOLUMN idColumn="1347" LengthParam="0" />
1453  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1454  </INDEX>  </INDEX>
1455  <INDEX ID="1354" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1354" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1456  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1457  <INDEXCOLUMN idColumn="1348" LengthParam="0" />  <INDEXCOLUMN idColumn="1348" LengthParam="0" />
1458  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1459  </INDEX>  </INDEX>
1460  </INDICES>  </INDICES>
1461  </TABLE>  </TABLE>
1462  <TABLE ID="1023" Tablename="llx_c_ape" PrevTableName="" XPos="3868" YPos="2260" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="25" >  <TABLE ID="1023" Tablename="llx_c_ape" PrevTableName="" XPos="3868" YPos="2260" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="25" >
1463  <COLUMNS>  <COLUMNS>
1464  <COLUMN ID="1355" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1355" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1465  <OPTIONSELECTED>  <OPTIONSELECTED>
1466  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1467  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1468  </OPTIONSELECTED>  </OPTIONSELECTED>
1469  </COLUMN>  </COLUMN>
1470  <COLUMN ID="1356" ColName="code_ape" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1356" ColName="code_ape" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1471  <OPTIONSELECTED>  <OPTIONSELECTED>
1472  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1473  </OPTIONSELECTED>  </OPTIONSELECTED>
1474  </COLUMN>  </COLUMN>
1475  <COLUMN ID="1357" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1357" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1476  <OPTIONSELECTED>  <OPTIONSELECTED>
1477  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1478  </OPTIONSELECTED>  </OPTIONSELECTED>
1479  </COLUMN>  </COLUMN>
1480  <COLUMN ID="1358" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1358" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1481  <OPTIONSELECTED>  <OPTIONSELECTED>
1482  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1483  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1484  </OPTIONSELECTED>  </OPTIONSELECTED>
1485  </COLUMN>  </COLUMN>
1486  </COLUMNS>  </COLUMNS>
1487  <INDICES>  <INDICES>
1488  <INDEX ID="1359" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1359" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1489  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1490  <INDEXCOLUMN idColumn="1356" LengthParam="0" />  <INDEXCOLUMN idColumn="1356" LengthParam="0" />
1491  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1492  </INDEX>  </INDEX>
1493  <INDEX ID="1360" IndexName="rowid" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1360" IndexName="rowid" IndexKind="1" FKRefDef_Obj_id="-1">
1494  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1495  <INDEXCOLUMN idColumn="1355" LengthParam="0" />  <INDEXCOLUMN idColumn="1355" LengthParam="0" />
1496  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1497  </INDEX>  </INDEX>
1498  </INDICES>  </INDICES>
1499  </TABLE>  </TABLE>
1500  <TABLE ID="1024" Tablename="llx_c_chargesociales" PrevTableName="" XPos="3750" YPos="558" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="26" >  <TABLE ID="1024" Tablename="llx_c_chargesociales" PrevTableName="" XPos="3750" YPos="558" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="26" >
1501  <COLUMNS>  <COLUMNS>
1502  <COLUMN ID="1362" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(80)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1362" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(80)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1503  <OPTIONSELECTED>  <OPTIONSELECTED>
1504  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1505  </OPTIONSELECTED>  </OPTIONSELECTED>
1506  </COLUMN>  </COLUMN>
1507  <COLUMN ID="1363" ColName="deductible" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1363" ColName="deductible" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1508  <OPTIONSELECTED>  <OPTIONSELECTED>
1509  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1510  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1511  </OPTIONSELECTED>  </OPTIONSELECTED>
1512  </COLUMN>  </COLUMN>
1513  <COLUMN ID="1364" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1364" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1514  <OPTIONSELECTED>  <OPTIONSELECTED>
1515  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1516  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1517  </OPTIONSELECTED>  </OPTIONSELECTED>
1518  </COLUMN>  </COLUMN>
1519  </COLUMNS>  </COLUMNS>
1520  </TABLE>  </TABLE>
1521  <TABLE ID="1025" Tablename="llx_c_civilite" PrevTableName="" XPos="3868" YPos="2328" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="27" >  <TABLE ID="1025" Tablename="llx_c_civilite" PrevTableName="" XPos="3868" YPos="2328" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="27" >
1522  <COLUMNS>  <COLUMNS>
1523  <COLUMN ID="1366" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1366" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1524  <OPTIONSELECTED>  <OPTIONSELECTED>
1525  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1526  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1527  </OPTIONSELECTED>  </OPTIONSELECTED>
1528  </COLUMN>  </COLUMN>
1529  <COLUMN ID="1367" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1367" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1530  <OPTIONSELECTED>  <OPTIONSELECTED>
1531  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1532  </OPTIONSELECTED>  </OPTIONSELECTED>
1533  </COLUMN>  </COLUMN>
1534  <COLUMN ID="1368" ColName="civilite" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1368" ColName="civilite" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1535  <OPTIONSELECTED>  <OPTIONSELECTED>
1536  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1537  </OPTIONSELECTED>  </OPTIONSELECTED>
1538  </COLUMN>  </COLUMN>
1539  <COLUMN ID="1369" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1369" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1540  <OPTIONSELECTED>  <OPTIONSELECTED>
1541  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1542  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1543  </OPTIONSELECTED>  </OPTIONSELECTED>
1544  </COLUMN>  </COLUMN>
1545  </COLUMNS>  </COLUMNS>
1546  <INDICES>  <INDICES>
1547  <INDEX ID="1370" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1370" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1548  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1549  <INDEXCOLUMN idColumn="1366" LengthParam="0" />  <INDEXCOLUMN idColumn="1366" LengthParam="0" />
1550  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1551  </INDEX>  </INDEX>
1552  <INDEX ID="1371" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1371" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1553  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1554  <INDEXCOLUMN idColumn="1367" LengthParam="0" />  <INDEXCOLUMN idColumn="1367" LengthParam="0" />
1555  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1556  </INDEX>  </INDEX>
1557  </INDICES>  </INDICES>
1558  </TABLE>  </TABLE>
1559  <TABLE ID="1026" Tablename="llx_c_currencies" PrevTableName="" XPos="3027" YPos="523" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="28" >  <TABLE ID="1026" Tablename="llx_c_currencies" PrevTableName="" XPos="2952" YPos="751" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="28" >
1560  <COLUMNS>  <COLUMNS>
1561  <COLUMN ID="1372" ColName="code" PrevColName="" Pos="1" idDatatype="19" DatatypeParams="(2)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1372" ColName="code" PrevColName="" Pos="1" idDatatype="19" DatatypeParams="(2)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1562  <OPTIONSELECTED>  <OPTIONSELECTED>
1563  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1564  </OPTIONSELECTED>  </OPTIONSELECTED>
1565  </COLUMN>  </COLUMN>
1566  <COLUMN ID="1373" ColName="code_iso" PrevColName="" Pos="2" idDatatype="19" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1373" ColName="code_iso" PrevColName="" Pos="2" idDatatype="19" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1567  <OPTIONSELECTED>  <OPTIONSELECTED>
1568  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1569  </OPTIONSELECTED>  </OPTIONSELECTED>
1570  </COLUMN>  </COLUMN>
1571  <COLUMN ID="1374" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1374" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1572  <OPTIONSELECTED>  <OPTIONSELECTED>
1573  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1574  </OPTIONSELECTED>  </OPTIONSELECTED>
1575  </COLUMN>  </COLUMN>
1576  <COLUMN ID="1375" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1375" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1577  <OPTIONSELECTED>  <OPTIONSELECTED>
1578  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1579  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1580  </OPTIONSELECTED>  </OPTIONSELECTED>
1581  </COLUMN>  </COLUMN>
1582  </COLUMNS>  </COLUMNS>
1583  <INDICES>  <INDICES>
1584  <INDEX ID="1376" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1376" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1585  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1586  <INDEXCOLUMN idColumn="1372" LengthParam="0" />  <INDEXCOLUMN idColumn="1372" LengthParam="0" />
1587  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1588  </INDEX>  </INDEX>
1589  <INDEX ID="1377" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1377" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1590  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1591  <INDEXCOLUMN idColumn="1372" LengthParam="0" />  <INDEXCOLUMN idColumn="1372" LengthParam="0" />
1592  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1593  </INDEX>  </INDEX>
1594  <INDEX ID="1378" IndexName="code_iso" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1378" IndexName="code_iso" IndexKind="1" FKRefDef_Obj_id="-1">
1595  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1596  <INDEXCOLUMN idColumn="1373" LengthParam="0" />  <INDEXCOLUMN idColumn="1373" LengthParam="0" />
1597  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1598  </INDEX>  </INDEX>
1599  </INDICES>  </INDICES>
1600  </TABLE>  </TABLE>
1601  <TABLE ID="1027" Tablename="llx_c_departements" PrevTableName="" XPos="1792" YPos="1375" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="29" >  <TABLE ID="1027" Tablename="llx_c_departements" PrevTableName="" XPos="1792" YPos="1375" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="29" >
1602  <COLUMNS>  <COLUMNS>
1603  <COLUMN ID="1380" ColName="code_departement" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1380" ColName="code_departement" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1604  <OPTIONSELECTED>  <OPTIONSELECTED>
1605  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1606  </OPTIONSELECTED>  </OPTIONSELECTED>
1607  </COLUMN>  </COLUMN>
1608  <COLUMN ID="1381" ColName="fk_region" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1381" ColName="fk_region" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1609  <OPTIONSELECTED>  <OPTIONSELECTED>
1610  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1611  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1612  </OPTIONSELECTED>  </OPTIONSELECTED>
1613  </COLUMN>  </COLUMN>
1614  <COLUMN ID="1382" ColName="cheflieu" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1382" ColName="cheflieu" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1615  <OPTIONSELECTED>  <OPTIONSELECTED>
1616  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1617  </OPTIONSELECTED>  </OPTIONSELECTED>
1618  </COLUMN>  </COLUMN>
1619  <COLUMN ID="1383" ColName="tncc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1383" ColName="tncc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1620  <OPTIONSELECTED>  <OPTIONSELECTED>
1621  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1622  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1623  </OPTIONSELECTED>  </OPTIONSELECTED>
1624  </COLUMN>  </COLUMN>
1625  <COLUMN ID="1384" ColName="ncc" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1384" ColName="ncc" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1626  <OPTIONSELECTED>  <OPTIONSELECTED>
1627  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1628  </OPTIONSELECTED>  </OPTIONSELECTED>
1629  </COLUMN>  </COLUMN>
1630  <COLUMN ID="1385" ColName="nom" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1385" ColName="nom" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1631  <OPTIONSELECTED>  <OPTIONSELECTED>
1632  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1633  </OPTIONSELECTED>  </OPTIONSELECTED>
1634  </COLUMN>  </COLUMN>
1635  <COLUMN ID="1386" ColName="active" PrevColName="" Pos="8" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1386" ColName="active" PrevColName="" Pos="8" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1636  <OPTIONSELECTED>  <OPTIONSELECTED>
1637  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1638  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1639  </OPTIONSELECTED>  </OPTIONSELECTED>
1640  </COLUMN>  </COLUMN>
1641  </COLUMNS>  </COLUMNS>
1642  <RELATIONS_END>  <RELATIONS_END>
1643  <RELATION_END ID="3094" />  <RELATION_END ID="3094" />
1644  </RELATIONS_END>  </RELATIONS_END>
1645  <INDICES>  <INDICES>
1646  <INDEX ID="1388" IndexName="uk_departements" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1388" IndexName="uk_departements" IndexKind="1" FKRefDef_Obj_id="-1">
1647  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1648  <INDEXCOLUMN idColumn="1380" LengthParam="0" />  <INDEXCOLUMN idColumn="1380" LengthParam="0" />
1649  <INDEXCOLUMN idColumn="1381" LengthParam="0" />  <INDEXCOLUMN idColumn="1381" LengthParam="0" />
1650  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1651  </INDEX>  </INDEX>
1652  <INDEX ID="1389" IndexName="idx_departements_fk_region" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1389" IndexName="idx_departements_fk_region" IndexKind="1" FKRefDef_Obj_id="-1">
1653  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1654  <INDEXCOLUMN idColumn="1381" LengthParam="0" />  <INDEXCOLUMN idColumn="1381" LengthParam="0" />
1655  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1656  </INDEX>  </INDEX>
1657  </INDICES>  </INDICES>
1658  </TABLE>  </TABLE>
1659  <TABLE ID="1028" Tablename="llx_c_effectif" PrevTableName="" XPos="1592" YPos="1475" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="30" >  <TABLE ID="1028" Tablename="llx_c_effectif" PrevTableName="" XPos="1592" YPos="1475" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="30" >
1660  <COLUMNS>  <COLUMNS>
1661  <COLUMN ID="1390" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1390" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1662  <OPTIONSELECTED>  <OPTIONSELECTED>
1663  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1664  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1665  </OPTIONSELECTED>  </OPTIONSELECTED>
1666  </COLUMN>  </COLUMN>
1667  <COLUMN ID="1391" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1391" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1668  <OPTIONSELECTED>  <OPTIONSELECTED>
1669  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1670  </OPTIONSELECTED>  </OPTIONSELECTED>
1671  </COLUMN>  </COLUMN>
1672  <COLUMN ID="1392" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1392" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1673  <OPTIONSELECTED>  <OPTIONSELECTED>
1674  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1675  </OPTIONSELECTED>  </OPTIONSELECTED>
1676  </COLUMN>  </COLUMN>
1677  <COLUMN ID="1393" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1393" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1678  <OPTIONSELECTED>  <OPTIONSELECTED>
1679  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1680  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1681  </OPTIONSELECTED>  </OPTIONSELECTED>
1682  </COLUMN>  </COLUMN>
1683  </COLUMNS>  </COLUMNS>
1684  <RELATIONS_START>  <RELATIONS_START>
1685  <RELATION_START ID="3265" />  <RELATION_START ID="3265" />
1686  </RELATIONS_START>  </RELATIONS_START>
1687  <INDICES>  <INDICES>
1688  <INDEX ID="1394" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1394" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1689  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1690  <INDEXCOLUMN idColumn="1390" LengthParam="0" />  <INDEXCOLUMN idColumn="1390" LengthParam="0" />
1691  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1692  </INDEX>  </INDEX>
1693  <INDEX ID="1395" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1395" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1694  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1695  <INDEXCOLUMN idColumn="1391" LengthParam="0" />  <INDEXCOLUMN idColumn="1391" LengthParam="0" />
1696  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1697  </INDEX>  </INDEX>
1698  </INDICES>  </INDICES>
1699  </TABLE>  </TABLE>
1700  <TABLE ID="1029" Tablename="llx_c_forme_juridique" PrevTableName="" XPos="1617" YPos="1075" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="31" >  <TABLE ID="1029" Tablename="llx_c_forme_juridique" PrevTableName="" XPos="1617" YPos="1075" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="31" >
1701  <COLUMNS>  <COLUMNS>
1702  <COLUMN ID="1396" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1396" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1703  <OPTIONSELECTED>  <OPTIONSELECTED>
1704  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1705  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1706  </OPTIONSELECTED>  </OPTIONSELECTED>
1707  </COLUMN>  </COLUMN>
1708  <COLUMN ID="1397" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1397" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1709  <OPTIONSELECTED>  <OPTIONSELECTED>
1710  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1711  </OPTIONSELECTED>  </OPTIONSELECTED>
1712  </COLUMN>  </COLUMN>
1713  <COLUMN ID="1398" ColName="fk_pays" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1398" ColName="fk_pays" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1714  <OPTIONSELECTED>  <OPTIONSELECTED>
1715  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1716  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1717  </OPTIONSELECTED>  </OPTIONSELECTED>
1718  </COLUMN>  </COLUMN>
1719  <COLUMN ID="1399" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1399" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1720  <OPTIONSELECTED>  <OPTIONSELECTED>
1721  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1722  </OPTIONSELECTED>  </OPTIONSELECTED>
1723  </COLUMN>  </COLUMN>
1724  <COLUMN ID="1400" ColName="active" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1400" ColName="active" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1725  <OPTIONSELECTED>  <OPTIONSELECTED>
1726  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1727  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1728  </OPTIONSELECTED>  </OPTIONSELECTED>
1729  </COLUMN>  </COLUMN>
1730  </COLUMNS>  </COLUMNS>
1731  <RELATIONS_START>  <RELATIONS_START>
1732  <RELATION_START ID="3268" />  <RELATION_START ID="3268" />
1733  </RELATIONS_START>  </RELATIONS_START>
1734  <INDICES>  <INDICES>
1735  <INDEX ID="1401" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1401" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1736  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1737  <INDEXCOLUMN idColumn="1396" LengthParam="0" />  <INDEXCOLUMN idColumn="1396" LengthParam="0" />
1738  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1739  </INDEX>  </INDEX>
1740  <INDEX ID="1402" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1402" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1741  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1742  <INDEXCOLUMN idColumn="1397" LengthParam="0" />  <INDEXCOLUMN idColumn="1397" LengthParam="0" />
1743  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1744  </INDEX>  </INDEX>
1745  </INDICES>  </INDICES>
1746  </TABLE>  </TABLE>
1747  <TABLE ID="1030" Tablename="llx_c_methode_commande_fournisseur" PrevTableName="" XPos="3216" YPos="786" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="32" >  <TABLE ID="1030" Tablename="llx_c_methode_commande_fournisseur" PrevTableName="" XPos="3216" YPos="786" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="32" >
1748  <COLUMNS>  <COLUMNS>
1749  <COLUMN ID="1403" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1403" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1750  <OPTIONSELECTED>  <OPTIONSELECTED>
1751  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1752  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1753  </OPTIONSELECTED>  </OPTIONSELECTED>
1754  </COLUMN>  </COLUMN>
1755  <COLUMN ID="1404" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1404" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1756  <OPTIONSELECTED>  <OPTIONSELECTED>
1757  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1758  </OPTIONSELECTED>  </OPTIONSELECTED>
1759  </COLUMN>  </COLUMN>
1760  <COLUMN ID="1405" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1405" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1761  <OPTIONSELECTED>  <OPTIONSELECTED>
1762  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1763  </OPTIONSELECTED>  </OPTIONSELECTED>
1764  </COLUMN>  </COLUMN>
1765  <COLUMN ID="1406" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1406" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1766  <OPTIONSELECTED>  <OPTIONSELECTED>
1767  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1768  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1769  </OPTIONSELECTED>  </OPTIONSELECTED>
1770  </COLUMN>  </COLUMN>
1771  </COLUMNS>  </COLUMNS>
1772  <INDICES>  <INDICES>
1773  <INDEX ID="1407" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1407" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1774  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1775  <INDEXCOLUMN idColumn="1403" LengthParam="0" />  <INDEXCOLUMN idColumn="1403" LengthParam="0" />
1776  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1777  </INDEX>  </INDEX>
1778  </INDICES>  </INDICES>
1779  </TABLE>  </TABLE>
1780  <TABLE ID="1031" Tablename="llx_c_paiement" PrevTableName="" XPos="3617" YPos="983" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="33" >  <TABLE ID="1031" Tablename="llx_c_paiement" PrevTableName="" XPos="3617" YPos="983" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="33" >
1781  <COLUMNS>  <COLUMNS>
1782  <COLUMN ID="1408" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1408" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1783  <OPTIONSELECTED>  <OPTIONSELECTED>
1784  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1785  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1786  </OPTIONSELECTED>  </OPTIONSELECTED>
1787  </COLUMN>  </COLUMN>
1788  <COLUMN ID="1409" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1409" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1789  <OPTIONSELECTED>  <OPTIONSELECTED>
1790  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1791  </OPTIONSELECTED>  </OPTIONSELECTED>
1792  </COLUMN>  </COLUMN>
1793  <COLUMN ID="1410" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1410" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1794  <OPTIONSELECTED>  <OPTIONSELECTED>
1795  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1796  </OPTIONSELECTED>  </OPTIONSELECTED>
1797  </COLUMN>  </COLUMN>
1798  <COLUMN ID="1411" ColName="type" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1411" ColName="type" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1799  <OPTIONSELECTED>  <OPTIONSELECTED>
1800  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1801  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1802  </OPTIONSELECTED>  </OPTIONSELECTED>
1803  </COLUMN>  </COLUMN>
1804  <COLUMN ID="1412" ColName="active" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1412" ColName="active" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1805  <OPTIONSELECTED>  <OPTIONSELECTED>
1806  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1807  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1808  </OPTIONSELECTED>  </OPTIONSELECTED>
1809  </COLUMN>  </COLUMN>
1810  </COLUMNS>  </COLUMNS>
1811  <INDICES>  <INDICES>
1812  <INDEX ID="1413" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1413" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1813  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1814  <INDEXCOLUMN idColumn="1408" LengthParam="0" />  <INDEXCOLUMN idColumn="1408" LengthParam="0" />
1815  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1816  </INDEX>  </INDEX>
1817  <INDEX ID="1414" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1414" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1818  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1819  <INDEXCOLUMN idColumn="1409" LengthParam="0" />  <INDEXCOLUMN idColumn="1409" LengthParam="0" />
1820  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1821  </INDEX>  </INDEX>
1822  </INDICES>  </INDICES>
1823  </TABLE>  </TABLE>
1824  <TABLE ID="1032" Tablename="llx_c_pays" PrevTableName="" XPos="1558" YPos="1208" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="34" >  <TABLE ID="1032" Tablename="llx_c_pays" PrevTableName="" XPos="1558" YPos="1208" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="34" >
1825  <COLUMNS>  <COLUMNS>
1826  <COLUMN ID="1415" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1415" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1827  <OPTIONSELECTED>  <OPTIONSELECTED>
1828  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1829  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1830  </OPTIONSELECTED>  </OPTIONSELECTED>
1831  </COLUMN>  </COLUMN>
1832  <COLUMN ID="1416" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1416" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1833  <OPTIONSELECTED>  <OPTIONSELECTED>
1834  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1835  </OPTIONSELECTED>  </OPTIONSELECTED>
1836  </COLUMN>  </COLUMN>
1837  <COLUMN ID="1417" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1417" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1838  <OPTIONSELECTED>  <OPTIONSELECTED>
1839  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1840  </OPTIONSELECTED>  </OPTIONSELECTED>
1841  </COLUMN>  </COLUMN>
1842  <COLUMN ID="1418" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1418" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1843  <OPTIONSELECTED>  <OPTIONSELECTED>
1844  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1845  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1846  </OPTIONSELECTED>  </OPTIONSELECTED>
1847  </COLUMN>  </COLUMN>
1848  </COLUMNS>  </COLUMNS>
1849  <RELATIONS_START>  <RELATIONS_START>
1850  <RELATION_START ID="3095" />  <RELATION_START ID="3095" />
1851  <RELATION_START ID="3272" />  <RELATION_START ID="3272" />
1852  </RELATIONS_START>  </RELATIONS_START>
1853  <INDICES>  <INDICES>
1854  <INDEX ID="1419" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1419" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1855  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1856  <INDEXCOLUMN idColumn="1415" LengthParam="0" />  <INDEXCOLUMN idColumn="1415" LengthParam="0" />
1857  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1858  </INDEX>  </INDEX>
1859  <INDEX ID="1420" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1420" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1860  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1861  <INDEXCOLUMN idColumn="1416" LengthParam="0" />  <INDEXCOLUMN idColumn="1416" LengthParam="0" />
1862  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1863  </INDEX>  </INDEX>
1864  </INDICES>  </INDICES>
1865  </TABLE>  </TABLE>
1866  <TABLE ID="1033" Tablename="llx_c_propalst" PrevTableName="" XPos="1970" YPos="1198" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="35" >  <TABLE ID="1033" Tablename="llx_c_propalst" PrevTableName="" XPos="1970" YPos="1198" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="35" >
1867  <COLUMNS>  <COLUMNS>
1868  <COLUMN ID="1421" ColName="id" PrevColName="" Pos="1" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1421" ColName="id" PrevColName="" Pos="1" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1869  <OPTIONSELECTED>  <OPTIONSELECTED>
1870  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1871  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1872  </OPTIONSELECTED>  </OPTIONSELECTED>
1873  </COLUMN>  </COLUMN>
1874  <COLUMN ID="1422" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1422" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1875  <OPTIONSELECTED>  <OPTIONSELECTED>
1876  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1877  </OPTIONSELECTED>  </OPTIONSELECTED>
1878  </COLUMN>  </COLUMN>
1879  <COLUMN ID="1423" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1423" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1880  <OPTIONSELECTED>  <OPTIONSELECTED>
1881  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1882  </OPTIONSELECTED>  </OPTIONSELECTED>
1883  </COLUMN>  </COLUMN>
1884  <COLUMN ID="1424" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1424" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1885  <OPTIONSELECTED>  <OPTIONSELECTED>
1886  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1887  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1888  </OPTIONSELECTED>  </OPTIONSELECTED>
1889  </COLUMN>  </COLUMN>
1890  </COLUMNS>  </COLUMNS>
1891  <RELATIONS_START>  <RELATIONS_START>
1892  <RELATION_START ID="3418" />  <RELATION_START ID="3418" />
1893  </RELATIONS_START>  </RELATIONS_START>
1894  <INDICES>  <INDICES>
1895  <INDEX ID="1425" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1425" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1896  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1897  <INDEXCOLUMN idColumn="1421" LengthParam="0" />  <INDEXCOLUMN idColumn="1421" LengthParam="0" />
1898  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1899  </INDEX>  </INDEX>
1900  <INDEX ID="1426" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1426" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
1901  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1902  <INDEXCOLUMN idColumn="1422" LengthParam="0" />  <INDEXCOLUMN idColumn="1422" LengthParam="0" />
1903  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1904  </INDEX>  </INDEX>
1905  </INDICES>  </INDICES>
1906  </TABLE>  </TABLE>
1907  <TABLE ID="1034" Tablename="llx_c_regions" PrevTableName="" XPos="1808" YPos="1208" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="36" >  <TABLE ID="1034" Tablename="llx_c_regions" PrevTableName="" XPos="1808" YPos="1208" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="36" >
1908  <COLUMNS>  <COLUMNS>
1909  <COLUMN ID="3096" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3096" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
1910  <OPTIONSELECTED>  <OPTIONSELECTED>
1911  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1912  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1913  </OPTIONSELECTED>  </OPTIONSELECTED>
1914  </COLUMN>  </COLUMN>
1915  <COLUMN ID="1428" ColName="code_region" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1428" ColName="code_region" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1916  <OPTIONSELECTED>  <OPTIONSELECTED>
1917  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1918  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1919  </OPTIONSELECTED>  </OPTIONSELECTED>
1920  </COLUMN>  </COLUMN>
1921  <COLUMN ID="1429" ColName="fk_pays" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1429" ColName="fk_pays" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1922  <OPTIONSELECTED>  <OPTIONSELECTED>
1923  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1924  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1925  </OPTIONSELECTED>  </OPTIONSELECTED>
1926  </COLUMN>  </COLUMN>
1927  <COLUMN ID="1430" ColName="cheflieu" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1430" ColName="cheflieu" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1928  <OPTIONSELECTED>  <OPTIONSELECTED>
1929  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1930  </OPTIONSELECTED>  </OPTIONSELECTED>
1931  </COLUMN>  </COLUMN>
1932  <COLUMN ID="1431" ColName="tncc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1431" ColName="tncc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1933  <OPTIONSELECTED>  <OPTIONSELECTED>
1934  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1935  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1936  </OPTIONSELECTED>  </OPTIONSELECTED>
1937  </COLUMN>  </COLUMN>
1938  <COLUMN ID="1432" ColName="nom" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1432" ColName="nom" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1939  <OPTIONSELECTED>  <OPTIONSELECTED>
1940  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1941  </OPTIONSELECTED>  </OPTIONSELECTED>
1942  </COLUMN>  </COLUMN>
1943  <COLUMN ID="1433" ColName="active" PrevColName="" Pos="7" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1433" ColName="active" PrevColName="" Pos="7" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1944  <OPTIONSELECTED>  <OPTIONSELECTED>
1945  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1946  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1947  </OPTIONSELECTED>  </OPTIONSELECTED>
1948  </COLUMN>  </COLUMN>
1949  </COLUMNS>  </COLUMNS>
1950  <RELATIONS_START>  <RELATIONS_START>
1951  <RELATION_START ID="3094" />  <RELATION_START ID="3094" />
1952  </RELATIONS_START>  </RELATIONS_START>
1953  <RELATIONS_END>  <RELATIONS_END>
1954  <RELATION_END ID="3095" />  <RELATION_END ID="3095" />
1955  </RELATIONS_END>  </RELATIONS_END>
1956  <INDICES>  <INDICES>
1957  <INDEX ID="1435" IndexName="code_region" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1435" IndexName="code_region" IndexKind="1" FKRefDef_Obj_id="-1">
1958  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1959  <INDEXCOLUMN idColumn="1428" LengthParam="0" />  <INDEXCOLUMN idColumn="1428" LengthParam="0" />
1960  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1961  </INDEX>  </INDEX>
1962  <INDEX ID="3464" IndexName="llx_c_regions_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3095">  <INDEX ID="3464" IndexName="llx_c_regions_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3095">
1963  <INDEXCOLUMNS>  <INDEXCOLUMNS>
1964  <INDEXCOLUMN idColumn="3096" LengthParam="0" />  <INDEXCOLUMN idColumn="3096" LengthParam="0" />
1965  </INDEXCOLUMNS>  </INDEXCOLUMNS>
1966  </INDEX>  </INDEX>
1967  </INDICES>  </INDICES>
1968  </TABLE>  </TABLE>
1969  <TABLE ID="1035" Tablename="llx_c_stcomm" PrevTableName="" XPos="2600" YPos="1172" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="37" >  <TABLE ID="1035" Tablename="llx_c_stcomm" PrevTableName="" XPos="2600" YPos="1172" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="37" >
1970  <COLUMNS>  <COLUMNS>
1971  <COLUMN ID="1436" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1436" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1972  <OPTIONSELECTED>  <OPTIONSELECTED>
1973  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1974  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1975  </OPTIONSELECTED>  </OPTIONSELECTED>
1976  </COLUMN>  </COLUMN>
1977  <COLUMN ID="1437" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1437" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1978  <OPTIONSELECTED>  <OPTIONSELECTED>
1979  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1980  </OPTIONSELECTED>  </OPTIONSELECTED>
1981  </COLUMN>  </COLUMN>
1982  <COLUMN ID="1438" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1438" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
1983  <OPTIONSELECTED>  <OPTIONSELECTED>
1984  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1985  </OPTIONSELECTED>  </OPTIONSELECTED>
1986  </COLUMN>  </COLUMN>
1987  <COLUMN ID="1439" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1439" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
1988  <OPTIONSELECTED>  <OPTIONSELECTED>
1989  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1990  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
1991  </OPTIONSELECTED>  </OPTIONSELECTED>
1992  </COLUMN>  </COLUMN>
1993  </COLUMNS>  </COLUMNS>
1994  <RELATIONS_START>  <RELATIONS_START>
1995  <RELATION_START ID="3274" />  <RELATION_START ID="3274" />
1996  </RELATIONS_START>  </RELATIONS_START>
1997  <INDICES>  <INDICES>
1998  <INDEX ID="1440" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1440" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
1999  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2000  <INDEXCOLUMN idColumn="1436" LengthParam="0" />  <INDEXCOLUMN idColumn="1436" LengthParam="0" />
2001  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2002  </INDEX>  </INDEX>
2003  <INDEX ID="1441" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1441" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
2004  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2005  <INDEXCOLUMN idColumn="1437" LengthParam="0" />  <INDEXCOLUMN idColumn="1437" LengthParam="0" />
2006  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2007  </INDEX>  </INDEX>
2008  </INDICES>  </INDICES>
2009  </TABLE>  </TABLE>
2010  <TABLE ID="1036" Tablename="llx_c_tva" PrevTableName="" XPos="3908" YPos="550" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="38" >  <TABLE ID="1036" Tablename="llx_c_tva" PrevTableName="" XPos="3908" YPos="550" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="38" >
2011  <COLUMNS>  <COLUMNS>
2012  <COLUMN ID="1442" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1442" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2013  <OPTIONSELECTED>  <OPTIONSELECTED>
2014  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2015  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2016  </OPTIONSELECTED>  </OPTIONSELECTED>
2017  </COLUMN>  </COLUMN>
2018  <COLUMN ID="1443" ColName="fk_pays" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1443" ColName="fk_pays" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2019  <OPTIONSELECTED>  <OPTIONSELECTED>
2020  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2021  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2022  </OPTIONSELECTED>  </OPTIONSELECTED>
2023  </COLUMN>  </COLUMN>
2024  <COLUMN ID="1444" ColName="taux" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1444" ColName="taux" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2025  <OPTIONSELECTED>  <OPTIONSELECTED>
2026  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2027  </OPTIONSELECTED>  </OPTIONSELECTED>
2028  </COLUMN>  </COLUMN>
2029  <COLUMN ID="1445" ColName="recuperableonly" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1445" ColName="recuperableonly" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2030  <OPTIONSELECTED>  <OPTIONSELECTED>
2031  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2032  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2033  </OPTIONSELECTED>  </OPTIONSELECTED>
2034  </COLUMN>  </COLUMN>
2035  <COLUMN ID="1446" ColName="note" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1446" ColName="note" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(128)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2036  <OPTIONSELECTED>  <OPTIONSELECTED>
2037  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2038  </OPTIONSELECTED>  </OPTIONSELECTED>
2039  </COLUMN>  </COLUMN>
2040  <COLUMN ID="1447" ColName="active" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1447" ColName="active" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
2041  <OPTIONSELECTED>  <OPTIONSELECTED>
2042  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2043  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2044  </OPTIONSELECTED>  </OPTIONSELECTED>
2045  </COLUMN>  </COLUMN>
2046  </COLUMNS>  </COLUMNS>
2047  <INDICES>  <INDICES>
2048  <INDEX ID="1448" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1448" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2049  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2050  <INDEXCOLUMN idColumn="1442" LengthParam="0" />  <INDEXCOLUMN idColumn="1442" LengthParam="0" />
2051  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2052  </INDEX>  </INDEX>
2053  </INDICES>  </INDICES>
2054  </TABLE>  </TABLE>
2055  <TABLE ID="1037" Tablename="llx_c_type_contact" PrevTableName="" XPos="1900" YPos="483" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="39" >  <TABLE ID="1037" Tablename="llx_c_type_contact" PrevTableName="" XPos="1891" YPos="564" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="39" >
2056  <COLUMNS>  <COLUMNS>
2057  <COLUMN ID="1449" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1449" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2058  <OPTIONSELECTED>  <OPTIONSELECTED>
2059  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2060  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2061  </OPTIONSELECTED>  </OPTIONSELECTED>
2062  </COLUMN>  </COLUMN>
2063  <COLUMN ID="1450" ColName="element" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1450" ColName="element" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2064  <OPTIONSELECTED>  <OPTIONSELECTED>
2065  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2066  </OPTIONSELECTED>  </OPTIONSELECTED>
2067  </COLUMN>  </COLUMN>
2068  <COLUMN ID="1451" ColName="source" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(8)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="external" Comments="">  <COLUMN ID="1451" ColName="source" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(8)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="external" Comments="">
2069  <OPTIONSELECTED>  <OPTIONSELECTED>
2070  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2071  </OPTIONSELECTED>  </OPTIONSELECTED>
2072  </COLUMN>  </COLUMN>
2073  <COLUMN ID="1452" ColName="code" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(16)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1452" ColName="code" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(16)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2074  <OPTIONSELECTED>  <OPTIONSELECTED>
2075  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2076  </OPTIONSELECTED>  </OPTIONSELECTED>
2077  </COLUMN>  </COLUMN>
2078  <COLUMN ID="1453" ColName="libelle" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1453" ColName="libelle" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2079  <OPTIONSELECTED>  <OPTIONSELECTED>
2080  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2081  </OPTIONSELECTED>  </OPTIONSELECTED>
2082  </COLUMN>  </COLUMN>
2083  <COLUMN ID="1454" ColName="active" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1454" ColName="active" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
2084  <OPTIONSELECTED>  <OPTIONSELECTED>
2085  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2086  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2087  </OPTIONSELECTED>  </OPTIONSELECTED>
2088  </COLUMN>  </COLUMN>
2089  </COLUMNS>  </COLUMNS>
2090  <RELATIONS_START>  <RELATIONS_START>
2091  <RELATION_START ID="3281" />  <RELATION_START ID="3281" />
2092  </RELATIONS_START>  </RELATIONS_START>
2093  <INDICES>  <INDICES>
2094  <INDEX ID="1455" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1455" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2095  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2096  <INDEXCOLUMN idColumn="1449" LengthParam="0" />  <INDEXCOLUMN idColumn="1449" LengthParam="0" />
2097  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2098  </INDEX>  </INDEX>
2099  <INDEX ID="1456" IndexName="idx_c_type_contact_uk" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1456" IndexName="idx_c_type_contact_uk" IndexKind="1" FKRefDef_Obj_id="-1">
2100  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2101  <INDEXCOLUMN idColumn="1450" LengthParam="0" />  <INDEXCOLUMN idColumn="1450" LengthParam="0" />
2102  <INDEXCOLUMN idColumn="1451" LengthParam="0" />  <INDEXCOLUMN idColumn="1451" LengthParam="0" />
2103  <INDEXCOLUMN idColumn="1452" LengthParam="0" />  <INDEXCOLUMN idColumn="1452" LengthParam="0" />
2104  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2105  </INDEX>  </INDEX>
2106  </INDICES>  </INDICES>
2107  </TABLE>  </TABLE>
2108  <TABLE ID="1038" Tablename="llx_c_typent" PrevTableName="" XPos="1600" YPos="1342" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="40" >  <TABLE ID="1038" Tablename="llx_c_typent" PrevTableName="" XPos="1600" YPos="1342" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="40" >
2109  <COLUMNS>  <COLUMNS>
2110  <COLUMN ID="1457" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1457" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2111  <OPTIONSELECTED>  <OPTIONSELECTED>
2112  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2113  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2114  </OPTIONSELECTED>  </OPTIONSELECTED>
2115  </COLUMN>  </COLUMN>
2116  <COLUMN ID="1458" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1458" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2117  <OPTIONSELECTED>  <OPTIONSELECTED>
2118  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2119  </OPTIONSELECTED>  </OPTIONSELECTED>
2120  </COLUMN>  </COLUMN>
2121  <COLUMN ID="1459" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1459" ColName="libelle" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2122  <OPTIONSELECTED>  <OPTIONSELECTED>
2123  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2124  </OPTIONSELECTED>  </OPTIONSELECTED>
2125  </COLUMN>  </COLUMN>
2126  <COLUMN ID="1460" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1460" ColName="active" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
2127  <OPTIONSELECTED>  <OPTIONSELECTED>
2128  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2129  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2130  </OPTIONSELECTED>  </OPTIONSELECTED>
2131  </COLUMN>  </COLUMN>
2132  </COLUMNS>  </COLUMNS>
2133  <RELATIONS_START>  <RELATIONS_START>
2134  <RELATION_START ID="3270" />  <RELATION_START ID="3270" />
2135  </RELATIONS_START>  </RELATIONS_START>
2136  <INDICES>  <INDICES>
2137  <INDEX ID="1461" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1461" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2138  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2139  <INDEXCOLUMN idColumn="1457" LengthParam="0" />  <INDEXCOLUMN idColumn="1457" LengthParam="0" />
2140  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2141  </INDEX>  </INDEX>
2142  <INDEX ID="1462" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1462" IndexName="code" IndexKind="1" FKRefDef_Obj_id="-1">
2143  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2144  <INDEXCOLUMN idColumn="1458" LengthParam="0" />  <INDEXCOLUMN idColumn="1458" LengthParam="0" />
2145  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2146  </INDEX>  </INDEX>
2147  </INDICES>  </INDICES>
2148  </TABLE>  </TABLE>
2149  <TABLE ID="1039" Tablename="llx_categorie" PrevTableName="" XPos="2302" YPos="732" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="41" >  <TABLE ID="1039" Tablename="llx_categorie" PrevTableName="" XPos="2323" YPos="798" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="41" >
2150  <COLUMNS>  <COLUMNS>
2151  <COLUMN ID="1463" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1463" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2152  <OPTIONSELECTED>  <OPTIONSELECTED>
2153  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2154  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2155  </OPTIONSELECTED>  </OPTIONSELECTED>
2156  </COLUMN>  </COLUMN>
2157  <COLUMN ID="1464" ColName="label" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1464" ColName="label" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2158  <OPTIONSELECTED>  <OPTIONSELECTED>
2159  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2160  </OPTIONSELECTED>  </OPTIONSELECTED>
2161  </COLUMN>  </COLUMN>
2162  <COLUMN ID="1465" ColName="description" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1465" ColName="description" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2163  <OPTIONSELECTED>  <OPTIONSELECTED>
2164  </OPTIONSELECTED>  </OPTIONSELECTED>
2165  </COLUMN>  </COLUMN>
2166  </COLUMNS>  </COLUMNS>
2167  <RELATIONS_START>  <RELATIONS_START>
2168  <RELATION_START ID="3302" />  <RELATION_START ID="3302" />
2169  <RELATION_START ID="3305" />  <RELATION_START ID="3305" />
2170  <RELATION_START ID="3307" />  <RELATION_START ID="3307" />
2171  </RELATIONS_START>  </RELATIONS_START>
2172  <INDICES>  <INDICES>
2173  <INDEX ID="1466" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1466" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2174  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2175  <INDEXCOLUMN idColumn="1463" LengthParam="0" />  <INDEXCOLUMN idColumn="1463" LengthParam="0" />
2176  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2177  </INDEX>  </INDEX>
2178  </INDICES>  </INDICES>
2179  </TABLE>  </TABLE>
2180  <TABLE ID="1040" Tablename="llx_categorie_association" PrevTableName="" XPos="2262" YPos="624" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="42" >  <TABLE ID="1040" Tablename="llx_categorie_association" PrevTableName="" XPos="2325" YPos="603" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="42" >
2181  <COLUMNS>  <COLUMNS>
2182  <COLUMN ID="1467" ColName="fk_categorie_mere" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1467" ColName="fk_categorie_mere" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2183  <OPTIONSELECTED>  <OPTIONSELECTED>
2184  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2185  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2186  </OPTIONSELECTED>  </OPTIONSELECTED>
2187  </COLUMN>  </COLUMN>
2188  <COLUMN ID="1468" ColName="fk_categorie_fille" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1468" ColName="fk_categorie_fille" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2189  <OPTIONSELECTED>  <OPTIONSELECTED>
2190  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2191  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2192  </OPTIONSELECTED>  </OPTIONSELECTED>
2193  </COLUMN>  </COLUMN>
2194  </COLUMNS>  </COLUMNS>
2195  <RELATIONS_END>  <RELATIONS_END>
2196  <RELATION_END ID="3302" />  <RELATION_END ID="3302" />
2197  <RELATION_END ID="3305" />  <RELATION_END ID="3305" />
2198  </RELATIONS_END>  </RELATIONS_END>
2199  <INDICES>  <INDICES>
2200  <INDEX ID="3465" IndexName="llx_categorie_association_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3302">  <INDEX ID="3465" IndexName="llx_categorie_association_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3302">
2201  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2202  <INDEXCOLUMN idColumn="1467" LengthParam="0" />  <INDEXCOLUMN idColumn="1467" LengthParam="0" />
2203  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2204  </INDEX>  </INDEX>
2205  <INDEX ID="3466" IndexName="llx_categorie_association_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3305">  <INDEX ID="3466" IndexName="llx_categorie_association_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3305">
2206  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2207  <INDEXCOLUMN idColumn="1468" LengthParam="0" />  <INDEXCOLUMN idColumn="1468" LengthParam="0" />
2208  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2209  </INDEX>  </INDEX>
2210  </INDICES>  </INDICES>
2211  </TABLE>  </TABLE>
2212  <TABLE ID="1041" Tablename="llx_categorie_product" PrevTableName="" XPos="2270" YPos="824" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="43" >  <TABLE ID="1041" Tablename="llx_categorie_product" PrevTableName="" XPos="2251" YPos="880" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="43" >
2213  <COLUMNS>  <COLUMNS>
2214  <COLUMN ID="1469" ColName="fk_categorie" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1469" ColName="fk_categorie" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2215  <OPTIONSELECTED>  <OPTIONSELECTED>
2216  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2217  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2218  </OPTIONSELECTED>  </OPTIONSELECTED>
2219  </COLUMN>  </COLUMN>
2220  <COLUMN ID="1470" ColName="fk_product" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1470" ColName="fk_product" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2221  <OPTIONSELECTED>  <OPTIONSELECTED>
2222  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2223  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2224  </OPTIONSELECTED>  </OPTIONSELECTED>
2225  </COLUMN>  </COLUMN>
2226  </COLUMNS>  </COLUMNS>
2227  <RELATIONS_END>  <RELATIONS_END>
2228  <RELATION_END ID="3307" />  <RELATION_END ID="3307" />
2229  </RELATIONS_END>  </RELATIONS_END>
2230  <INDICES>  <INDICES>
2231  <INDEX ID="3467" IndexName="llx_categorie_product_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3307">  <INDEX ID="3467" IndexName="llx_categorie_product_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3307">
2232  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2233  <INDEXCOLUMN idColumn="1469" LengthParam="0" />  <INDEXCOLUMN idColumn="1469" LengthParam="0" />
2234  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2235  </INDEX>  </INDEX>
2236  </INDICES>  </INDICES>
2237  </TABLE>  </TABLE>
2238  <TABLE ID="1042" Tablename="llx_chargesociales" PrevTableName="" XPos="3608" YPos="558" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="44" >  <TABLE ID="1042" Tablename="llx_chargesociales" PrevTableName="" XPos="3608" YPos="558" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="44" >
2239  <COLUMNS>  <COLUMNS>
2240  <COLUMN ID="1471" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1471" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2241  <OPTIONSELECTED>  <OPTIONSELECTED>
2242  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2243  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2244  </OPTIONSELECTED>  </OPTIONSELECTED>
2245  </COLUMN>  </COLUMN>
2246  <COLUMN ID="1472" ColName="date_ech" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1472" ColName="date_ech" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
2247  <OPTIONSELECTED>  <OPTIONSELECTED>
2248  </OPTIONSELECTED>  </OPTIONSELECTED>
2249  </COLUMN>  </COLUMN>
2250  <COLUMN ID="1473" ColName="date_pai" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1473" ColName="date_pai" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2251  <OPTIONSELECTED>  <OPTIONSELECTED>
2252  </OPTIONSELECTED>  </OPTIONSELECTED>
2253  </COLUMN>  </COLUMN>
2254  <COLUMN ID="1474" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(80)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1474" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(80)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2255  <OPTIONSELECTED>  <OPTIONSELECTED>
2256  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2257  </OPTIONSELECTED>  </OPTIONSELECTED>
2258  </COLUMN>  </COLUMN>
2259  <COLUMN ID="1475" ColName="fk_type" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1475" ColName="fk_type" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2260  <OPTIONSELECTED>  <OPTIONSELECTED>
2261  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2262  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2263  </OPTIONSELECTED>  </OPTIONSELECTED>
2264  </COLUMN>  </COLUMN>
2265  <COLUMN ID="1476" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1476" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2266  <OPTIONSELECTED>  <OPTIONSELECTED>
2267  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2268  </OPTIONSELECTED>  </OPTIONSELECTED>
2269  </COLUMN>  </COLUMN>
2270  <COLUMN ID="1477" ColName="paye" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1477" ColName="paye" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2271  <OPTIONSELECTED>  <OPTIONSELECTED>
2272  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2273  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2274  </OPTIONSELECTED>  </OPTIONSELECTED>
2275  </COLUMN>  </COLUMN>
2276  <COLUMN ID="1478" ColName="periode" PrevColName="" Pos="8" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1478" ColName="periode" PrevColName="" Pos="8" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2277  <OPTIONSELECTED>  <OPTIONSELECTED>
2278  </OPTIONSELECTED>  </OPTIONSELECTED>
2279  </COLUMN>  </COLUMN>
2280  </COLUMNS>  </COLUMNS>
2281  <INDICES>  <INDICES>
2282  <INDEX ID="1479" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1479" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2283  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2284  <INDEXCOLUMN idColumn="1471" LengthParam="0" />  <INDEXCOLUMN idColumn="1471" LengthParam="0" />
2285  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2286  </INDEX>  </INDEX>
2287  </INDICES>  </INDICES>
2288  </TABLE>  </TABLE>
2289  <TABLE ID="1043" Tablename="llx_co_fa" PrevTableName="" XPos="2288" YPos="1890" TableType="1" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="45" >  <TABLE ID="1043" Tablename="llx_co_fa" PrevTableName="" XPos="2288" YPos="1890" TableType="1" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="45" >
2290  <COLUMNS>  <COLUMNS>
2291  <COLUMN ID="1481" ColName="fk_commande" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1481" ColName="fk_commande" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2292  <OPTIONSELECTED>  <OPTIONSELECTED>
2293  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2294  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2295  </OPTIONSELECTED>  </OPTIONSELECTED>
2296  </COLUMN>  </COLUMN>
2297  <COLUMN ID="3457" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3457" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2298  <OPTIONSELECTED>  <OPTIONSELECTED>
2299  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2300  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2301  </OPTIONSELECTED>  </OPTIONSELECTED>
2302  </COLUMN>  </COLUMN>
2303  </COLUMNS>  </COLUMNS>
2304  <RELATIONS_END>  <RELATIONS_END>
2305  <RELATION_END ID="3432" />  <RELATION_END ID="3432" />
2306  <RELATION_END ID="3435" />  <RELATION_END ID="3435" />
2307  </RELATIONS_END>  </RELATIONS_END>
2308  <INDICES>  <INDICES>
2309  <INDEX ID="1484" IndexName="fk_commande" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1484" IndexName="fk_commande" IndexKind="1" FKRefDef_Obj_id="-1">
2310  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2311  <INDEXCOLUMN idColumn="1481" LengthParam="0" />  <INDEXCOLUMN idColumn="1481" LengthParam="0" />
2312  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2313  </INDEX>  </INDEX>
2314  <INDEX ID="3468" IndexName="llx_co_fa_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3432">  <INDEX ID="3468" IndexName="llx_co_fa_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3432">
2315  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2316  <INDEXCOLUMN idColumn="1481" LengthParam="0" />  <INDEXCOLUMN idColumn="1481" LengthParam="0" />
2317  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2318  </INDEX>  </INDEX>
2319  <INDEX ID="3469" IndexName="llx_co_fa_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3435">  <INDEX ID="3469" IndexName="llx_co_fa_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3435">
2320  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2321  <INDEXCOLUMN idColumn="3457" LengthParam="0" />  <INDEXCOLUMN idColumn="3457" LengthParam="0" />
2322  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2323  </INDEX>  </INDEX>
2324  </INDICES>  </INDICES>
2325  </TABLE>  </TABLE>
2326  <TABLE ID="1044" Tablename="llx_co_pr" PrevTableName="" XPos="2552" YPos="1098" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="46" >  <TABLE ID="1044" Tablename="llx_co_pr" PrevTableName="" XPos="2552" YPos="1098" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="46" >
2327  <COLUMNS>  <COLUMNS>
2328  <COLUMN ID="1486" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1486" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2329  <OPTIONSELECTED>  <OPTIONSELECTED>
2330  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2331  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2332  </OPTIONSELECTED>  </OPTIONSELECTED>
2333  </COLUMN>  </COLUMN>
2334  <COLUMN ID="3431" ColName="fk_commande" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3431" ColName="fk_commande" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2335  <OPTIONSELECTED>  <OPTIONSELECTED>
2336  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2337  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2338  </OPTIONSELECTED>  </OPTIONSELECTED>
2339  </COLUMN>  </COLUMN>
2340  <COLUMN ID="1488" ColName="fk_propale" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1488" ColName="fk_propale" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2341  <OPTIONSELECTED>  <OPTIONSELECTED>
2342  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2343  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2344  </OPTIONSELECTED>  </OPTIONSELECTED>
2345  </COLUMN>  </COLUMN>
2346  </COLUMNS>  </COLUMNS>
2347  <RELATIONS_END>  <RELATIONS_END>
2348  <RELATION_END ID="3427" />  <RELATION_END ID="3427" />
2349  <RELATION_END ID="3429" />  <RELATION_END ID="3429" />
2350  </RELATIONS_END>  </RELATIONS_END>
2351  <INDICES>  <INDICES>
2352  <INDEX ID="1489" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1489" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2353  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2354  <INDEXCOLUMN idColumn="1486" LengthParam="0" />  <INDEXCOLUMN idColumn="1486" LengthParam="0" />
2355  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2356  </INDEX>  </INDEX>
2357  <INDEX ID="3470" IndexName="llx_co_pr_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3427">  <INDEX ID="3470" IndexName="llx_co_pr_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3427">
2358  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2359  <INDEXCOLUMN idColumn="1488" LengthParam="0" />  <INDEXCOLUMN idColumn="1488" LengthParam="0" />
2360  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2361  </INDEX>  </INDEX>
2362  <INDEX ID="3471" IndexName="llx_co_pr_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3429">  <INDEX ID="3471" IndexName="llx_co_pr_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3429">
2363  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2364  <INDEXCOLUMN idColumn="3431" LengthParam="0" />  <INDEXCOLUMN idColumn="3431" LengthParam="0" />
2365  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2366  </INDEX>  </INDEX>
2367  </INDICES>  </INDICES>
2368  </TABLE>  </TABLE>
2369  <TABLE ID="1045" Tablename="llx_commande" PrevTableName="" XPos="2912" YPos="1080" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="47" >  <TABLE ID="1045" Tablename="llx_commande" PrevTableName="" XPos="2912" YPos="1080" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="47" >
2370  <COLUMNS>  <COLUMNS>
2371  <COLUMN ID="1490" ColName="rowidc" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1490" ColName="rowidc" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2372  <OPTIONSELECTED>  <OPTIONSELECTED>
2373  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2374  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2375  </OPTIONSELECTED>  </OPTIONSELECTED>
2376  </COLUMN>  </COLUMN>
2377  <COLUMN ID="1491" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1491" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
2378  <OPTIONSELECTED>  <OPTIONSELECTED>
2379  </OPTIONSELECTED>  </OPTIONSELECTED>
2380  </COLUMN>  </COLUMN>
2381  <COLUMN ID="1492" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1492" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2382  <OPTIONSELECTED>  <OPTIONSELECTED>
2383  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2384  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2385  </OPTIONSELECTED>  </OPTIONSELECTED>
2386  </COLUMN>  </COLUMN>
2387  <COLUMN ID="1493" ColName="fk_soc_contact" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1493" ColName="fk_soc_contact" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2388  <OPTIONSELECTED>  <OPTIONSELECTED>
2389  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2390  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2391  </OPTIONSELECTED>  </OPTIONSELECTED>
2392  </COLUMN>  </COLUMN>
2393  <COLUMN ID="1494" ColName="fk_projet" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1494" ColName="fk_projet" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2394  <OPTIONSELECTED>  <OPTIONSELECTED>
2395  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2396  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2397  </OPTIONSELECTED>  </OPTIONSELECTED>
2398  </COLUMN>  </COLUMN>
2399  <COLUMN ID="1495" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1495" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2400  <OPTIONSELECTED>  <OPTIONSELECTED>
2401  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2402  </OPTIONSELECTED>  </OPTIONSELECTED>
2403  </COLUMN>  </COLUMN>
2404  <COLUMN ID="1496" ColName="ref_client" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1496" ColName="ref_client" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2405  <OPTIONSELECTED>  <OPTIONSELECTED>
2406  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2407  </OPTIONSELECTED>  </OPTIONSELECTED>
2408  </COLUMN>  </COLUMN>
2409  <COLUMN ID="1497" ColName="date_creation" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1497" ColName="date_creation" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2410  <OPTIONSELECTED>  <OPTIONSELECTED>
2411  </OPTIONSELECTED>  </OPTIONSELECTED>
2412  </COLUMN>  </COLUMN>
2413  <COLUMN ID="1498" ColName="date_valid" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1498" ColName="date_valid" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2414  <OPTIONSELECTED>  <OPTIONSELECTED>
2415  </OPTIONSELECTED>  </OPTIONSELECTED>
2416  </COLUMN>  </COLUMN>
2417  <COLUMN ID="1499" ColName="date_cloture" PrevColName="" Pos="10" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1499" ColName="date_cloture" PrevColName="" Pos="10" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2418  <OPTIONSELECTED>  <OPTIONSELECTED>
2419  </OPTIONSELECTED>  </OPTIONSELECTED>
2420  </COLUMN>  </COLUMN>
2421  <COLUMN ID="1500" ColName="date_commande" PrevColName="" Pos="11" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1500" ColName="date_commande" PrevColName="" Pos="11" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2422  <OPTIONSELECTED>  <OPTIONSELECTED>
2423  </OPTIONSELECTED>  </OPTIONSELECTED>
2424  </COLUMN>  </COLUMN>
2425  <COLUMN ID="1501" ColName="fk_user_author" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1501" ColName="fk_user_author" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2426  <OPTIONSELECTED>  <OPTIONSELECTED>
2427  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2428  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2429  </OPTIONSELECTED>  </OPTIONSELECTED>
2430  </COLUMN>  </COLUMN>
2431  <COLUMN ID="1502" ColName="fk_user_valid" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1502" ColName="fk_user_valid" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2432  <OPTIONSELECTED>  <OPTIONSELECTED>
2433  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2434  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2435  </OPTIONSELECTED>  </OPTIONSELECTED>
2436  </COLUMN>  </COLUMN>
2437  <COLUMN ID="1503" ColName="fk_user_cloture" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1503" ColName="fk_user_cloture" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2438  <OPTIONSELECTED>  <OPTIONSELECTED>
2439  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2440  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2441  </OPTIONSELECTED>  </OPTIONSELECTED>
2442  </COLUMN>  </COLUMN>
2443  <COLUMN ID="1504" ColName="source" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1504" ColName="source" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2444  <OPTIONSELECTED>  <OPTIONSELECTED>
2445  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2446  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2447  </OPTIONSELECTED>  </OPTIONSELECTED>
2448  </COLUMN>  </COLUMN>
2449  <COLUMN ID="1505" ColName="fk_statut" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1505" ColName="fk_statut" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2450  <OPTIONSELECTED>  <OPTIONSELECTED>
2451  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2452  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2453  </OPTIONSELECTED>  </OPTIONSELECTED>
2454  </COLUMN>  </COLUMN>
2455  <COLUMN ID="1506" ColName="amount_ht" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1506" ColName="amount_ht" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2456  <OPTIONSELECTED>  <OPTIONSELECTED>
2457  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2458  </OPTIONSELECTED>  </OPTIONSELECTED>
2459  </COLUMN>  </COLUMN>
2460  <COLUMN ID="1507" ColName="remise_percent" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1507" ColName="remise_percent" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2461  <OPTIONSELECTED>  <OPTIONSELECTED>
2462  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2463  </OPTIONSELECTED>  </OPTIONSELECTED>
2464  </COLUMN>  </COLUMN>
2465  <COLUMN ID="1508" ColName="remise" PrevColName="" Pos="19" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1508" ColName="remise" PrevColName="" Pos="19" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2466  <OPTIONSELECTED>  <OPTIONSELECTED>
2467  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2468  </OPTIONSELECTED>  </OPTIONSELECTED>
2469  </COLUMN>  </COLUMN>
2470  <COLUMN ID="1509" ColName="tva" PrevColName="" Pos="20" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1509" ColName="tva" PrevColName="" Pos="20" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2471  <OPTIONSELECTED>  <OPTIONSELECTED>
2472  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2473  </OPTIONSELECTED>  </OPTIONSELECTED>
2474  </COLUMN>  </COLUMN>
2475  <COLUMN ID="1510" ColName="total_ht" PrevColName="" Pos="21" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1510" ColName="total_ht" PrevColName="" Pos="21" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2476  <OPTIONSELECTED>  <OPTIONSELECTED>
2477  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2478  </OPTIONSELECTED>  </OPTIONSELECTED>
2479  </COLUMN>  </COLUMN>
2480  <COLUMN ID="1511" ColName="total_ttc" PrevColName="" Pos="22" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1511" ColName="total_ttc" PrevColName="" Pos="22" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2481  <OPTIONSELECTED>  <OPTIONSELECTED>
2482  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2483  </OPTIONSELECTED>  </OPTIONSELECTED>
2484  </COLUMN>  </COLUMN>
2485  <COLUMN ID="1512" ColName="note" PrevColName="" Pos="23" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1512" ColName="note" PrevColName="" Pos="23" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2486  <OPTIONSELECTED>  <OPTIONSELECTED>
2487  </OPTIONSELECTED>  </OPTIONSELECTED>
2488  </COLUMN>  </COLUMN>
2489  <COLUMN ID="1513" ColName="model_pdf" PrevColName="" Pos="24" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1513" ColName="model_pdf" PrevColName="" Pos="24" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2490  <OPTIONSELECTED>  <OPTIONSELECTED>
2491  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2492  </OPTIONSELECTED>  </OPTIONSELECTED>
2493  </COLUMN>  </COLUMN>
2494  <COLUMN ID="1514" ColName="facture" PrevColName="" Pos="25" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1514" ColName="facture" PrevColName="" Pos="25" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2495  <OPTIONSELECTED>  <OPTIONSELECTED>
2496  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2497  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2498  </OPTIONSELECTED>  </OPTIONSELECTED>
2499  </COLUMN>  </COLUMN>
2500  </COLUMNS>  </COLUMNS>
2501  <RELATIONS_START>  <RELATIONS_START>
2502  <RELATION_START ID="3425" />  <RELATION_START ID="3425" />
2503  <RELATION_START ID="3429" />  <RELATION_START ID="3429" />
2504  <RELATION_START ID="3432" />  <RELATION_START ID="3432" />
2505  </RELATIONS_START>  </RELATIONS_START>
2506  <RELATIONS_END>  <RELATIONS_END>
2507  <RELATION_END ID="3420" />  <RELATION_END ID="3420" />
2508  <RELATION_END ID="3422" />  <RELATION_END ID="3422" />
2509  </RELATIONS_END>  </RELATIONS_END>
2510  <INDICES>  <INDICES>
2511  <INDEX ID="1515" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1515" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2512  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2513  <INDEXCOLUMN idColumn="1490" LengthParam="0" />  <INDEXCOLUMN idColumn="1490" LengthParam="0" />
2514  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2515  </INDEX>  </INDEX>
2516  <INDEX ID="1516" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1516" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
2517  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2518  <INDEXCOLUMN idColumn="1495" LengthParam="0" />  <INDEXCOLUMN idColumn="1495" LengthParam="0" />
2519  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2520  </INDEX>  </INDEX>
2521  <INDEX ID="3472" IndexName="llx_commande_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3420">  <INDEX ID="3472" IndexName="llx_commande_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3420">
2522  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2523  <INDEXCOLUMN idColumn="1494" LengthParam="0" />  <INDEXCOLUMN idColumn="1494" LengthParam="0" />
2524  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2525  </INDEX>  </INDEX>
2526  <INDEX ID="3473" IndexName="llx_commande_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3422">  <INDEX ID="3473" IndexName="llx_commande_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3422">
2527  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2528  <INDEXCOLUMN idColumn="1492" LengthParam="0" />  <INDEXCOLUMN idColumn="1492" LengthParam="0" />
2529  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2530  </INDEX>  </INDEX>
2531  </INDICES>  </INDICES>
2532  </TABLE>  </TABLE>
2533  <TABLE ID="1046" Tablename="llx_commande_fournisseur" PrevTableName="" XPos="3226" YPos="956" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="48" >  <TABLE ID="1046" Tablename="llx_commande_fournisseur" PrevTableName="" XPos="3226" YPos="956" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="48" >
2534  <COLUMNS>  <COLUMNS>
2535  <COLUMN ID="1517" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1517" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2536  <OPTIONSELECTED>  <OPTIONSELECTED>
2537  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2538  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2539  </OPTIONSELECTED>  </OPTIONSELECTED>
2540  </COLUMN>  </COLUMN>
2541  <COLUMN ID="1518" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1518" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
2542  <OPTIONSELECTED>  <OPTIONSELECTED>
2543  </OPTIONSELECTED>  </OPTIONSELECTED>
2544  </COLUMN>  </COLUMN>
2545  <COLUMN ID="1519" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1519" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2546  <OPTIONSELECTED>  <OPTIONSELECTED>
2547  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2548  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2549  </OPTIONSELECTED>  </OPTIONSELECTED>
2550  </COLUMN>  </COLUMN>
2551  <COLUMN ID="1520" ColName="fk_soc_contact" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1520" ColName="fk_soc_contact" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2552  <OPTIONSELECTED>  <OPTIONSELECTED>
2553  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2554  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2555  </OPTIONSELECTED>  </OPTIONSELECTED>
2556  </COLUMN>  </COLUMN>
2557  <COLUMN ID="1521" ColName="fk_projet" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1521" ColName="fk_projet" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2558  <OPTIONSELECTED>  <OPTIONSELECTED>
2559  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2560  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2561  </OPTIONSELECTED>  </OPTIONSELECTED>
2562  </COLUMN>  </COLUMN>
2563  <COLUMN ID="1522" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1522" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2564  <OPTIONSELECTED>  <OPTIONSELECTED>
2565  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2566  </OPTIONSELECTED>  </OPTIONSELECTED>
2567  </COLUMN>  </COLUMN>
2568  <COLUMN ID="1523" ColName="date_creation" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1523" ColName="date_creation" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2569  <OPTIONSELECTED>  <OPTIONSELECTED>
2570  </OPTIONSELECTED>  </OPTIONSELECTED>
2571  </COLUMN>  </COLUMN>
2572  <COLUMN ID="1524" ColName="date_valid" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1524" ColName="date_valid" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2573  <OPTIONSELECTED>  <OPTIONSELECTED>
2574  </OPTIONSELECTED>  </OPTIONSELECTED>
2575  </COLUMN>  </COLUMN>
2576  <COLUMN ID="1525" ColName="date_cloture" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1525" ColName="date_cloture" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2577  <OPTIONSELECTED>  <OPTIONSELECTED>
2578  </OPTIONSELECTED>  </OPTIONSELECTED>
2579  </COLUMN>  </COLUMN>
2580  <COLUMN ID="1526" ColName="date_commande" PrevColName="" Pos="10" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1526" ColName="date_commande" PrevColName="" Pos="10" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2581  <OPTIONSELECTED>  <OPTIONSELECTED>
2582  </OPTIONSELECTED>  </OPTIONSELECTED>
2583  </COLUMN>  </COLUMN>
2584  <COLUMN ID="1527" ColName="fk_methode_commande" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1527" ColName="fk_methode_commande" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2585  <OPTIONSELECTED>  <OPTIONSELECTED>
2586  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2587  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2588  </OPTIONSELECTED>  </OPTIONSELECTED>
2589  </COLUMN>  </COLUMN>
2590  <COLUMN ID="1528" ColName="fk_user_author" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1528" ColName="fk_user_author" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2591  <OPTIONSELECTED>  <OPTIONSELECTED>
2592  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2593  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2594  </OPTIONSELECTED>  </OPTIONSELECTED>
2595  </COLUMN>  </COLUMN>
2596  <COLUMN ID="1529" ColName="fk_user_valid" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1529" ColName="fk_user_valid" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2597  <OPTIONSELECTED>  <OPTIONSELECTED>
2598  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2599  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2600  </OPTIONSELECTED>  </OPTIONSELECTED>
2601  </COLUMN>  </COLUMN>
2602  <COLUMN ID="1530" ColName="fk_user_cloture" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1530" ColName="fk_user_cloture" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2603  <OPTIONSELECTED>  <OPTIONSELECTED>
2604  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2605  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2606  </OPTIONSELECTED>  </OPTIONSELECTED>
2607  </COLUMN>  </COLUMN>
2608  <COLUMN ID="1531" ColName="source" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1531" ColName="source" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2609  <OPTIONSELECTED>  <OPTIONSELECTED>
2610  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2611  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2612  </OPTIONSELECTED>  </OPTIONSELECTED>
2613  </COLUMN>  </COLUMN>
2614  <COLUMN ID="1532" ColName="fk_statut" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1532" ColName="fk_statut" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2615  <OPTIONSELECTED>  <OPTIONSELECTED>
2616  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2617  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2618  </OPTIONSELECTED>  </OPTIONSELECTED>
2619  </COLUMN>  </COLUMN>
2620  <COLUMN ID="1533" ColName="amount_ht" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1533" ColName="amount_ht" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2621  <OPTIONSELECTED>  <OPTIONSELECTED>
2622  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2623  </OPTIONSELECTED>  </OPTIONSELECTED>
2624  </COLUMN>  </COLUMN>
2625  <COLUMN ID="1534" ColName="remise_percent" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1534" ColName="remise_percent" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2626  <OPTIONSELECTED>  <OPTIONSELECTED>
2627  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2628  </OPTIONSELECTED>  </OPTIONSELECTED>
2629  </COLUMN>  </COLUMN>
2630  <COLUMN ID="1535" ColName="remise" PrevColName="" Pos="19" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1535" ColName="remise" PrevColName="" Pos="19" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2631  <OPTIONSELECTED>  <OPTIONSELECTED>
2632  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2633  </OPTIONSELECTED>  </OPTIONSELECTED>
2634  </COLUMN>  </COLUMN>
2635  <COLUMN ID="1536" ColName="tva" PrevColName="" Pos="20" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1536" ColName="tva" PrevColName="" Pos="20" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2636  <OPTIONSELECTED>  <OPTIONSELECTED>
2637  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2638  </OPTIONSELECTED>  </OPTIONSELECTED>
2639  </COLUMN>  </COLUMN>
2640  <COLUMN ID="1537" ColName="total_ht" PrevColName="" Pos="21" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1537" ColName="total_ht" PrevColName="" Pos="21" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2641  <OPTIONSELECTED>  <OPTIONSELECTED>
2642  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2643  </OPTIONSELECTED>  </OPTIONSELECTED>
2644  </COLUMN>  </COLUMN>
2645  <COLUMN ID="1538" ColName="total_ttc" PrevColName="" Pos="22" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1538" ColName="total_ttc" PrevColName="" Pos="22" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2646  <OPTIONSELECTED>  <OPTIONSELECTED>
2647  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2648  </OPTIONSELECTED>  </OPTIONSELECTED>
2649  </COLUMN>  </COLUMN>
2650  <COLUMN ID="1539" ColName="note" PrevColName="" Pos="23" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1539" ColName="note" PrevColName="" Pos="23" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2651  <OPTIONSELECTED>  <OPTIONSELECTED>
2652  </OPTIONSELECTED>  </OPTIONSELECTED>
2653  </COLUMN>  </COLUMN>
2654  <COLUMN ID="1540" ColName="model_pdf" PrevColName="" Pos="24" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1540" ColName="model_pdf" PrevColName="" Pos="24" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2655  <OPTIONSELECTED>  <OPTIONSELECTED>
2656  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2657  </OPTIONSELECTED>  </OPTIONSELECTED>
2658  </COLUMN>  </COLUMN>
2659  </COLUMNS>  </COLUMNS>
2660  <INDICES>  <INDICES>
2661  <INDEX ID="1541" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1541" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2662  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2663  <INDEXCOLUMN idColumn="1517" LengthParam="0" />  <INDEXCOLUMN idColumn="1517" LengthParam="0" />
2664  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2665  </INDEX>  </INDEX>
2666  <INDEX ID="1542" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1542" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
2667  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2668  <INDEXCOLUMN idColumn="1522" LengthParam="0" />  <INDEXCOLUMN idColumn="1522" LengthParam="0" />
2669  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2670  </INDEX>  </INDEX>
2671  </INDICES>  </INDICES>
2672  </TABLE>  </TABLE>
2673  <TABLE ID="1047" Tablename="llx_commande_fournisseur_log" PrevTableName="" XPos="3242" YPos="837" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="49" >  <TABLE ID="1047" Tablename="llx_commande_fournisseur_log" PrevTableName="" XPos="3242" YPos="837" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="49" >
2674  <COLUMNS>  <COLUMNS>
2675  <COLUMN ID="1543" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1543" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2676  <OPTIONSELECTED>  <OPTIONSELECTED>
2677  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2678  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2679  </OPTIONSELECTED>  </OPTIONSELECTED>
2680  </COLUMN>  </COLUMN>
2681  <COLUMN ID="1544" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1544" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
2682  <OPTIONSELECTED>  <OPTIONSELECTED>
2683  </OPTIONSELECTED>  </OPTIONSELECTED>
2684  </COLUMN>  </COLUMN>
2685  <COLUMN ID="1545" ColName="datelog" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1545" ColName="datelog" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
2686  <OPTIONSELECTED>  <OPTIONSELECTED>
2687  </OPTIONSELECTED>  </OPTIONSELECTED>
2688  </COLUMN>  </COLUMN>
2689  <COLUMN ID="1546" ColName="fk_commande" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1546" ColName="fk_commande" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2690  <OPTIONSELECTED>  <OPTIONSELECTED>
2691  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2692  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2693  </OPTIONSELECTED>  </OPTIONSELECTED>
2694  </COLUMN>  </COLUMN>
2695  <COLUMN ID="1547" ColName="fk_statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1547" ColName="fk_statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2696  <OPTIONSELECTED>  <OPTIONSELECTED>
2697  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2698  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2699  </OPTIONSELECTED>  </OPTIONSELECTED>
2700  </COLUMN>  </COLUMN>
2701  <COLUMN ID="1548" ColName="fk_user" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1548" ColName="fk_user" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2702  <OPTIONSELECTED>  <OPTIONSELECTED>
2703  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2704  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2705  </OPTIONSELECTED>  </OPTIONSELECTED>
2706  </COLUMN>  </COLUMN>
2707  </COLUMNS>  </COLUMNS>
2708  <INDICES>  <INDICES>
2709  <INDEX ID="1549" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1549" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2710  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2711  <INDEXCOLUMN idColumn="1543" LengthParam="0" />  <INDEXCOLUMN idColumn="1543" LengthParam="0" />
2712  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2713  </INDEX>  </INDEX>
2714  </INDICES>  </INDICES>
2715  </TABLE>  </TABLE>
2716  <TABLE ID="1048" Tablename="llx_commande_fournisseurdet" PrevTableName="" XPos="3249" YPos="898" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="50" >  <TABLE ID="1048" Tablename="llx_commande_fournisseurdet" PrevTableName="" XPos="3249" YPos="898" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="50" >
2717  <COLUMNS>  <COLUMNS>
2718  <COLUMN ID="1550" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1550" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2719  <OPTIONSELECTED>  <OPTIONSELECTED>
2720  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2721  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2722  </OPTIONSELECTED>  </OPTIONSELECTED>
2723  </COLUMN>  </COLUMN>
2724  <COLUMN ID="1551" ColName="fk_commande" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1551" ColName="fk_commande" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2725  <OPTIONSELECTED>  <OPTIONSELECTED>
2726  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2727  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2728  </OPTIONSELECTED>  </OPTIONSELECTED>
2729  </COLUMN>  </COLUMN>
2730  <COLUMN ID="1552" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1552" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2731  <OPTIONSELECTED>  <OPTIONSELECTED>
2732  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2733  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2734  </OPTIONSELECTED>  </OPTIONSELECTED>
2735  </COLUMN>  </COLUMN>
2736  <COLUMN ID="1553" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1553" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2737  <OPTIONSELECTED>  <OPTIONSELECTED>
2738  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2739  </OPTIONSELECTED>  </OPTIONSELECTED>
2740  </COLUMN>  </COLUMN>
2741  <COLUMN ID="1554" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1554" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2742  <OPTIONSELECTED>  <OPTIONSELECTED>
2743  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2744  </OPTIONSELECTED>  </OPTIONSELECTED>
2745  </COLUMN>  </COLUMN>
2746  <COLUMN ID="1555" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1555" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2747  <OPTIONSELECTED>  <OPTIONSELECTED>
2748  </OPTIONSELECTED>  </OPTIONSELECTED>
2749  </COLUMN>  </COLUMN>
2750  <COLUMN ID="1556" ColName="tva_tx" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <COLUMN ID="1556" ColName="tva_tx" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
2751  <OPTIONSELECTED>  <OPTIONSELECTED>
2752  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2753  </OPTIONSELECTED>  </OPTIONSELECTED>
2754  </COLUMN>  </COLUMN>
2755  <COLUMN ID="1557" ColName="qty" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1557" ColName="qty" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2756  <OPTIONSELECTED>  <OPTIONSELECTED>
2757  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2758  </OPTIONSELECTED>  </OPTIONSELECTED>
2759  </COLUMN>  </COLUMN>
2760  <COLUMN ID="1558" ColName="remise_percent" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1558" ColName="remise_percent" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2761  <OPTIONSELECTED>  <OPTIONSELECTED>
2762  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2763  </OPTIONSELECTED>  </OPTIONSELECTED>
2764  </COLUMN>  </COLUMN>
2765  <COLUMN ID="1559" ColName="remise" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1559" ColName="remise" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2766  <OPTIONSELECTED>  <OPTIONSELECTED>
2767  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2768  </OPTIONSELECTED>  </OPTIONSELECTED>
2769  </COLUMN>  </COLUMN>
2770  <COLUMN ID="1560" ColName="subprice" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1560" ColName="subprice" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2771  <OPTIONSELECTED>  <OPTIONSELECTED>
2772  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2773  </OPTIONSELECTED>  </OPTIONSELECTED>
2774  </COLUMN>  </COLUMN>
2775  <COLUMN ID="1561" ColName="price" PrevColName="" Pos="12" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1561" ColName="price" PrevColName="" Pos="12" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2776  <OPTIONSELECTED>  <OPTIONSELECTED>
2777  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2778  </OPTIONSELECTED>  </OPTIONSELECTED>
2779  </COLUMN>  </COLUMN>
2780  </COLUMNS>  </COLUMNS>
2781  <INDICES>  <INDICES>
2782  <INDEX ID="1562" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1562" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2783  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2784  <INDEXCOLUMN idColumn="1550" LengthParam="0" />  <INDEXCOLUMN idColumn="1550" LengthParam="0" />
2785  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2786  </INDEX>  </INDEX>
2787  </INDICES>  </INDICES>
2788  </TABLE>  </TABLE>
2789  <TABLE ID="1049" Tablename="llx_commandedet" PrevTableName="" XPos="2908" YPos="1644" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="51" >  <TABLE ID="1049" Tablename="llx_commandedet" PrevTableName="" XPos="2908" YPos="1644" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="51" >
2790  <COLUMNS>  <COLUMNS>
2791  <COLUMN ID="1563" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1563" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2792  <OPTIONSELECTED>  <OPTIONSELECTED>
2793  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2794  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2795  </OPTIONSELECTED>  </OPTIONSELECTED>
2796  </COLUMN>  </COLUMN>
2797  <COLUMN ID="1564" ColName="fk_commande" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1564" ColName="fk_commande" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
2798  <OPTIONSELECTED>  <OPTIONSELECTED>
2799  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2800  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2801  </OPTIONSELECTED>  </OPTIONSELECTED>
2802  </COLUMN>  </COLUMN>
2803  <COLUMN ID="1565" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1565" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2804  <OPTIONSELECTED>  <OPTIONSELECTED>
2805  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2806  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2807  </OPTIONSELECTED>  </OPTIONSELECTED>
2808  </COLUMN>  </COLUMN>
2809  <COLUMN ID="1566" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1566" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2810  <OPTIONSELECTED>  <OPTIONSELECTED>
2811  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2812  </OPTIONSELECTED>  </OPTIONSELECTED>
2813  </COLUMN>  </COLUMN>
2814  <COLUMN ID="1567" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1567" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2815  <OPTIONSELECTED>  <OPTIONSELECTED>
2816  </OPTIONSELECTED>  </OPTIONSELECTED>
2817  </COLUMN>  </COLUMN>
2818  <COLUMN ID="1568" ColName="tva_tx" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <COLUMN ID="1568" ColName="tva_tx" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
2819  <OPTIONSELECTED>  <OPTIONSELECTED>
2820  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2821  </OPTIONSELECTED>  </OPTIONSELECTED>
2822  </COLUMN>  </COLUMN>
2823  <COLUMN ID="1569" ColName="qty" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1569" ColName="qty" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2824  <OPTIONSELECTED>  <OPTIONSELECTED>
2825  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2826  </OPTIONSELECTED>  </OPTIONSELECTED>
2827  </COLUMN>  </COLUMN>
2828  <COLUMN ID="1570" ColName="remise_percent" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1570" ColName="remise_percent" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2829  <OPTIONSELECTED>  <OPTIONSELECTED>
2830  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2831  </OPTIONSELECTED>  </OPTIONSELECTED>
2832  </COLUMN>  </COLUMN>
2833  <COLUMN ID="1571" ColName="remise" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1571" ColName="remise" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2834  <OPTIONSELECTED>  <OPTIONSELECTED>
2835  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2836  </OPTIONSELECTED>  </OPTIONSELECTED>
2837  </COLUMN>  </COLUMN>
2838  <COLUMN ID="1572" ColName="subprice" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1572" ColName="subprice" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2839  <OPTIONSELECTED>  <OPTIONSELECTED>
2840  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2841  </OPTIONSELECTED>  </OPTIONSELECTED>
2842  </COLUMN>  </COLUMN>
2843  <COLUMN ID="1573" ColName="price" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1573" ColName="price" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2844  <OPTIONSELECTED>  <OPTIONSELECTED>
2845  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2846  </OPTIONSELECTED>  </OPTIONSELECTED>
2847  </COLUMN>  </COLUMN>
2848  </COLUMNS>  </COLUMNS>
2849  <RELATIONS_END>  <RELATIONS_END>
2850  <RELATION_END ID="3425" />  <RELATION_END ID="3425" />
2851  </RELATIONS_END>  </RELATIONS_END>
2852  <INDICES>  <INDICES>
2853  <INDEX ID="1574" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1574" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2854  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2855  <INDEXCOLUMN idColumn="1563" LengthParam="0" />  <INDEXCOLUMN idColumn="1563" LengthParam="0" />
2856  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2857  </INDEX>  </INDEX>
2858  <INDEX ID="3474" IndexName="llx_commandedet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3425">  <INDEX ID="3474" IndexName="llx_commandedet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3425">
2859  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2860  <INDEXCOLUMN idColumn="1564" LengthParam="0" />  <INDEXCOLUMN idColumn="1564" LengthParam="0" />
2861  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2862  </INDEX>  </INDEX>
2863  </INDICES>  </INDICES>
2864  </TABLE>  </TABLE>
2865  <TABLE ID="1050" Tablename="llx_compta" PrevTableName="" XPos="3617" YPos="500" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="52" >  <TABLE ID="1050" Tablename="llx_compta" PrevTableName="" XPos="3617" YPos="500" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="52" >
2866  <COLUMNS>  <COLUMNS>
2867  <COLUMN ID="1575" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1575" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2868  <OPTIONSELECTED>  <OPTIONSELECTED>
2869  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2870  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2871  </OPTIONSELECTED>  </OPTIONSELECTED>
2872  </COLUMN>  </COLUMN>
2873  <COLUMN ID="1576" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1576" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2874  <OPTIONSELECTED>  <OPTIONSELECTED>
2875  </OPTIONSELECTED>  </OPTIONSELECTED>
2876  </COLUMN>  </COLUMN>
2877  <COLUMN ID="1577" ColName="datev" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1577" ColName="datev" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2878  <OPTIONSELECTED>  <OPTIONSELECTED>
2879  </OPTIONSELECTED>  </OPTIONSELECTED>
2880  </COLUMN>  </COLUMN>
2881  <COLUMN ID="1578" ColName="amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1578" ColName="amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2882  <OPTIONSELECTED>  <OPTIONSELECTED>
2883  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2884  </OPTIONSELECTED>  </OPTIONSELECTED>
2885  </COLUMN>  </COLUMN>
2886  <COLUMN ID="1579" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1579" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2887  <OPTIONSELECTED>  <OPTIONSELECTED>
2888  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2889  </OPTIONSELECTED>  </OPTIONSELECTED>
2890  </COLUMN>  </COLUMN>
2891  <COLUMN ID="1580" ColName="fk_compta_account" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1580" ColName="fk_compta_account" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2892  <OPTIONSELECTED>  <OPTIONSELECTED>
2893  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2894  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2895  </OPTIONSELECTED>  </OPTIONSELECTED>
2896  </COLUMN>  </COLUMN>
2897  <COLUMN ID="1581" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1581" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2898  <OPTIONSELECTED>  <OPTIONSELECTED>
2899  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2900  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2901  </OPTIONSELECTED>  </OPTIONSELECTED>
2902  </COLUMN>  </COLUMN>
2903  <COLUMN ID="1582" ColName="fk_user_valid" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1582" ColName="fk_user_valid" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2904  <OPTIONSELECTED>  <OPTIONSELECTED>
2905  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2906  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2907  </OPTIONSELECTED>  </OPTIONSELECTED>
2908  </COLUMN>  </COLUMN>
2909  <COLUMN ID="1583" ColName="valid" PrevColName="" Pos="9" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1583" ColName="valid" PrevColName="" Pos="9" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2910  <OPTIONSELECTED>  <OPTIONSELECTED>
2911  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2912  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2913  </OPTIONSELECTED>  </OPTIONSELECTED>
2914  </COLUMN>  </COLUMN>
2915  <COLUMN ID="1584" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1584" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2916  <OPTIONSELECTED>  <OPTIONSELECTED>
2917  </OPTIONSELECTED>  </OPTIONSELECTED>
2918  </COLUMN>  </COLUMN>
2919  </COLUMNS>  </COLUMNS>
2920  <INDICES>  <INDICES>
2921  <INDEX ID="1585" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1585" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2922  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2923  <INDEXCOLUMN idColumn="1575" LengthParam="0" />  <INDEXCOLUMN idColumn="1575" LengthParam="0" />
2924  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2925  </INDEX>  </INDEX>
2926  </INDICES>  </INDICES>
2927  </TABLE>  </TABLE>
2928  <TABLE ID="1051" Tablename="llx_compta_account" PrevTableName="" XPos="3800" YPos="492" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="53" >  <TABLE ID="1051" Tablename="llx_compta_account" PrevTableName="" XPos="3800" YPos="492" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="53" >
2929  <COLUMNS>  <COLUMNS>
2930  <COLUMN ID="1586" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1586" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2931  <OPTIONSELECTED>  <OPTIONSELECTED>
2932  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2933  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2934  </OPTIONSELECTED>  </OPTIONSELECTED>
2935  </COLUMN>  </COLUMN>
2936  <COLUMN ID="1587" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1587" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2937  <OPTIONSELECTED>  <OPTIONSELECTED>
2938  </OPTIONSELECTED>  </OPTIONSELECTED>
2939  </COLUMN>  </COLUMN>
2940  <COLUMN ID="1588" ColName="number" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1588" ColName="number" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2941  <OPTIONSELECTED>  <OPTIONSELECTED>
2942  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2943  </OPTIONSELECTED>  </OPTIONSELECTED>
2944  </COLUMN>  </COLUMN>
2945  <COLUMN ID="1589" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1589" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2946  <OPTIONSELECTED>  <OPTIONSELECTED>
2947  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2948  </OPTIONSELECTED>  </OPTIONSELECTED>
2949  </COLUMN>  </COLUMN>
2950  <COLUMN ID="1590" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1590" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2951  <OPTIONSELECTED>  <OPTIONSELECTED>
2952  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2953  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2954  </OPTIONSELECTED>  </OPTIONSELECTED>
2955  </COLUMN>  </COLUMN>
2956  <COLUMN ID="1591" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1591" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2957  <OPTIONSELECTED>  <OPTIONSELECTED>
2958  </OPTIONSELECTED>  </OPTIONSELECTED>
2959  </COLUMN>  </COLUMN>
2960  </COLUMNS>  </COLUMNS>
2961  <INDICES>  <INDICES>
2962  <INDEX ID="1592" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1592" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
2963  <INDEXCOLUMNS>  <INDEXCOLUMNS>
2964  <INDEXCOLUMN idColumn="1586" LengthParam="0" />  <INDEXCOLUMN idColumn="1586" LengthParam="0" />
2965  </INDEXCOLUMNS>  </INDEXCOLUMNS>
2966  </INDEX>  </INDEX>
2967  </INDICES>  </INDICES>
2968  </TABLE>  </TABLE>
2969  <TABLE ID="1052" Tablename="llx_compta_compte_generaux" PrevTableName="" XPos="3767" YPos="683" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="54" >  <TABLE ID="1052" Tablename="llx_compta_compte_generaux" PrevTableName="" XPos="3767" YPos="683" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="54" >
2970  <COLUMNS>  <COLUMNS>
2971  <COLUMN ID="1593" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1593" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2972  <OPTIONSELECTED>  <OPTIONSELECTED>
2973  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2974  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2975  </OPTIONSELECTED>  </OPTIONSELECTED>
2976  </COLUMN>  </COLUMN>
2977  <COLUMN ID="1594" ColName="date_creation" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1594" ColName="date_creation" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2978  <OPTIONSELECTED>  <OPTIONSELECTED>
2979  </OPTIONSELECTED>  </OPTIONSELECTED>
2980  </COLUMN>  </COLUMN>
2981  <COLUMN ID="1595" ColName="numero" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1595" ColName="numero" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2982  <OPTIONSELECTED>  <OPTIONSELECTED>
2983  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2984  </OPTIONSELECTED>  </OPTIONSELECTED>
2985  </COLUMN>  </COLUMN>
2986  <COLUMN ID="1596" ColName="intitule" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1596" ColName="intitule" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2987  <OPTIONSELECTED>  <OPTIONSELECTED>
2988  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2989  </OPTIONSELECTED>  </OPTIONSELECTED>
2990  </COLUMN>  </COLUMN>
2991  <COLUMN ID="1597" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1597" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2992  <OPTIONSELECTED>  <OPTIONSELECTED>
2993  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2994  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
2995  </OPTIONSELECTED>  </OPTIONSELECTED>
2996  </COLUMN>  </COLUMN>
2997  <COLUMN ID="1598" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1598" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
2998  <OPTIONSELECTED>  <OPTIONSELECTED>
2999  </OPTIONSELECTED>  </OPTIONSELECTED>
3000  </COLUMN>  </COLUMN>
3001  </COLUMNS>  </COLUMNS>
3002  <INDICES>  <INDICES>
3003  <INDEX ID="1599" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1599" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3004  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3005  <INDEXCOLUMN idColumn="1593" LengthParam="0" />  <INDEXCOLUMN idColumn="1593" LengthParam="0" />
3006  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3007  </INDEX>  </INDEX>
3008  <INDEX ID="1600" IndexName="numero" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1600" IndexName="numero" IndexKind="1" FKRefDef_Obj_id="-1">
3009  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3010  <INDEXCOLUMN idColumn="1595" LengthParam="0" />  <INDEXCOLUMN idColumn="1595" LengthParam="0" />
3011  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3012  </INDEX>  </INDEX>
3013  </INDICES>  </INDICES>
3014  </TABLE>  </TABLE>
3015  <TABLE ID="1053" Tablename="llx_concert" PrevTableName="" XPos="3646" YPos="236" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="55" >  <TABLE ID="1053" Tablename="llx_concert" PrevTableName="" XPos="3646" YPos="236" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="55" >
3016  <COLUMNS>  <COLUMNS>
3017  <COLUMN ID="1601" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1601" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3018  <OPTIONSELECTED>  <OPTIONSELECTED>
3019  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3020  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3021  </OPTIONSELECTED>  </OPTIONSELECTED>
3022  </COLUMN>  </COLUMN>
3023  <COLUMN ID="1602" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1602" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3024  <OPTIONSELECTED>  <OPTIONSELECTED>
3025  </OPTIONSELECTED>  </OPTIONSELECTED>
3026  </COLUMN>  </COLUMN>
3027  <COLUMN ID="1603" ColName="date_concert" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1603" ColName="date_concert" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
3028  <OPTIONSELECTED>  <OPTIONSELECTED>
3029  </OPTIONSELECTED>  </OPTIONSELECTED>
3030  </COLUMN>  </COLUMN>
3031  <COLUMN ID="1604" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1604" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3032  <OPTIONSELECTED>  <OPTIONSELECTED>
3033  </OPTIONSELECTED>  </OPTIONSELECTED>
3034  </COLUMN>  </COLUMN>
3035  <COLUMN ID="1605" ColName="collectif" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1605" ColName="collectif" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3036  <OPTIONSELECTED>  <OPTIONSELECTED>
3037  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3038  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3039  </OPTIONSELECTED>  </OPTIONSELECTED>
3040  </COLUMN>  </COLUMN>
3041  <COLUMN ID="1606" ColName="fk_groupart" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1606" ColName="fk_groupart" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3042  <OPTIONSELECTED>  <OPTIONSELECTED>
3043  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3044  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3045  </OPTIONSELECTED>  </OPTIONSELECTED>
3046  </COLUMN>  </COLUMN>
3047  <COLUMN ID="1607" ColName="fk_lieu_concert" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1607" ColName="fk_lieu_concert" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3048  <OPTIONSELECTED>  <OPTIONSELECTED>
3049  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3050  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3051  </OPTIONSELECTED>  </OPTIONSELECTED>
3052  </COLUMN>  </COLUMN>
3053  <COLUMN ID="1608" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1608" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3054  <OPTIONSELECTED>  <OPTIONSELECTED>
3055  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3056  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3057  </OPTIONSELECTED>  </OPTIONSELECTED>
3058  </COLUMN>  </COLUMN>
3059  </COLUMNS>  </COLUMNS>
3060  <INDICES>  <INDICES>
3061  <INDEX ID="1609" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1609" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3062  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3063  <INDEXCOLUMN idColumn="1601" LengthParam="0" />  <INDEXCOLUMN idColumn="1601" LengthParam="0" />
3064  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3065  </INDEX>  </INDEX>
3066  </INDICES>  </INDICES>
3067  </TABLE>  </TABLE>
3068  <TABLE ID="1054" Tablename="llx_cond_reglement" PrevTableName="" XPos="1694" YPos="1874" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="56" >  <TABLE ID="1054" Tablename="llx_cond_reglement" PrevTableName="" XPos="1694" YPos="1874" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="56" >
3069  <COLUMNS>  <COLUMNS>
3070  <COLUMN ID="1610" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1610" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3071  <OPTIONSELECTED>  <OPTIONSELECTED>
3072  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3073  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3074  </OPTIONSELECTED>  </OPTIONSELECTED>
3075  </COLUMN>  </COLUMN>
3076  <COLUMN ID="1611" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(16)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1611" ColName="code" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(16)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3077  <OPTIONSELECTED>  <OPTIONSELECTED>
3078  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3079  </OPTIONSELECTED>  </OPTIONSELECTED>
3080  </COLUMN>  </COLUMN>
3081  <COLUMN ID="1612" ColName="sortorder" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1612" ColName="sortorder" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3082  <OPTIONSELECTED>  <OPTIONSELECTED>
3083  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3084  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3085  </OPTIONSELECTED>  </OPTIONSELECTED>
3086  </COLUMN>  </COLUMN>
3087  <COLUMN ID="1613" ColName="actif" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1613" ColName="actif" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
3088  <OPTIONSELECTED>  <OPTIONSELECTED>
3089  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3090  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3091  </OPTIONSELECTED>  </OPTIONSELECTED>
3092  </COLUMN>  </COLUMN>
3093  <COLUMN ID="1614" ColName="libelle" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1614" ColName="libelle" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3094  <OPTIONSELECTED>  <OPTIONSELECTED>
3095  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3096  </OPTIONSELECTED>  </OPTIONSELECTED>
3097  </COLUMN>  </COLUMN>
3098  <COLUMN ID="1615" ColName="libelle_facture" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1615" ColName="libelle_facture" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3099  <OPTIONSELECTED>  <OPTIONSELECTED>
3100  </OPTIONSELECTED>  </OPTIONSELECTED>
3101  </COLUMN>  </COLUMN>
3102  <COLUMN ID="1616" ColName="fdm" PrevColName="" Pos="7" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1616" ColName="fdm" PrevColName="" Pos="7" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3103  <OPTIONSELECTED>  <OPTIONSELECTED>
3104  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3105  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3106  </OPTIONSELECTED>  </OPTIONSELECTED>
3107  </COLUMN>  </COLUMN>
3108  <COLUMN ID="1617" ColName="nbjour" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1617" ColName="nbjour" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3109  <OPTIONSELECTED>  <OPTIONSELECTED>
3110  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3111  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3112  </OPTIONSELECTED>  </OPTIONSELECTED>
3113  </COLUMN>  </COLUMN>
3114  </COLUMNS>  </COLUMNS>
3115  <INDICES>  <INDICES>
3116  <INDEX ID="1618" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1618" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3117  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3118  <INDEXCOLUMN idColumn="1610" LengthParam="0" />  <INDEXCOLUMN idColumn="1610" LengthParam="0" />
3119  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3120  </INDEX>  </INDEX>
3121  </INDICES>  </INDICES>
3122  </TABLE>  </TABLE>
3123  <TABLE ID="1055" Tablename="llx_const" PrevTableName="" XPos="3499" YPos="142" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="57" >  <TABLE ID="1055" Tablename="llx_const" PrevTableName="" XPos="3499" YPos="142" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="57" >
3124  <COLUMNS>  <COLUMNS>
3125  <COLUMN ID="1619" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1619" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3126  <OPTIONSELECTED>  <OPTIONSELECTED>
3127  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3128  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3129  </OPTIONSELECTED>  </OPTIONSELECTED>
3130  </COLUMN>  </COLUMN>
3131  <COLUMN ID="1620" ColName="name" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1620" ColName="name" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3132  <OPTIONSELECTED>  <OPTIONSELECTED>
3133  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3134  </OPTIONSELECTED>  </OPTIONSELECTED>
3135  </COLUMN>  </COLUMN>
3136  <COLUMN ID="1621" ColName="value" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1621" ColName="value" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3137  <OPTIONSELECTED>  <OPTIONSELECTED>
3138  </OPTIONSELECTED>  </OPTIONSELECTED>
3139  </COLUMN>  </COLUMN>
3140  <COLUMN ID="1622" ColName="type" PrevColName="" Pos="4" idDatatype="31" DatatypeParams="(\ayesno\a,\atexte\a,\achaine\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1622" ColName="type" PrevColName="" Pos="4" idDatatype="31" DatatypeParams="(\ayesno\a,\atexte\a,\achaine\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3141  <OPTIONSELECTED>  <OPTIONSELECTED>
3142  </OPTIONSELECTED>  </OPTIONSELECTED>
3143  </COLUMN>  </COLUMN>
3144  <COLUMN ID="1623" ColName="visible" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1623" ColName="visible" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
3145  <OPTIONSELECTED>  <OPTIONSELECTED>
3146  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3147  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3148  </OPTIONSELECTED>  </OPTIONSELECTED>
3149  </COLUMN>  </COLUMN>
3150  <COLUMN ID="1624" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1624" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3151  <OPTIONSELECTED>  <OPTIONSELECTED>
3152  </OPTIONSELECTED>  </OPTIONSELECTED>
3153  </COLUMN>  </COLUMN>
3154  </COLUMNS>  </COLUMNS>
3155  <INDICES>  <INDICES>
3156  <INDEX ID="1625" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1625" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3157  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3158  <INDEXCOLUMN idColumn="1619" LengthParam="0" />  <INDEXCOLUMN idColumn="1619" LengthParam="0" />
3159  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3160  </INDEX>  </INDEX>
3161  <INDEX ID="1626" IndexName="name" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1626" IndexName="name" IndexKind="1" FKRefDef_Obj_id="-1">
3162  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3163  <INDEXCOLUMN idColumn="1620" LengthParam="0" />  <INDEXCOLUMN idColumn="1620" LengthParam="0" />
3164  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3165  </INDEX>  </INDEX>
3166  </INDICES>  </INDICES>
3167  </TABLE>  </TABLE>
3168  <TABLE ID="1056" Tablename="llx_contact_facture" PrevTableName="" XPos="1696" YPos="1990" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="58" >  <TABLE ID="1056" Tablename="llx_contact_facture" PrevTableName="" XPos="1696" YPos="1990" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="58" >
3169  <COLUMNS>  <COLUMNS>
3170  <COLUMN ID="1627" ColName="idp" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1627" ColName="idp" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3171  <OPTIONSELECTED>  <OPTIONSELECTED>
3172  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3173  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3174  </OPTIONSELECTED>  </OPTIONSELECTED>
3175  </COLUMN>  </COLUMN>
3176  <COLUMN ID="1628" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1628" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3177  <OPTIONSELECTED>  <OPTIONSELECTED>
3178  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3179  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3180  </OPTIONSELECTED>  </OPTIONSELECTED>
3181  </COLUMN>  </COLUMN>
3182  <COLUMN ID="1629" ColName="fk_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1629" ColName="fk_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3183  <OPTIONSELECTED>  <OPTIONSELECTED>
3184  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3185  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3186  </OPTIONSELECTED>  </OPTIONSELECTED>
3187  </COLUMN>  </COLUMN>
3188  </COLUMNS>  </COLUMNS>
3189  <INDICES>  <INDICES>
3190  <INDEX ID="1630" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1630" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3191  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3192  <INDEXCOLUMN idColumn="1627" LengthParam="0" />  <INDEXCOLUMN idColumn="1627" LengthParam="0" />
3193  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3194  </INDEX>  </INDEX>
3195  <INDEX ID="1631" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1631" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
3196  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3197  <INDEXCOLUMN idColumn="1628" LengthParam="0" />  <INDEXCOLUMN idColumn="1628" LengthParam="0" />
3198  <INDEXCOLUMN idColumn="1629" LengthParam="0" />  <INDEXCOLUMN idColumn="1629" LengthParam="0" />
3199  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3200  </INDEX>  </INDEX>
3201  </INDICES>  </INDICES>
3202  </TABLE>  </TABLE>
3203  <TABLE ID="1057" Tablename="llx_contrat" PrevTableName="" XPos="3380" YPos="2080" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="59" >  <TABLE ID="1057" Tablename="llx_contrat" PrevTableName="" XPos="3380" YPos="2080" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="59" >
3204  <COLUMNS>  <COLUMNS>
3205  <COLUMN ID="1632" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1632" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3206  <OPTIONSELECTED>  <OPTIONSELECTED>
3207  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3208  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3209  </OPTIONSELECTED>  </OPTIONSELECTED>
3210  </COLUMN>  </COLUMN>
3211  <COLUMN ID="1633" ColName="ref" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1633" ColName="ref" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3212  <OPTIONSELECTED>  <OPTIONSELECTED>
3213  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3214  </OPTIONSELECTED>  </OPTIONSELECTED>
3215  </COLUMN>  </COLUMN>
3216  <COLUMN ID="1634" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1634" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3217  <OPTIONSELECTED>  <OPTIONSELECTED>
3218  </OPTIONSELECTED>  </OPTIONSELECTED>
3219  </COLUMN>  </COLUMN>
3220  <COLUMN ID="1635" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1635" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3221  <OPTIONSELECTED>  <OPTIONSELECTED>
3222  </OPTIONSELECTED>  </OPTIONSELECTED>
3223  </COLUMN>  </COLUMN>
3224  <COLUMN ID="1636" ColName="date_contrat" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1636" ColName="date_contrat" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3225  <OPTIONSELECTED>  <OPTIONSELECTED>
3226  </OPTIONSELECTED>  </OPTIONSELECTED>
3227  </COLUMN>  </COLUMN>
3228  <COLUMN ID="1637" ColName="statut" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1637" ColName="statut" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3229  <OPTIONSELECTED>  <OPTIONSELECTED>
3230  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3231  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3232  </OPTIONSELECTED>  </OPTIONSELECTED>
3233  </COLUMN>  </COLUMN>
3234  <COLUMN ID="1638" ColName="mise_en_service" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1638" ColName="mise_en_service" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3235  <OPTIONSELECTED>  <OPTIONSELECTED>
3236  </OPTIONSELECTED>  </OPTIONSELECTED>
3237  </COLUMN>  </COLUMN>
3238  <COLUMN ID="1639" ColName="fin_validite" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1639" ColName="fin_validite" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3239  <OPTIONSELECTED>  <OPTIONSELECTED>
3240  </OPTIONSELECTED>  </OPTIONSELECTED>
3241  </COLUMN>  </COLUMN>
3242  <COLUMN ID="1640" ColName="date_cloture" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1640" ColName="date_cloture" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3243  <OPTIONSELECTED>  <OPTIONSELECTED>
3244  </OPTIONSELECTED>  </OPTIONSELECTED>
3245  </COLUMN>  </COLUMN>
3246  <COLUMN ID="1641" ColName="fk_soc" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1641" ColName="fk_soc" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3247  <OPTIONSELECTED>  <OPTIONSELECTED>
3248  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3249  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3250  </OPTIONSELECTED>  </OPTIONSELECTED>
3251  </COLUMN>  </COLUMN>
3252  <COLUMN ID="1642" ColName="fk_projet" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1642" ColName="fk_projet" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3253  <OPTIONSELECTED>  <OPTIONSELECTED>
3254  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3255  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3256  </OPTIONSELECTED>  </OPTIONSELECTED>
3257  </COLUMN>  </COLUMN>
3258  <COLUMN ID="1643" ColName="fk_commercial_signature" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1643" ColName="fk_commercial_signature" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3259  <OPTIONSELECTED>  <OPTIONSELECTED>
3260  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3261  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3262  </OPTIONSELECTED>  </OPTIONSELECTED>
3263  </COLUMN>  </COLUMN>
3264  <COLUMN ID="1644" ColName="fk_commercial_suivi" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1644" ColName="fk_commercial_suivi" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3265  <OPTIONSELECTED>  <OPTIONSELECTED>
3266  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3267  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3268  </OPTIONSELECTED>  </OPTIONSELECTED>
3269  </COLUMN>  </COLUMN>
3270  <COLUMN ID="1645" ColName="fk_user_author" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1645" ColName="fk_user_author" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3271  <OPTIONSELECTED>  <OPTIONSELECTED>
3272  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3273  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3274  </OPTIONSELECTED>  </OPTIONSELECTED>
3275  </COLUMN>  </COLUMN>
3276  <COLUMN ID="1646" ColName="fk_user_mise_en_service" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1646" ColName="fk_user_mise_en_service" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3277  <OPTIONSELECTED>  <OPTIONSELECTED>
3278  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3279  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3280  </OPTIONSELECTED>  </OPTIONSELECTED>
3281  </COLUMN>  </COLUMN>
3282  <COLUMN ID="1647" ColName="fk_user_cloture" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1647" ColName="fk_user_cloture" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3283  <OPTIONSELECTED>  <OPTIONSELECTED>
3284  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3285  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3286  </OPTIONSELECTED>  </OPTIONSELECTED>
3287  </COLUMN>  </COLUMN>
3288  <COLUMN ID="1648" ColName="facture" PrevColName="" Pos="17" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1648" ColName="facture" PrevColName="" Pos="17" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3289  <OPTIONSELECTED>  <OPTIONSELECTED>
3290  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3291  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3292  </OPTIONSELECTED>  </OPTIONSELECTED>
3293  </COLUMN>  </COLUMN>
3294  </COLUMNS>  </COLUMNS>
3295  <INDICES>  <INDICES>
3296  <INDEX ID="1649" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1649" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3297  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3298  <INDEXCOLUMN idColumn="1632" LengthParam="0" />  <INDEXCOLUMN idColumn="1632" LengthParam="0" />
3299  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3300  </INDEX>  </INDEX>
3301  <INDEX ID="1650" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1650" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
3302  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3303  <INDEXCOLUMN idColumn="1641" LengthParam="0" />  <INDEXCOLUMN idColumn="1641" LengthParam="0" />
3304  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3305  </INDEX>  </INDEX>
3306  <INDEX ID="1651" IndexName="fk_user_author" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1651" IndexName="fk_user_author" IndexKind="1" FKRefDef_Obj_id="-1">
3307  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3308  <INDEXCOLUMN idColumn="1645" LengthParam="0" />  <INDEXCOLUMN idColumn="1645" LengthParam="0" />
3309  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3310  </INDEX>  </INDEX>
3311  </INDICES>  </INDICES>
3312  </TABLE>  </TABLE>
3313  <TABLE ID="1058" Tablename="llx_contrat_service" PrevTableName="" XPos="3380" YPos="2140" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="60" >  <TABLE ID="1058" Tablename="llx_contrat_service" PrevTableName="" XPos="3380" YPos="2140" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="60" >
3314  <COLUMNS>  <COLUMNS>
3315  <COLUMN ID="1652" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1652" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3316  <OPTIONSELECTED>  <OPTIONSELECTED>
3317  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3318  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3319  </OPTIONSELECTED>  </OPTIONSELECTED>
3320  </COLUMN>  </COLUMN>
3321  <COLUMN ID="1653" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1653" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3322  <OPTIONSELECTED>  <OPTIONSELECTED>
3323  </OPTIONSELECTED>  </OPTIONSELECTED>
3324  </COLUMN>  </COLUMN>
3325  <COLUMN ID="1654" ColName="enservice" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1654" ColName="enservice" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3326  <OPTIONSELECTED>  <OPTIONSELECTED>
3327  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3328  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3329  </OPTIONSELECTED>  </OPTIONSELECTED>
3330  </COLUMN>  </COLUMN>
3331  <COLUMN ID="1655" ColName="mise_en_service" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1655" ColName="mise_en_service" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3332  <OPTIONSELECTED>  <OPTIONSELECTED>
3333  </OPTIONSELECTED>  </OPTIONSELECTED>
3334  </COLUMN>  </COLUMN>
3335  <COLUMN ID="1656" ColName="fin_validite" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1656" ColName="fin_validite" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3336  <OPTIONSELECTED>  <OPTIONSELECTED>
3337  </OPTIONSELECTED>  </OPTIONSELECTED>
3338  </COLUMN>  </COLUMN>
3339  <COLUMN ID="1657" ColName="date_cloture" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1657" ColName="date_cloture" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3340  <OPTIONSELECTED>  <OPTIONSELECTED>
3341  </OPTIONSELECTED>  </OPTIONSELECTED>
3342  </COLUMN>  </COLUMN>
3343  <COLUMN ID="1658" ColName="fk_contrat" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1658" ColName="fk_contrat" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3344  <OPTIONSELECTED>  <OPTIONSELECTED>
3345  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3346  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3347  </OPTIONSELECTED>  </OPTIONSELECTED>
3348  </COLUMN>  </COLUMN>
3349  <COLUMN ID="1659" ColName="fk_product" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1659" ColName="fk_product" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3350  <OPTIONSELECTED>  <OPTIONSELECTED>
3351  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3352  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3353  </OPTIONSELECTED>  </OPTIONSELECTED>
3354  </COLUMN>  </COLUMN>
3355  <COLUMN ID="1660" ColName="fk_facture" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1660" ColName="fk_facture" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3356  <OPTIONSELECTED>  <OPTIONSELECTED>
3357  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3358  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3359  </OPTIONSELECTED>  </OPTIONSELECTED>
3360  </COLUMN>  </COLUMN>
3361  <COLUMN ID="1661" ColName="fk_facturedet" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1661" ColName="fk_facturedet" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3362  <OPTIONSELECTED>  <OPTIONSELECTED>
3363  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3364  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3365  </OPTIONSELECTED>  </OPTIONSELECTED>
3366  </COLUMN>  </COLUMN>
3367  <COLUMN ID="1662" ColName="fk_user_mise_en_service" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1662" ColName="fk_user_mise_en_service" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3368  <OPTIONSELECTED>  <OPTIONSELECTED>
3369  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3370  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3371  </OPTIONSELECTED>  </OPTIONSELECTED>
3372  </COLUMN>  </COLUMN>
3373  <COLUMN ID="1663" ColName="fk_user_cloture" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1663" ColName="fk_user_cloture" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3374  <OPTIONSELECTED>  <OPTIONSELECTED>
3375  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3376  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3377  </OPTIONSELECTED>  </OPTIONSELECTED>
3378  </COLUMN>  </COLUMN>
3379  </COLUMNS>  </COLUMNS>
3380  <INDICES>  <INDICES>
3381  <INDEX ID="1664" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1664" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3382  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3383  <INDEXCOLUMN idColumn="1652" LengthParam="0" />  <INDEXCOLUMN idColumn="1652" LengthParam="0" />
3384  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3385  </INDEX>  </INDEX>
3386  </INDICES>  </INDICES>
3387  </TABLE>  </TABLE>
3388  <TABLE ID="1059" Tablename="llx_contratdet" PrevTableName="" XPos="3366" YPos="2018" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="61" >  <TABLE ID="1059" Tablename="llx_contratdet" PrevTableName="" XPos="3366" YPos="2018" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="61" >
3389  <COLUMNS>  <COLUMNS>
3390  <COLUMN ID="1665" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1665" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3391  <OPTIONSELECTED>  <OPTIONSELECTED>
3392  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3393  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3394  </OPTIONSELECTED>  </OPTIONSELECTED>
3395  </COLUMN>  </COLUMN>
3396  <COLUMN ID="1666" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1666" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3397  <OPTIONSELECTED>  <OPTIONSELECTED>
3398  </OPTIONSELECTED>  </OPTIONSELECTED>
3399  </COLUMN>  </COLUMN>
3400  <COLUMN ID="1667" ColName="fk_contrat" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1667" ColName="fk_contrat" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3401  <OPTIONSELECTED>  <OPTIONSELECTED>
3402  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3403  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3404  </OPTIONSELECTED>  </OPTIONSELECTED>
3405  </COLUMN>  </COLUMN>
3406  <COLUMN ID="1668" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1668" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3407  <OPTIONSELECTED>  <OPTIONSELECTED>
3408  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3409  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3410  </OPTIONSELECTED>  </OPTIONSELECTED>
3411  </COLUMN>  </COLUMN>
3412  <COLUMN ID="1669" ColName="statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1669" ColName="statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3413  <OPTIONSELECTED>  <OPTIONSELECTED>
3414  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3415  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3416  </OPTIONSELECTED>  </OPTIONSELECTED>
3417  </COLUMN>  </COLUMN>
3418  <COLUMN ID="1670" ColName="label" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1670" ColName="label" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3419  <OPTIONSELECTED>  <OPTIONSELECTED>
3420  </OPTIONSELECTED>  </OPTIONSELECTED>
3421  </COLUMN>  </COLUMN>
3422  <COLUMN ID="1671" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1671" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3423  <OPTIONSELECTED>  <OPTIONSELECTED>
3424  </OPTIONSELECTED>  </OPTIONSELECTED>
3425  </COLUMN>  </COLUMN>
3426  <COLUMN ID="1672" ColName="date_commande" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1672" ColName="date_commande" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3427  <OPTIONSELECTED>  <OPTIONSELECTED>
3428  </OPTIONSELECTED>  </OPTIONSELECTED>
3429  </COLUMN>  </COLUMN>
3430  <COLUMN ID="1673" ColName="date_ouverture_prevue" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1673" ColName="date_ouverture_prevue" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3431  <OPTIONSELECTED>  <OPTIONSELECTED>
3432  </OPTIONSELECTED>  </OPTIONSELECTED>
3433  </COLUMN>  </COLUMN>
3434  <COLUMN ID="1674" ColName="date_ouverture" PrevColName="" Pos="10" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1674" ColName="date_ouverture" PrevColName="" Pos="10" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3435  <OPTIONSELECTED>  <OPTIONSELECTED>
3436  </OPTIONSELECTED>  </OPTIONSELECTED>
3437  </COLUMN>  </COLUMN>
3438  <COLUMN ID="1675" ColName="date_fin_validite" PrevColName="" Pos="11" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1675" ColName="date_fin_validite" PrevColName="" Pos="11" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3439  <OPTIONSELECTED>  <OPTIONSELECTED>
3440  </OPTIONSELECTED>  </OPTIONSELECTED>
3441  </COLUMN>  </COLUMN>
3442  <COLUMN ID="1676" ColName="date_cloture" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1676" ColName="date_cloture" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3443  <OPTIONSELECTED>  <OPTIONSELECTED>
3444  </OPTIONSELECTED>  </OPTIONSELECTED>
3445  </COLUMN>  </COLUMN>
3446  <COLUMN ID="1677" ColName="tva_tx" PrevColName="" Pos="13" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <COLUMN ID="1677" ColName="tva_tx" PrevColName="" Pos="13" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
3447  <OPTIONSELECTED>  <OPTIONSELECTED>
3448  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3449  </OPTIONSELECTED>  </OPTIONSELECTED>
3450  </COLUMN>  </COLUMN>
3451  <COLUMN ID="1678" ColName="qty" PrevColName="" Pos="14" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1678" ColName="qty" PrevColName="" Pos="14" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3452  <OPTIONSELECTED>  <OPTIONSELECTED>
3453  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3454  </OPTIONSELECTED>  </OPTIONSELECTED>
3455  </COLUMN>  </COLUMN>
3456  <COLUMN ID="1679" ColName="remise_percent" PrevColName="" Pos="15" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1679" ColName="remise_percent" PrevColName="" Pos="15" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3457  <OPTIONSELECTED>  <OPTIONSELECTED>
3458  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3459  </OPTIONSELECTED>  </OPTIONSELECTED>
3460  </COLUMN>  </COLUMN>
3461  <COLUMN ID="1680" ColName="remise" PrevColName="" Pos="16" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1680" ColName="remise" PrevColName="" Pos="16" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3462  <OPTIONSELECTED>  <OPTIONSELECTED>
3463  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3464  </OPTIONSELECTED>  </OPTIONSELECTED>
3465  </COLUMN>  </COLUMN>
3466  <COLUMN ID="1681" ColName="subprice" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1681" ColName="subprice" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3467  <OPTIONSELECTED>  <OPTIONSELECTED>
3468  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3469  </OPTIONSELECTED>  </OPTIONSELECTED>
3470  </COLUMN>  </COLUMN>
3471  <COLUMN ID="1682" ColName="price_ht" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1682" ColName="price_ht" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3472  <OPTIONSELECTED>  <OPTIONSELECTED>
3473  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3474  </OPTIONSELECTED>  </OPTIONSELECTED>
3475  </COLUMN>  </COLUMN>
3476  <COLUMN ID="1683" ColName="fk_user_author" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1683" ColName="fk_user_author" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3477  <OPTIONSELECTED>  <OPTIONSELECTED>
3478  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3479  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3480  </OPTIONSELECTED>  </OPTIONSELECTED>
3481  </COLUMN>  </COLUMN>
3482  <COLUMN ID="1684" ColName="fk_user_ouverture" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1684" ColName="fk_user_ouverture" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3483  <OPTIONSELECTED>  <OPTIONSELECTED>
3484  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3485  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3486  </OPTIONSELECTED>  </OPTIONSELECTED>
3487  </COLUMN>  </COLUMN>
3488  <COLUMN ID="1685" ColName="fk_user_cloture" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1685" ColName="fk_user_cloture" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3489  <OPTIONSELECTED>  <OPTIONSELECTED>
3490  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3491  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3492  </OPTIONSELECTED>  </OPTIONSELECTED>
3493  </COLUMN>  </COLUMN>
3494  <COLUMN ID="1686" ColName="commentaire" PrevColName="" Pos="22" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1686" ColName="commentaire" PrevColName="" Pos="22" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3495  <OPTIONSELECTED>  <OPTIONSELECTED>
3496  </OPTIONSELECTED>  </OPTIONSELECTED>
3497  </COLUMN>  </COLUMN>
3498  </COLUMNS>  </COLUMNS>
3499  <INDICES>  <INDICES>
3500  <INDEX ID="1687" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1687" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3501  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3502  <INDEXCOLUMN idColumn="1665" LengthParam="0" />  <INDEXCOLUMN idColumn="1665" LengthParam="0" />
3503  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3504  </INDEX>  </INDEX>
3505  <INDEX ID="1688" IndexName="fk_contrat" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1688" IndexName="fk_contrat" IndexKind="1" FKRefDef_Obj_id="-1">
3506  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3507  <INDEXCOLUMN idColumn="1667" LengthParam="0" />  <INDEXCOLUMN idColumn="1667" LengthParam="0" />
3508  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3509  </INDEX>  </INDEX>
3510  <INDEX ID="1689" IndexName="fk_product" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1689" IndexName="fk_product" IndexKind="1" FKRefDef_Obj_id="-1">
3511  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3512  <INDEXCOLUMN idColumn="1668" LengthParam="0" />  <INDEXCOLUMN idColumn="1668" LengthParam="0" />
3513  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3514  </INDEX>  </INDEX>
3515  </INDICES>  </INDICES>
3516  </TABLE>  </TABLE>
3517  <TABLE ID="1060" Tablename="llx_contratdet_log" PrevTableName="" XPos="3376" YPos="1964" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="62" >  <TABLE ID="1060" Tablename="llx_contratdet_log" PrevTableName="" XPos="3376" YPos="1964" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="62" >
3518  <COLUMNS>  <COLUMNS>
3519  <COLUMN ID="1690" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1690" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3520  <OPTIONSELECTED>  <OPTIONSELECTED>
3521  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3522  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3523  </OPTIONSELECTED>  </OPTIONSELECTED>
3524  </COLUMN>  </COLUMN>
3525  <COLUMN ID="1691" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1691" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3526  <OPTIONSELECTED>  <OPTIONSELECTED>
3527  </OPTIONSELECTED>  </OPTIONSELECTED>
3528  </COLUMN>  </COLUMN>
3529  <COLUMN ID="1692" ColName="fk_contratdet" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1692" ColName="fk_contratdet" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3530  <OPTIONSELECTED>  <OPTIONSELECTED>
3531  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3532  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3533  </OPTIONSELECTED>  </OPTIONSELECTED>
3534  </COLUMN>  </COLUMN>
3535  <COLUMN ID="1693" ColName="date" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1693" ColName="date" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
3536  <OPTIONSELECTED>  <OPTIONSELECTED>
3537  </OPTIONSELECTED>  </OPTIONSELECTED>
3538  </COLUMN>  </COLUMN>
3539  <COLUMN ID="1694" ColName="statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1694" ColName="statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3540  <OPTIONSELECTED>  <OPTIONSELECTED>
3541  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3542  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3543  </OPTIONSELECTED>  </OPTIONSELECTED>
3544  </COLUMN>  </COLUMN>
3545  <COLUMN ID="1695" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1695" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3546  <OPTIONSELECTED>  <OPTIONSELECTED>
3547  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3548  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3549  </OPTIONSELECTED>  </OPTIONSELECTED>
3550  </COLUMN>  </COLUMN>
3551  <COLUMN ID="1696" ColName="commentaire" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1696" ColName="commentaire" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3552  <OPTIONSELECTED>  <OPTIONSELECTED>
3553  </OPTIONSELECTED>  </OPTIONSELECTED>
3554  </COLUMN>  </COLUMN>
3555  </COLUMNS>  </COLUMNS>
3556  <INDICES>  <INDICES>
3557  <INDEX ID="1697" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1697" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3558  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3559  <INDEXCOLUMN idColumn="1690" LengthParam="0" />  <INDEXCOLUMN idColumn="1690" LengthParam="0" />
3560  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3561  </INDEX>  </INDEX>
3562  </INDICES>  </INDICES>
3563  </TABLE>  </TABLE>
3564  <TABLE ID="1061" Tablename="llx_cotisation" PrevTableName="" XPos="3176" YPos="1268" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="63" >  <TABLE ID="1061" Tablename="llx_cotisation" PrevTableName="" XPos="3176" YPos="1268" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="63" >
3565  <COLUMNS>  <COLUMNS>
3566  <COLUMN ID="1698" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1698" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
3567  <OPTIONSELECTED>  <OPTIONSELECTED>
3568  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3569  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3570  </OPTIONSELECTED>  </OPTIONSELECTED>
3571  </COLUMN>  </COLUMN>
3572  <COLUMN ID="1699" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1699" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3573  <OPTIONSELECTED>  <OPTIONSELECTED>
3574  </OPTIONSELECTED>  </OPTIONSELECTED>
3575  </COLUMN>  </COLUMN>
3576  <COLUMN ID="1700" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1700" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3577  <OPTIONSELECTED>  <OPTIONSELECTED>
3578  </OPTIONSELECTED>  </OPTIONSELECTED>
3579  </COLUMN>  </COLUMN>
3580  <COLUMN ID="1702" ColName="dateadh" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1702" ColName="dateadh" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3581  <OPTIONSELECTED>  <OPTIONSELECTED>
3582  </OPTIONSELECTED>  </OPTIONSELECTED>
3583  </COLUMN>  </COLUMN>
3584  <COLUMN ID="1703" ColName="cotisation" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1703" ColName="cotisation" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3585  <OPTIONSELECTED>  <OPTIONSELECTED>
3586  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3587  </OPTIONSELECTED>  </OPTIONSELECTED>
3588  </COLUMN>  </COLUMN>
3589  <COLUMN ID="1704" ColName="fk_bank" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1704" ColName="fk_bank" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3590  <OPTIONSELECTED>  <OPTIONSELECTED>
3591  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3592  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3593  </OPTIONSELECTED>  </OPTIONSELECTED>
3594  </COLUMN>  </COLUMN>
3595  <COLUMN ID="1705" ColName="note" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1705" ColName="note" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3596  <OPTIONSELECTED>  <OPTIONSELECTED>
3597  </OPTIONSELECTED>  </OPTIONSELECTED>
3598  </COLUMN>  </COLUMN>
3599  </COLUMNS>  </COLUMNS>
3600  <RELATIONS_END>  <RELATIONS_END>
3601  <RELATION_END ID="3328" />  <RELATION_END ID="3328" />
3602  </RELATIONS_END>  </RELATIONS_END>
3603  <INDICES>  <INDICES>
3604  <INDEX ID="1706" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1706" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3605  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3606  <INDEXCOLUMN idColumn="1698" LengthParam="0" />  <INDEXCOLUMN idColumn="1698" LengthParam="0" />
3607  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3608  </INDEX>  </INDEX>
3609  <INDEX ID="3475" IndexName="llx_cotisation_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3328">  <INDEX ID="3475" IndexName="llx_cotisation_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3328">
3610  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3611  <INDEXCOLUMN idColumn="1698" LengthParam="0" />  <INDEXCOLUMN idColumn="1698" LengthParam="0" />
3612  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3613  </INDEX>  </INDEX>
3614  </INDICES>  </INDICES>
3615  </TABLE>  </TABLE>
3616  <TABLE ID="1062" Tablename="llx_deplacement" PrevTableName="" XPos="2910" YPos="876" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="64" >  <TABLE ID="1062" Tablename="llx_deplacement" PrevTableName="" XPos="2910" YPos="876" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="64" >
3617  <COLUMNS>  <COLUMNS>
3618  <COLUMN ID="1707" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1707" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3619  <OPTIONSELECTED>  <OPTIONSELECTED>
3620  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3621  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3622  </OPTIONSELECTED>  </OPTIONSELECTED>
3623  </COLUMN>  </COLUMN>
3624  <COLUMN ID="1708" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1708" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
3625  <OPTIONSELECTED>  <OPTIONSELECTED>
3626  </OPTIONSELECTED>  </OPTIONSELECTED>
3627  </COLUMN>  </COLUMN>
3628  <COLUMN ID="1709" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1709" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3629  <OPTIONSELECTED>  <OPTIONSELECTED>
3630  </OPTIONSELECTED>  </OPTIONSELECTED>
3631  </COLUMN>  </COLUMN>
3632  <COLUMN ID="1710" ColName="dated" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1710" ColName="dated" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3633  <OPTIONSELECTED>  <OPTIONSELECTED>
3634  </OPTIONSELECTED>  </OPTIONSELECTED>
3635  </COLUMN>  </COLUMN>
3636  <COLUMN ID="1711" ColName="fk_user" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1711" ColName="fk_user" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3637  <OPTIONSELECTED>  <OPTIONSELECTED>
3638  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3639  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3640  </OPTIONSELECTED>  </OPTIONSELECTED>
3641  </COLUMN>  </COLUMN>
3642  <COLUMN ID="1712" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1712" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3643  <OPTIONSELECTED>  <OPTIONSELECTED>
3644  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3645  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3646  </OPTIONSELECTED>  </OPTIONSELECTED>
3647  </COLUMN>  </COLUMN>
3648  <COLUMN ID="1713" ColName="type" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1713" ColName="type" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3649  <OPTIONSELECTED>  <OPTIONSELECTED>
3650  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3651  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3652  </OPTIONSELECTED>  </OPTIONSELECTED>
3653  </COLUMN>  </COLUMN>
3654  <COLUMN ID="1714" ColName="km" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1714" ColName="km" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3655  <OPTIONSELECTED>  <OPTIONSELECTED>
3656  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3657  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3658  </OPTIONSELECTED>  </OPTIONSELECTED>
3659  </COLUMN>  </COLUMN>
3660  <COLUMN ID="1715" ColName="fk_soc" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1715" ColName="fk_soc" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3661  <OPTIONSELECTED>  <OPTIONSELECTED>
3662  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3663  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3664  </OPTIONSELECTED>  </OPTIONSELECTED>
3665  </COLUMN>  </COLUMN>
3666  <COLUMN ID="1716" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1716" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3667  <OPTIONSELECTED>  <OPTIONSELECTED>
3668  </OPTIONSELECTED>  </OPTIONSELECTED>
3669  </COLUMN>  </COLUMN>
3670  </COLUMNS>  </COLUMNS>
3671  <INDICES>  <INDICES>
3672  <INDEX ID="1717" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1717" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3673  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3674  <INDEXCOLUMN idColumn="1707" LengthParam="0" />  <INDEXCOLUMN idColumn="1707" LengthParam="0" />
3675  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3676  </INDEX>  </INDEX>
3677  </INDICES>  </INDICES>
3678  </TABLE>  </TABLE>
3679  <TABLE ID="1063" Tablename="llx_dolibarr_modules" PrevTableName="" XPos="3499" YPos="86" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="65" >  <TABLE ID="1063" Tablename="llx_dolibarr_modules" PrevTableName="" XPos="3499" YPos="86" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="65" >
3680  <COLUMNS>  <COLUMNS>
3681  <COLUMN ID="1718" ColName="numero" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1718" ColName="numero" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3682  <OPTIONSELECTED>  <OPTIONSELECTED>
3683  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3684  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3685  </OPTIONSELECTED>  </OPTIONSELECTED>
3686  </COLUMN>  </COLUMN>
3687  <COLUMN ID="1719" ColName="active" PrevColName="" Pos="2" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1719" ColName="active" PrevColName="" Pos="2" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3688  <OPTIONSELECTED>  <OPTIONSELECTED>
3689  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3690  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3691  </OPTIONSELECTED>  </OPTIONSELECTED>
3692  </COLUMN>  </COLUMN>
3693  <COLUMN ID="1720" ColName="active_date" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1720" ColName="active_date" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
3694  <OPTIONSELECTED>  <OPTIONSELECTED>
3695  </OPTIONSELECTED>  </OPTIONSELECTED>
3696  </COLUMN>  </COLUMN>
3697  <COLUMN ID="1721" ColName="active_version" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1721" ColName="active_version" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3698  <OPTIONSELECTED>  <OPTIONSELECTED>
3699  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3700  </OPTIONSELECTED>  </OPTIONSELECTED>
3701  </COLUMN>  </COLUMN>
3702  </COLUMNS>  </COLUMNS>
3703  <INDICES>  <INDICES>
3704  <INDEX ID="1722" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1722" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3705  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3706  <INDEXCOLUMN idColumn="1718" LengthParam="0" />  <INDEXCOLUMN idColumn="1718" LengthParam="0" />
3707  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3708  </INDEX>  </INDEX>
3709  </INDICES>  </INDICES>
3710  </TABLE>  </TABLE>
3711  <TABLE ID="1064" Tablename="llx_domain" PrevTableName="" XPos="2645" YPos="57" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="66" >  <TABLE ID="1064" Tablename="llx_domain" PrevTableName="" XPos="2645" YPos="57" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="66" >
3712  <COLUMNS>  <COLUMNS>
3713  <COLUMN ID="1723" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1723" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3714  <OPTIONSELECTED>  <OPTIONSELECTED>
3715  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3716  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3717  </OPTIONSELECTED>  </OPTIONSELECTED>
3718  </COLUMN>  </COLUMN>
3719  <COLUMN ID="1724" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1724" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3720  <OPTIONSELECTED>  <OPTIONSELECTED>
3721  </OPTIONSELECTED>  </OPTIONSELECTED>
3722  </COLUMN>  </COLUMN>
3723  <COLUMN ID="1725" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1725" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3724  <OPTIONSELECTED>  <OPTIONSELECTED>
3725  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3726  </OPTIONSELECTED>  </OPTIONSELECTED>
3727  </COLUMN>  </COLUMN>
3728  <COLUMN ID="1726" ColName="note" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1726" ColName="note" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3729  <OPTIONSELECTED>  <OPTIONSELECTED>
3730  </OPTIONSELECTED>  </OPTIONSELECTED>
3731  </COLUMN>  </COLUMN>
3732  </COLUMNS>  </COLUMNS>
3733  <INDICES>  <INDICES>
3734  <INDEX ID="1727" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1727" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3735  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3736  <INDEXCOLUMN idColumn="1723" LengthParam="0" />  <INDEXCOLUMN idColumn="1723" LengthParam="0" />
3737  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3738  </INDEX>  </INDEX>
3739  </INDICES>  </INDICES>
3740  </TABLE>  </TABLE>
3741  <TABLE ID="1065" Tablename="llx_don" PrevTableName="" XPos="3190" YPos="1502" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="67" >  <TABLE ID="1065" Tablename="llx_don" PrevTableName="" XPos="3190" YPos="1502" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="67" >
3742  <COLUMNS>  <COLUMNS>
3743  <COLUMN ID="1728" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1728" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3744  <OPTIONSELECTED>  <OPTIONSELECTED>
3745  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3746  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3747  </OPTIONSELECTED>  </OPTIONSELECTED>
3748  </COLUMN>  </COLUMN>
3749  <COLUMN ID="1729" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1729" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3750  <OPTIONSELECTED>  <OPTIONSELECTED>
3751  </OPTIONSELECTED>  </OPTIONSELECTED>
3752  </COLUMN>  </COLUMN>
3753  <COLUMN ID="1730" ColName="fk_statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1730" ColName="fk_statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3754  <OPTIONSELECTED>  <OPTIONSELECTED>
3755  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3756  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3757  </OPTIONSELECTED>  </OPTIONSELECTED>
3758  </COLUMN>  </COLUMN>
3759  <COLUMN ID="1731" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1731" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3760  <OPTIONSELECTED>  <OPTIONSELECTED>
3761  </OPTIONSELECTED>  </OPTIONSELECTED>
3762  </COLUMN>  </COLUMN>
3763  <COLUMN ID="1732" ColName="datedon" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1732" ColName="datedon" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3764  <OPTIONSELECTED>  <OPTIONSELECTED>
3765  </OPTIONSELECTED>  </OPTIONSELECTED>
3766  </COLUMN>  </COLUMN>
3767  <COLUMN ID="1733" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1733" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3768  <OPTIONSELECTED>  <OPTIONSELECTED>
3769  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3770  </OPTIONSELECTED>  </OPTIONSELECTED>
3771  </COLUMN>  </COLUMN>
3772  <COLUMN ID="1734" ColName="fk_paiement" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1734" ColName="fk_paiement" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3773  <OPTIONSELECTED>  <OPTIONSELECTED>
3774  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3775  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3776  </OPTIONSELECTED>  </OPTIONSELECTED>
3777  </COLUMN>  </COLUMN>
3778  <COLUMN ID="1735" ColName="prenom" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1735" ColName="prenom" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3779  <OPTIONSELECTED>  <OPTIONSELECTED>
3780  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3781  </OPTIONSELECTED>  </OPTIONSELECTED>
3782  </COLUMN>  </COLUMN>
3783  <COLUMN ID="1736" ColName="nom" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1736" ColName="nom" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3784  <OPTIONSELECTED>  <OPTIONSELECTED>
3785  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3786  </OPTIONSELECTED>  </OPTIONSELECTED>
3787  </COLUMN>  </COLUMN>
3788  <COLUMN ID="1737" ColName="societe" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1737" ColName="societe" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3789  <OPTIONSELECTED>  <OPTIONSELECTED>
3790  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3791  </OPTIONSELECTED>  </OPTIONSELECTED>
3792  </COLUMN>  </COLUMN>
3793  <COLUMN ID="1738" ColName="adresse" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1738" ColName="adresse" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3794  <OPTIONSELECTED>  <OPTIONSELECTED>
3795  </OPTIONSELECTED>  </OPTIONSELECTED>
3796  </COLUMN>  </COLUMN>
3797  <COLUMN ID="1739" ColName="cp" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1739" ColName="cp" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3798  <OPTIONSELECTED>  <OPTIONSELECTED>
3799  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3800  </OPTIONSELECTED>  </OPTIONSELECTED>
3801  </COLUMN>  </COLUMN>
3802  <COLUMN ID="1740" ColName="ville" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1740" ColName="ville" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3803  <OPTIONSELECTED>  <OPTIONSELECTED>
3804  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3805  </OPTIONSELECTED>  </OPTIONSELECTED>
3806  </COLUMN>  </COLUMN>
3807  <COLUMN ID="1741" ColName="pays" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1741" ColName="pays" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3808  <OPTIONSELECTED>  <OPTIONSELECTED>
3809  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3810  </OPTIONSELECTED>  </OPTIONSELECTED>
3811  </COLUMN>  </COLUMN>
3812  <COLUMN ID="1742" ColName="email" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1742" ColName="email" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3813  <OPTIONSELECTED>  <OPTIONSELECTED>
3814  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3815  </OPTIONSELECTED>  </OPTIONSELECTED>
3816  </COLUMN>  </COLUMN>
3817  <COLUMN ID="1743" ColName="public" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1743" ColName="public" PrevColName="" Pos="16" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
3818  <OPTIONSELECTED>  <OPTIONSELECTED>
3819  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3820  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3821  </OPTIONSELECTED>  </OPTIONSELECTED>
3822  </COLUMN>  </COLUMN>
3823  <COLUMN ID="1744" ColName="fk_don_projet" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1744" ColName="fk_don_projet" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3824  <OPTIONSELECTED>  <OPTIONSELECTED>
3825  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3826  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3827  </OPTIONSELECTED>  </OPTIONSELECTED>
3828  </COLUMN>  </COLUMN>
3829  <COLUMN ID="1745" ColName="fk_user_author" PrevColName="" Pos="18" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1745" ColName="fk_user_author" PrevColName="" Pos="18" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3830  <OPTIONSELECTED>  <OPTIONSELECTED>
3831  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3832  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3833  </OPTIONSELECTED>  </OPTIONSELECTED>
3834  </COLUMN>  </COLUMN>
3835  <COLUMN ID="1746" ColName="fk_user_valid" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1746" ColName="fk_user_valid" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3836  <OPTIONSELECTED>  <OPTIONSELECTED>
3837  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3838  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3839  </OPTIONSELECTED>  </OPTIONSELECTED>
3840  </COLUMN>  </COLUMN>
3841  <COLUMN ID="1747" ColName="note" PrevColName="" Pos="20" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1747" ColName="note" PrevColName="" Pos="20" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3842  <OPTIONSELECTED>  <OPTIONSELECTED>
3843  </OPTIONSELECTED>  </OPTIONSELECTED>
3844  </COLUMN>  </COLUMN>
3845  </COLUMNS>  </COLUMNS>
3846  <INDICES>  <INDICES>
3847  <INDEX ID="1748" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1748" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3848  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3849  <INDEXCOLUMN idColumn="1728" LengthParam="0" />  <INDEXCOLUMN idColumn="1728" LengthParam="0" />
3850  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3851  </INDEX>  </INDEX>
3852  </INDICES>  </INDICES>
3853  </TABLE>  </TABLE>
3854  <TABLE ID="1066" Tablename="llx_don_projet" PrevTableName="" XPos="3192" YPos="1556" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="68" >  <TABLE ID="1066" Tablename="llx_don_projet" PrevTableName="" XPos="3192" YPos="1556" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="68" >
3855  <COLUMNS>  <COLUMNS>
3856  <COLUMN ID="1749" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1749" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3857  <OPTIONSELECTED>  <OPTIONSELECTED>
3858  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3859  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3860  </OPTIONSELECTED>  </OPTIONSELECTED>
3861  </COLUMN>  </COLUMN>
3862  <COLUMN ID="1750" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1750" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3863  <OPTIONSELECTED>  <OPTIONSELECTED>
3864  </OPTIONSELECTED>  </OPTIONSELECTED>
3865  </COLUMN>  </COLUMN>
3866  <COLUMN ID="1751" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1751" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3867  <OPTIONSELECTED>  <OPTIONSELECTED>
3868  </OPTIONSELECTED>  </OPTIONSELECTED>
3869  </COLUMN>  </COLUMN>
3870  <COLUMN ID="1752" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1752" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3871  <OPTIONSELECTED>  <OPTIONSELECTED>
3872  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3873  </OPTIONSELECTED>  </OPTIONSELECTED>
3874  </COLUMN>  </COLUMN>
3875  <COLUMN ID="1753" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1753" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3876  <OPTIONSELECTED>  <OPTIONSELECTED>
3877  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3878  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3879  </OPTIONSELECTED>  </OPTIONSELECTED>
3880  </COLUMN>  </COLUMN>
3881  <COLUMN ID="1754" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1754" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3882  <OPTIONSELECTED>  <OPTIONSELECTED>
3883  </OPTIONSELECTED>  </OPTIONSELECTED>
3884  </COLUMN>  </COLUMN>
3885  </COLUMNS>  </COLUMNS>
3886  <INDICES>  <INDICES>
3887  <INDEX ID="1755" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1755" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3888  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3889  <INDEXCOLUMN idColumn="1749" LengthParam="0" />  <INDEXCOLUMN idColumn="1749" LengthParam="0" />
3890  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3891  </INDEX>  </INDEX>
3892  </INDICES>  </INDICES>
3893  </TABLE>  </TABLE>
3894  <TABLE ID="1067" Tablename="llx_editeur" PrevTableName="" XPos="3343" YPos="468" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="69" >  <TABLE ID="1067" Tablename="llx_editeur" PrevTableName="" XPos="3379" YPos="699" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="69" >
3895  <COLUMNS>  <COLUMNS>
3896  <COLUMN ID="1756" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1756" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3897  <OPTIONSELECTED>  <OPTIONSELECTED>
3898  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3899  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3900  </OPTIONSELECTED>  </OPTIONSELECTED>
3901  </COLUMN>  </COLUMN>
3902  <COLUMN ID="1757" ColName="oscid" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1757" ColName="oscid" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3903  <OPTIONSELECTED>  <OPTIONSELECTED>
3904  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3905  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3906  </OPTIONSELECTED>  </OPTIONSELECTED>
3907  </COLUMN>  </COLUMN>
3908  <COLUMN ID="1758" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1758" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
3909  <OPTIONSELECTED>  <OPTIONSELECTED>
3910  </OPTIONSELECTED>  </OPTIONSELECTED>
3911  </COLUMN>  </COLUMN>
3912  <COLUMN ID="1759" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1759" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3913  <OPTIONSELECTED>  <OPTIONSELECTED>
3914  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3915  </OPTIONSELECTED>  </OPTIONSELECTED>
3916  </COLUMN>  </COLUMN>
3917  <COLUMN ID="1760" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1760" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3918  <OPTIONSELECTED>  <OPTIONSELECTED>
3919  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3920  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3921  </OPTIONSELECTED>  </OPTIONSELECTED>
3922  </COLUMN>  </COLUMN>
3923  </COLUMNS>  </COLUMNS>
3924  <RELATIONS_START>  <RELATIONS_START>
3925  <RELATION_START ID="3100" />  <RELATION_START ID="3100" />
3926  </RELATIONS_START>  </RELATIONS_START>
3927  <INDICES>  <INDICES>
3928  <INDEX ID="1761" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1761" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3929  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3930  <INDEXCOLUMN idColumn="1756" LengthParam="0" />  <INDEXCOLUMN idColumn="1756" LengthParam="0" />
3931  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3932  </INDEX>  </INDEX>
3933  </INDICES>  </INDICES>
3934  </TABLE>  </TABLE>
3935  <TABLE ID="1068" Tablename="llx_element_contact" PrevTableName="" XPos="430" YPos="1502" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="70" >  <TABLE ID="1068" Tablename="llx_element_contact" PrevTableName="" XPos="430" YPos="1502" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="70" >
3936  <COLUMNS>  <COLUMNS>
3937  <COLUMN ID="3286" ColName="rowid" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="3286" ColName="rowid" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3938  <OPTIONSELECTED>  <OPTIONSELECTED>
3939  <OPTIONSELECT Value="1" />  <OPTIONSELECT Value="1" />
3940  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3941  </OPTIONSELECTED>  </OPTIONSELECTED>
3942  </COLUMN>  </COLUMN>
3943  <COLUMN ID="1763" ColName="datecreate" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1763" ColName="datecreate" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3944  <OPTIONSELECTED>  <OPTIONSELECTED>
3945  </OPTIONSELECTED>  </OPTIONSELECTED>
3946  </COLUMN>  </COLUMN>
3947  <COLUMN ID="1764" ColName="statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="5" Comments="">  <COLUMN ID="1764" ColName="statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="5" Comments="">
3948  <OPTIONSELECTED>  <OPTIONSELECTED>
3949  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3950  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3951  </OPTIONSELECTED>  </OPTIONSELECTED>
3952  </COLUMN>  </COLUMN>
3953  <COLUMN ID="1765" ColName="element_id" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1765" ColName="element_id" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
3954  <OPTIONSELECTED>  <OPTIONSELECTED>
3955  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3956  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3957  </OPTIONSELECTED>  </OPTIONSELECTED>
3958  </COLUMN>  </COLUMN>
3959  <COLUMN ID="1766" ColName="fk_c_type_contact" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1766" ColName="fk_c_type_contact" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
3960  <OPTIONSELECTED>  <OPTIONSELECTED>
3961  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3962  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3963  </OPTIONSELECTED>  </OPTIONSELECTED>
3964  </COLUMN>  </COLUMN>
3965  <COLUMN ID="1767" ColName="fk_socpeople" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1767" ColName="fk_socpeople" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
3966  <OPTIONSELECTED>  <OPTIONSELECTED>
3967  <OPTIONSELECT Value="1" />  <OPTIONSELECT Value="1" />
3968  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
3969  </OPTIONSELECTED>  </OPTIONSELECTED>
3970  </COLUMN>  </COLUMN>
3971  </COLUMNS>  </COLUMNS>
3972  <RELATIONS_END>  <RELATIONS_END>
3973  <RELATION_END ID="3281" />  <RELATION_END ID="3281" />
3974  <RELATION_END ID="3283" />  <RELATION_END ID="3283" />
3975  </RELATIONS_END>  </RELATIONS_END>
3976  <INDICES>  <INDICES>
3977  <INDEX ID="3287" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="3287" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
3978  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3979  <INDEXCOLUMN idColumn="3286" LengthParam="0" />  <INDEXCOLUMN idColumn="3286" LengthParam="0" />
3980  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3981  </INDEX>  </INDEX>
3982  <INDEX ID="1769" IndexName="idx_element_contact_idx1" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1769" IndexName="idx_element_contact_idx1" IndexKind="1" FKRefDef_Obj_id="-1">
3983  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3984  <INDEXCOLUMN idColumn="1765" LengthParam="0" />  <INDEXCOLUMN idColumn="1765" LengthParam="0" />
3985  <INDEXCOLUMN idColumn="1766" LengthParam="0" />  <INDEXCOLUMN idColumn="1766" LengthParam="0" />
3986  <INDEXCOLUMN idColumn="1767" LengthParam="0" />  <INDEXCOLUMN idColumn="1767" LengthParam="0" />
3987  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3988  </INDEX>  </INDEX>
3989  <INDEX ID="1770" IndexName="idx_element_contact_fk_c_type_contact" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1770" IndexName="idx_element_contact_fk_c_type_contact" IndexKind="1" FKRefDef_Obj_id="-1">
3990  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3991  <INDEXCOLUMN idColumn="1766" LengthParam="0" />  <INDEXCOLUMN idColumn="1766" LengthParam="0" />
3992  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3993  </INDEX>  </INDEX>
3994  <INDEX ID="3476" IndexName="llx_element_contact_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3281">  <INDEX ID="3476" IndexName="llx_element_contact_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3281">
3995  <INDEXCOLUMNS>  <INDEXCOLUMNS>
3996  <INDEXCOLUMN idColumn="1766" LengthParam="0" />  <INDEXCOLUMN idColumn="1766" LengthParam="0" />
3997  </INDEXCOLUMNS>  </INDEXCOLUMNS>
3998  </INDEX>  </INDEX>
3999  <INDEX ID="3477" IndexName="llx_element_contact_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3283">  <INDEX ID="3477" IndexName="llx_element_contact_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3283">
4000  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4001  <INDEXCOLUMN idColumn="1767" LengthParam="0" />  <INDEXCOLUMN idColumn="1767" LengthParam="0" />
4002  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4003  </INDEX>  </INDEX>
4004  </INDICES>  </INDICES>
4005  </TABLE>  </TABLE>
4006  <TABLE ID="1069" Tablename="llx_energie_compteur" PrevTableName="" XPos="3838" YPos="227" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="71" >  <TABLE ID="1069" Tablename="llx_energie_compteur" PrevTableName="" XPos="3838" YPos="227" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="71" >
4007  <COLUMNS>  <COLUMNS>
4008  <COLUMN ID="1771" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1771" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4009  <OPTIONSELECTED>  <OPTIONSELECTED>
4010  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4011  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4012  </OPTIONSELECTED>  </OPTIONSELECTED>
4013  </COLUMN>  </COLUMN>
4014  <COLUMN ID="1772" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1772" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4015  <OPTIONSELECTED>  <OPTIONSELECTED>
4016  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4017  </OPTIONSELECTED>  </OPTIONSELECTED>
4018  </COLUMN>  </COLUMN>
4019  <COLUMN ID="1773" ColName="fk_energie" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1773" ColName="fk_energie" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4020  <OPTIONSELECTED>  <OPTIONSELECTED>
4021  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4022  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4023  </OPTIONSELECTED>  </OPTIONSELECTED>
4024  </COLUMN>  </COLUMN>
4025  <COLUMN ID="1774" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1774" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4026  <OPTIONSELECTED>  <OPTIONSELECTED>
4027  </OPTIONSELECTED>  </OPTIONSELECTED>
4028  </COLUMN>  </COLUMN>
4029  <COLUMN ID="1775" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1775" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4030  <OPTIONSELECTED>  <OPTIONSELECTED>
4031  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4032  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4033  </OPTIONSELECTED>  </OPTIONSELECTED>
4034  </COLUMN>  </COLUMN>
4035  <COLUMN ID="1776" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1776" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4036  <OPTIONSELECTED>  <OPTIONSELECTED>
4037  </OPTIONSELECTED>  </OPTIONSELECTED>
4038  </COLUMN>  </COLUMN>
4039  </COLUMNS>  </COLUMNS>
4040  <RELATIONS_START>  <RELATIONS_START>
4041  <RELATION_START ID="3102" />  <RELATION_START ID="3102" />
4042  </RELATIONS_START>  </RELATIONS_START>
4043  <INDICES>  <INDICES>
4044  <INDEX ID="1777" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1777" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4045  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4046  <INDEXCOLUMN idColumn="1771" LengthParam="0" />  <INDEXCOLUMN idColumn="1771" LengthParam="0" />
4047  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4048  </INDEX>  </INDEX>
4049  </INDICES>  </INDICES>
4050  </TABLE>  </TABLE>
4051  <TABLE ID="1070" Tablename="llx_energie_compteur_groupe" PrevTableName="" XPos="3846" YPos="349" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="72" >  <TABLE ID="1070" Tablename="llx_energie_compteur_groupe" PrevTableName="" XPos="3846" YPos="349" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="72" >
4052  <COLUMNS>  <COLUMNS>
4053  <COLUMN ID="3103" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3103" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4054  <OPTIONSELECTED>  <OPTIONSELECTED>
4055  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4056  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4057  </OPTIONSELECTED>  </OPTIONSELECTED>
4058  </COLUMN>  </COLUMN>
4059  <COLUMN ID="1778" ColName="fk_energie_compteur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1778" ColName="fk_energie_compteur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4060  <OPTIONSELECTED>  <OPTIONSELECTED>
4061  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4062  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4063  </OPTIONSELECTED>  </OPTIONSELECTED>
4064  </COLUMN>  </COLUMN>
4065  <COLUMN ID="1779" ColName="fk_energie_groupe" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1779" ColName="fk_energie_groupe" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4066  <OPTIONSELECTED>  <OPTIONSELECTED>
4067  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4068  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4069  </OPTIONSELECTED>  </OPTIONSELECTED>
4070  </COLUMN>  </COLUMN>
4071  </COLUMNS>  </COLUMNS>
4072  <RELATIONS_END>  <RELATIONS_END>
4073  <RELATION_END ID="3102" />  <RELATION_END ID="3102" />
4074  <RELATION_END ID="3104" />  <RELATION_END ID="3104" />
4075  </RELATIONS_END>  </RELATIONS_END>
4076  <INDICES>  <INDICES>
4077  <INDEX ID="3478" IndexName="llx_energie_compteur_groupe_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3102">  <INDEX ID="3478" IndexName="llx_energie_compteur_groupe_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3102">
4078  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4079  <INDEXCOLUMN idColumn="3103" LengthParam="0" />  <INDEXCOLUMN idColumn="3103" LengthParam="0" />
4080  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4081  </INDEX>  </INDEX>
4082  <INDEX ID="3479" IndexName="llx_energie_compteur_groupe_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3104">  <INDEX ID="3479" IndexName="llx_energie_compteur_groupe_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3104">
4083  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4084  <INDEXCOLUMN idColumn="3103" LengthParam="0" />  <INDEXCOLUMN idColumn="3103" LengthParam="0" />
4085  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4086  </INDEX>  </INDEX>
4087  </INDICES>  </INDICES>
4088  </TABLE>  </TABLE>
4089  <TABLE ID="1071" Tablename="llx_energie_compteur_releve" PrevTableName="" XPos="3847" YPos="288" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="73" >  <TABLE ID="1071" Tablename="llx_energie_compteur_releve" PrevTableName="" XPos="3847" YPos="288" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="73" >
4090  <COLUMNS>  <COLUMNS>
4091  <COLUMN ID="1781" ColName="fk_compteur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1781" ColName="fk_compteur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4092  <OPTIONSELECTED>  <OPTIONSELECTED>
4093  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4094  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4095  </OPTIONSELECTED>  </OPTIONSELECTED>
4096  </COLUMN>  </COLUMN>
4097  <COLUMN ID="1782" ColName="date_releve" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1782" ColName="date_releve" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4098  <OPTIONSELECTED>  <OPTIONSELECTED>
4099  </OPTIONSELECTED>  </OPTIONSELECTED>
4100  </COLUMN>  </COLUMN>
4101  <COLUMN ID="1783" ColName="valeur" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1783" ColName="valeur" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4102  <OPTIONSELECTED>  <OPTIONSELECTED>
4103  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4104  </OPTIONSELECTED>  </OPTIONSELECTED>
4105  </COLUMN>  </COLUMN>
4106  <COLUMN ID="1784" ColName="datec" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1784" ColName="datec" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4107  <OPTIONSELECTED>  <OPTIONSELECTED>
4108  </OPTIONSELECTED>  </OPTIONSELECTED>
4109  </COLUMN>  </COLUMN>
4110  <COLUMN ID="1785" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1785" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4111  <OPTIONSELECTED>  <OPTIONSELECTED>
4112  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4113  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4114  </OPTIONSELECTED>  </OPTIONSELECTED>
4115  </COLUMN>  </COLUMN>
4116  <COLUMN ID="1786" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1786" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4117  <OPTIONSELECTED>  <OPTIONSELECTED>
4118  </OPTIONSELECTED>  </OPTIONSELECTED>
4119  </COLUMN>  </COLUMN>
4120  </COLUMNS>  </COLUMNS>
4121  </TABLE>  </TABLE>
4122  <TABLE ID="1072" Tablename="llx_energie_groupe" PrevTableName="" XPos="3576" YPos="389" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="74" >  <TABLE ID="1072" Tablename="llx_energie_groupe" PrevTableName="" XPos="3576" YPos="389" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="74" >
4123  <COLUMNS>  <COLUMNS>
4124  <COLUMN ID="1788" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1788" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4125  <OPTIONSELECTED>  <OPTIONSELECTED>
4126  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4127  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4128  </OPTIONSELECTED>  </OPTIONSELECTED>
4129  </COLUMN>  </COLUMN>
4130  <COLUMN ID="1789" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(100)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1789" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(100)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4131  <OPTIONSELECTED>  <OPTIONSELECTED>
4132  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4133  </OPTIONSELECTED>  </OPTIONSELECTED>
4134  </COLUMN>  </COLUMN>
4135  <COLUMN ID="1790" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1790" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4136  <OPTIONSELECTED>  <OPTIONSELECTED>
4137  </OPTIONSELECTED>  </OPTIONSELECTED>
4138  </COLUMN>  </COLUMN>
4139  <COLUMN ID="1791" ColName="fk_user_author" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1791" ColName="fk_user_author" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4140  <OPTIONSELECTED>  <OPTIONSELECTED>
4141  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4142  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4143  </OPTIONSELECTED>  </OPTIONSELECTED>
4144  </COLUMN>  </COLUMN>
4145  <COLUMN ID="1792" ColName="note" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1792" ColName="note" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4146  <OPTIONSELECTED>  <OPTIONSELECTED>
4147  </OPTIONSELECTED>  </OPTIONSELECTED>
4148  </COLUMN>  </COLUMN>
4149  </COLUMNS>  </COLUMNS>
4150  <RELATIONS_START>  <RELATIONS_START>
4151  <RELATION_START ID="3104" />  <RELATION_START ID="3104" />
4152  </RELATIONS_START>  </RELATIONS_START>
4153  <INDICES>  <INDICES>
4154  <INDEX ID="1793" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1793" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4155  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4156  <INDEXCOLUMN idColumn="1788" LengthParam="0" />  <INDEXCOLUMN idColumn="1788" LengthParam="0" />
4157  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4158  </INDEX>  </INDEX>
4159  </INDICES>  </INDICES>
4160  </TABLE>  </TABLE>
4161  <TABLE ID="1073" Tablename="llx_entrepot" PrevTableName="" XPos="2173" YPos="228" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="75" >  <TABLE ID="1073" Tablename="llx_entrepot" PrevTableName="" XPos="2641" YPos="204" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="75" >
4162  <COLUMNS>  <COLUMNS>
4163  <COLUMN ID="1794" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1794" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4164  <OPTIONSELECTED>  <OPTIONSELECTED>
4165  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4166  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4167  </OPTIONSELECTED>  </OPTIONSELECTED>
4168  </COLUMN>  </COLUMN>
4169  <COLUMN ID="1795" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1795" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4170  <OPTIONSELECTED>  <OPTIONSELECTED>
4171  </OPTIONSELECTED>  </OPTIONSELECTED>
4172  </COLUMN>  </COLUMN>
4173  <COLUMN ID="1796" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1796" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
4174  <OPTIONSELECTED>  <OPTIONSELECTED>
4175  </OPTIONSELECTED>  </OPTIONSELECTED>
4176  </COLUMN>  </COLUMN>
4177  <COLUMN ID="1797" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1797" ColName="label" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4178  <OPTIONSELECTED>  <OPTIONSELECTED>
4179  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4180  </OPTIONSELECTED>  </OPTIONSELECTED>
4181  </COLUMN>  </COLUMN>
4182  <COLUMN ID="1798" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1798" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4183  <OPTIONSELECTED>  <OPTIONSELECTED>
4184  </OPTIONSELECTED>  </OPTIONSELECTED>
4185  </COLUMN>  </COLUMN>
4186  <COLUMN ID="1799" ColName="statut" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1799" ColName="statut" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
4187  <OPTIONSELECTED>  <OPTIONSELECTED>
4188  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4189  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4190  </OPTIONSELECTED>  </OPTIONSELECTED>
4191  </COLUMN>  </COLUMN>
4192  <COLUMN ID="1800" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1800" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4193  <OPTIONSELECTED>  <OPTIONSELECTED>
4194  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4195  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4196  </OPTIONSELECTED>  </OPTIONSELECTED>
4197  </COLUMN>  </COLUMN>
4198  <COLUMN ID="1801" ColName="lieu" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1801" ColName="lieu" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4199  <OPTIONSELECTED>  <OPTIONSELECTED>
4200  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4201  </OPTIONSELECTED>  </OPTIONSELECTED>
4202  </COLUMN>  </COLUMN>
4203  <COLUMN ID="1802" ColName="address" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1802" ColName="address" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4204  <OPTIONSELECTED>  <OPTIONSELECTED>
4205  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4206  </OPTIONSELECTED>  </OPTIONSELECTED>
4207  </COLUMN>  </COLUMN>
4208  <COLUMN ID="1803" ColName="cp" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1803" ColName="cp" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4209  <OPTIONSELECTED>  <OPTIONSELECTED>
4210  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4211  </OPTIONSELECTED>  </OPTIONSELECTED>
4212  </COLUMN>  </COLUMN>
4213  <COLUMN ID="1804" ColName="ville" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1804" ColName="ville" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4214  <OPTIONSELECTED>  <OPTIONSELECTED>
4215  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4216  </OPTIONSELECTED>  </OPTIONSELECTED>
4217  </COLUMN>  </COLUMN>
4218  <COLUMN ID="1805" ColName="fk_pays" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1805" ColName="fk_pays" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4219  <OPTIONSELECTED>  <OPTIONSELECTED>
4220  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4221  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4222  </OPTIONSELECTED>  </OPTIONSELECTED>
4223  </COLUMN>  </COLUMN>
4224  </COLUMNS>  </COLUMNS>
4225  <INDICES>  <RELATIONS_START>
4226  <INDEX ID="1806" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <RELATION_START ID="3539" />
4227  <INDEXCOLUMNS>  <RELATION_START ID="3554" />
4228  <INDEXCOLUMN idColumn="1794" LengthParam="0" />  </RELATIONS_START>
4229  </INDEXCOLUMNS>  <INDICES>
4230  </INDEX>  <INDEX ID="1806" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4231  </INDICES>  <INDEXCOLUMNS>
4232  </TABLE>  <INDEXCOLUMN idColumn="1794" LengthParam="0" />
4233  <TABLE ID="1074" Tablename="llx_expedition" PrevTableName="" XPos="2164" YPos="169" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="76" >  </INDEXCOLUMNS>
4234  <COLUMNS>  </INDEX>
4235  <COLUMN ID="1807" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
4236  <OPTIONSELECTED>  </TABLE>
4237  <OPTIONSELECT Value="0" />  <TABLE ID="1074" Tablename="llx_expedition" PrevTableName="" XPos="2605" YPos="328" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="76" >
4238  <OPTIONSELECT Value="0" />  <COLUMNS>
4239  </OPTIONSELECTED>  <COLUMN ID="1808" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
4240  </COLUMN>  <OPTIONSELECTED>
4241  <COLUMN ID="1808" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  </OPTIONSELECTED>
4242  <OPTIONSELECTED>  </COLUMN>
4243  </OPTIONSELECTED>  <COLUMN ID="1809" ColName="ref" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4244  </COLUMN>  <OPTIONSELECTED>
4245  <COLUMN ID="1809" ColName="ref" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4246  <OPTIONSELECTED>  </OPTIONSELECTED>
4247  <OPTIONSELECT Value="0" />  </COLUMN>
4248  </OPTIONSELECTED>  <COLUMN ID="1810" ColName="fk_commande" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4249  </COLUMN>  <OPTIONSELECTED>
4250  <COLUMN ID="1810" ColName="fk_commande" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4251  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
4252  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
4253  <OPTIONSELECT Value="0" />  </COLUMN>
4254  </OPTIONSELECTED>  <COLUMN ID="1811" ColName="date_creation" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4255  </COLUMN>  <OPTIONSELECTED>
4256  <COLUMN ID="1811" ColName="date_creation" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
4257  <OPTIONSELECTED>  </COLUMN>
4258  </OPTIONSELECTED>  <COLUMN ID="1812" ColName="date_valid" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4259  </COLUMN>  <OPTIONSELECTED>
4260  <COLUMN ID="1812" ColName="date_valid" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
4261  <OPTIONSELECTED>  </COLUMN>
4262  </OPTIONSELECTED>  <COLUMN ID="1813" ColName="date_expedition" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4263  </COLUMN>  <OPTIONSELECTED>
4264  <COLUMN ID="1813" ColName="date_expedition" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
4265  <OPTIONSELECTED>  </COLUMN>
4266  </OPTIONSELECTED>  <COLUMN ID="1814" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4267  </COLUMN>  <OPTIONSELECTED>
4268  <COLUMN ID="1814" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4269  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
4270  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
4271  <OPTIONSELECT Value="0" />  </COLUMN>
4272  </OPTIONSELECTED>  <COLUMN ID="1815" ColName="fk_user_valid" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4273  </COLUMN>  <OPTIONSELECTED>
4274  <COLUMN ID="1815" ColName="fk_user_valid" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4275  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
4276  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
4277  <OPTIONSELECT Value="0" />  </COLUMN>
4278  </OPTIONSELECTED>  <COLUMN ID="1816" ColName="fk_entrepot" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4279  </COLUMN>  <OPTIONSELECTED>
4280  <COLUMN ID="1816" ColName="fk_entrepot" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4281  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
4282  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
4283  <OPTIONSELECT Value="0" />  </COLUMN>
4284  </OPTIONSELECTED>  <COLUMN ID="1817" ColName="fk_expedition_methode" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4285  </COLUMN>  <OPTIONSELECTED>
4286  <COLUMN ID="1817" ColName="fk_expedition_methode" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4287  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
4288  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
4289  <OPTIONSELECT Value="0" />  </COLUMN>
4290  </OPTIONSELECTED>  <COLUMN ID="1818" ColName="fk_statut" PrevColName="" Pos="12" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4291  </COLUMN>  <OPTIONSELECTED>
4292  <COLUMN ID="1818" ColName="fk_statut" PrevColName="" Pos="12" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4293  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
4294  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
4295  <OPTIONSELECT Value="0" />  </COLUMN>
4296  </OPTIONSELECTED>  <COLUMN ID="1819" ColName="note" PrevColName="" Pos="13" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4297  </COLUMN>  <OPTIONSELECTED>
4298  <COLUMN ID="1819" ColName="note" PrevColName="" Pos="13" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
4299  <OPTIONSELECTED>  </COLUMN>
4300  </OPTIONSELECTED>  <COLUMN ID="1820" ColName="model_pdf" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4301  </COLUMN>  <OPTIONSELECTED>
4302  <COLUMN ID="1820" ColName="model_pdf" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4303  <OPTIONSELECTED>  </OPTIONSELECTED>
4304  <OPTIONSELECT Value="0" />  </COLUMN>
4305  </OPTIONSELECTED>  </COLUMNS>
4306  </COLUMN>  <RELATIONS_END>
4307  </COLUMNS>  <RELATION_END ID="3554" />
4308  <INDICES>  <RELATION_END ID="3556" />
4309  <INDEX ID="1821" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </RELATIONS_END>
4310  <INDEXCOLUMNS>  <INDICES>
4311  <INDEXCOLUMN idColumn="1807" LengthParam="0" />  <INDEX ID="1822" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
4312  </INDEXCOLUMNS>  <INDEXCOLUMNS>
4313  </INDEX>  <INDEXCOLUMN idColumn="1809" LengthParam="0" />
4314  <INDEX ID="1822" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  </INDEXCOLUMNS>
4315  <INDEXCOLUMNS>  </INDEX>
4316  <INDEXCOLUMN idColumn="1809" LengthParam="0" />  <INDEX ID="1823" IndexName="fk_expedition_methode" IndexKind="1" FKRefDef_Obj_id="-1">
4317  </INDEXCOLUMNS>  <INDEXCOLUMNS>
4318  </INDEX>  <INDEXCOLUMN idColumn="1817" LengthParam="0" />
4319  <INDEX ID="1823" IndexName="fk_expedition_methode" IndexKind="1" FKRefDef_Obj_id="-1">  </INDEXCOLUMNS>
4320  <INDEXCOLUMNS>  </INDEX>
4321  <INDEXCOLUMN idColumn="1817" LengthParam="0" />  <INDEX ID="1824" IndexName="fk_commande" IndexKind="1" FKRefDef_Obj_id="-1">
4322  </INDEXCOLUMNS>  <INDEXCOLUMNS>
4323  </INDEX>  <INDEXCOLUMN idColumn="1810" LengthParam="0" />
4324  <INDEX ID="1824" IndexName="fk_commande" IndexKind="1" FKRefDef_Obj_id="-1">  </INDEXCOLUMNS>
4325  <INDEXCOLUMNS>  </INDEX>
4326  <INDEXCOLUMN idColumn="1810" LengthParam="0" />  </INDICES>
4327  </INDEXCOLUMNS>  </TABLE>
4328  </INDEX>  <TABLE ID="1075" Tablename="llx_expedition_methode" PrevTableName="" XPos="2956" YPos="327" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="77" >
4329  </INDICES>  <COLUMNS>
4330  </TABLE>  <COLUMN ID="1825" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4331  <TABLE ID="1075" Tablename="llx_expedition_methode" PrevTableName="" XPos="2174" YPos="105" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="77" >  <OPTIONSELECTED>
4332  <COLUMNS>  <OPTIONSELECT Value="0" />
4333  <COLUMN ID="1825" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4334  <OPTIONSELECTED>  </OPTIONSELECTED>
4335  <OPTIONSELECT Value="0" />  </COLUMN>
4336  <OPTIONSELECT Value="0" />  <COLUMN ID="1826" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
4337  </OPTIONSELECTED>  <OPTIONSELECTED>
4338  </COLUMN>  </OPTIONSELECTED>
4339  <COLUMN ID="1826" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  </COLUMN>
4340  <OPTIONSELECTED>  <COLUMN ID="1827" ColName="code" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4341  </OPTIONSELECTED>  <OPTIONSELECTED>
4342  </COLUMN>  <OPTIONSELECT Value="0" />
4343  <COLUMN ID="1827" ColName="code" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
4344  <OPTIONSELECTED>  </COLUMN>
4345  <OPTIONSELECT Value="0" />  <COLUMN ID="1828" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4346  </OPTIONSELECTED>  <OPTIONSELECTED>
4347  </COLUMN>  <OPTIONSELECT Value="0" />
4348  <COLUMN ID="1828" ColName="libelle" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
4349  <OPTIONSELECTED>  </COLUMN>
4350  <OPTIONSELECT Value="0" />  <COLUMN ID="1829" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4351  </OPTIONSELECTED>  <OPTIONSELECTED>
4352  </COLUMN>  </OPTIONSELECTED>
4353  <COLUMN ID="1829" ColName="description" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
4354  <OPTIONSELECTED>  <COLUMN ID="1830" ColName="statut" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4355  </OPTIONSELECTED>  <OPTIONSELECTED>
4356  </COLUMN>  <OPTIONSELECT Value="0" />
4357  <COLUMN ID="1830" ColName="statut" PrevColName="" Pos="6" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
4358  <OPTIONSELECTED>  </OPTIONSELECTED>
4359  <OPTIONSELECT Value="0" />  </COLUMN>
4360  <OPTIONSELECT Value="0" />  </COLUMNS>
4361  </OPTIONSELECTED>  <RELATIONS_START>
4362  </COLUMN>  <RELATION_START ID="3556" />
4363  </COLUMNS>  </RELATIONS_START>
4364  <INDICES>  <INDICES>
4365  <INDEX ID="1831" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1831" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4366  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4367  <INDEXCOLUMN idColumn="1825" LengthParam="0" />  <INDEXCOLUMN idColumn="1825" LengthParam="0" />
4368  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4369  </INDEX>  </INDEX>
4370  </INDICES>  </INDICES>
4371  </TABLE>  </TABLE>
4372  <TABLE ID="1076" Tablename="llx_expeditiondet" PrevTableName="" XPos="2165" YPos="45" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="78" >  <TABLE ID="1076" Tablename="llx_expeditiondet" PrevTableName="" XPos="2959" YPos="423" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="78" >
4373  <COLUMNS>  <COLUMNS>
4374  <COLUMN ID="1832" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1832" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4375  <OPTIONSELECTED>  <OPTIONSELECTED>
4376  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4377  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4378  </OPTIONSELECTED>  </OPTIONSELECTED>
4379  </COLUMN>  </COLUMN>
4380  <COLUMN ID="1833" ColName="fk_expedition" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1833" ColName="fk_expedition" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4381  <OPTIONSELECTED>  <OPTIONSELECTED>
4382  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4383  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4384  </OPTIONSELECTED>  </OPTIONSELECTED>
4385  </COLUMN>  </COLUMN>
4386  <COLUMN ID="1834" ColName="fk_commande_ligne" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1834" ColName="fk_commande_ligne" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4387  <OPTIONSELECTED>  <OPTIONSELECTED>
4388  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4389  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4390  </OPTIONSELECTED>  </OPTIONSELECTED>
4391  </COLUMN>  </COLUMN>
4392  <COLUMN ID="1835" ColName="qty" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1835" ColName="qty" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4393  <OPTIONSELECTED>  <OPTIONSELECTED>
4394  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4395  </OPTIONSELECTED>  </OPTIONSELECTED>
4396  </COLUMN>  </COLUMN>
4397  </COLUMNS>  </COLUMNS>
4398  <INDICES>  <INDICES>
4399  <INDEX ID="1836" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1836" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4400  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4401  <INDEXCOLUMN idColumn="1832" LengthParam="0" />  <INDEXCOLUMN idColumn="1832" LengthParam="0" />
4402  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4403  </INDEX>  </INDEX>
4404  <INDEX ID="1837" IndexName="fk_expedition" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1837" IndexName="fk_expedition" IndexKind="1" FKRefDef_Obj_id="-1">
4405  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4406  <INDEXCOLUMN idColumn="1833" LengthParam="0" />  <INDEXCOLUMN idColumn="1833" LengthParam="0" />
4407  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4408  </INDEX>  </INDEX>
4409  <INDEX ID="1838" IndexName="fk_commande_ligne" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1838" IndexName="fk_commande_ligne" IndexKind="1" FKRefDef_Obj_id="-1">
4410  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4411  <INDEXCOLUMN idColumn="1834" LengthParam="0" />  <INDEXCOLUMN idColumn="1834" LengthParam="0" />
4412  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4413  </INDEX>  </INDEX>
4414  </INDICES>  </INDICES>
4415  </TABLE>  </TABLE>
4416  <TABLE ID="1077" Tablename="llx_export_compta" PrevTableName="" XPos="3617" YPos="617" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="79" >  <TABLE ID="1077" Tablename="llx_export_compta" PrevTableName="" XPos="3617" YPos="617" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="79" >
4417  <COLUMNS>  <COLUMNS>
4418  <COLUMN ID="1839" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1839" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4419  <OPTIONSELECTED>  <OPTIONSELECTED>
4420  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4421  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4422  </OPTIONSELECTED>  </OPTIONSELECTED>
4423  </COLUMN>  </COLUMN>
4424  <COLUMN ID="1840" ColName="ref" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1840" ColName="ref" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4425  <OPTIONSELECTED>  <OPTIONSELECTED>
4426  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4427  </OPTIONSELECTED>  </OPTIONSELECTED>
4428  </COLUMN>  </COLUMN>
4429  <COLUMN ID="1841" ColName="date_export" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="1841" ColName="date_export" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
4430  <OPTIONSELECTED>  <OPTIONSELECTED>
4431  </OPTIONSELECTED>  </OPTIONSELECTED>
4432  </COLUMN>  </COLUMN>
4433  <COLUMN ID="1842" ColName="fk_user" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1842" ColName="fk_user" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4434  <OPTIONSELECTED>  <OPTIONSELECTED>
4435  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4436  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4437  </OPTIONSELECTED>  </OPTIONSELECTED>
4438  </COLUMN>  </COLUMN>
4439  <COLUMN ID="1843" ColName="note" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1843" ColName="note" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4440  <OPTIONSELECTED>  <OPTIONSELECTED>
4441  </OPTIONSELECTED>  </OPTIONSELECTED>
4442  </COLUMN>  </COLUMN>
4443  </COLUMNS>  </COLUMNS>
4444  <INDICES>  <INDICES>
4445  <INDEX ID="1844" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1844" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4446  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4447  <INDEXCOLUMN idColumn="1839" LengthParam="0" />  <INDEXCOLUMN idColumn="1839" LengthParam="0" />
4448  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4449  </INDEX>  </INDEX>
4450  </INDICES>  </INDICES>
4451  </TABLE>  </TABLE>
4452  <TABLE ID="1078" Tablename="llx_fa_pr" PrevTableName="" XPos="1960" YPos="1516" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="80" >  <TABLE ID="1078" Tablename="llx_fa_pr" PrevTableName="" XPos="1960" YPos="1516" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="80" >
4453  <COLUMNS>  <COLUMNS>
4454  <COLUMN ID="1845" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1845" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4455  <OPTIONSELECTED>  <OPTIONSELECTED>
4456  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4457  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4458  </OPTIONSELECTED>  </OPTIONSELECTED>
4459  </COLUMN>  </COLUMN>
4460  <COLUMN ID="1847" ColName="fk_propal" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1847" ColName="fk_propal" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4461  <OPTIONSELECTED>  <OPTIONSELECTED>
4462  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4463  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4464  </OPTIONSELECTED>  </OPTIONSELECTED>
4465  </COLUMN>  </COLUMN>
4466  </COLUMNS>  </COLUMNS>
4467  <RELATIONS_END>  <RELATIONS_END>
4468  <RELATION_END ID="3437" />  <RELATION_END ID="3437" />
4469  <RELATION_END ID="3439" />  <RELATION_END ID="3439" />
4470  </RELATIONS_END>  </RELATIONS_END>
4471  <INDICES>  <INDICES>
4472  <INDEX ID="1848" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1848" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4473  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4474  <INDEXCOLUMN idColumn="1845" LengthParam="0" />  <INDEXCOLUMN idColumn="1845" LengthParam="0" />
4475  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4476  </INDEX>  </INDEX>
4477  <INDEX ID="3480" IndexName="llx_fa_pr_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3437">  <INDEX ID="3480" IndexName="llx_fa_pr_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3437">
4478  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4479  <INDEXCOLUMN idColumn="1845" LengthParam="0" />  <INDEXCOLUMN idColumn="1845" LengthParam="0" />
4480  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4481  </INDEX>  </INDEX>
4482  <INDEX ID="3481" IndexName="llx_fa_pr_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3439">  <INDEX ID="3481" IndexName="llx_fa_pr_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3439">
4483  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4484  <INDEXCOLUMN idColumn="1847" LengthParam="0" />  <INDEXCOLUMN idColumn="1847" LengthParam="0" />
4485  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4486  </INDEX>  </INDEX>
4487  </INDICES>  </INDICES>
4488  </TABLE>  </TABLE>
4489  <TABLE ID="1079" Tablename="llx_facture" PrevTableName="" XPos="1954" YPos="1864" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="81" >  <TABLE ID="1079" Tablename="llx_facture" PrevTableName="" XPos="1954" YPos="1864" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="81" >
4490  <COLUMNS>  <COLUMNS>
4491  <COLUMN ID="1849" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1849" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4492  <OPTIONSELECTED>  <OPTIONSELECTED>
4493  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4494  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4495  </OPTIONSELECTED>  </OPTIONSELECTED>
4496  </COLUMN>  </COLUMN>
4497  <COLUMN ID="1850" ColName="facnumber" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1850" ColName="facnumber" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4498  <OPTIONSELECTED>  <OPTIONSELECTED>
4499  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4500  </OPTIONSELECTED>  </OPTIONSELECTED>
4501  </COLUMN>  </COLUMN>
4502  <COLUMN ID="1851" ColName="ref_client" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1851" ColName="ref_client" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4503  <OPTIONSELECTED>  <OPTIONSELECTED>
4504  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4505  </OPTIONSELECTED>  </OPTIONSELECTED>
4506  </COLUMN>  </COLUMN>
4507  <COLUMN ID="1852" ColName="increment" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1852" ColName="increment" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4508  <OPTIONSELECTED>  <OPTIONSELECTED>
4509  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4510  </OPTIONSELECTED>  </OPTIONSELECTED>
4511  </COLUMN>  </COLUMN>
4512  <COLUMN ID="1853" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1853" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4513  <OPTIONSELECTED>  <OPTIONSELECTED>
4514  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4515  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4516  </OPTIONSELECTED>  </OPTIONSELECTED>
4517  </COLUMN>  </COLUMN>
4518  <COLUMN ID="1854" ColName="datec" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1854" ColName="datec" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4519  <OPTIONSELECTED>  <OPTIONSELECTED>
4520  </OPTIONSELECTED>  </OPTIONSELECTED>
4521  </COLUMN>  </COLUMN>
4522  <COLUMN ID="1855" ColName="datef" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1855" ColName="datef" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4523  <OPTIONSELECTED>  <OPTIONSELECTED>
4524  </OPTIONSELECTED>  </OPTIONSELECTED>
4525  </COLUMN>  </COLUMN>
4526  <COLUMN ID="1856" ColName="paye" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1856" ColName="paye" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4527  <OPTIONSELECTED>  <OPTIONSELECTED>
4528  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4529  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4530  </OPTIONSELECTED>  </OPTIONSELECTED>
4531  </COLUMN>  </COLUMN>
4532  <COLUMN ID="1857" ColName="amount" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1857" ColName="amount" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4533  <OPTIONSELECTED>  <OPTIONSELECTED>
4534  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4535  </OPTIONSELECTED>  </OPTIONSELECTED>
4536  </COLUMN>  </COLUMN>
4537  <COLUMN ID="1858" ColName="remise" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1858" ColName="remise" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4538  <OPTIONSELECTED>  <OPTIONSELECTED>
4539  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4540  </OPTIONSELECTED>  </OPTIONSELECTED>
4541  </COLUMN>  </COLUMN>
4542  <COLUMN ID="1859" ColName="remise_percent" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1859" ColName="remise_percent" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4543  <OPTIONSELECTED>  <OPTIONSELECTED>
4544  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4545  </OPTIONSELECTED>  </OPTIONSELECTED>
4546  </COLUMN>  </COLUMN>
4547  <COLUMN ID="1860" ColName="tva" PrevColName="" Pos="12" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1860" ColName="tva" PrevColName="" Pos="12" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4548  <OPTIONSELECTED>  <OPTIONSELECTED>
4549  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4550  </OPTIONSELECTED>  </OPTIONSELECTED>
4551  </COLUMN>  </COLUMN>
4552  <COLUMN ID="1861" ColName="total" PrevColName="" Pos="13" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1861" ColName="total" PrevColName="" Pos="13" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4553  <OPTIONSELECTED>  <OPTIONSELECTED>
4554  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4555  </OPTIONSELECTED>  </OPTIONSELECTED>
4556  </COLUMN>  </COLUMN>
4557  <COLUMN ID="1862" ColName="total_ttc" PrevColName="" Pos="14" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1862" ColName="total_ttc" PrevColName="" Pos="14" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4558  <OPTIONSELECTED>  <OPTIONSELECTED>
4559  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4560  </OPTIONSELECTED>  </OPTIONSELECTED>
4561  </COLUMN>  </COLUMN>
4562  <COLUMN ID="1863" ColName="fk_statut" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1863" ColName="fk_statut" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4563  <OPTIONSELECTED>  <OPTIONSELECTED>
4564  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4565  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4566  </OPTIONSELECTED>  </OPTIONSELECTED>
4567  </COLUMN>  </COLUMN>
4568  <COLUMN ID="1864" ColName="fk_user_author" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1864" ColName="fk_user_author" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4569  <OPTIONSELECTED>  <OPTIONSELECTED>
4570  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4571  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4572  </OPTIONSELECTED>  </OPTIONSELECTED>
4573  </COLUMN>  </COLUMN>
4574  <COLUMN ID="1865" ColName="fk_user_valid" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1865" ColName="fk_user_valid" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4575  <OPTIONSELECTED>  <OPTIONSELECTED>
4576  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4577  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4578  </OPTIONSELECTED>  </OPTIONSELECTED>
4579  </COLUMN>  </COLUMN>
4580  <COLUMN ID="1866" ColName="fk_projet" PrevColName="" Pos="18" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1866" ColName="fk_projet" PrevColName="" Pos="18" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4581  <OPTIONSELECTED>  <OPTIONSELECTED>
4582  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4583  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4584  </OPTIONSELECTED>  </OPTIONSELECTED>
4585  </COLUMN>  </COLUMN>
4586  <COLUMN ID="1867" ColName="fk_cond_reglement" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1867" ColName="fk_cond_reglement" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4587  <OPTIONSELECTED>  <OPTIONSELECTED>
4588  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4589  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4590  </OPTIONSELECTED>  </OPTIONSELECTED>
4591  </COLUMN>  </COLUMN>
4592  <COLUMN ID="1868" ColName="fk_mode_reglement" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1868" ColName="fk_mode_reglement" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4593  <OPTIONSELECTED>  <OPTIONSELECTED>
4594  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4595  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4596  </OPTIONSELECTED>  </OPTIONSELECTED>
4597  </COLUMN>  </COLUMN>
4598  <COLUMN ID="1869" ColName="date_lim_reglement" PrevColName="" Pos="21" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1869" ColName="date_lim_reglement" PrevColName="" Pos="21" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4599  <OPTIONSELECTED>  <OPTIONSELECTED>
4600  </OPTIONSELECTED>  </OPTIONSELECTED>
4601  </COLUMN>  </COLUMN>
4602  <COLUMN ID="1870" ColName="note" PrevColName="" Pos="22" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1870" ColName="note" PrevColName="" Pos="22" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4603  <OPTIONSELECTED>  <OPTIONSELECTED>
4604  </OPTIONSELECTED>  </OPTIONSELECTED>
4605  </COLUMN>  </COLUMN>
4606  </COLUMNS>  </COLUMNS>
4607  <RELATIONS_START>  <RELATIONS_START>
4608  <RELATION_START ID="3435" />  <RELATION_START ID="3435" />
4609  <RELATION_START ID="3437" />  <RELATION_START ID="3437" />
4610  <RELATION_START ID="3441" />  <RELATION_START ID="3441" />
4611  <RELATION_START ID="3443" />  <RELATION_START ID="3443" />
4612  </RELATIONS_START>  </RELATIONS_START>
4613  <INDICES>  <INDICES>
4614  <INDEX ID="1871" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1871" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4615  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4616  <INDEXCOLUMN idColumn="1849" LengthParam="0" />  <INDEXCOLUMN idColumn="1849" LengthParam="0" />
4617  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4618  </INDEX>  </INDEX>
4619  <INDEX ID="1872" IndexName="facnumber" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1872" IndexName="facnumber" IndexKind="1" FKRefDef_Obj_id="-1">
4620  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4621  <INDEXCOLUMN idColumn="1850" LengthParam="0" />  <INDEXCOLUMN idColumn="1850" LengthParam="0" />
4622  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4623  </INDEX>  </INDEX>
4624  <INDEX ID="1873" IndexName="fksoc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1873" IndexName="fksoc" IndexKind="1" FKRefDef_Obj_id="-1">
4625  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4626  <INDEXCOLUMN idColumn="1853" LengthParam="0" />  <INDEXCOLUMN idColumn="1853" LengthParam="0" />
4627  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4628  </INDEX>  </INDEX>
4629  <INDEX ID="1874" IndexName="idx_facture_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1874" IndexName="idx_facture_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
4630  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4631  <INDEXCOLUMN idColumn="1853" LengthParam="0" />  <INDEXCOLUMN idColumn="1853" LengthParam="0" />
4632  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4633  </INDEX>  </INDEX>
4634  <INDEX ID="1875" IndexName="idx_facture_fk_user_author" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1875" IndexName="idx_facture_fk_user_author" IndexKind="1" FKRefDef_Obj_id="-1">
4635  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4636  <INDEXCOLUMN idColumn="1864" LengthParam="0" />  <INDEXCOLUMN idColumn="1864" LengthParam="0" />
4637  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4638  </INDEX>  </INDEX>
4639  <INDEX ID="1876" IndexName="idx_facture_fk_user_valid" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1876" IndexName="idx_facture_fk_user_valid" IndexKind="1" FKRefDef_Obj_id="-1">
4640  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4641  <INDEXCOLUMN idColumn="1865" LengthParam="0" />  <INDEXCOLUMN idColumn="1865" LengthParam="0" />
4642  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4643  </INDEX>  </INDEX>
4644  <INDEX ID="1877" IndexName="idx_facture_fk_projet" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1877" IndexName="idx_facture_fk_projet" IndexKind="1" FKRefDef_Obj_id="-1">
4645  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4646  <INDEXCOLUMN idColumn="1866" LengthParam="0" />  <INDEXCOLUMN idColumn="1866" LengthParam="0" />
4647  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4648  </INDEX>  </INDEX>
4649  </INDICES>  </INDICES>
4650  </TABLE>  </TABLE>
4651  <TABLE ID="1080" Tablename="llx_facture_fourn" PrevTableName="" XPos="2802" YPos="2018" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="82" >  <TABLE ID="1080" Tablename="llx_facture_fourn" PrevTableName="" XPos="2802" YPos="2018" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="82" >
4652  <COLUMNS>  <COLUMNS>
4653  <COLUMN ID="1878" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1878" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4654  <OPTIONSELECTED>  <OPTIONSELECTED>
4655  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4656  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4657  </OPTIONSELECTED>  </OPTIONSELECTED>
4658  </COLUMN>  </COLUMN>
4659  <COLUMN ID="1879" ColName="facnumber" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1879" ColName="facnumber" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4660  <OPTIONSELECTED>  <OPTIONSELECTED>
4661  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4662  </OPTIONSELECTED>  </OPTIONSELECTED>
4663  </COLUMN>  </COLUMN>
4664  <COLUMN ID="1880" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1880" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4665  <OPTIONSELECTED>  <OPTIONSELECTED>
4666  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4667  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4668  </OPTIONSELECTED>  </OPTIONSELECTED>
4669  </COLUMN>  </COLUMN>
4670  <COLUMN ID="1881" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1881" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4671  <OPTIONSELECTED>  <OPTIONSELECTED>
4672  </OPTIONSELECTED>  </OPTIONSELECTED>
4673  </COLUMN>  </COLUMN>
4674  <COLUMN ID="1882" ColName="datef" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1882" ColName="datef" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4675  <OPTIONSELECTED>  <OPTIONSELECTED>
4676  </OPTIONSELECTED>  </OPTIONSELECTED>
4677  </COLUMN>  </COLUMN>
4678  <COLUMN ID="1883" ColName="libelle" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1883" ColName="libelle" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4679  <OPTIONSELECTED>  <OPTIONSELECTED>
4680  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4681  </OPTIONSELECTED>  </OPTIONSELECTED>
4682  </COLUMN>  </COLUMN>
4683  <COLUMN ID="1884" ColName="paye" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1884" ColName="paye" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4684  <OPTIONSELECTED>  <OPTIONSELECTED>
4685  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4686  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4687  </OPTIONSELECTED>  </OPTIONSELECTED>
4688  </COLUMN>  </COLUMN>
4689  <COLUMN ID="1885" ColName="amount" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1885" ColName="amount" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4690  <OPTIONSELECTED>  <OPTIONSELECTED>
4691  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4692  </OPTIONSELECTED>  </OPTIONSELECTED>
4693  </COLUMN>  </COLUMN>
4694  <COLUMN ID="1886" ColName="remise" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1886" ColName="remise" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4695  <OPTIONSELECTED>  <OPTIONSELECTED>
4696  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4697  </OPTIONSELECTED>  </OPTIONSELECTED>
4698  </COLUMN>  </COLUMN>
4699  <COLUMN ID="1887" ColName="tva" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1887" ColName="tva" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4700  <OPTIONSELECTED>  <OPTIONSELECTED>
4701  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4702  </OPTIONSELECTED>  </OPTIONSELECTED>
4703  </COLUMN>  </COLUMN>
4704  <COLUMN ID="1888" ColName="total" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1888" ColName="total" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4705  <OPTIONSELECTED>  <OPTIONSELECTED>
4706  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4707  </OPTIONSELECTED>  </OPTIONSELECTED>
4708  </COLUMN>  </COLUMN>
4709  <COLUMN ID="1889" ColName="total_ht" PrevColName="" Pos="12" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1889" ColName="total_ht" PrevColName="" Pos="12" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4710  <OPTIONSELECTED>  <OPTIONSELECTED>
4711  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4712  </OPTIONSELECTED>  </OPTIONSELECTED>
4713  </COLUMN>  </COLUMN>
4714  <COLUMN ID="1890" ColName="total_tva" PrevColName="" Pos="13" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1890" ColName="total_tva" PrevColName="" Pos="13" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4715  <OPTIONSELECTED>  <OPTIONSELECTED>
4716  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4717  </OPTIONSELECTED>  </OPTIONSELECTED>
4718  </COLUMN>  </COLUMN>
4719  <COLUMN ID="1891" ColName="total_ttc" PrevColName="" Pos="14" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1891" ColName="total_ttc" PrevColName="" Pos="14" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4720  <OPTIONSELECTED>  <OPTIONSELECTED>
4721  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4722  </OPTIONSELECTED>  </OPTIONSELECTED>
4723  </COLUMN>  </COLUMN>
4724  <COLUMN ID="1892" ColName="fk_statut" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1892" ColName="fk_statut" PrevColName="" Pos="15" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4725  <OPTIONSELECTED>  <OPTIONSELECTED>
4726  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4727  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4728  </OPTIONSELECTED>  </OPTIONSELECTED>
4729  </COLUMN>  </COLUMN>
4730  <COLUMN ID="1893" ColName="fk_user_author" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1893" ColName="fk_user_author" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4731  <OPTIONSELECTED>  <OPTIONSELECTED>
4732  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4733  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4734  </OPTIONSELECTED>  </OPTIONSELECTED>
4735  </COLUMN>  </COLUMN>
4736  <COLUMN ID="1894" ColName="fk_user_valid" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1894" ColName="fk_user_valid" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4737  <OPTIONSELECTED>  <OPTIONSELECTED>
4738  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4739  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4740  </OPTIONSELECTED>  </OPTIONSELECTED>
4741  </COLUMN>  </COLUMN>
4742  <COLUMN ID="1895" ColName="note" PrevColName="" Pos="18" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1895" ColName="note" PrevColName="" Pos="18" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4743  <OPTIONSELECTED>  <OPTIONSELECTED>
4744  </OPTIONSELECTED>  </OPTIONSELECTED>
4745  </COLUMN>  </COLUMN>
4746  <COLUMN ID="1896" ColName="fk_projet" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1896" ColName="fk_projet" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4747  <OPTIONSELECTED>  <OPTIONSELECTED>
4748  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4749  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4750  </OPTIONSELECTED>  </OPTIONSELECTED>
4751  </COLUMN>  </COLUMN>
4752  <COLUMN ID="1897" ColName="fk_cond_reglement" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1897" ColName="fk_cond_reglement" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
4753  <OPTIONSELECTED>  <OPTIONSELECTED>
4754  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4755  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4756  </OPTIONSELECTED>  </OPTIONSELECTED>
4757  </COLUMN>  </COLUMN>
4758  <COLUMN ID="1898" ColName="date_lim_reglement" PrevColName="" Pos="21" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1898" ColName="date_lim_reglement" PrevColName="" Pos="21" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4759  <OPTIONSELECTED>  <OPTIONSELECTED>
4760  </OPTIONSELECTED>  </OPTIONSELECTED>
4761  </COLUMN>  </COLUMN>
4762  </COLUMNS>  </COLUMNS>
4763  <RELATIONS_START>  <RELATIONS_START>
4764  <RELATION_START ID="3454" />  <RELATION_START ID="3454" />
4765  </RELATIONS_START>  </RELATIONS_START>
4766  <INDICES>  <INDICES>
4767  <INDEX ID="1899" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1899" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4768  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4769  <INDEXCOLUMN idColumn="1878" LengthParam="0" />  <INDEXCOLUMN idColumn="1878" LengthParam="0" />
4770  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4771  </INDEX>  </INDEX>
4772  <INDEX ID="1900" IndexName="facnumber" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1900" IndexName="facnumber" IndexKind="1" FKRefDef_Obj_id="-1">
4773  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4774  <INDEXCOLUMN idColumn="1879" LengthParam="0" />  <INDEXCOLUMN idColumn="1879" LengthParam="0" />
4775  <INDEXCOLUMN idColumn="1880" LengthParam="0" />  <INDEXCOLUMN idColumn="1880" LengthParam="0" />
4776  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4777  </INDEX>  </INDEX>
4778  <INDEX ID="1901" IndexName="idx_facture_fourn_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1901" IndexName="idx_facture_fourn_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
4779  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4780  <INDEXCOLUMN idColumn="1880" LengthParam="0" />  <INDEXCOLUMN idColumn="1880" LengthParam="0" />
4781  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4782  </INDEX>  </INDEX>
4783  <INDEX ID="1902" IndexName="idx_facture_fourn_fk_user_author" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1902" IndexName="idx_facture_fourn_fk_user_author" IndexKind="1" FKRefDef_Obj_id="-1">
4784  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4785  <INDEXCOLUMN idColumn="1893" LengthParam="0" />  <INDEXCOLUMN idColumn="1893" LengthParam="0" />
4786  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4787  </INDEX>  </INDEX>
4788  <INDEX ID="1903" IndexName="idx_facture_fourn_fk_user_valid" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1903" IndexName="idx_facture_fourn_fk_user_valid" IndexKind="1" FKRefDef_Obj_id="-1">
4789  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4790  <INDEXCOLUMN idColumn="1894" LengthParam="0" />  <INDEXCOLUMN idColumn="1894" LengthParam="0" />
4791  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4792  </INDEX>  </INDEX>
4793  <INDEX ID="1904" IndexName="idx_facture_fourn_fk_projet" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1904" IndexName="idx_facture_fourn_fk_projet" IndexKind="1" FKRefDef_Obj_id="-1">
4794  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4795  <INDEXCOLUMN idColumn="1896" LengthParam="0" />  <INDEXCOLUMN idColumn="1896" LengthParam="0" />
4796  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4797  </INDEX>  </INDEX>
4798  </INDICES>  </INDICES>
4799  </TABLE>  </TABLE>
4800  <TABLE ID="1081" Tablename="llx_facture_fourn_det" PrevTableName="" XPos="3128" YPos="2240" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="83" >  <TABLE ID="1081" Tablename="llx_facture_fourn_det" PrevTableName="" XPos="3128" YPos="2240" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="83" >
4801  <COLUMNS>  <COLUMNS>
4802  <COLUMN ID="1905" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1905" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4803  <OPTIONSELECTED>  <OPTIONSELECTED>
4804  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4805  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4806  </OPTIONSELECTED>  </OPTIONSELECTED>
4807  </COLUMN>  </COLUMN>
4808  <COLUMN ID="1906" ColName="fk_facture_fourn" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1906" ColName="fk_facture_fourn" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4809  <OPTIONSELECTED>  <OPTIONSELECTED>
4810  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4811  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4812  </OPTIONSELECTED>  </OPTIONSELECTED>
4813  </COLUMN>  </COLUMN>
4814  <COLUMN ID="1907" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1907" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4815  <OPTIONSELECTED>  <OPTIONSELECTED>
4816  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4817  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4818  </OPTIONSELECTED>  </OPTIONSELECTED>
4819  </COLUMN>  </COLUMN>
4820  <COLUMN ID="1908" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1908" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4821  <OPTIONSELECTED>  <OPTIONSELECTED>
4822  </OPTIONSELECTED>  </OPTIONSELECTED>
4823  </COLUMN>  </COLUMN>
4824  <COLUMN ID="1909" ColName="pu_ht" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1909" ColName="pu_ht" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4825  <OPTIONSELECTED>  <OPTIONSELECTED>
4826  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4827  </OPTIONSELECTED>  </OPTIONSELECTED>
4828  </COLUMN>  </COLUMN>
4829  <COLUMN ID="1910" ColName="qty" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="1910" ColName="qty" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
4830  <OPTIONSELECTED>  <OPTIONSELECTED>
4831  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4832  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4833  </OPTIONSELECTED>  </OPTIONSELECTED>
4834  </COLUMN>  </COLUMN>
4835  <COLUMN ID="1911" ColName="total_ht" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1911" ColName="total_ht" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4836  <OPTIONSELECTED>  <OPTIONSELECTED>
4837  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4838  </OPTIONSELECTED>  </OPTIONSELECTED>
4839  </COLUMN>  </COLUMN>
4840  <COLUMN ID="1912" ColName="tva_taux" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1912" ColName="tva_taux" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4841  <OPTIONSELECTED>  <OPTIONSELECTED>
4842  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4843  </OPTIONSELECTED>  </OPTIONSELECTED>
4844  </COLUMN>  </COLUMN>
4845  <COLUMN ID="1913" ColName="tva" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1913" ColName="tva" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4846  <OPTIONSELECTED>  <OPTIONSELECTED>
4847  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4848  </OPTIONSELECTED>  </OPTIONSELECTED>
4849  </COLUMN>  </COLUMN>
4850  <COLUMN ID="1914" ColName="total_ttc" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1914" ColName="total_ttc" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4851  <OPTIONSELECTED>  <OPTIONSELECTED>
4852  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4853  </OPTIONSELECTED>  </OPTIONSELECTED>
4854  </COLUMN>  </COLUMN>
4855  </COLUMNS>  </COLUMNS>
4856  <RELATIONS_END>  <RELATIONS_END>
4857  <RELATION_END ID="3454" />  <RELATION_END ID="3454" />
4858  </RELATIONS_END>  </RELATIONS_END>
4859  <INDICES>  <INDICES>
4860  <INDEX ID="1915" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1915" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4861  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4862  <INDEXCOLUMN idColumn="1905" LengthParam="0" />  <INDEXCOLUMN idColumn="1905" LengthParam="0" />
4863  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4864  </INDEX>  </INDEX>
4865  <INDEX ID="3482" IndexName="llx_facture_fourn_det_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3454">  <INDEX ID="3482" IndexName="llx_facture_fourn_det_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3454">
4866  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4867  <INDEXCOLUMN idColumn="1905" LengthParam="0" />  <INDEXCOLUMN idColumn="1905" LengthParam="0" />
4868  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4869  </INDEX>  </INDEX>
4870  </INDICES>  </INDICES>
4871  </TABLE>  </TABLE>
4872  <TABLE ID="1082" Tablename="llx_facture_rec" PrevTableName="" XPos="584" YPos="2452" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="84" >  <TABLE ID="1082" Tablename="llx_facture_rec" PrevTableName="" XPos="584" YPos="2452" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="84" >
4873  <COLUMNS>  <COLUMNS>
4874  <COLUMN ID="1916" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1916" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4875  <OPTIONSELECTED>  <OPTIONSELECTED>
4876  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4877  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4878  </OPTIONSELECTED>  </OPTIONSELECTED>
4879  </COLUMN>  </COLUMN>
4880  <COLUMN ID="1917" ColName="titre" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1917" ColName="titre" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4881  <OPTIONSELECTED>  <OPTIONSELECTED>
4882  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4883  </OPTIONSELECTED>  </OPTIONSELECTED>
4884  </COLUMN>  </COLUMN>
4885  <COLUMN ID="1918" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1918" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4886  <OPTIONSELECTED>  <OPTIONSELECTED>
4887  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4888  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4889  </OPTIONSELECTED>  </OPTIONSELECTED>
4890  </COLUMN>  </COLUMN>
4891  <COLUMN ID="1919" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1919" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4892  <OPTIONSELECTED>  <OPTIONSELECTED>
4893  </OPTIONSELECTED>  </OPTIONSELECTED>
4894  </COLUMN>  </COLUMN>
4895  <COLUMN ID="1920" ColName="amount" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1920" ColName="amount" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4896  <OPTIONSELECTED>  <OPTIONSELECTED>
4897  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4898  </OPTIONSELECTED>  </OPTIONSELECTED>
4899  </COLUMN>  </COLUMN>
4900  <COLUMN ID="1921" ColName="remise" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1921" ColName="remise" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4901  <OPTIONSELECTED>  <OPTIONSELECTED>
4902  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4903  </OPTIONSELECTED>  </OPTIONSELECTED>
4904  </COLUMN>  </COLUMN>
4905  <COLUMN ID="1922" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1922" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4906  <OPTIONSELECTED>  <OPTIONSELECTED>
4907  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4908  </OPTIONSELECTED>  </OPTIONSELECTED>
4909  </COLUMN>  </COLUMN>
4910  <COLUMN ID="1923" ColName="tva" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1923" ColName="tva" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4911  <OPTIONSELECTED>  <OPTIONSELECTED>
4912  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4913  </OPTIONSELECTED>  </OPTIONSELECTED>
4914  </COLUMN>  </COLUMN>
4915  <COLUMN ID="1924" ColName="total" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1924" ColName="total" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4916  <OPTIONSELECTED>  <OPTIONSELECTED>
4917  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4918  </OPTIONSELECTED>  </OPTIONSELECTED>
4919  </COLUMN>  </COLUMN>
4920  <COLUMN ID="1925" ColName="total_ttc" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1925" ColName="total_ttc" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4921  <OPTIONSELECTED>  <OPTIONSELECTED>
4922  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4923  </OPTIONSELECTED>  </OPTIONSELECTED>
4924  </COLUMN>  </COLUMN>
4925  <COLUMN ID="1926" ColName="fk_user_author" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1926" ColName="fk_user_author" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4926  <OPTIONSELECTED>  <OPTIONSELECTED>
4927  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4928  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4929  </OPTIONSELECTED>  </OPTIONSELECTED>
4930  </COLUMN>  </COLUMN>
4931  <COLUMN ID="1927" ColName="fk_projet" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1927" ColName="fk_projet" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4932  <OPTIONSELECTED>  <OPTIONSELECTED>
4933  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4934  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4935  </OPTIONSELECTED>  </OPTIONSELECTED>
4936  </COLUMN>  </COLUMN>
4937  <COLUMN ID="1928" ColName="fk_cond_reglement" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1928" ColName="fk_cond_reglement" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4938  <OPTIONSELECTED>  <OPTIONSELECTED>
4939  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4940  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4941  </OPTIONSELECTED>  </OPTIONSELECTED>
4942  </COLUMN>  </COLUMN>
4943  <COLUMN ID="1929" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1929" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4944  <OPTIONSELECTED>  <OPTIONSELECTED>
4945  </OPTIONSELECTED>  </OPTIONSELECTED>
4946  </COLUMN>  </COLUMN>
4947  <COLUMN ID="1930" ColName="frequency" PrevColName="" Pos="15" idDatatype="19" DatatypeParams="(2)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1930" ColName="frequency" PrevColName="" Pos="15" idDatatype="19" DatatypeParams="(2)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4948  <OPTIONSELECTED>  <OPTIONSELECTED>
4949  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4950  </OPTIONSELECTED>  </OPTIONSELECTED>
4951  </COLUMN>  </COLUMN>
4952  <COLUMN ID="1931" ColName="last_gen" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1931" ColName="last_gen" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4953  <OPTIONSELECTED>  <OPTIONSELECTED>
4954  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4955  </OPTIONSELECTED>  </OPTIONSELECTED>
4956  </COLUMN>  </COLUMN>
4957  </COLUMNS>  </COLUMNS>
4958  <INDICES>  <INDICES>
4959  <INDEX ID="1932" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1932" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
4960  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4961  <INDEXCOLUMN idColumn="1916" LengthParam="0" />  <INDEXCOLUMN idColumn="1916" LengthParam="0" />
4962  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4963  </INDEX>  </INDEX>
4964  <INDEX ID="1933" IndexName="idx_facture_rec_fksoc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1933" IndexName="idx_facture_rec_fksoc" IndexKind="1" FKRefDef_Obj_id="-1">
4965  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4966  <INDEXCOLUMN idColumn="1918" LengthParam="0" />  <INDEXCOLUMN idColumn="1918" LengthParam="0" />
4967  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4968  </INDEX>  </INDEX>
4969  </INDICES>  </INDICES>
4970  </TABLE>  </TABLE>
4971  <TABLE ID="1083" Tablename="llx_facture_tva_sum" PrevTableName="" XPos="2572" YPos="2422" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="85" >  <TABLE ID="1083" Tablename="llx_facture_tva_sum" PrevTableName="" XPos="2572" YPos="2422" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="85" >
4972  <COLUMNS>  <COLUMNS>
4973  <COLUMN ID="3451" ColName="fk_facture" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3451" ColName="fk_facture" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
4974  <OPTIONSELECTED>  <OPTIONSELECTED>
4975  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4976  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4977  </OPTIONSELECTED>  </OPTIONSELECTED>
4978  </COLUMN>  </COLUMN>
4979  <COLUMN ID="1935" ColName="amount" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1935" ColName="amount" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4980  <OPTIONSELECTED>  <OPTIONSELECTED>
4981  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4982  </OPTIONSELECTED>  </OPTIONSELECTED>
4983  </COLUMN>  </COLUMN>
4984  <COLUMN ID="1936" ColName="tva_tx" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1936" ColName="tva_tx" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
4985  <OPTIONSELECTED>  <OPTIONSELECTED>
4986  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
4987  </OPTIONSELECTED>  </OPTIONSELECTED>
4988  </COLUMN>  </COLUMN>
4989  </COLUMNS>  </COLUMNS>
4990  <RELATIONS_END>  <RELATIONS_END>
4991  <RELATION_END ID="3448" />  <RELATION_END ID="3448" />
4992  </RELATIONS_END>  </RELATIONS_END>
4993  <INDICES>  <INDICES>
4994  <INDEX ID="3483" IndexName="llx_facture_tva_sum_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3448">  <INDEX ID="3483" IndexName="llx_facture_tva_sum_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3448">
4995  <INDEXCOLUMNS>  <INDEXCOLUMNS>
4996  <INDEXCOLUMN idColumn="3451" LengthParam="0" />  <INDEXCOLUMN idColumn="3451" LengthParam="0" />
4997  </INDEXCOLUMNS>  </INDEXCOLUMNS>
4998  </INDEX>  </INDEX>
4999  </INDICES>  </INDICES>
5000  </TABLE>  </TABLE>
5001  <TABLE ID="1084" Tablename="llx_facturedet" PrevTableName="" XPos="2276" YPos="2268" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="86" >  <TABLE ID="1084" Tablename="llx_facturedet" PrevTableName="" XPos="2276" YPos="2268" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="86" >
5002  <COLUMNS>  <COLUMNS>
5003  <COLUMN ID="1938" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="1938" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
5004  <OPTIONSELECTED>  <OPTIONSELECTED>
5005  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5006  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5007  </OPTIONSELECTED>  </OPTIONSELECTED>
5008  </COLUMN>  </COLUMN>
5009  <COLUMN ID="1940" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1940" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5010  <OPTIONSELECTED>  <OPTIONSELECTED>
5011  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5012  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5013  </OPTIONSELECTED>  </OPTIONSELECTED>
5014  </COLUMN>  </COLUMN>
5015  <COLUMN ID="1941" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1941" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5016  <OPTIONSELECTED>  <OPTIONSELECTED>
5017  </OPTIONSELECTED>  </OPTIONSELECTED>
5018  </COLUMN>  </COLUMN>
5019  <COLUMN ID="1942" ColName="tva_taux" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <COLUMN ID="1942" ColName="tva_taux" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
5020  <OPTIONSELECTED>  <OPTIONSELECTED>
5021  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5022  </OPTIONSELECTED>  </OPTIONSELECTED>
5023  </COLUMN>  </COLUMN>
5024  <COLUMN ID="1943" ColName="qty" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1943" ColName="qty" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5025  <OPTIONSELECTED>  <OPTIONSELECTED>
5026  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5027  </OPTIONSELECTED>  </OPTIONSELECTED>
5028  </COLUMN>  </COLUMN>
5029  <COLUMN ID="1944" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1944" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5030  <OPTIONSELECTED>  <OPTIONSELECTED>
5031  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5032  </OPTIONSELECTED>  </OPTIONSELECTED>
5033  </COLUMN>  </COLUMN>
5034  <COLUMN ID="1945" ColName="remise" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1945" ColName="remise" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5035  <OPTIONSELECTED>  <OPTIONSELECTED>
5036  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5037  </OPTIONSELECTED>  </OPTIONSELECTED>
5038  </COLUMN>  </COLUMN>
5039  <COLUMN ID="1946" ColName="subprice" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1946" ColName="subprice" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5040  <OPTIONSELECTED>  <OPTIONSELECTED>
5041  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5042  </OPTIONSELECTED>  </OPTIONSELECTED>
5043  </COLUMN>  </COLUMN>
5044  <COLUMN ID="1947" ColName="price" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1947" ColName="price" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5045  <OPTIONSELECTED>  <OPTIONSELECTED>
5046  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5047  </OPTIONSELECTED>  </OPTIONSELECTED>
5048  </COLUMN>  </COLUMN>
5049  <COLUMN ID="1948" ColName="date_start" PrevColName="" Pos="11" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1948" ColName="date_start" PrevColName="" Pos="11" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5050  <OPTIONSELECTED>  <OPTIONSELECTED>
5051  </OPTIONSELECTED>  </OPTIONSELECTED>
5052  </COLUMN>  </COLUMN>
5053  <COLUMN ID="1949" ColName="date_end" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1949" ColName="date_end" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5054  <OPTIONSELECTED>  <OPTIONSELECTED>
5055  </OPTIONSELECTED>  </OPTIONSELECTED>
5056  </COLUMN>  </COLUMN>
5057  <COLUMN ID="1950" ColName="fk_code_ventilation" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1950" ColName="fk_code_ventilation" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5058  <OPTIONSELECTED>  <OPTIONSELECTED>
5059  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5060  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5061  </OPTIONSELECTED>  </OPTIONSELECTED>
5062  </COLUMN>  </COLUMN>
5063  <COLUMN ID="1951" ColName="fk_export_compta" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1951" ColName="fk_export_compta" PrevColName="" Pos="14" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5064  <OPTIONSELECTED>  <OPTIONSELECTED>
5065  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5066  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5067  </OPTIONSELECTED>  </OPTIONSELECTED>
5068  </COLUMN>  </COLUMN>
5069  <COLUMN ID="1952" ColName="rang" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1952" ColName="rang" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5070  <OPTIONSELECTED>  <OPTIONSELECTED>
5071  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5072  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5073  </OPTIONSELECTED>  </OPTIONSELECTED>
5074  </COLUMN>  </COLUMN>
5075  </COLUMNS>  </COLUMNS>
5076  <RELATIONS_START>  <RELATIONS_START>
5077  <RELATION_START ID="3448" />  <RELATION_START ID="3448" />
5078  </RELATIONS_START>  </RELATIONS_START>
5079  <RELATIONS_END>  <RELATIONS_END>
5080  <RELATION_END ID="3441" />  <RELATION_END ID="3441" />
5081  </RELATIONS_END>  </RELATIONS_END>
5082  <INDICES>  <INDICES>
5083  <INDEX ID="1953" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1953" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5084  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5085  <INDEXCOLUMN idColumn="1938" LengthParam="0" />  <INDEXCOLUMN idColumn="1938" LengthParam="0" />
5086  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5087  </INDEX>  </INDEX>
5088  <INDEX ID="3484" IndexName="llx_facturedet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3441">  <INDEX ID="3484" IndexName="llx_facturedet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3441">
5089  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5090  <INDEXCOLUMN idColumn="1938" LengthParam="0" />  <INDEXCOLUMN idColumn="1938" LengthParam="0" />
5091  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5092  </INDEX>  </INDEX>
5093  </INDICES>  </INDICES>
5094  </TABLE>  </TABLE>
5095  <TABLE ID="1085" Tablename="llx_facturedet_rec" PrevTableName="" XPos="596" YPos="2514" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="87" >  <TABLE ID="1085" Tablename="llx_facturedet_rec" PrevTableName="" XPos="596" YPos="2514" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="87" >
5096  <COLUMNS>  <COLUMNS>
5097  <COLUMN ID="1955" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1955" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5098  <OPTIONSELECTED>  <OPTIONSELECTED>
5099  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5100  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5101  </OPTIONSELECTED>  </OPTIONSELECTED>
5102  </COLUMN>  </COLUMN>
5103  <COLUMN ID="1956" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1956" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5104  <OPTIONSELECTED>  <OPTIONSELECTED>
5105  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5106  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5107  </OPTIONSELECTED>  </OPTIONSELECTED>
5108  </COLUMN>  </COLUMN>
5109  <COLUMN ID="1957" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1957" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5110  <OPTIONSELECTED>  <OPTIONSELECTED>
5111  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5112  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5113  </OPTIONSELECTED>  </OPTIONSELECTED>
5114  </COLUMN>  </COLUMN>
5115  <COLUMN ID="1958" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1958" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5116  <OPTIONSELECTED>  <OPTIONSELECTED>
5117  </OPTIONSELECTED>  </OPTIONSELECTED>
5118  </COLUMN>  </COLUMN>
5119  <COLUMN ID="1959" ColName="tva_taux" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <COLUMN ID="1959" ColName="tva_taux" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
5120  <OPTIONSELECTED>  <OPTIONSELECTED>
5121  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5122  </OPTIONSELECTED>  </OPTIONSELECTED>
5123  </COLUMN>  </COLUMN>
5124  <COLUMN ID="1960" ColName="qty" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1960" ColName="qty" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5125  <OPTIONSELECTED>  <OPTIONSELECTED>
5126  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5127  </OPTIONSELECTED>  </OPTIONSELECTED>
5128  </COLUMN>  </COLUMN>
5129  <COLUMN ID="1961" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1961" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5130  <OPTIONSELECTED>  <OPTIONSELECTED>
5131  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5132  </OPTIONSELECTED>  </OPTIONSELECTED>
5133  </COLUMN>  </COLUMN>
5134  <COLUMN ID="1962" ColName="remise" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1962" ColName="remise" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5135  <OPTIONSELECTED>  <OPTIONSELECTED>
5136  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5137  </OPTIONSELECTED>  </OPTIONSELECTED>
5138  </COLUMN>  </COLUMN>
5139  <COLUMN ID="1963" ColName="subprice" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1963" ColName="subprice" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5140  <OPTIONSELECTED>  <OPTIONSELECTED>
5141  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5142  </OPTIONSELECTED>  </OPTIONSELECTED>
5143  </COLUMN>  </COLUMN>
5144  <COLUMN ID="1964" ColName="price" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1964" ColName="price" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5145  <OPTIONSELECTED>  <OPTIONSELECTED>
5146  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5147  </OPTIONSELECTED>  </OPTIONSELECTED>
5148  </COLUMN>  </COLUMN>
5149  </COLUMNS>  </COLUMNS>
5150  <INDICES>  <INDICES>
5151  <INDEX ID="1965" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1965" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5152  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5153  <INDEXCOLUMN idColumn="1955" LengthParam="0" />  <INDEXCOLUMN idColumn="1955" LengthParam="0" />
5154  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5155  </INDEX>  </INDEX>
5156  </INDICES>  </INDICES>
5157  </TABLE>  </TABLE>
5158  <TABLE ID="1086" Tablename="llx_fichinter" PrevTableName="" XPos="2904" YPos="960" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="88" >  <TABLE ID="1086" Tablename="llx_fichinter" PrevTableName="" XPos="2904" YPos="960" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="88" >
5159  <COLUMNS>  <COLUMNS>
5160  <COLUMN ID="1966" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1966" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5161  <OPTIONSELECTED>  <OPTIONSELECTED>
5162  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5163  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5164  </OPTIONSELECTED>  </OPTIONSELECTED>
5165  </COLUMN>  </COLUMN>
5166  <COLUMN ID="1967" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1967" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5167  <OPTIONSELECTED>  <OPTIONSELECTED>
5168  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5169  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5170  </OPTIONSELECTED>  </OPTIONSELECTED>
5171  </COLUMN>  </COLUMN>
5172  <COLUMN ID="1968" ColName="fk_projet" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1968" ColName="fk_projet" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5173  <OPTIONSELECTED>  <OPTIONSELECTED>
5174  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5175  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5176  </OPTIONSELECTED>  </OPTIONSELECTED>
5177  </COLUMN>  </COLUMN>
5178  <COLUMN ID="1969" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1969" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5179  <OPTIONSELECTED>  <OPTIONSELECTED>
5180  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5181  </OPTIONSELECTED>  </OPTIONSELECTED>
5182  </COLUMN>  </COLUMN>
5183  <COLUMN ID="1970" ColName="datec" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1970" ColName="datec" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5184  <OPTIONSELECTED>  <OPTIONSELECTED>
5185  </OPTIONSELECTED>  </OPTIONSELECTED>
5186  </COLUMN>  </COLUMN>
5187  <COLUMN ID="1971" ColName="date_valid" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1971" ColName="date_valid" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5188  <OPTIONSELECTED>  <OPTIONSELECTED>
5189  </OPTIONSELECTED>  </OPTIONSELECTED>
5190  </COLUMN>  </COLUMN>
5191  <COLUMN ID="1972" ColName="datei" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1972" ColName="datei" PrevColName="" Pos="7" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5192  <OPTIONSELECTED>  <OPTIONSELECTED>
5193  </OPTIONSELECTED>  </OPTIONSELECTED>
5194  </COLUMN>  </COLUMN>
5195  <COLUMN ID="1973" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1973" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5196  <OPTIONSELECTED>  <OPTIONSELECTED>
5197  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5198  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5199  </OPTIONSELECTED>  </OPTIONSELECTED>
5200  </COLUMN>  </COLUMN>
5201  <COLUMN ID="1974" ColName="fk_user_valid" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1974" ColName="fk_user_valid" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5202  <OPTIONSELECTED>  <OPTIONSELECTED>
5203  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5204  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5205  </OPTIONSELECTED>  </OPTIONSELECTED>
5206  </COLUMN>  </COLUMN>
5207  <COLUMN ID="1975" ColName="fk_statut" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1975" ColName="fk_statut" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5208  <OPTIONSELECTED>  <OPTIONSELECTED>
5209  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5210  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5211  </OPTIONSELECTED>  </OPTIONSELECTED>
5212  </COLUMN>  </COLUMN>
5213  <COLUMN ID="1976" ColName="duree" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1976" ColName="duree" PrevColName="" Pos="11" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5214  <OPTIONSELECTED>  <OPTIONSELECTED>
5215  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5216  </OPTIONSELECTED>  </OPTIONSELECTED>
5217  </COLUMN>  </COLUMN>
5218  <COLUMN ID="1977" ColName="note" PrevColName="" Pos="12" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1977" ColName="note" PrevColName="" Pos="12" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5219  <OPTIONSELECTED>  <OPTIONSELECTED>
5220  </OPTIONSELECTED>  </OPTIONSELECTED>
5221  </COLUMN>  </COLUMN>
5222  </COLUMNS>  </COLUMNS>
5223  <INDICES>  <INDICES>
5224  <INDEX ID="1978" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1978" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5225  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5226  <INDEXCOLUMN idColumn="1966" LengthParam="0" />  <INDEXCOLUMN idColumn="1966" LengthParam="0" />
5227  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5228  </INDEX>  </INDEX>
5229  <INDEX ID="1979" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1979" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
5230  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5231  <INDEXCOLUMN idColumn="1969" LengthParam="0" />  <INDEXCOLUMN idColumn="1969" LengthParam="0" />
5232  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5233  </INDEX>  </INDEX>
5234  <INDEX ID="1980" IndexName="idx_fichinter_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1980" IndexName="idx_fichinter_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
5235  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5236  <INDEXCOLUMN idColumn="1967" LengthParam="0" />  <INDEXCOLUMN idColumn="1967" LengthParam="0" />
5237  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5238  </INDEX>  </INDEX>
5239  </INDICES>  </INDICES>
5240  </TABLE>  </TABLE>
5241  <TABLE ID="1087" Tablename="llx_groupart" PrevTableName="" XPos="3650" YPos="300" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="89" >  <TABLE ID="1087" Tablename="llx_groupart" PrevTableName="" XPos="3650" YPos="300" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="89" >
5242  <COLUMNS>  <COLUMNS>
5243  <COLUMN ID="1981" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1981" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5244  <OPTIONSELECTED>  <OPTIONSELECTED>
5245  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5246  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5247  </OPTIONSELECTED>  </OPTIONSELECTED>
5248  </COLUMN>  </COLUMN>
5249  <COLUMN ID="1982" ColName="osc_id" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1982" ColName="osc_id" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5250  <OPTIONSELECTED>  <OPTIONSELECTED>
5251  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5252  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5253  </OPTIONSELECTED>  </OPTIONSELECTED>
5254  </COLUMN>  </COLUMN>
5255  <COLUMN ID="1983" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1983" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5256  <OPTIONSELECTED>  <OPTIONSELECTED>
5257  </OPTIONSELECTED>  </OPTIONSELECTED>
5258  </COLUMN>  </COLUMN>
5259  <COLUMN ID="1984" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1984" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5260  <OPTIONSELECTED>  <OPTIONSELECTED>
5261  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5262  </OPTIONSELECTED>  </OPTIONSELECTED>
5263  </COLUMN>  </COLUMN>
5264  <COLUMN ID="1985" ColName="groupart" PrevColName="" Pos="5" idDatatype="31" DatatypeParams="(\aartiste\a,\agroupe\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="artiste" Comments="">  <COLUMN ID="1985" ColName="groupart" PrevColName="" Pos="5" idDatatype="31" DatatypeParams="(\aartiste\a,\agroupe\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="artiste" Comments="">
5265  <OPTIONSELECTED>  <OPTIONSELECTED>
5266  </OPTIONSELECTED>  </OPTIONSELECTED>
5267  </COLUMN>  </COLUMN>
5268  <COLUMN ID="1986" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1986" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5269  <OPTIONSELECTED>  <OPTIONSELECTED>
5270  </OPTIONSELECTED>  </OPTIONSELECTED>
5271  </COLUMN>  </COLUMN>
5272  <COLUMN ID="1987" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1987" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5273  <OPTIONSELECTED>  <OPTIONSELECTED>
5274  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5275  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5276  </OPTIONSELECTED>  </OPTIONSELECTED>
5277  </COLUMN>  </COLUMN>
5278  </COLUMNS>  </COLUMNS>
5279  <INDICES>  <INDICES>
5280  <INDEX ID="1988" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1988" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5281  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5282  <INDEXCOLUMN idColumn="1981" LengthParam="0" />  <INDEXCOLUMN idColumn="1981" LengthParam="0" />
5283  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5284  </INDEX>  </INDEX>
5285  </INDICES>  </INDICES>
5286  </TABLE>  </TABLE>
5287  <TABLE ID="1088" Tablename="llx_groupesociete" PrevTableName="" XPos="3930" YPos="2752" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="90" >  <TABLE ID="1088" Tablename="llx_groupesociete" PrevTableName="" XPos="3930" YPos="2752" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="90" >
5288  <COLUMNS>  <COLUMNS>
5289  <COLUMN ID="1989" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1989" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5290  <OPTIONSELECTED>  <OPTIONSELECTED>
5291  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5292  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5293  </OPTIONSELECTED>  </OPTIONSELECTED>
5294  </COLUMN>  </COLUMN>
5295  <COLUMN ID="1990" ColName="parent" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1990" ColName="parent" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5296  <OPTIONSELECTED>  <OPTIONSELECTED>
5297  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5298  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5299  </OPTIONSELECTED>  </OPTIONSELECTED>
5300  </COLUMN>  </COLUMN>
5301  <COLUMN ID="1991" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="1991" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5302  <OPTIONSELECTED>  <OPTIONSELECTED>
5303  </OPTIONSELECTED>  </OPTIONSELECTED>
5304  </COLUMN>  </COLUMN>
5305  <COLUMN ID="1992" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1992" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5306  <OPTIONSELECTED>  <OPTIONSELECTED>
5307  </OPTIONSELECTED>  </OPTIONSELECTED>
5308  </COLUMN>  </COLUMN>
5309  <COLUMN ID="1993" ColName="nom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1993" ColName="nom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5310  <OPTIONSELECTED>  <OPTIONSELECTED>
5311  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5312  </OPTIONSELECTED>  </OPTIONSELECTED>
5313  </COLUMN>  </COLUMN>
5314  <COLUMN ID="1994" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1994" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5315  <OPTIONSELECTED>  <OPTIONSELECTED>
5316  </OPTIONSELECTED>  </OPTIONSELECTED>
5317  </COLUMN>  </COLUMN>
5318  <COLUMN ID="1995" ColName="remise" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1995" ColName="remise" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5319  <OPTIONSELECTED>  <OPTIONSELECTED>
5320  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5321  </OPTIONSELECTED>  </OPTIONSELECTED>
5322  </COLUMN>  </COLUMN>
5323  <COLUMN ID="1996" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1996" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5324  <OPTIONSELECTED>  <OPTIONSELECTED>
5325  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5326  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5327  </OPTIONSELECTED>  </OPTIONSELECTED>
5328  </COLUMN>  </COLUMN>
5329  </COLUMNS>  </COLUMNS>
5330  <INDICES>  <INDICES>
5331  <INDEX ID="1997" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="1997" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5332  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5333  <INDEXCOLUMN idColumn="1989" LengthParam="0" />  <INDEXCOLUMN idColumn="1989" LengthParam="0" />
5334  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5335  </INDEX>  </INDEX>
5336  <INDEX ID="1998" IndexName="parent" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="1998" IndexName="parent" IndexKind="1" FKRefDef_Obj_id="-1">
5337  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5338  <INDEXCOLUMN idColumn="1990" LengthParam="0" />  <INDEXCOLUMN idColumn="1990" LengthParam="0" />
5339  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5340  </INDEX>  </INDEX>
5341  </INDICES>  </INDICES>
5342  </TABLE>  </TABLE>
5343  <TABLE ID="1089" Tablename="llx_groupesociete_remise" PrevTableName="" XPos="936" YPos="394" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="91" >  <TABLE ID="1089" Tablename="llx_groupesociete_remise" PrevTableName="" XPos="936" YPos="394" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="91" >
5344  <COLUMNS>  <COLUMNS>
5345  <COLUMN ID="1999" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="1999" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5346  <OPTIONSELECTED>  <OPTIONSELECTED>
5347  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5348  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5349  </OPTIONSELECTED>  </OPTIONSELECTED>
5350  </COLUMN>  </COLUMN>
5351  <COLUMN ID="2000" ColName="fk_groupe" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2000" ColName="fk_groupe" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5352  <OPTIONSELECTED>  <OPTIONSELECTED>
5353  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5354  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5355  </OPTIONSELECTED>  </OPTIONSELECTED>
5356  </COLUMN>  </COLUMN>
5357  <COLUMN ID="2001" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2001" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5358  <OPTIONSELECTED>  <OPTIONSELECTED>
5359  </OPTIONSELECTED>  </OPTIONSELECTED>
5360  </COLUMN>  </COLUMN>
5361  <COLUMN ID="2002" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2002" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5362  <OPTIONSELECTED>  <OPTIONSELECTED>
5363  </OPTIONSELECTED>  </OPTIONSELECTED>
5364  </COLUMN>  </COLUMN>
5365  <COLUMN ID="2003" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2003" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5366  <OPTIONSELECTED>  <OPTIONSELECTED>
5367  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5368  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5369  </OPTIONSELECTED>  </OPTIONSELECTED>
5370  </COLUMN>  </COLUMN>
5371  <COLUMN ID="2004" ColName="remise" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2004" ColName="remise" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5372  <OPTIONSELECTED>  <OPTIONSELECTED>
5373  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5374  </OPTIONSELECTED>  </OPTIONSELECTED>
5375  </COLUMN>  </COLUMN>
5376  <COLUMN ID="2005" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2005" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5377  <OPTIONSELECTED>  <OPTIONSELECTED>
5378  </OPTIONSELECTED>  </OPTIONSELECTED>
5379  </COLUMN>  </COLUMN>
5380  </COLUMNS>  </COLUMNS>
5381  <INDICES>  <INDICES>
5382  <INDEX ID="2006" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2006" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5383  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5384  <INDEXCOLUMN idColumn="1999" LengthParam="0" />  <INDEXCOLUMN idColumn="1999" LengthParam="0" />
5385  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5386  </INDEX>  </INDEX>
5387  </INDICES>  </INDICES>
5388  </TABLE>  </TABLE>
5389  <TABLE ID="1090" Tablename="llx_lieu_concert" PrevTableName="" XPos="3818" YPos="31" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="92" >  <TABLE ID="1090" Tablename="llx_lieu_concert" PrevTableName="" XPos="3818" YPos="31" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="92" >
5390  <COLUMNS>  <COLUMNS>
5391  <COLUMN ID="2007" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2007" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5392  <OPTIONSELECTED>  <OPTIONSELECTED>
5393  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5394  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5395  </OPTIONSELECTED>  </OPTIONSELECTED>
5396  </COLUMN>  </COLUMN>
5397  <COLUMN ID="2008" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2008" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5398  <OPTIONSELECTED>  <OPTIONSELECTED>
5399  </OPTIONSELECTED>  </OPTIONSELECTED>
5400  </COLUMN>  </COLUMN>
5401  <COLUMN ID="2009" ColName="nom" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2009" ColName="nom" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5402  <OPTIONSELECTED>  <OPTIONSELECTED>
5403  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5404  </OPTIONSELECTED>  </OPTIONSELECTED>
5405  </COLUMN>  </COLUMN>
5406  <COLUMN ID="2010" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2010" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5407  <OPTIONSELECTED>  <OPTIONSELECTED>
5408  </OPTIONSELECTED>  </OPTIONSELECTED>
5409  </COLUMN>  </COLUMN>
5410  <COLUMN ID="2011" ColName="ville" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2011" ColName="ville" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5411  <OPTIONSELECTED>  <OPTIONSELECTED>
5412  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5413  </OPTIONSELECTED>  </OPTIONSELECTED>
5414  </COLUMN>  </COLUMN>
5415  <COLUMN ID="2012" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2012" ColName="fk_user_author" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5416  <OPTIONSELECTED>  <OPTIONSELECTED>
5417  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5418  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5419  </OPTIONSELECTED>  </OPTIONSELECTED>
5420  </COLUMN>  </COLUMN>
5421  </COLUMNS>  </COLUMNS>
5422  <INDICES>  <INDICES>
5423  <INDEX ID="2013" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2013" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5424  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5425  <INDEXCOLUMN idColumn="2007" LengthParam="0" />  <INDEXCOLUMN idColumn="2007" LengthParam="0" />
5426  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5427  </INDEX>  </INDEX>
5428  </INDICES>  </INDICES>
5429  </TABLE>  </TABLE>
5430  <TABLE ID="1091" Tablename="llx_livre" PrevTableName="" XPos="3134" YPos="393" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="93" >  <TABLE ID="1091" Tablename="llx_livre" PrevTableName="" XPos="3169" YPos="624" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="93" >
5431  <COLUMNS>  <COLUMNS>
5432  <COLUMN ID="2014" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="2014" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
5433  <OPTIONSELECTED>  <OPTIONSELECTED>
5434  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5435  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5436  </OPTIONSELECTED>  </OPTIONSELECTED>
5437  </COLUMN>  </COLUMN>
5438  <COLUMN ID="2015" ColName="oscid" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2015" ColName="oscid" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5439  <OPTIONSELECTED>  <OPTIONSELECTED>
5440  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5441  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5442  </OPTIONSELECTED>  </OPTIONSELECTED>
5443  </COLUMN>  </COLUMN>
5444  <COLUMN ID="2016" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2016" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5445  <OPTIONSELECTED>  <OPTIONSELECTED>
5446  </OPTIONSELECTED>  </OPTIONSELECTED>
5447  </COLUMN>  </COLUMN>
5448  <COLUMN ID="2017" ColName="status" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2017" ColName="status" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5449  <OPTIONSELECTED>  <OPTIONSELECTED>
5450  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5451  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5452  </OPTIONSELECTED>  </OPTIONSELECTED>
5453  </COLUMN>  </COLUMN>
5454  <COLUMN ID="2018" ColName="date_ajout" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2018" ColName="date_ajout" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5455  <OPTIONSELECTED>  <OPTIONSELECTED>
5456  </OPTIONSELECTED>  </OPTIONSELECTED>
5457  </COLUMN>  </COLUMN>
5458  <COLUMN ID="2019" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2019" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5459  <OPTIONSELECTED>  <OPTIONSELECTED>
5460  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5461  </OPTIONSELECTED>  </OPTIONSELECTED>
5462  </COLUMN>  </COLUMN>
5463  <COLUMN ID="2020" ColName="title" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2020" ColName="title" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5464  <OPTIONSELECTED>  <OPTIONSELECTED>
5465  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5466  </OPTIONSELECTED>  </OPTIONSELECTED>
5467  </COLUMN>  </COLUMN>
5468  <COLUMN ID="2021" ColName="annee" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2021" ColName="annee" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5469  <OPTIONSELECTED>  <OPTIONSELECTED>
5470  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5471  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5472  </OPTIONSELECTED>  </OPTIONSELECTED>
5473  </COLUMN>  </COLUMN>
5474  <COLUMN ID="2022" ColName="description" PrevColName="" Pos="9" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2022" ColName="description" PrevColName="" Pos="9" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5475  <OPTIONSELECTED>  <OPTIONSELECTED>
5476  </OPTIONSELECTED>  </OPTIONSELECTED>
5477  </COLUMN>  </COLUMN>
5478  <COLUMN ID="2023" ColName="prix" PrevColName="" Pos="10" idDatatype="12" DatatypeParams="(15,4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2023" ColName="prix" PrevColName="" Pos="10" idDatatype="12" DatatypeParams="(15,4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5479  <OPTIONSELECTED>  <OPTIONSELECTED>
5480  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5481  </OPTIONSELECTED>  </OPTIONSELECTED>
5482  </COLUMN>  </COLUMN>
5483  <COLUMN ID="2024" ColName="fk_editeur" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2024" ColName="fk_editeur" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5484  <OPTIONSELECTED>  <OPTIONSELECTED>
5485  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5486  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5487  </OPTIONSELECTED>  </OPTIONSELECTED>
5488  </COLUMN>  </COLUMN>
5489  <COLUMN ID="2025" ColName="fk_user_author" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2025" ColName="fk_user_author" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5490  <OPTIONSELECTED>  <OPTIONSELECTED>
5491  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5492  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5493  </OPTIONSELECTED>  </OPTIONSELECTED>
5494  </COLUMN>  </COLUMN>
5495  <COLUMN ID="2026" ColName="frais_de_port" PrevColName="" Pos="13" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="2026" ColName="frais_de_port" PrevColName="" Pos="13" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
5496  <OPTIONSELECTED>  <OPTIONSELECTED>
5497  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5498  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5499  </OPTIONSELECTED>  </OPTIONSELECTED>
5500  </COLUMN>  </COLUMN>
5501  </COLUMNS>  </COLUMNS>
5502  <RELATIONS_START>  <RELATIONS_START>
5503  <RELATION_START ID="3099" />  <RELATION_START ID="3099" />
5504  </RELATIONS_START>  </RELATIONS_START>
5505  <RELATIONS_END>  <RELATIONS_END>
5506  <RELATION_END ID="3100" />  <RELATION_END ID="3100" />
5507  </RELATIONS_END>  </RELATIONS_END>
5508  <INDICES>  <INDICES>
5509  <INDEX ID="2027" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2027" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5510  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5511  <INDEXCOLUMN idColumn="2014" LengthParam="0" />  <INDEXCOLUMN idColumn="2014" LengthParam="0" />
5512  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5513  </INDEX>  </INDEX>
5514  <INDEX ID="2028" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2028" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
5515  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5516  <INDEXCOLUMN idColumn="2019" LengthParam="0" />  <INDEXCOLUMN idColumn="2019" LengthParam="0" />
5517  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5518  </INDEX>  </INDEX>
5519  <INDEX ID="3485" IndexName="llx_livre_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3100">  <INDEX ID="3485" IndexName="llx_livre_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3100">
5520  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5521  <INDEXCOLUMN idColumn="2014" LengthParam="0" />  <INDEXCOLUMN idColumn="2014" LengthParam="0" />
5522  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5523  </INDEX>  </INDEX>
5524  </INDICES>  </INDICES>
5525  </TABLE>  </TABLE>
5526  <TABLE ID="1092" Tablename="llx_livre_to_auteur" PrevTableName="" XPos="3361" YPos="351" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="94" >  <TABLE ID="1092" Tablename="llx_livre_to_auteur" PrevTableName="" XPos="3397" YPos="582" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="94" >
5527  <COLUMNS>  <COLUMNS>
5528  <COLUMN ID="2029" ColName="fk_livre" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2029" ColName="fk_livre" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5529  <OPTIONSELECTED>  <OPTIONSELECTED>
5530  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5531  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5532  </OPTIONSELECTED>  </OPTIONSELECTED>
5533  </COLUMN>  </COLUMN>
5534  <COLUMN ID="2030" ColName="fk_auteur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2030" ColName="fk_auteur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5535  <OPTIONSELECTED>  <OPTIONSELECTED>
5536  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5537  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5538  </OPTIONSELECTED>  </OPTIONSELECTED>
5539  </COLUMN>  </COLUMN>
5540  <COLUMN ID="3098" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3098" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
5541  <OPTIONSELECTED>  <OPTIONSELECTED>
5542  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5543  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5544  </OPTIONSELECTED>  </OPTIONSELECTED>
5545  </COLUMN>  </COLUMN>
5546  </COLUMNS>  </COLUMNS>
5547  <RELATIONS_END>  <RELATIONS_END>
5548  <RELATION_END ID="3097" />  <RELATION_END ID="3097" />
5549  <RELATION_END ID="3099" />  <RELATION_END ID="3099" />
5550  </RELATIONS_END>  </RELATIONS_END>
5551  <INDICES>  <INDICES>
5552  <INDEX ID="2637" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2637" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5553  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5554  <INDEXCOLUMN idColumn="2029" LengthParam="0" />  <INDEXCOLUMN idColumn="2029" LengthParam="0" />
5555  <INDEXCOLUMN idColumn="2030" LengthParam="0" />  <INDEXCOLUMN idColumn="2030" LengthParam="0" />
5556  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5557  </INDEX>  </INDEX>
5558  <INDEX ID="2031" IndexName="fk_livre" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2031" IndexName="fk_livre" IndexKind="1" FKRefDef_Obj_id="-1">
5559  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5560  <INDEXCOLUMN idColumn="2029" LengthParam="0" />  <INDEXCOLUMN idColumn="2029" LengthParam="0" />
5561  <INDEXCOLUMN idColumn="2030" LengthParam="0" />  <INDEXCOLUMN idColumn="2030" LengthParam="0" />
5562  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5563  </INDEX>  </INDEX>
5564  <INDEX ID="3486" IndexName="llx_livre_to_auteur_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3097">  <INDEX ID="3486" IndexName="llx_livre_to_auteur_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3097">
5565  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5566  <INDEXCOLUMN idColumn="3098" LengthParam="0" />  <INDEXCOLUMN idColumn="3098" LengthParam="0" />
5567  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5568  </INDEX>  </INDEX>
5569  <INDEX ID="3487" IndexName="llx_livre_to_auteur_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3099">  <INDEX ID="3487" IndexName="llx_livre_to_auteur_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3099">
5570  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5571  <INDEXCOLUMN idColumn="3098" LengthParam="0" />  <INDEXCOLUMN idColumn="3098" LengthParam="0" />
5572  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5573  </INDEX>  </INDEX>
5574  </INDICES>  </INDICES>
5575  </TABLE>  </TABLE>
5576  <TABLE ID="1093" Tablename="llx_mailing" PrevTableName="" XPos="3450" YPos="2202" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="95" >  <TABLE ID="1093" Tablename="llx_mailing" PrevTableName="" XPos="3450" YPos="2202" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="95" >
5577  <COLUMNS>  <COLUMNS>
5578  <COLUMN ID="2032" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2032" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5579  <OPTIONSELECTED>  <OPTIONSELECTED>
5580  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5581  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5582  </OPTIONSELECTED>  </OPTIONSELECTED>
5583  </COLUMN>  </COLUMN>
5584  <COLUMN ID="2033" ColName="statut" PrevColName="" Pos="2" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2033" ColName="statut" PrevColName="" Pos="2" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5585  <OPTIONSELECTED>  <OPTIONSELECTED>
5586  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5587  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5588  </OPTIONSELECTED>  </OPTIONSELECTED>
5589  </COLUMN>  </COLUMN>
5590  <COLUMN ID="2034" ColName="date_envoi" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2034" ColName="date_envoi" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5591  <OPTIONSELECTED>  <OPTIONSELECTED>
5592  </OPTIONSELECTED>  </OPTIONSELECTED>
5593  </COLUMN>  </COLUMN>
5594  <COLUMN ID="2035" ColName="titre" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2035" ColName="titre" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5595  <OPTIONSELECTED>  <OPTIONSELECTED>
5596  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5597  </OPTIONSELECTED>  </OPTIONSELECTED>
5598  </COLUMN>  </COLUMN>
5599  <COLUMN ID="2036" ColName="sujet" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2036" ColName="sujet" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5600  <OPTIONSELECTED>  <OPTIONSELECTED>
5601  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5602  </OPTIONSELECTED>  </OPTIONSELECTED>
5603  </COLUMN>  </COLUMN>
5604  <COLUMN ID="2037" ColName="body" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2037" ColName="body" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5605  <OPTIONSELECTED>  <OPTIONSELECTED>
5606  </OPTIONSELECTED>  </OPTIONSELECTED>
5607  </COLUMN>  </COLUMN>
5608  <COLUMN ID="2038" ColName="cible" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2038" ColName="cible" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5609  <OPTIONSELECTED>  <OPTIONSELECTED>
5610  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5611  </OPTIONSELECTED>  </OPTIONSELECTED>
5612  </COLUMN>  </COLUMN>
5613  <COLUMN ID="2039" ColName="nbemail" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2039" ColName="nbemail" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5614  <OPTIONSELECTED>  <OPTIONSELECTED>
5615  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5616  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5617  </OPTIONSELECTED>  </OPTIONSELECTED>
5618  </COLUMN>  </COLUMN>
5619  <COLUMN ID="2040" ColName="email_from" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2040" ColName="email_from" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5620  <OPTIONSELECTED>  <OPTIONSELECTED>
5621  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5622  </OPTIONSELECTED>  </OPTIONSELECTED>
5623  </COLUMN>  </COLUMN>
5624  <COLUMN ID="2041" ColName="email_replyto" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2041" ColName="email_replyto" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5625  <OPTIONSELECTED>  <OPTIONSELECTED>
5626  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5627  </OPTIONSELECTED>  </OPTIONSELECTED>
5628  </COLUMN>  </COLUMN>
5629  <COLUMN ID="2042" ColName="email_errorsto" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2042" ColName="email_errorsto" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5630  <OPTIONSELECTED>  <OPTIONSELECTED>
5631  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5632  </OPTIONSELECTED>  </OPTIONSELECTED>
5633  </COLUMN>  </COLUMN>
5634  <COLUMN ID="2043" ColName="date_creat" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2043" ColName="date_creat" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5635  <OPTIONSELECTED>  <OPTIONSELECTED>
5636  </OPTIONSELECTED>  </OPTIONSELECTED>
5637  </COLUMN>  </COLUMN>
5638  <COLUMN ID="2044" ColName="date_valid" PrevColName="" Pos="13" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2044" ColName="date_valid" PrevColName="" Pos="13" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5639  <OPTIONSELECTED>  <OPTIONSELECTED>
5640  </OPTIONSELECTED>  </OPTIONSELECTED>
5641  </COLUMN>  </COLUMN>
5642  <COLUMN ID="2045" ColName="date_appro" PrevColName="" Pos="14" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2045" ColName="date_appro" PrevColName="" Pos="14" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5643  <OPTIONSELECTED>  <OPTIONSELECTED>
5644  </OPTIONSELECTED>  </OPTIONSELECTED>
5645  </COLUMN>  </COLUMN>
5646  <COLUMN ID="2046" ColName="fk_user_creat" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2046" ColName="fk_user_creat" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5647  <OPTIONSELECTED>  <OPTIONSELECTED>
5648  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5649  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5650  </OPTIONSELECTED>  </OPTIONSELECTED>
5651  </COLUMN>  </COLUMN>
5652  <COLUMN ID="2047" ColName="fk_user_valid" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2047" ColName="fk_user_valid" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5653  <OPTIONSELECTED>  <OPTIONSELECTED>
5654  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5655  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5656  </OPTIONSELECTED>  </OPTIONSELECTED>
5657  </COLUMN>  </COLUMN>
5658  <COLUMN ID="2048" ColName="fk_user_appro" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2048" ColName="fk_user_appro" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5659  <OPTIONSELECTED>  <OPTIONSELECTED>
5660  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5661  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5662  </OPTIONSELECTED>  </OPTIONSELECTED>
5663  </COLUMN>  </COLUMN>
5664  </COLUMNS>  </COLUMNS>
5665  <INDICES>  <INDICES>
5666  <INDEX ID="2049" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2049" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5667  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5668  <INDEXCOLUMN idColumn="2032" LengthParam="0" />  <INDEXCOLUMN idColumn="2032" LengthParam="0" />
5669  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5670  </INDEX>  </INDEX>
5671  </INDICES>  </INDICES>
5672  </TABLE>  </TABLE>
5673  <TABLE ID="1094" Tablename="llx_mailing_cibles" PrevTableName="" XPos="-284" YPos="15" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="96" >  <TABLE ID="1094" Tablename="llx_mailing_cibles" PrevTableName="" XPos="-284" YPos="15" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="96" >
5674  <COLUMNS>  <COLUMNS>
5675  <COLUMN ID="2050" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2050" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5676  <OPTIONSELECTED>  <OPTIONSELECTED>
5677  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5678  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5679  </OPTIONSELECTED>  </OPTIONSELECTED>
5680  </COLUMN>  </COLUMN>
5681  <COLUMN ID="2051" ColName="fk_mailing" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2051" ColName="fk_mailing" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5682  <OPTIONSELECTED>  <OPTIONSELECTED>
5683  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5684  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5685  </OPTIONSELECTED>  </OPTIONSELECTED>
5686  </COLUMN>  </COLUMN>
5687  <COLUMN ID="2052" ColName="fk_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2052" ColName="fk_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5688  <OPTIONSELECTED>  <OPTIONSELECTED>
5689  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5690  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5691  </OPTIONSELECTED>  </OPTIONSELECTED>
5692  </COLUMN>  </COLUMN>
5693  <COLUMN ID="2053" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2053" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5694  <OPTIONSELECTED>  <OPTIONSELECTED>
5695  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5696  </OPTIONSELECTED>  </OPTIONSELECTED>
5697  </COLUMN>  </COLUMN>
5698  <COLUMN ID="2054" ColName="prenom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2054" ColName="prenom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5699  <OPTIONSELECTED>  <OPTIONSELECTED>
5700  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5701  </OPTIONSELECTED>  </OPTIONSELECTED>
5702  </COLUMN>  </COLUMN>
5703  <COLUMN ID="2055" ColName="email" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2055" ColName="email" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5704  <OPTIONSELECTED>  <OPTIONSELECTED>
5705  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5706  </OPTIONSELECTED>  </OPTIONSELECTED>
5707  </COLUMN>  </COLUMN>
5708  <COLUMN ID="2056" ColName="url" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2056" ColName="url" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(160)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5709  <OPTIONSELECTED>  <OPTIONSELECTED>
5710  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5711  </OPTIONSELECTED>  </OPTIONSELECTED>
5712  </COLUMN>  </COLUMN>
5713  </COLUMNS>  </COLUMNS>
5714  <INDICES>  <INDICES>
5715  <INDEX ID="2057" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2057" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5716  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5717  <INDEXCOLUMN idColumn="2050" LengthParam="0" />  <INDEXCOLUMN idColumn="2050" LengthParam="0" />
5718  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5719  </INDEX>  </INDEX>
5720  <INDEX ID="2058" IndexName="uk_mailing_cibles" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2058" IndexName="uk_mailing_cibles" IndexKind="1" FKRefDef_Obj_id="-1">
5721  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5722  <INDEXCOLUMN idColumn="2051" LengthParam="0" />  <INDEXCOLUMN idColumn="2051" LengthParam="0" />
5723  <INDEXCOLUMN idColumn="2055" LengthParam="0" />  <INDEXCOLUMN idColumn="2055" LengthParam="0" />
5724  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5725  </INDEX>  </INDEX>
5726  </INDICES>  </INDICES>
5727  </TABLE>  </TABLE>
5728  <TABLE ID="1095" Tablename="llx_newsletter" PrevTableName="" XPos="3440" YPos="2256" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="97" >  <TABLE ID="1095" Tablename="llx_newsletter" PrevTableName="" XPos="3440" YPos="2256" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="97" >
5729  <COLUMNS>  <COLUMNS>
5730  <COLUMN ID="2059" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2059" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5731  <OPTIONSELECTED>  <OPTIONSELECTED>
5732  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5733  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5734  </OPTIONSELECTED>  </OPTIONSELECTED>
5735  </COLUMN>  </COLUMN>
5736  <COLUMN ID="2060" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2060" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5737  <OPTIONSELECTED>  <OPTIONSELECTED>
5738  </OPTIONSELECTED>  </OPTIONSELECTED>
5739  </COLUMN>  </COLUMN>
5740  <COLUMN ID="2061" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2061" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5741  <OPTIONSELECTED>  <OPTIONSELECTED>
5742  </OPTIONSELECTED>  </OPTIONSELECTED>
5743  </COLUMN>  </COLUMN>
5744  <COLUMN ID="2062" ColName="email_subject" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(32)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2062" ColName="email_subject" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(32)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5745  <OPTIONSELECTED>  <OPTIONSELECTED>
5746  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5747  </OPTIONSELECTED>  </OPTIONSELECTED>
5748  </COLUMN>  </COLUMN>
5749  <COLUMN ID="2063" ColName="email_from_name" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2063" ColName="email_from_name" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5750  <OPTIONSELECTED>  <OPTIONSELECTED>
5751  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5752  </OPTIONSELECTED>  </OPTIONSELECTED>
5753  </COLUMN>  </COLUMN>
5754  <COLUMN ID="2064" ColName="email_from_email" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2064" ColName="email_from_email" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5755  <OPTIONSELECTED>  <OPTIONSELECTED>
5756  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5757  </OPTIONSELECTED>  </OPTIONSELECTED>
5758  </COLUMN>  </COLUMN>
5759  <COLUMN ID="2065" ColName="email_replyto" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2065" ColName="email_replyto" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5760  <OPTIONSELECTED>  <OPTIONSELECTED>
5761  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5762  </OPTIONSELECTED>  </OPTIONSELECTED>
5763  </COLUMN>  </COLUMN>
5764  <COLUMN ID="2066" ColName="email_body" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2066" ColName="email_body" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5765  <OPTIONSELECTED>  <OPTIONSELECTED>
5766  </OPTIONSELECTED>  </OPTIONSELECTED>
5767  </COLUMN>  </COLUMN>
5768  <COLUMN ID="2067" ColName="target" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2067" ColName="target" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5769  <OPTIONSELECTED>  <OPTIONSELECTED>
5770  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5771  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5772  </OPTIONSELECTED>  </OPTIONSELECTED>
5773  </COLUMN>  </COLUMN>
5774  <COLUMN ID="2068" ColName="sql_target" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2068" ColName="sql_target" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5775  <OPTIONSELECTED>  <OPTIONSELECTED>
5776  </OPTIONSELECTED>  </OPTIONSELECTED>
5777  </COLUMN>  </COLUMN>
5778  <COLUMN ID="2069" ColName="status" PrevColName="" Pos="11" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2069" ColName="status" PrevColName="" Pos="11" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5779  <OPTIONSELECTED>  <OPTIONSELECTED>
5780  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5781  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5782  </OPTIONSELECTED>  </OPTIONSELECTED>
5783  </COLUMN>  </COLUMN>
5784  <COLUMN ID="2070" ColName="date_send_request" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2070" ColName="date_send_request" PrevColName="" Pos="12" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5785  <OPTIONSELECTED>  <OPTIONSELECTED>
5786  </OPTIONSELECTED>  </OPTIONSELECTED>
5787  </COLUMN>  </COLUMN>
5788  <COLUMN ID="2071" ColName="date_send_begin" PrevColName="" Pos="13" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2071" ColName="date_send_begin" PrevColName="" Pos="13" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5789  <OPTIONSELECTED>  <OPTIONSELECTED>
5790  </OPTIONSELECTED>  </OPTIONSELECTED>
5791  </COLUMN>  </COLUMN>
5792  <COLUMN ID="2072" ColName="date_send_end" PrevColName="" Pos="14" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2072" ColName="date_send_end" PrevColName="" Pos="14" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5793  <OPTIONSELECTED>  <OPTIONSELECTED>
5794  </OPTIONSELECTED>  </OPTIONSELECTED>
5795  </COLUMN>  </COLUMN>
5796  <COLUMN ID="2073" ColName="nbsent" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2073" ColName="nbsent" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5797  <OPTIONSELECTED>  <OPTIONSELECTED>
5798  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5799  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5800  </OPTIONSELECTED>  </OPTIONSELECTED>
5801  </COLUMN>  </COLUMN>
5802  <COLUMN ID="2074" ColName="nberror" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2074" ColName="nberror" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5803  <OPTIONSELECTED>  <OPTIONSELECTED>
5804  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5805  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5806  </OPTIONSELECTED>  </OPTIONSELECTED>
5807  </COLUMN>  </COLUMN>
5808  <COLUMN ID="2075" ColName="fk_user_author" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2075" ColName="fk_user_author" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5809  <OPTIONSELECTED>  <OPTIONSELECTED>
5810  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5811  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5812  </OPTIONSELECTED>  </OPTIONSELECTED>
5813  </COLUMN>  </COLUMN>
5814  <COLUMN ID="2076" ColName="fk_user_valid" PrevColName="" Pos="18" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2076" ColName="fk_user_valid" PrevColName="" Pos="18" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5815  <OPTIONSELECTED>  <OPTIONSELECTED>
5816  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5817  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5818  </OPTIONSELECTED>  </OPTIONSELECTED>
5819  </COLUMN>  </COLUMN>
5820  <COLUMN ID="2077" ColName="fk_user_modif" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2077" ColName="fk_user_modif" PrevColName="" Pos="19" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5821  <OPTIONSELECTED>  <OPTIONSELECTED>
5822  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5823  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5824  </OPTIONSELECTED>  </OPTIONSELECTED>
5825  </COLUMN>  </COLUMN>
5826  </COLUMNS>  </COLUMNS>
5827  <INDICES>  <INDICES>
5828  <INDEX ID="2078" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2078" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5829  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5830  <INDEXCOLUMN idColumn="2059" LengthParam="0" />  <INDEXCOLUMN idColumn="2059" LengthParam="0" />
5831  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5832  </INDEX>  </INDEX>
5833  </INDICES>  </INDICES>
5834  </TABLE>  </TABLE>
5835  <TABLE ID="1096" Tablename="llx_notify" PrevTableName="" XPos="3936" YPos="1361" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="98" >  <TABLE ID="1096" Tablename="llx_notify" PrevTableName="" XPos="3936" YPos="1361" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="98" >
5836  <COLUMNS>  <COLUMNS>
5837  <COLUMN ID="2079" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2079" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5838  <OPTIONSELECTED>  <OPTIONSELECTED>
5839  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5840  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5841  </OPTIONSELECTED>  </OPTIONSELECTED>
5842  </COLUMN>  </COLUMN>
5843  <COLUMN ID="2080" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2080" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5844  <OPTIONSELECTED>  <OPTIONSELECTED>
5845  </OPTIONSELECTED>  </OPTIONSELECTED>
5846  </COLUMN>  </COLUMN>
5847  <COLUMN ID="2081" ColName="daten" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2081" ColName="daten" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5848  <OPTIONSELECTED>  <OPTIONSELECTED>
5849  </OPTIONSELECTED>  </OPTIONSELECTED>
5850  </COLUMN>  </COLUMN>
5851  <COLUMN ID="2082" ColName="fk_action" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2082" ColName="fk_action" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5852  <OPTIONSELECTED>  <OPTIONSELECTED>
5853  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5854  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5855  </OPTIONSELECTED>  </OPTIONSELECTED>
5856  </COLUMN>  </COLUMN>
5857  <COLUMN ID="2083" ColName="fk_contact" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2083" ColName="fk_contact" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5858  <OPTIONSELECTED>  <OPTIONSELECTED>
5859  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5860  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5861  </OPTIONSELECTED>  </OPTIONSELECTED>
5862  </COLUMN>  </COLUMN>
5863  <COLUMN ID="2084" ColName="objet_type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\aficheinter\a,\afacture\a,\apropale\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2084" ColName="objet_type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\aficheinter\a,\afacture\a,\apropale\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5864  <OPTIONSELECTED>  <OPTIONSELECTED>
5865  </OPTIONSELECTED>  </OPTIONSELECTED>
5866  </COLUMN>  </COLUMN>
5867  <COLUMN ID="2085" ColName="objet_id" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2085" ColName="objet_id" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5868  <OPTIONSELECTED>  <OPTIONSELECTED>
5869  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5870  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5871  </OPTIONSELECTED>  </OPTIONSELECTED>
5872  </COLUMN>  </COLUMN>
5873  </COLUMNS>  </COLUMNS>
5874  <INDICES>  <INDICES>
5875  <INDEX ID="2086" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2086" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5876  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5877  <INDEXCOLUMN idColumn="2079" LengthParam="0" />  <INDEXCOLUMN idColumn="2079" LengthParam="0" />
5878  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5879  </INDEX>  </INDEX>
5880  </INDICES>  </INDICES>
5881  </TABLE>  </TABLE>
5882  <TABLE ID="1097" Tablename="llx_notify_def" PrevTableName="" XPos="3966" YPos="1304" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="99" >  <TABLE ID="1097" Tablename="llx_notify_def" PrevTableName="" XPos="3966" YPos="1304" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="99" >
5883  <COLUMNS>  <COLUMNS>
5884  <COLUMN ID="2087" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2087" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5885  <OPTIONSELECTED>  <OPTIONSELECTED>
5886  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5887  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5888  </OPTIONSELECTED>  </OPTIONSELECTED>
5889  </COLUMN>  </COLUMN>
5890  <COLUMN ID="2088" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2088" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5891  <OPTIONSELECTED>  <OPTIONSELECTED>
5892  </OPTIONSELECTED>  </OPTIONSELECTED>
5893  </COLUMN>  </COLUMN>
5894  <COLUMN ID="2089" ColName="datec" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2089" ColName="datec" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5895  <OPTIONSELECTED>  <OPTIONSELECTED>
5896  </OPTIONSELECTED>  </OPTIONSELECTED>
5897  </COLUMN>  </COLUMN>
5898  <COLUMN ID="2090" ColName="fk_action" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2090" ColName="fk_action" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5899  <OPTIONSELECTED>  <OPTIONSELECTED>
5900  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5901  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5902  </OPTIONSELECTED>  </OPTIONSELECTED>
5903  </COLUMN>  </COLUMN>
5904  <COLUMN ID="2091" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2091" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5905  <OPTIONSELECTED>  <OPTIONSELECTED>
5906  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5907  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5908  </OPTIONSELECTED>  </OPTIONSELECTED>
5909  </COLUMN>  </COLUMN>
5910  <COLUMN ID="2092" ColName="fk_contact" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2092" ColName="fk_contact" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5911  <OPTIONSELECTED>  <OPTIONSELECTED>
5912  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5913  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5914  </OPTIONSELECTED>  </OPTIONSELECTED>
5915  </COLUMN>  </COLUMN>
5916  </COLUMNS>  </COLUMNS>
5917  <INDICES>  <INDICES>
5918  <INDEX ID="2093" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2093" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
5919  <INDEXCOLUMNS>  <INDEXCOLUMNS>
5920  <INDEXCOLUMN idColumn="2087" LengthParam="0" />  <INDEXCOLUMN idColumn="2087" LengthParam="0" />
5921  </INDEXCOLUMNS>  </INDEXCOLUMNS>
5922  </INDEX>  </INDEX>
5923  </INDICES>  </INDICES>
5924  </TABLE>  </TABLE>
5925  <TABLE ID="1098" Tablename="llx_paiement" PrevTableName="" XPos="3617" YPos="1042" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="100" >  <TABLE ID="1098" Tablename="llx_paiement" PrevTableName="" XPos="3617" YPos="1042" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="100" >
5926  <COLUMNS>  <COLUMNS>
5927  <COLUMN ID="2094" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2094" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5928  <OPTIONSELECTED>  <OPTIONSELECTED>
5929  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5930  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5931  </OPTIONSELECTED>  </OPTIONSELECTED>
5932  </COLUMN>  </COLUMN>
5933  <COLUMN ID="2095" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2095" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5934  <OPTIONSELECTED>  <OPTIONSELECTED>
5935  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5936  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5937  </OPTIONSELECTED>  </OPTIONSELECTED>
5938  </COLUMN>  </COLUMN>
5939  <COLUMN ID="2096" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2096" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5940  <OPTIONSELECTED>  <OPTIONSELECTED>
5941  </OPTIONSELECTED>  </OPTIONSELECTED>
5942  </COLUMN>  </COLUMN>
5943  <COLUMN ID="2097" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2097" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
5944  <OPTIONSELECTED>  <OPTIONSELECTED>
5945  </OPTIONSELECTED>  </OPTIONSELECTED>
5946  </COLUMN>  </COLUMN>
5947  <COLUMN ID="2098" ColName="datep" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2098" ColName="datep" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5948  <OPTIONSELECTED>  <OPTIONSELECTED>
5949  </OPTIONSELECTED>  </OPTIONSELECTED>
5950  </COLUMN>  </COLUMN>
5951  <COLUMN ID="2099" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2099" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5952  <OPTIONSELECTED>  <OPTIONSELECTED>
5953  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5954  </OPTIONSELECTED>  </OPTIONSELECTED>
5955  </COLUMN>  </COLUMN>
5956  <COLUMN ID="2100" ColName="author" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2100" ColName="author" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5957  <OPTIONSELECTED>  <OPTIONSELECTED>
5958  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5959  </OPTIONSELECTED>  </OPTIONSELECTED>
5960  </COLUMN>  </COLUMN>
5961  <COLUMN ID="2101" ColName="fk_paiement" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2101" ColName="fk_paiement" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5962  <OPTIONSELECTED>  <OPTIONSELECTED>
5963  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5964  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5965  </OPTIONSELECTED>  </OPTIONSELECTED>
5966  </COLUMN>  </COLUMN>
5967  <COLUMN ID="2102" ColName="num_paiement" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2102" ColName="num_paiement" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5968  <OPTIONSELECTED>  <OPTIONSELECTED>
5969  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5970  </OPTIONSELECTED>  </OPTIONSELECTED>
5971  </COLUMN>  </COLUMN>
5972  <COLUMN ID="2103" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2103" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5973  <OPTIONSELECTED>  <OPTIONSELECTED>
5974  </OPTIONSELECTED>  </OPTIONSELECTED>
5975  </COLUMN>  </COLUMN>
5976  <COLUMN ID="2104" ColName="fk_bank" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2104" ColName="fk_bank" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5977  <OPTIONSELECTED>  <OPTIONSELECTED>
5978  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5979  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5980  </OPTIONSELECTED>  </OPTIONSELECTED>
5981  </COLUMN>  </COLUMN>
5982  <COLUMN ID="2105" ColName="fk_user_creat" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2105" ColName="fk_user_creat" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5983  <OPTIONSELECTED>  <OPTIONSELECTED>
5984  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5985  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5986  </OPTIONSELECTED>  </OPTIONSELECTED>
5987  </COLUMN>  </COLUMN>
5988  <COLUMN ID="2106" ColName="fk_user_modif" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2106" ColName="fk_user_modif" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5989  <OPTIONSELECTED>  <OPTIONSELECTED>
5990  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5991  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5992  </OPTIONSELECTED>  </OPTIONSELECTED>
5993  </COLUMN>  </COLUMN>
5994  <COLUMN ID="2107" ColName="statut" PrevColName="" Pos="14" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2107" ColName="statut" PrevColName="" Pos="14" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
5995  <OPTIONSELECTED>  <OPTIONSELECTED>
5996  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5997  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
5998  </OPTIONSELECTED>  </OPTIONSELECTED>
5999  </COLUMN>  </COLUMN>
6000  <COLUMN ID="2108" ColName="fk_export_compta" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2108" ColName="fk_export_compta" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6001  <OPTIONSELECTED>  <OPTIONSELECTED>
6002  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6003  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6004  </OPTIONSELECTED>  </OPTIONSELECTED>
6005  </COLUMN>  </COLUMN>
6006  </COLUMNS>  </COLUMNS>
6007  <INDICES>  <INDICES>
6008  <INDEX ID="2109" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2109" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6009  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6010  <INDEXCOLUMN idColumn="2094" LengthParam="0" />  <INDEXCOLUMN idColumn="2094" LengthParam="0" />
6011  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6012  </INDEX>  </INDEX>
6013  </INDICES>  </INDICES>
6014  </TABLE>  </TABLE>
6015  <TABLE ID="1099" Tablename="llx_paiement_facture" PrevTableName="" XPos="2280" YPos="2074" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="101" >  <TABLE ID="1099" Tablename="llx_paiement_facture" PrevTableName="" XPos="2280" YPos="2074" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="101" >
6016  <COLUMNS>  <COLUMNS>
6017  <COLUMN ID="2110" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2110" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6018  <OPTIONSELECTED>  <OPTIONSELECTED>
6019  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6020  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6021  </OPTIONSELECTED>  </OPTIONSELECTED>
6022  </COLUMN>  </COLUMN>
6023  <COLUMN ID="2111" ColName="fk_paiement" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="2111" ColName="fk_paiement" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
6024  <OPTIONSELECTED>  <OPTIONSELECTED>
6025  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6026  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6027  </OPTIONSELECTED>  </OPTIONSELECTED>
6028  </COLUMN>  </COLUMN>
6029  <COLUMN ID="2113" ColName="amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2113" ColName="amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6030  <OPTIONSELECTED>  <OPTIONSELECTED>
6031  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6032  </OPTIONSELECTED>  </OPTIONSELECTED>
6033  </COLUMN>  </COLUMN>
6034  </COLUMNS>  </COLUMNS>
6035  <RELATIONS_END>  <RELATIONS_END>
6036  <RELATION_END ID="3443" />  <RELATION_END ID="3443" />
6037  </RELATIONS_END>  </RELATIONS_END>
6038  <INDICES>  <INDICES>
6039  <INDEX ID="2114" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2114" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6040  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6041  <INDEXCOLUMN idColumn="2110" LengthParam="0" />  <INDEXCOLUMN idColumn="2110" LengthParam="0" />
6042  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6043  </INDEX>  </INDEX>
6044  <INDEX ID="2116" IndexName="idx_paiement_facture_fk_paiement" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2116" IndexName="idx_paiement_facture_fk_paiement" IndexKind="1" FKRefDef_Obj_id="-1">
6045  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6046  <INDEXCOLUMN idColumn="2111" LengthParam="0" />  <INDEXCOLUMN idColumn="2111" LengthParam="0" />
6047  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6048  </INDEX>  </INDEX>
6049  <INDEX ID="3488" IndexName="llx_paiement_facture_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3443">  <INDEX ID="3488" IndexName="llx_paiement_facture_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3443">
6050  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6051  <INDEXCOLUMN idColumn="2111" LengthParam="0" />  <INDEXCOLUMN idColumn="2111" LengthParam="0" />
6052  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6053  </INDEX>  </INDEX>
6054  </INDICES>  </INDICES>
6055  </TABLE>  </TABLE>
6056  <TABLE ID="1100" Tablename="llx_paiementcharge" PrevTableName="" XPos="3617" YPos="1150" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="102" >  <TABLE ID="1100" Tablename="llx_paiementcharge" PrevTableName="" XPos="3617" YPos="1150" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="102" >
6057  <COLUMNS>  <COLUMNS>
6058  <COLUMN ID="2117" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2117" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6059  <OPTIONSELECTED>  <OPTIONSELECTED>
6060  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6061  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6062  </OPTIONSELECTED>  </OPTIONSELECTED>
6063  </COLUMN>  </COLUMN>
6064  <COLUMN ID="2118" ColName="fk_charge" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2118" ColName="fk_charge" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6065  <OPTIONSELECTED>  <OPTIONSELECTED>
6066  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6067  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6068  </OPTIONSELECTED>  </OPTIONSELECTED>
6069  </COLUMN>  </COLUMN>
6070  <COLUMN ID="2119" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2119" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6071  <OPTIONSELECTED>  <OPTIONSELECTED>
6072  </OPTIONSELECTED>  </OPTIONSELECTED>
6073  </COLUMN>  </COLUMN>
6074  <COLUMN ID="2120" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2120" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6075  <OPTIONSELECTED>  <OPTIONSELECTED>
6076  </OPTIONSELECTED>  </OPTIONSELECTED>
6077  </COLUMN>  </COLUMN>
6078  <COLUMN ID="2121" ColName="datep" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2121" ColName="datep" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6079  <OPTIONSELECTED>  <OPTIONSELECTED>
6080  </OPTIONSELECTED>  </OPTIONSELECTED>
6081  </COLUMN>  </COLUMN>
6082  <COLUMN ID="2122" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2122" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6083  <OPTIONSELECTED>  <OPTIONSELECTED>
6084  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6085  </OPTIONSELECTED>  </OPTIONSELECTED>
6086  </COLUMN>  </COLUMN>
6087  <COLUMN ID="2123" ColName="fk_typepaiement" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2123" ColName="fk_typepaiement" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6088  <OPTIONSELECTED>  <OPTIONSELECTED>
6089  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6090  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6091  </OPTIONSELECTED>  </OPTIONSELECTED>
6092  </COLUMN>  </COLUMN>
6093  <COLUMN ID="2124" ColName="num_paiement" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2124" ColName="num_paiement" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6094  <OPTIONSELECTED>  <OPTIONSELECTED>
6095  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6096  </OPTIONSELECTED>  </OPTIONSELECTED>
6097  </COLUMN>  </COLUMN>
6098  <COLUMN ID="2125" ColName="note" PrevColName="" Pos="9" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2125" ColName="note" PrevColName="" Pos="9" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6099  <OPTIONSELECTED>  <OPTIONSELECTED>
6100  </OPTIONSELECTED>  </OPTIONSELECTED>
6101  </COLUMN>  </COLUMN>
6102  <COLUMN ID="2126" ColName="fk_bank" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2126" ColName="fk_bank" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6103  <OPTIONSELECTED>  <OPTIONSELECTED>
6104  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6105  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6106  </OPTIONSELECTED>  </OPTIONSELECTED>
6107  </COLUMN>  </COLUMN>
6108  <COLUMN ID="2127" ColName="fk_user_creat" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2127" ColName="fk_user_creat" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6109  <OPTIONSELECTED>  <OPTIONSELECTED>
6110  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6111  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6112  </OPTIONSELECTED>  </OPTIONSELECTED>
6113  </COLUMN>  </COLUMN>
6114  <COLUMN ID="2128" ColName="fk_user_modif" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2128" ColName="fk_user_modif" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6115  <OPTIONSELECTED>  <OPTIONSELECTED>
6116  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6117  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6118  </OPTIONSELECTED>  </OPTIONSELECTED>
6119  </COLUMN>  </COLUMN>
6120  </COLUMNS>  </COLUMNS>
6121  <INDICES>  <INDICES>
6122  <INDEX ID="2129" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2129" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6123  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6124  <INDEXCOLUMN idColumn="2117" LengthParam="0" />  <INDEXCOLUMN idColumn="2117" LengthParam="0" />
6125  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6126  </INDEX>  </INDEX>
6127  </INDICES>  </INDICES>
6128  </TABLE>  </TABLE>
6129  <TABLE ID="1101" Tablename="llx_paiementfourn" PrevTableName="" XPos="3617" YPos="1100" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="103" >  <TABLE ID="1101" Tablename="llx_paiementfourn" PrevTableName="" XPos="3617" YPos="1100" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="103" >
6130  <COLUMNS>  <COLUMNS>
6131  <COLUMN ID="2130" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2130" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6132  <OPTIONSELECTED>  <OPTIONSELECTED>
6133  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6134  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6135  </OPTIONSELECTED>  </OPTIONSELECTED>
6136  </COLUMN>  </COLUMN>
6137  <COLUMN ID="2131" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2131" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6138  <OPTIONSELECTED>  <OPTIONSELECTED>
6139  </OPTIONSELECTED>  </OPTIONSELECTED>
6140  </COLUMN>  </COLUMN>
6141  <COLUMN ID="2132" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2132" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6142  <OPTIONSELECTED>  <OPTIONSELECTED>
6143  </OPTIONSELECTED>  </OPTIONSELECTED>
6144  </COLUMN>  </COLUMN>
6145  <COLUMN ID="2133" ColName="fk_facture_fourn" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2133" ColName="fk_facture_fourn" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6146  <OPTIONSELECTED>  <OPTIONSELECTED>
6147  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6148  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6149  </OPTIONSELECTED>  </OPTIONSELECTED>
6150  </COLUMN>  </COLUMN>
6151  <COLUMN ID="2134" ColName="datep" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2134" ColName="datep" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6152  <OPTIONSELECTED>  <OPTIONSELECTED>
6153  </OPTIONSELECTED>  </OPTIONSELECTED>
6154  </COLUMN>  </COLUMN>
6155  <COLUMN ID="2135" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2135" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6156  <OPTIONSELECTED>  <OPTIONSELECTED>
6157  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6158  </OPTIONSELECTED>  </OPTIONSELECTED>
6159  </COLUMN>  </COLUMN>
6160  <COLUMN ID="2136" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2136" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6161  <OPTIONSELECTED>  <OPTIONSELECTED>
6162  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6163  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6164  </OPTIONSELECTED>  </OPTIONSELECTED>
6165  </COLUMN>  </COLUMN>
6166  <COLUMN ID="2137" ColName="fk_paiement" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2137" ColName="fk_paiement" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6167  <OPTIONSELECTED>  <OPTIONSELECTED>
6168  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6169  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6170  </OPTIONSELECTED>  </OPTIONSELECTED>
6171  </COLUMN>  </COLUMN>
6172  <COLUMN ID="2138" ColName="num_paiement" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2138" ColName="num_paiement" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6173  <OPTIONSELECTED>  <OPTIONSELECTED>
6174  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6175  </OPTIONSELECTED>  </OPTIONSELECTED>
6176  </COLUMN>  </COLUMN>
6177  <COLUMN ID="2139" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2139" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6178  <OPTIONSELECTED>  <OPTIONSELECTED>
6179  </OPTIONSELECTED>  </OPTIONSELECTED>
6180  </COLUMN>  </COLUMN>
6181  <COLUMN ID="2140" ColName="fk_bank" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2140" ColName="fk_bank" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6182  <OPTIONSELECTED>  <OPTIONSELECTED>
6183  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6184  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6185  </OPTIONSELECTED>  </OPTIONSELECTED>
6186  </COLUMN>  </COLUMN>
6187  </COLUMNS>  </COLUMNS>
6188  <INDICES>  <INDICES>
6189  <INDEX ID="2141" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2141" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6190  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6191  <INDEXCOLUMN idColumn="2130" LengthParam="0" />  <INDEXCOLUMN idColumn="2130" LengthParam="0" />
6192  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6193  </INDEX>  </INDEX>
6194  </INDICES>  </INDICES>
6195  </TABLE>  </TABLE>
6196  <TABLE ID="1102" Tablename="llx_pointmort" PrevTableName="" XPos="3767" YPos="617" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="104" >  <TABLE ID="1102" Tablename="llx_pointmort" PrevTableName="" XPos="3767" YPos="617" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="104" >
6197  <COLUMNS>  <COLUMNS>
6198  <COLUMN ID="2142" ColName="month" PrevColName="" Pos="1" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2142" ColName="month" PrevColName="" Pos="1" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6199  <OPTIONSELECTED>  <OPTIONSELECTED>
6200  </OPTIONSELECTED>  </OPTIONSELECTED>
6201  </COLUMN>  </COLUMN>
6202  <COLUMN ID="2143" ColName="amount" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2143" ColName="amount" PrevColName="" Pos="2" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6203  <OPTIONSELECTED>  <OPTIONSELECTED>
6204  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6205  </OPTIONSELECTED>  </OPTIONSELECTED>
6206  </COLUMN>  </COLUMN>
6207  </COLUMNS>  </COLUMNS>
6208  </TABLE>  </TABLE>
6209  <TABLE ID="1103" Tablename="llx_prelevement_bons" PrevTableName="" XPos="3808" YPos="917" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="105" >  <TABLE ID="1103" Tablename="llx_prelevement_bons" PrevTableName="" XPos="3808" YPos="917" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="105" >
6210  <COLUMNS>  <COLUMNS>
6211  <COLUMN ID="2144" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2144" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6212  <OPTIONSELECTED>  <OPTIONSELECTED>
6213  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6214  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6215  </OPTIONSELECTED>  </OPTIONSELECTED>
6216  </COLUMN>  </COLUMN>
6217  <COLUMN ID="2145" ColName="ref" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2145" ColName="ref" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6218  <OPTIONSELECTED>  <OPTIONSELECTED>
6219  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6220  </OPTIONSELECTED>  </OPTIONSELECTED>
6221  </COLUMN>  </COLUMN>
6222  <COLUMN ID="2146" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2146" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6223  <OPTIONSELECTED>  <OPTIONSELECTED>
6224  </OPTIONSELECTED>  </OPTIONSELECTED>
6225  </COLUMN>  </COLUMN>
6226  <COLUMN ID="2147" ColName="amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2147" ColName="amount" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6227  <OPTIONSELECTED>  <OPTIONSELECTED>
6228  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6229  </OPTIONSELECTED>  </OPTIONSELECTED>
6230  </COLUMN>  </COLUMN>
6231  <COLUMN ID="2148" ColName="statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2148" ColName="statut" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6232  <OPTIONSELECTED>  <OPTIONSELECTED>
6233  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6234  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6235  </OPTIONSELECTED>  </OPTIONSELECTED>
6236  </COLUMN>  </COLUMN>
6237  <COLUMN ID="2149" ColName="credite" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2149" ColName="credite" PrevColName="" Pos="6" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6238  <OPTIONSELECTED>  <OPTIONSELECTED>
6239  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6240  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6241  </OPTIONSELECTED>  </OPTIONSELECTED>
6242  </COLUMN>  </COLUMN>
6243  <COLUMN ID="2150" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2150" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6244  <OPTIONSELECTED>  <OPTIONSELECTED>
6245  </OPTIONSELECTED>  </OPTIONSELECTED>
6246  </COLUMN>  </COLUMN>
6247  <COLUMN ID="2151" ColName="date_trans" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2151" ColName="date_trans" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6248  <OPTIONSELECTED>  <OPTIONSELECTED>
6249  </OPTIONSELECTED>  </OPTIONSELECTED>
6250  </COLUMN>  </COLUMN>
6251  <COLUMN ID="2152" ColName="method_trans" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2152" ColName="method_trans" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6252  <OPTIONSELECTED>  <OPTIONSELECTED>
6253  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6254  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6255  </OPTIONSELECTED>  </OPTIONSELECTED>
6256  </COLUMN>  </COLUMN>
6257  <COLUMN ID="2153" ColName="fk_user_trans" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2153" ColName="fk_user_trans" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6258  <OPTIONSELECTED>  <OPTIONSELECTED>
6259  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6260  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6261  </OPTIONSELECTED>  </OPTIONSELECTED>
6262  </COLUMN>  </COLUMN>
6263  <COLUMN ID="2154" ColName="date_credit" PrevColName="" Pos="11" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2154" ColName="date_credit" PrevColName="" Pos="11" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6264  <OPTIONSELECTED>  <OPTIONSELECTED>
6265  </OPTIONSELECTED>  </OPTIONSELECTED>
6266  </COLUMN>  </COLUMN>
6267  <COLUMN ID="2155" ColName="fk_user_credit" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2155" ColName="fk_user_credit" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6268  <OPTIONSELECTED>  <OPTIONSELECTED>
6269  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6270  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6271  </OPTIONSELECTED>  </OPTIONSELECTED>
6272  </COLUMN>  </COLUMN>
6273  </COLUMNS>  </COLUMNS>
6274  <INDICES>  <INDICES>
6275  <INDEX ID="2156" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2156" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6276  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6277  <INDEXCOLUMN idColumn="2144" LengthParam="0" />  <INDEXCOLUMN idColumn="2144" LengthParam="0" />
6278  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6279  </INDEX>  </INDEX>
6280  <INDEX ID="2157" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2157" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
6281  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6282  <INDEXCOLUMN idColumn="2145" LengthParam="0" />  <INDEXCOLUMN idColumn="2145" LengthParam="0" />
6283  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6284  </INDEX>  </INDEX>
6285  </INDICES>  </INDICES>
6286  </TABLE>  </TABLE>
6287  <TABLE ID="1104" Tablename="llx_prelevement_facture" PrevTableName="" XPos="3800" YPos="792" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="106" >  <TABLE ID="1104" Tablename="llx_prelevement_facture" PrevTableName="" XPos="3800" YPos="792" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="106" >
6288  <COLUMNS>  <COLUMNS>
6289  <COLUMN ID="2158" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2158" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6290  <OPTIONSELECTED>  <OPTIONSELECTED>
6291  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6292  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6293  </OPTIONSELECTED>  </OPTIONSELECTED>
6294  </COLUMN>  </COLUMN>
6295  <COLUMN ID="2159" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2159" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6296  <OPTIONSELECTED>  <OPTIONSELECTED>
6297  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6298  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6299  </OPTIONSELECTED>  </OPTIONSELECTED>
6300  </COLUMN>  </COLUMN>
6301  <COLUMN ID="2160" ColName="fk_prelevement_lignes" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2160" ColName="fk_prelevement_lignes" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6302  <OPTIONSELECTED>  <OPTIONSELECTED>
6303  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6304  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6305  </OPTIONSELECTED>  </OPTIONSELECTED>
6306  </COLUMN>  </COLUMN>
6307  </COLUMNS>  </COLUMNS>
6308  <INDICES>  <INDICES>
6309  <INDEX ID="2161" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2161" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6310  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6311  <INDEXCOLUMN idColumn="2158" LengthParam="0" />  <INDEXCOLUMN idColumn="2158" LengthParam="0" />
6312  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6313  </INDEX>  </INDEX>
6314  <INDEX ID="2162" IndexName="fk_prelevement_lignes" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2162" IndexName="fk_prelevement_lignes" IndexKind="1" FKRefDef_Obj_id="-1">
6315  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6316  <INDEXCOLUMN idColumn="2160" LengthParam="0" />  <INDEXCOLUMN idColumn="2160" LengthParam="0" />
6317  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6318  </INDEX>  </INDEX>
6319  <INDEX ID="2163" IndexName="fk_prelevement_lignes_2" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2163" IndexName="fk_prelevement_lignes_2" IndexKind="1" FKRefDef_Obj_id="-1">
6320  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6321  <INDEXCOLUMN idColumn="2160" LengthParam="0" />  <INDEXCOLUMN idColumn="2160" LengthParam="0" />
6322  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6323  </INDEX>  </INDEX>
6324  <INDEX ID="2164" IndexName="fk_prelevement_lignes_3" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2164" IndexName="fk_prelevement_lignes_3" IndexKind="1" FKRefDef_Obj_id="-1">
6325  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6326  <INDEXCOLUMN idColumn="2160" LengthParam="0" />  <INDEXCOLUMN idColumn="2160" LengthParam="0" />
6327  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6328  </INDEX>  </INDEX>
6329  <INDEX ID="2165" IndexName="fk_prelevement_lignes_4" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2165" IndexName="fk_prelevement_lignes_4" IndexKind="1" FKRefDef_Obj_id="-1">
6330  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6331  <INDEXCOLUMN idColumn="2160" LengthParam="0" />  <INDEXCOLUMN idColumn="2160" LengthParam="0" />
6332  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6333  </INDEX>  </INDEX>
6334  </INDICES>  </INDICES>
6335  </TABLE>  </TABLE>
6336  <TABLE ID="1105" Tablename="llx_prelevement_facture_demande" PrevTableName="" XPos="3775" YPos="850" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="107" >  <TABLE ID="1105" Tablename="llx_prelevement_facture_demande" PrevTableName="" XPos="3775" YPos="850" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="107" >
6337  <COLUMNS>  <COLUMNS>
6338  <COLUMN ID="2166" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2166" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6339  <OPTIONSELECTED>  <OPTIONSELECTED>
6340  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6341  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6342  </OPTIONSELECTED>  </OPTIONSELECTED>
6343  </COLUMN>  </COLUMN>
6344  <COLUMN ID="2167" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2167" ColName="fk_facture" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6345  <OPTIONSELECTED>  <OPTIONSELECTED>
6346  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6347  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6348  </OPTIONSELECTED>  </OPTIONSELECTED>
6349  </COLUMN>  </COLUMN>
6350  <COLUMN ID="2168" ColName="amount" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2168" ColName="amount" PrevColName="" Pos="3" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6351  <OPTIONSELECTED>  <OPTIONSELECTED>
6352  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6353  </OPTIONSELECTED>  </OPTIONSELECTED>
6354  </COLUMN>  </COLUMN>
6355  <COLUMN ID="2169" ColName="date_demande" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="2169" ColName="date_demande" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
6356  <OPTIONSELECTED>  <OPTIONSELECTED>
6357  </OPTIONSELECTED>  </OPTIONSELECTED>
6358  </COLUMN>  </COLUMN>
6359  <COLUMN ID="2170" ColName="traite" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2170" ColName="traite" PrevColName="" Pos="5" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6360  <OPTIONSELECTED>  <OPTIONSELECTED>
6361  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6362  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6363  </OPTIONSELECTED>  </OPTIONSELECTED>
6364  </COLUMN>  </COLUMN>
6365  <COLUMN ID="2171" ColName="date_traite" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2171" ColName="date_traite" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6366  <OPTIONSELECTED>  <OPTIONSELECTED>
6367  </OPTIONSELECTED>  </OPTIONSELECTED>
6368  </COLUMN>  </COLUMN>
6369  <COLUMN ID="2172" ColName="fk_prelevement_bons" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2172" ColName="fk_prelevement_bons" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6370  <OPTIONSELECTED>  <OPTIONSELECTED>
6371  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6372  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6373  </OPTIONSELECTED>  </OPTIONSELECTED>
6374  </COLUMN>  </COLUMN>
6375  <COLUMN ID="2173" ColName="fk_user_demande" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2173" ColName="fk_user_demande" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6376  <OPTIONSELECTED>  <OPTIONSELECTED>
6377  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6378  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6379  </OPTIONSELECTED>  </OPTIONSELECTED>
6380  </COLUMN>  </COLUMN>
6381  <COLUMN ID="2174" ColName="code_banque" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2174" ColName="code_banque" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6382  <OPTIONSELECTED>  <OPTIONSELECTED>
6383  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6384  </OPTIONSELECTED>  </OPTIONSELECTED>
6385  </COLUMN>  </COLUMN>
6386  <COLUMN ID="2175" ColName="code_guichet" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2175" ColName="code_guichet" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6387  <OPTIONSELECTED>  <OPTIONSELECTED>
6388  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6389  </OPTIONSELECTED>  </OPTIONSELECTED>
6390  </COLUMN>  </COLUMN>
6391  <COLUMN ID="2176" ColName="number" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2176" ColName="number" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6392  <OPTIONSELECTED>  <OPTIONSELECTED>
6393  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6394  </OPTIONSELECTED>  </OPTIONSELECTED>
6395  </COLUMN>  </COLUMN>
6396  <COLUMN ID="2177" ColName="cle_rib" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2177" ColName="cle_rib" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6397  <OPTIONSELECTED>  <OPTIONSELECTED>
6398  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6399  </OPTIONSELECTED>  </OPTIONSELECTED>
6400  </COLUMN>  </COLUMN>
6401  </COLUMNS>  </COLUMNS>
6402  <INDICES>  <INDICES>
6403  <INDEX ID="2178" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2178" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6404  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6405  <INDEXCOLUMN idColumn="2166" LengthParam="0" />  <INDEXCOLUMN idColumn="2166" LengthParam="0" />
6406  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6407  </INDEX>  </INDEX>
6408  </INDICES>  </INDICES>
6409  </TABLE>  </TABLE>
6410  <TABLE ID="1106" Tablename="llx_prelevement_lignes" PrevTableName="" XPos="3617" YPos="908" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="108" >  <TABLE ID="1106" Tablename="llx_prelevement_lignes" PrevTableName="" XPos="3617" YPos="908" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="108" >
6411  <COLUMNS>  <COLUMNS>
6412  <COLUMN ID="2179" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2179" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6413  <OPTIONSELECTED>  <OPTIONSELECTED>
6414  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6415  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6416  </OPTIONSELECTED>  </OPTIONSELECTED>
6417  </COLUMN>  </COLUMN>
6418  <COLUMN ID="2180" ColName="fk_prelevement_bons" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2180" ColName="fk_prelevement_bons" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6419  <OPTIONSELECTED>  <OPTIONSELECTED>
6420  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6421  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6422  </OPTIONSELECTED>  </OPTIONSELECTED>
6423  </COLUMN>  </COLUMN>
6424  <COLUMN ID="2181" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2181" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6425  <OPTIONSELECTED>  <OPTIONSELECTED>
6426  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6427  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6428  </OPTIONSELECTED>  </OPTIONSELECTED>
6429  </COLUMN>  </COLUMN>
6430  <COLUMN ID="2182" ColName="statut" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2182" ColName="statut" PrevColName="" Pos="4" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6431  <OPTIONSELECTED>  <OPTIONSELECTED>
6432  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6433  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6434  </OPTIONSELECTED>  </OPTIONSELECTED>
6435  </COLUMN>  </COLUMN>
6436  <COLUMN ID="2183" ColName="client_nom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2183" ColName="client_nom" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6437  <OPTIONSELECTED>  <OPTIONSELECTED>
6438  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6439  </OPTIONSELECTED>  </OPTIONSELECTED>
6440  </COLUMN>  </COLUMN>
6441  <COLUMN ID="2184" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2184" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6442  <OPTIONSELECTED>  <OPTIONSELECTED>
6443  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6444  </OPTIONSELECTED>  </OPTIONSELECTED>
6445  </COLUMN>  </COLUMN>
6446  <COLUMN ID="2185" ColName="code_banque" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2185" ColName="code_banque" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6447  <OPTIONSELECTED>  <OPTIONSELECTED>
6448  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6449  </OPTIONSELECTED>  </OPTIONSELECTED>
6450  </COLUMN>  </COLUMN>
6451  <COLUMN ID="2186" ColName="code_guichet" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2186" ColName="code_guichet" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6452  <OPTIONSELECTED>  <OPTIONSELECTED>
6453  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6454  </OPTIONSELECTED>  </OPTIONSELECTED>
6455  </COLUMN>  </COLUMN>
6456  <COLUMN ID="2187" ColName="number" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2187" ColName="number" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6457  <OPTIONSELECTED>  <OPTIONSELECTED>
6458  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6459  </OPTIONSELECTED>  </OPTIONSELECTED>
6460  </COLUMN>  </COLUMN>
6461  <COLUMN ID="2188" ColName="cle_rib" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2188" ColName="cle_rib" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6462  <OPTIONSELECTED>  <OPTIONSELECTED>
6463  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6464  </OPTIONSELECTED>  </OPTIONSELECTED>
6465  </COLUMN>  </COLUMN>
6466  <COLUMN ID="2189" ColName="note" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2189" ColName="note" PrevColName="" Pos="11" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6467  <OPTIONSELECTED>  <OPTIONSELECTED>
6468  </OPTIONSELECTED>  </OPTIONSELECTED>
6469  </COLUMN>  </COLUMN>
6470  </COLUMNS>  </COLUMNS>
6471  <INDICES>  <INDICES>
6472  <INDEX ID="2190" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2190" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6473  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6474  <INDEXCOLUMN idColumn="2179" LengthParam="0" />  <INDEXCOLUMN idColumn="2179" LengthParam="0" />
6475  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6476  </INDEX>  </INDEX>
6477  <INDEX ID="2191" IndexName="fk_prelevement_bons" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2191" IndexName="fk_prelevement_bons" IndexKind="1" FKRefDef_Obj_id="-1">
6478  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6479  <INDEXCOLUMN idColumn="2180" LengthParam="0" />  <INDEXCOLUMN idColumn="2180" LengthParam="0" />
6480  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6481  </INDEX>  </INDEX>
6482  <INDEX ID="2192" IndexName="fk_prelevement_bons_2" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2192" IndexName="fk_prelevement_bons_2" IndexKind="1" FKRefDef_Obj_id="-1">
6483  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6484  <INDEXCOLUMN idColumn="2180" LengthParam="0" />  <INDEXCOLUMN idColumn="2180" LengthParam="0" />
6485  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6486  </INDEX>  </INDEX>
6487  <INDEX ID="2193" IndexName="fk_prelevement_bons_3" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2193" IndexName="fk_prelevement_bons_3" IndexKind="1" FKRefDef_Obj_id="-1">
6488  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6489  <INDEXCOLUMN idColumn="2180" LengthParam="0" />  <INDEXCOLUMN idColumn="2180" LengthParam="0" />
6490  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6491  </INDEX>  </INDEX>
6492  <INDEX ID="2194" IndexName="fk_prelevement_bons_4" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="2194" IndexName="fk_prelevement_bons_4" IndexKind="1" FKRefDef_Obj_id="-1">
6493  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6494  <INDEXCOLUMN idColumn="2180" LengthParam="0" />  <INDEXCOLUMN idColumn="2180" LengthParam="0" />
6495  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6496  </INDEX>  </INDEX>
6497  </INDICES>  </INDICES>
6498  </TABLE>  </TABLE>
6499  <TABLE ID="1107" Tablename="llx_prelevement_notifications" PrevTableName="" XPos="3617" YPos="858" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="109" >  <TABLE ID="1107" Tablename="llx_prelevement_notifications" PrevTableName="" XPos="3617" YPos="858" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="109" >
6500  <COLUMNS>  <COLUMNS>
6501  <COLUMN ID="2195" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2195" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6502  <OPTIONSELECTED>  <OPTIONSELECTED>
6503  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6504  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6505  </OPTIONSELECTED>  </OPTIONSELECTED>
6506  </COLUMN>  </COLUMN>
6507  <COLUMN ID="2196" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2196" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6508  <OPTIONSELECTED>  <OPTIONSELECTED>
6509  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6510  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6511  </OPTIONSELECTED>  </OPTIONSELECTED>
6512  </COLUMN>  </COLUMN>
6513  <COLUMN ID="2197" ColName="action" PrevColName="" Pos="3" idDatatype="19" DatatypeParams="(2)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2197" ColName="action" PrevColName="" Pos="3" idDatatype="19" DatatypeParams="(2)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6514  <OPTIONSELECTED>  <OPTIONSELECTED>
6515  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6516  </OPTIONSELECTED>  </OPTIONSELECTED>
6517  </COLUMN>  </COLUMN>
6518  </COLUMNS>  </COLUMNS>
6519  <INDICES>  <INDICES>
6520  <INDEX ID="2198" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2198" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6521  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6522  <INDEXCOLUMN idColumn="2195" LengthParam="0" />  <INDEXCOLUMN idColumn="2195" LengthParam="0" />
6523  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6524  </INDEX>  </INDEX>
6525  </INDICES>  </INDICES>
6526  </TABLE>  </TABLE>
6527  <TABLE ID="1108" Tablename="llx_prelevement_rejet" PrevTableName="" XPos="3592" YPos="783" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="110" >  <TABLE ID="1108" Tablename="llx_prelevement_rejet" PrevTableName="" XPos="3592" YPos="783" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="110" >
6528  <COLUMNS>  <COLUMNS>
6529  <COLUMN ID="2199" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2199" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6530  <OPTIONSELECTED>  <OPTIONSELECTED>
6531  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6532  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6533  </OPTIONSELECTED>  </OPTIONSELECTED>
6534  </COLUMN>  </COLUMN>
6535  <COLUMN ID="2200" ColName="fk_prelevement_lignes" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2200" ColName="fk_prelevement_lignes" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6536  <OPTIONSELECTED>  <OPTIONSELECTED>
6537  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6538  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6539  </OPTIONSELECTED>  </OPTIONSELECTED>
6540  </COLUMN>  </COLUMN>
6541  <COLUMN ID="2201" ColName="date_rejet" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2201" ColName="date_rejet" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6542  <OPTIONSELECTED>  <OPTIONSELECTED>
6543  </OPTIONSELECTED>  </OPTIONSELECTED>
6544  </COLUMN>  </COLUMN>
6545  <COLUMN ID="2202" ColName="motif" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2202" ColName="motif" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6546  <OPTIONSELECTED>  <OPTIONSELECTED>
6547  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6548  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6549  </OPTIONSELECTED>  </OPTIONSELECTED>
6550  </COLUMN>  </COLUMN>
6551  <COLUMN ID="2203" ColName="date_creation" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2203" ColName="date_creation" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6552  <OPTIONSELECTED>  <OPTIONSELECTED>
6553  </OPTIONSELECTED>  </OPTIONSELECTED>
6554  </COLUMN>  </COLUMN>
6555  <COLUMN ID="2204" ColName="fk_user_creation" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2204" ColName="fk_user_creation" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6556  <OPTIONSELECTED>  <OPTIONSELECTED>
6557  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6558  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6559  </OPTIONSELECTED>  </OPTIONSELECTED>
6560  </COLUMN>  </COLUMN>
6561  <COLUMN ID="2205" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2205" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6562  <OPTIONSELECTED>  <OPTIONSELECTED>
6563  </OPTIONSELECTED>  </OPTIONSELECTED>
6564  </COLUMN>  </COLUMN>
6565  </COLUMNS>  </COLUMNS>
6566  <INDICES>  <INDICES>
6567  <INDEX ID="2206" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="2206" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6568  <INDEXCOLUMNS>  <INDEXCOLUMNS>
6569  <INDEXCOLUMN idColumn="2199" LengthParam="0" />  <INDEXCOLUMN idColumn="2199" LengthParam="0" />
6570  </INDEXCOLUMNS>  </INDEXCOLUMNS>
6571  </INDEX>  </INDEX>
6572  </INDICES>  </INDICES>
6573  </TABLE>  </TABLE>
6574  <TABLE ID="1109" Tablename="llx_product" PrevTableName="" XPos="3420" YPos="2670" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="111" >  <TABLE ID="1109" Tablename="llx_product" PrevTableName="" XPos="2103" YPos="195" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="111" >
6575  <COLUMNS>  <COLUMNS>
6576  <COLUMN ID="2207" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2207" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6577  <OPTIONSELECTED>  <OPTIONSELECTED>
6578  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6579  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6580  </OPTIONSELECTED>  </OPTIONSELECTED>
6581  </COLUMN>  </COLUMN>
6582  <COLUMN ID="2208" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2208" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6583  <OPTIONSELECTED>  <OPTIONSELECTED>
6584  </OPTIONSELECTED>  </OPTIONSELECTED>
6585  </COLUMN>  </COLUMN>
6586  <COLUMN ID="2209" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2209" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6587  <OPTIONSELECTED>  <OPTIONSELECTED>
6588  </OPTIONSELECTED>  </OPTIONSELECTED>
6589  </COLUMN>  </COLUMN>
6590  <COLUMN ID="2210" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2210" ColName="ref" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6591  <OPTIONSELECTED>  <OPTIONSELECTED>
6592  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6593  </OPTIONSELECTED>  </OPTIONSELECTED>
6594  </COLUMN>  </COLUMN>
6595  <COLUMN ID="2211" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2211" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6596  <OPTIONSELECTED>  <OPTIONSELECTED>
6597  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6598  </OPTIONSELECTED>  </OPTIONSELECTED>
6599  </COLUMN>  </COLUMN>
6600  <COLUMN ID="2212" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2212" ColName="description" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6601  <OPTIONSELECTED>  <OPTIONSELECTED>
6602  </OPTIONSELECTED>  </OPTIONSELECTED>
6603  </COLUMN>  </COLUMN>
6604  <COLUMN ID="2213" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2213" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6605  <OPTIONSELECTED>  <OPTIONSELECTED>
6606  </OPTIONSELECTED>  </OPTIONSELECTED>
6607  </COLUMN>  </COLUMN>
6608  <COLUMN ID="2214" ColName="price" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2214" ColName="price" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6609  <OPTIONSELECTED>  <OPTIONSELECTED>
6610  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6611  </OPTIONSELECTED>  </OPTIONSELECTED>
6612  </COLUMN>  </COLUMN>
6613  <COLUMN ID="2215" ColName="tva_tx" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <COLUMN ID="2215" ColName="tva_tx" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
6614  <OPTIONSELECTED>  <OPTIONSELECTED>
6615  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6616  </OPTIONSELECTED>  </OPTIONSELECTED>
6617  </COLUMN>  </COLUMN>
6618  <COLUMN ID="2216" ColName="fk_user_author" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2216" ColName="fk_user_author" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6619  <OPTIONSELECTED>  <OPTIONSELECTED>
6620  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6621  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6622  </OPTIONSELECTED>  </OPTIONSELECTED>
6623  </COLUMN>  </COLUMN>
6624  <COLUMN ID="2217" ColName="envente" PrevColName="" Pos="11" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  <COLUMN ID="2217" ColName="envente" PrevColName="" Pos="11" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
6625  <OPTIONSELECTED>  <OPTIONSELECTED>
6626  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6627  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6628  </OPTIONSELECTED>  </OPTIONSELECTED>
6629  </COLUMN>  </COLUMN>
6630  <COLUMN ID="2218" ColName="nbvente" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2218" ColName="nbvente" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6631  <OPTIONSELECTED>  <OPTIONSELECTED>
6632  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6633  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6634  </OPTIONSELECTED>  </OPTIONSELECTED>
6635  </COLUMN>  </COLUMN>
6636  <COLUMN ID="2219" ColName="fk_product_type" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2219" ColName="fk_product_type" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6637  <OPTIONSELECTED>  <OPTIONSELECTED>
6638  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6639  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6640  </OPTIONSELECTED>  </OPTIONSELECTED>
6641  </COLUMN>  </COLUMN>
6642  <COLUMN ID="2220" ColName="duration" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2220" ColName="duration" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6643  <OPTIONSELECTED>  <OPTIONSELECTED>
6644  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6645  </OPTIONSELECTED>  </OPTIONSELECTED>
6646  </COLUMN>  </COLUMN>
6647  <COLUMN ID="2221" ColName="stock_propale" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2221" ColName="stock_propale" PrevColName="" Pos="15" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6648  <OPTIONSELECTED>  <OPTIONSELECTED>
6649  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6650  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6651  </OPTIONSELECTED>  </OPTIONSELECTED>
6652  </COLUMN>  </COLUMN>
6653  <COLUMN ID="2222" ColName="stock_commande" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2222" ColName="stock_commande" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6654  <OPTIONSELECTED>  <OPTIONSELECTED>
6655  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6656  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6657  </OPTIONSELECTED>  </OPTIONSELECTED>
6658  </COLUMN>  </COLUMN>
6659  <COLUMN ID="2223" ColName="seuil_stock_alerte" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2223" ColName="seuil_stock_alerte" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6660  <OPTIONSELECTED>  <OPTIONSELECTED>
6661  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6662  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6663  </OPTIONSELECTED>  </OPTIONSELECTED>
6664  </COLUMN>  </COLUMN>
6665  </COLUMNS>  </COLUMNS>
6666  <INDICES>  <RELATIONS_START>
6667  <INDEX ID="2224" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <RELATION_START ID="3534" />
6668  <INDEXCOLUMNS>  <RELATION_START ID="3537" />
6669  <INDEXCOLUMN idColumn="2207" LengthParam="0" />  <RELATION_START ID="3540" />
6670  </INDEXCOLUMNS>  <RELATION_START ID="3542" />
6671  </INDEX>  <RELATION_START ID="3544" />
6672  <INDEX ID="2225" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <RELATION_START ID="3546" />
6673  <INDEXCOLUMNS>  </RELATIONS_START>
6674  <INDEXCOLUMN idColumn="2210" LengthParam="0" />  <INDICES>
6675  </INDEXCOLUMNS>  <INDEX ID="2224" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6676  </INDEX>  <INDEXCOLUMNS>
6677  <INDEX ID="2226" IndexName="ref_2" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEXCOLUMN idColumn="2207" LengthParam="0" />
6678  <INDEXCOLUMNS>  </INDEXCOLUMNS>
6679  <INDEXCOLUMN idColumn="2210" LengthParam="0" />  </INDEX>
6680  </INDEXCOLUMNS>  <INDEX ID="2225" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
6681  </INDEX>  <INDEXCOLUMNS>
6682  <INDEX ID="2227" IndexName="ref_3" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEXCOLUMN idColumn="2210" LengthParam="0" />
6683  <INDEXCOLUMNS>  </INDEXCOLUMNS>
6684  <INDEXCOLUMN idColumn="2210" LengthParam="0" />  </INDEX>
6685  </INDEXCOLUMNS>  <INDEX ID="2226" IndexName="ref_2" IndexKind="1" FKRefDef_Obj_id="-1">
6686  </INDEX>  <INDEXCOLUMNS>
6687  </INDICES>  <INDEXCOLUMN idColumn="2210" LengthParam="0" />
6688  </TABLE>  </INDEXCOLUMNS>
6689  <TABLE ID="1110" Tablename="llx_product_fournisseur" PrevTableName="" XPos="3230" YPos="2476" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="112" >  </INDEX>
6690  <COLUMNS>  <INDEX ID="2227" IndexName="ref_3" IndexKind="1" FKRefDef_Obj_id="-1">
6691  <COLUMN ID="2228" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
6692  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2210" LengthParam="0" />
6693  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
6694  <OPTIONSELECT Value="0" />  </INDEX>
6695  </OPTIONSELECTED>  </INDICES>
6696  </COLUMN>  </TABLE>
6697  <COLUMN ID="2229" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <TABLE ID="1110" Tablename="llx_product_fournisseur" PrevTableName="" XPos="1624" YPos="232" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="112" >
6698  <OPTIONSELECTED>  <COLUMNS>
6699  </OPTIONSELECTED>  <COLUMN ID="2228" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6700  </COLUMN>  <OPTIONSELECTED>
6701  <COLUMN ID="2230" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <OPTIONSELECT Value="0" />
6702  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6703  </OPTIONSELECTED>  </OPTIONSELECTED>
6704  </COLUMN>  </COLUMN>
6705  <COLUMN ID="2231" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2229" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6706  <OPTIONSELECTED>  <OPTIONSELECTED>
6707  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6708  <OPTIONSELECT Value="0" />  </COLUMN>
6709  </OPTIONSELECTED>  <COLUMN ID="2230" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6710  </COLUMN>  <OPTIONSELECTED>
6711  <COLUMN ID="2232" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
6712  <OPTIONSELECTED>  </COLUMN>
6713  <OPTIONSELECT Value="0" />  <COLUMN ID="2232" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
6714  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6715  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6716  </COLUMN>  <OPTIONSELECT Value="0" />
6717  <COLUMN ID="2233" ColName="ref_fourn" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
6718  <OPTIONSELECTED>  </COLUMN>
6719  <OPTIONSELECT Value="0" />  <COLUMN ID="2233" ColName="ref_fourn" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6720  </OPTIONSELECTED>  <OPTIONSELECTED>
6721  </COLUMN>  <OPTIONSELECT Value="0" />
6722  <COLUMN ID="2234" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
6723  <OPTIONSELECTED>  </COLUMN>
6724  <OPTIONSELECT Value="0" />  <COLUMN ID="2234" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6725  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6726  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6727  </COLUMN>  <OPTIONSELECT Value="0" />
6728  </COLUMNS>  </OPTIONSELECTED>
6729  <INDICES>  </COLUMN>
6730  <INDEX ID="2235" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </COLUMNS>
6731  <INDEXCOLUMNS>  <RELATIONS_END>
6732  <INDEXCOLUMN idColumn="2228" LengthParam="0" />  <RELATION_END ID="3546" />
6733  </INDEXCOLUMNS>  <RELATION_END ID="3548" />
6734  </INDEX>  </RELATIONS_END>
6735  <INDEX ID="2236" IndexName="fk_product" IndexKind="1" FKRefDef_Obj_id="-1">  <INDICES>
6736  <INDEXCOLUMNS>  <INDEX ID="2235" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6737  <INDEXCOLUMN idColumn="2231" LengthParam="0" />  <INDEXCOLUMNS>
6738  </INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2228" LengthParam="0" />
6739  </INDEX>  </INDEXCOLUMNS>
6740  <INDEX ID="2237" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  </INDEX>
6741  <INDEXCOLUMNS>  <INDEX ID="2237" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
6742  <INDEXCOLUMN idColumn="2232" LengthParam="0" />  <INDEXCOLUMNS>
6743  </INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2232" LengthParam="0" />
6744  </INDEX>  </INDEXCOLUMNS>
6745  </INDICES>  </INDEX>
6746  </TABLE>  </INDICES>
6747  <TABLE ID="1111" Tablename="llx_product_fournisseur_price" PrevTableName="" XPos="3068" YPos="2476" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="113" >  </TABLE>
6748  <COLUMNS>  <TABLE ID="1111" Tablename="llx_product_fournisseur_price" PrevTableName="" XPos="1624" YPos="64" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="113" >
6749  <COLUMN ID="2238" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMNS>
6750  <OPTIONSELECTED>  <COLUMN ID="2238" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6751  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6752  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6753  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6754  </COLUMN>  </OPTIONSELECTED>
6755  <COLUMN ID="2239" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6756  <OPTIONSELECTED>  <COLUMN ID="2239" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6757  </OPTIONSELECTED>  <OPTIONSELECTED>
6758  </COLUMN>  </OPTIONSELECTED>
6759  <COLUMN ID="2240" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  </COLUMN>
6760  <OPTIONSELECTED>  <COLUMN ID="2240" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6761  </OPTIONSELECTED>  <OPTIONSELECTED>
6762  </COLUMN>  </OPTIONSELECTED>
6763  <COLUMN ID="2241" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6764  <OPTIONSELECTED>  <COLUMN ID="2242" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
6765  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6766  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6767  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6768  </COLUMN>  </OPTIONSELECTED>
6769  <COLUMN ID="2242" ColName="fk_soc" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6770  <OPTIONSELECTED>  <COLUMN ID="2243" ColName="price" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6771  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6772  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6773  </OPTIONSELECTED>  </OPTIONSELECTED>
6774  </COLUMN>  </COLUMN>
6775  <COLUMN ID="2243" ColName="price" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2244" ColName="quantity" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6776  <OPTIONSELECTED>  <OPTIONSELECTED>
6777  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6778  </OPTIONSELECTED>  </OPTIONSELECTED>
6779  </COLUMN>  </COLUMN>
6780  <COLUMN ID="2244" ColName="quantity" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2245" ColName="fk_user" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6781  <OPTIONSELECTED>  <OPTIONSELECTED>
6782  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6783  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6784  </COLUMN>  </OPTIONSELECTED>
6785  <COLUMN ID="2245" ColName="fk_user" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6786  <OPTIONSELECTED>  </COLUMNS>
6787  <OPTIONSELECT Value="0" />  <RELATIONS_END>
6788  <OPTIONSELECT Value="0" />  <RELATION_END ID="3542" />
6789  </OPTIONSELECTED>  <RELATION_END ID="3552" />
6790  </COLUMN>  </RELATIONS_END>
6791  </COLUMNS>  <INDICES>
6792  <INDICES>  <INDEX ID="2246" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6793  <INDEX ID="2246" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEXCOLUMNS>
6794  <INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2238" LengthParam="0" />
6795  <INDEXCOLUMN idColumn="2238" LengthParam="0" />  </INDEXCOLUMNS>
6796  </INDEXCOLUMNS>  </INDEX>
6797  </INDEX>  <INDEX ID="2247" IndexName="idx_fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
6798  <INDEX ID="2247" IndexName="idx_fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEXCOLUMNS>
6799  <INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2245" LengthParam="0" />
6800  <INDEXCOLUMN idColumn="2245" LengthParam="0" />  </INDEXCOLUMNS>
6801  </INDEXCOLUMNS>  </INDEX>
6802  </INDEX>  <INDEX ID="2248" IndexName="idx_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
6803  <INDEX ID="2248" IndexName="idx_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEXCOLUMNS>
6804  <INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2242" LengthParam="0" />
6805  <INDEXCOLUMN idColumn="2242" LengthParam="0" />  </INDEXCOLUMNS>
6806  </INDEXCOLUMNS>  </INDEX>
6807  </INDEX>  </INDICES>
6808  <INDEX ID="2249" IndexName="idx_fk_product" IndexKind="1" FKRefDef_Obj_id="-1">  </TABLE>
6809  <INDEXCOLUMNS>  <TABLE ID="1112" Tablename="llx_product_fournisseur_price_log" PrevTableName="" XPos="1615" YPos="150" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="114" >
6810  <INDEXCOLUMN idColumn="2241" LengthParam="0" />  <COLUMNS>
6811  </INDEXCOLUMNS>  <COLUMN ID="2250" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6812  </INDEX>  <OPTIONSELECTED>
6813  </INDICES>  <OPTIONSELECT Value="0" />
6814  </TABLE>  <OPTIONSELECT Value="0" />
6815  <TABLE ID="1112" Tablename="llx_product_fournisseur_price_log" PrevTableName="" XPos="3088" YPos="2664" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="114" >  </OPTIONSELECTED>
6816  <COLUMNS>  </COLUMN>
6817  <COLUMN ID="2250" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2251" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6818  <OPTIONSELECTED>  <OPTIONSELECTED>
6819  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6820  <OPTIONSELECT Value="0" />  </COLUMN>
6821  </OPTIONSELECTED>  <COLUMN ID="2253" ColName="fk_soc" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
6822  </COLUMN>  <OPTIONSELECTED>
6823  <COLUMN ID="2251" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
6824  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6825  </OPTIONSELECTED>  </OPTIONSELECTED>
6826  </COLUMN>  </COLUMN>
6827  <COLUMN ID="2252" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2254" ColName="price" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6828  <OPTIONSELECTED>  <OPTIONSELECTED>
6829  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6830  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6831  </OPTIONSELECTED>  </COLUMN>
6832  </COLUMN>  <COLUMN ID="2255" ColName="quantity" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6833  <COLUMN ID="2253" ColName="fk_soc" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
6834  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6835  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6836  <OPTIONSELECT Value="0" />  </COLUMN>
6837  </OPTIONSELECTED>  <COLUMN ID="2256" ColName="fk_user" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6838  </COLUMN>  <OPTIONSELECTED>
6839  <COLUMN ID="2254" ColName="price" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
6840  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6841  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6842  </OPTIONSELECTED>  </COLUMN>
6843  </COLUMN>  </COLUMNS>
6844  <COLUMN ID="2255" ColName="quantity" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATIONS_END>
6845  <OPTIONSELECTED>  <RELATION_END ID="3544" />
6846  <OPTIONSELECT Value="0" />  <RELATION_END ID="3550" />
6847  </OPTIONSELECTED>  </RELATIONS_END>
6848  </COLUMN>  <INDICES>
6849  <COLUMN ID="2256" ColName="fk_user" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2257" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6850  <OPTIONSELECTED>  <INDEXCOLUMNS>
6851  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2250" LengthParam="0" />
6852  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
6853  </OPTIONSELECTED>  </INDEX>
6854  </COLUMN>  </INDICES>
6855  </COLUMNS>  </TABLE>
6856  <INDICES>  <TABLE ID="1113" Tablename="llx_product_price" PrevTableName="" XPos="2376" YPos="517" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="115" >
6857  <INDEX ID="2257" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMNS>
6858  <INDEXCOLUMNS>  <COLUMN ID="2258" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6859  <INDEXCOLUMN idColumn="2250" LengthParam="0" />  <OPTIONSELECTED>
6860  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
6861  </INDEX>  <OPTIONSELECT Value="0" />
6862  </INDICES>  </OPTIONSELECTED>
6863  </TABLE>  </COLUMN>
6864  <TABLE ID="1113" Tablename="llx_product_price" PrevTableName="" XPos="3390" YPos="2482" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="115" >  <COLUMN ID="2259" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6865  <COLUMNS>  <OPTIONSELECTED>
6866  <COLUMN ID="2258" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
6867  <OPTIONSELECTED>  </COLUMN>
6868  <OPTIONSELECT Value="0" />  <COLUMN ID="2261" ColName="date_price" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
6869  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6870  </OPTIONSELECTED>  </OPTIONSELECTED>
6871  </COLUMN>  </COLUMN>
6872  <COLUMN ID="2259" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2262" ColName="price" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6873  <OPTIONSELECTED>  <OPTIONSELECTED>
6874  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6875  </COLUMN>  </OPTIONSELECTED>
6876  <COLUMN ID="2260" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6877  <OPTIONSELECTED>  <COLUMN ID="2263" ColName="tva_tx" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
6878  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6879  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6880  </OPTIONSELECTED>  </OPTIONSELECTED>
6881  </COLUMN>  </COLUMN>
6882  <COLUMN ID="2261" ColName="date_price" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <COLUMN ID="2264" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6883  <OPTIONSELECTED>  <OPTIONSELECTED>
6884  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6885  </COLUMN>  <OPTIONSELECT Value="0" />
6886  <COLUMN ID="2262" ColName="price" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
6887  <OPTIONSELECTED>  </COLUMN>
6888  <OPTIONSELECT Value="0" />  <COLUMN ID="2265" ColName="envente" PrevColName="" Pos="8" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">
6889  </OPTIONSELECTED>  <OPTIONSELECTED>
6890  </COLUMN>  <OPTIONSELECT Value="0" />
6891  <COLUMN ID="2263" ColName="tva_tx" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  <OPTIONSELECT Value="0" />
6892  <OPTIONSELECTED>  </OPTIONSELECTED>
6893  <OPTIONSELECT Value="0" />  </COLUMN>
6894  </OPTIONSELECTED>  </COLUMNS>
6895  </COLUMN>  <RELATIONS_END>
6896  <COLUMN ID="2264" ColName="fk_user_author" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_END ID="3540" />
6897  <OPTIONSELECTED>  </RELATIONS_END>
6898  <OPTIONSELECT Value="0" />  <INDICES>
6899  <OPTIONSELECT Value="0" />  <INDEX ID="2266" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
6900  </OPTIONSELECTED>  <INDEXCOLUMNS>
6901  </COLUMN>  <INDEXCOLUMN idColumn="2258" LengthParam="0" />
6902  <COLUMN ID="2265" ColName="envente" PrevColName="" Pos="8" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="1" Comments="">  </INDEXCOLUMNS>
6903  <OPTIONSELECTED>  </INDEX>
6904  <OPTIONSELECT Value="0" />  </INDICES>
6905  <OPTIONSELECT Value="0" />  </TABLE>
6906  </OPTIONSELECTED>  <TABLE ID="1114" Tablename="llx_product_stock" PrevTableName="" XPos="2386" YPos="196" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="116" >
6907  </COLUMN>  <COLUMNS>
6908  </COLUMNS>  <COLUMN ID="2268" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6909  <INDICES>  <OPTIONSELECTED>
6910  <INDEX ID="2266" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
6911  <INDEXCOLUMNS>  </COLUMN>
6912  <INDEXCOLUMN idColumn="2258" LengthParam="0" />  <COLUMN ID="2270" ColName="fk_entrepot" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
6913  </INDEXCOLUMNS>  <OPTIONSELECTED>
6914  </INDEX>  <OPTIONSELECT Value="0" />
6915  </INDICES>  <OPTIONSELECT Value="0" />
6916  </TABLE>  </OPTIONSELECTED>
6917  <TABLE ID="1114" Tablename="llx_product_stock" PrevTableName="" XPos="3272" YPos="2666" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="116" >  </COLUMN>
6918  <COLUMNS>  <COLUMN ID="2271" ColName="reel" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6919  <COLUMN ID="2267" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
6920  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6921  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6922  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6923  </OPTIONSELECTED>  </COLUMN>
6924  </COLUMN>  </COLUMNS>
6925  <COLUMN ID="2268" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <RELATIONS_END>
6926  <OPTIONSELECTED>  <RELATION_END ID="3537" />
6927  </OPTIONSELECTED>  <RELATION_END ID="3539" />
6928  </COLUMN>  </RELATIONS_END>
6929  <COLUMN ID="2269" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDICES>
6930  <OPTIONSELECTED>  <INDEX ID="2274" IndexName="fk_entrepot" IndexKind="1" FKRefDef_Obj_id="-1">
6931  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
6932  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2270" LengthParam="0" />
6933  </OPTIONSELECTED>  </INDEXCOLUMNS>
6934  </COLUMN>  </INDEX>
6935  <COLUMN ID="2270" ColName="fk_entrepot" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
6936  <OPTIONSELECTED>  </TABLE>
6937  <OPTIONSELECT Value="0" />  <TABLE ID="1115" Tablename="llx_projet" PrevTableName="" XPos="2298" YPos="1572" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="117" >
6938  <OPTIONSELECT Value="0" />  <COLUMNS>
6939  </OPTIONSELECTED>  <COLUMN ID="2275" ColName="rowidz" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6940  </COLUMN>  <OPTIONSELECTED>
6941  <COLUMN ID="2271" ColName="reel" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
6942  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6943  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
6944  <OPTIONSELECT Value="0" />  </COLUMN>
6945  </OPTIONSELECTED>  <COLUMN ID="2276" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
6946  </COLUMN>  <OPTIONSELECTED>
6947  </COLUMNS>  <OPTIONSELECT Value="0" />
6948  <INDICES>  <OPTIONSELECT Value="0" />
6949  <INDEX ID="2272" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
6950  <INDEXCOLUMNS>  </COLUMN>
6951  <INDEXCOLUMN idColumn="2267" LengthParam="0" />  <COLUMN ID="2277" ColName="fk_statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6952  </INDEXCOLUMNS>  <OPTIONSELECTED>
6953  </INDEX>  <OPTIONSELECT Value="0" />
6954  <INDEX ID="2273" IndexName="fk_product" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
6955  <INDEXCOLUMNS>  </OPTIONSELECTED>
6956  <INDEXCOLUMN idColumn="2269" LengthParam="0" />  </COLUMN>
6957  </INDEXCOLUMNS>  <COLUMN ID="2278" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
6958  </INDEX>  <OPTIONSELECTED>
6959  <INDEX ID="2274" IndexName="fk_entrepot" IndexKind="1" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
6960  <INDEXCOLUMNS>  </COLUMN>
6961  <INDEXCOLUMN idColumn="2270" LengthParam="0" />  <COLUMN ID="2279" ColName="dateo" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6962  </INDEXCOLUMNS>  <OPTIONSELECTED>
6963  </INDEX>  </OPTIONSELECTED>
6964  </INDICES>  </COLUMN>
6965  </TABLE>  <COLUMN ID="2280" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6966  <TABLE ID="1115" Tablename="llx_projet" PrevTableName="" XPos="2298" YPos="1572" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="117" >  <OPTIONSELECTED>
6967  <COLUMNS>  <OPTIONSELECT Value="0" />
6968  <COLUMN ID="2275" ColName="rowidz" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
6969  <OPTIONSELECTED>  </COLUMN>
6970  <OPTIONSELECT Value="0" />  <COLUMN ID="2281" ColName="title" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6971  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6972  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6973  </COLUMN>  </OPTIONSELECTED>
6974  <COLUMN ID="2276" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </COLUMN>
6975  <OPTIONSELECTED>  <COLUMN ID="2282" ColName="fk_user_resp" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6976  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6977  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6978  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6979  </COLUMN>  </OPTIONSELECTED>
6980  <COLUMN ID="2277" ColName="fk_statut" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6981  <OPTIONSELECTED>  <COLUMN ID="2283" ColName="fk_user_creat" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6982  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
6983  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
6984  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
6985  </COLUMN>  </OPTIONSELECTED>
6986  <COLUMN ID="2278" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  </COLUMN>
6987  <OPTIONSELECTED>  <COLUMN ID="2284" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
6988  </OPTIONSELECTED>  <OPTIONSELECTED>
6989  </COLUMN>  </OPTIONSELECTED>
6990  <COLUMN ID="2279" ColName="dateo" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
6991  <OPTIONSELECTED>  </COLUMNS>
6992  </OPTIONSELECTED>  <RELATIONS_START>
6993  </COLUMN>  <RELATION_START ID="3398" />
6994  <COLUMN ID="2280" ColName="ref" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_START ID="3408" />
6995  <OPTIONSELECTED>  <RELATION_START ID="3420" />
6996  <OPTIONSELECT Value="0" />  </RELATIONS_START>
6997  </OPTIONSELECTED>  <RELATIONS_END>
6998  </COLUMN>  <RELATION_END ID="3395" />
6999  <COLUMN ID="2281" ColName="title" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </RELATIONS_END>
7000  <OPTIONSELECTED>  <INDICES>
7001  <OPTIONSELECT Value="0" />  <INDEX ID="2285" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7002  </OPTIONSELECTED>  <INDEXCOLUMNS>
7003  </COLUMN>  <INDEXCOLUMN idColumn="2275" LengthParam="0" />
7004  <COLUMN ID="2282" ColName="fk_user_resp" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7005  <OPTIONSELECTED>  </INDEX>
7006  <OPTIONSELECT Value="0" />  <INDEX ID="2286" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
7007  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7008  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2280" LengthParam="0" />
7009  </COLUMN>  </INDEXCOLUMNS>
7010  <COLUMN ID="2283" ColName="fk_user_creat" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
7011  <OPTIONSELECTED>  <INDEX ID="3489" IndexName="llx_projet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3395">
7012  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7013  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2276" LengthParam="0" />
7014  </OPTIONSELECTED>  </INDEXCOLUMNS>
7015  </COLUMN>  </INDEX>
7016  <COLUMN ID="2284" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
7017  <OPTIONSELECTED>  </TABLE>
7018  </OPTIONSELECTED>  <TABLE ID="1116" Tablename="llx_projet_task" PrevTableName="" XPos="1752" YPos="1714" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="118" >
7019  </COLUMN>  <COLUMNS>
7020  </COLUMNS>  <COLUMN ID="2287" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7021  <RELATIONS_START>  <OPTIONSELECTED>
7022  <RELATION_START ID="3398" />  <OPTIONSELECT Value="0" />
7023  <RELATION_START ID="3408" />  <OPTIONSELECT Value="0" />
7024  <RELATION_START ID="3420" />  </OPTIONSELECTED>
7025  </RELATIONS_START>  </COLUMN>
7026  <RELATIONS_END>  <COLUMN ID="3412" ColName="fk_task_parent" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7027  <RELATION_END ID="3395" />  <OPTIONSELECTED>
7028  </RELATIONS_END>  <OPTIONSELECT Value="0" />
7029  <INDICES>  <OPTIONSELECT Value="0" />
7030  <INDEX ID="2285" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
7031  <INDEXCOLUMNS>  </COLUMN>
7032  <INDEXCOLUMN idColumn="2275" LengthParam="0" />  <COLUMN ID="3409" ColName="rowidz" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7033  </INDEXCOLUMNS>  <OPTIONSELECTED>
7034  </INDEX>  <OPTIONSELECT Value="0" />
7035  <INDEX ID="2286" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
7036  <INDEXCOLUMNS>  </OPTIONSELECTED>
7037  <INDEXCOLUMN idColumn="2280" LengthParam="0" />  </COLUMN>
7038  </INDEXCOLUMNS>  <COLUMN ID="2290" ColName="title" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7039  </INDEX>  <OPTIONSELECTED>
7040  <INDEX ID="3489" IndexName="llx_projet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3395">  <OPTIONSELECT Value="0" />
7041  <INDEXCOLUMNS>  </OPTIONSELECTED>
7042  <INDEXCOLUMN idColumn="2276" LengthParam="0" />  </COLUMN>
7043  </INDEXCOLUMNS>  <COLUMN ID="2291" ColName="duration_effective" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7044  </INDEX>  <OPTIONSELECTED>
7045  </INDICES>  <OPTIONSELECT Value="0" />
7046  </TABLE>  </OPTIONSELECTED>
7047  <TABLE ID="1116" Tablename="llx_projet_task" PrevTableName="" XPos="1752" YPos="1714" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="118" >  </COLUMN>
7048  <COLUMNS>  <COLUMN ID="2292" ColName="fk_user_creat" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7049  <COLUMN ID="2287" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7050  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7051  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7052  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7053  </OPTIONSELECTED>  </COLUMN>
7054  </COLUMN>  <COLUMN ID="2293" ColName="statut" PrevColName="" Pos="7" idDatatype="31" DatatypeParams="(\aopen\a,\aclosed\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="open" Comments="">
7055  <COLUMN ID="3412" ColName="fk_task_parent" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <OPTIONSELECTED>
7056  <OPTIONSELECTED>  </OPTIONSELECTED>
7057  <OPTIONSELECT Value="0" />  </COLUMN>
7058  <OPTIONSELECT Value="0" />  <COLUMN ID="2294" ColName="note" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7059  </OPTIONSELECTED>  <OPTIONSELECTED>
7060  </COLUMN>  </OPTIONSELECTED>
7061  <COLUMN ID="3409" ColName="rowidz" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </COLUMN>
7062  <OPTIONSELECTED>  </COLUMNS>
7063  <OPTIONSELECT Value="0" />  <RELATIONS_START>
7064  <OPTIONSELECT Value="0" />  <RELATION_START ID="3400" />
7065  </OPTIONSELECTED>  <RELATION_START ID="3402" />
7066  </COLUMN>  </RELATIONS_START>
7067  <COLUMN ID="2290" ColName="title" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATIONS_END>
7068  <OPTIONSELECTED>  <RELATION_END ID="3398" />
7069  <OPTIONSELECT Value="0" />  <RELATION_END ID="3400" />
7070  </OPTIONSELECTED>  </RELATIONS_END>
7071  </COLUMN>  <INDICES>
7072  <COLUMN ID="2291" ColName="duration_effective" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2295" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7073  <OPTIONSELECTED>  <INDEXCOLUMNS>
7074  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2287" LengthParam="0" />
7075  </OPTIONSELECTED>  </INDEXCOLUMNS>
7076  </COLUMN>  </INDEX>
7077  <COLUMN ID="2292" ColName="fk_user_creat" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2297" IndexName="statut" IndexKind="1" FKRefDef_Obj_id="-1">
7078  <OPTIONSELECTED>  <INDEXCOLUMNS>
7079  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2293" LengthParam="0" />
7080  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
7081  </OPTIONSELECTED>  </INDEX>
7082  </COLUMN>  <INDEX ID="2298" IndexName="fk_user_creat" IndexKind="1" FKRefDef_Obj_id="-1">
7083  <COLUMN ID="2293" ColName="statut" PrevColName="" Pos="7" idDatatype="31" DatatypeParams="(\aopen\a,\aclosed\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="open" Comments="">  <INDEXCOLUMNS>
7084  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2292" LengthParam="0" />
7085  </OPTIONSELECTED>  </INDEXCOLUMNS>
7086  </COLUMN>  </INDEX>
7087  <COLUMN ID="2294" ColName="note" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="3490" IndexName="llx_projet_task_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3398">
7088  <OPTIONSELECTED>  <INDEXCOLUMNS>
7089  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="3409" LengthParam="0" />
7090  </COLUMN>  </INDEXCOLUMNS>
7091  </COLUMNS>  </INDEX>
7092  <RELATIONS_START>  <INDEX ID="3491" IndexName="llx_projet_task_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3400">
7093  <RELATION_START ID="3400" />  <INDEXCOLUMNS>
7094  <RELATION_START ID="3402" />  <INDEXCOLUMN idColumn="3412" LengthParam="0" />
7095  </RELATIONS_START>  </INDEXCOLUMNS>
7096  <RELATIONS_END>  </INDEX>
7097  <RELATION_END ID="3398" />  </INDICES>
7098  <RELATION_END ID="3400" />  </TABLE>
7099  </RELATIONS_END>  <TABLE ID="1117" Tablename="llx_projet_task_actors" PrevTableName="" XPos="1414" YPos="1718" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="119" >
7100  <INDICES>  <COLUMNS>
7101  <INDEX ID="2295" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2300" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7102  <INDEXCOLUMNS>  <OPTIONSELECTED>
7103  <INDEXCOLUMN idColumn="2287" LengthParam="0" />  <OPTIONSELECT Value="0" />
7104  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7105  </INDEX>  </OPTIONSELECTED>
7106  <INDEX ID="2297" IndexName="statut" IndexKind="1" FKRefDef_Obj_id="-1">  </COLUMN>
7107  <INDEXCOLUMNS>  <COLUMN ID="3406" ColName="fk_projet_task" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7108  <INDEXCOLUMN idColumn="2293" LengthParam="0" />  <OPTIONSELECTED>
7109  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7110  </INDEX>  <OPTIONSELECT Value="0" />
7111  <INDEX ID="2298" IndexName="fk_user_creat" IndexKind="1" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
7112  <INDEXCOLUMNS>  </COLUMN>
7113  <INDEXCOLUMN idColumn="2292" LengthParam="0" />  <COLUMN ID="2301" ColName="role" PrevColName="" Pos="3" idDatatype="31" DatatypeParams="(\aadmin\a,\aread\a,\aacto\a,\ainfo\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="admin" Comments="">
7114  </INDEXCOLUMNS>  <OPTIONSELECTED>
7115  </INDEX>  </OPTIONSELECTED>
7116  <INDEX ID="3490" IndexName="llx_projet_task_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3398">  </COLUMN>
7117  <INDEXCOLUMNS>  </COLUMNS>
7118  <INDEXCOLUMN idColumn="3409" LengthParam="0" />  <RELATIONS_END>
7119  </INDEXCOLUMNS>  <RELATION_END ID="3402" />
7120  </INDEX>  </RELATIONS_END>
7121  <INDEX ID="3491" IndexName="llx_projet_task_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3400">  <INDICES>
7122  <INDEXCOLUMNS>  <INDEX ID="2638" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7123  <INDEXCOLUMN idColumn="3412" LengthParam="0" />  <INDEXCOLUMNS>
7124  </INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2300" LengthParam="0" />
7125  </INDEX>  </INDEXCOLUMNS>
7126  </INDICES>  </INDEX>
7127  </TABLE>  <INDEX ID="2302" IndexName="fk_projet_task" IndexKind="1" FKRefDef_Obj_id="-1">
7128  <TABLE ID="1117" Tablename="llx_projet_task_actors" PrevTableName="" XPos="1414" YPos="1718" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="119" >  <INDEXCOLUMNS>
7129  <COLUMNS>  <INDEXCOLUMN idColumn="2300" LengthParam="0" />
7130  <COLUMN ID="2300" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7131  <OPTIONSELECTED>  </INDEX>
7132  <OPTIONSELECT Value="0" />  <INDEX ID="2303" IndexName="role" IndexKind="1" FKRefDef_Obj_id="-1">
7133  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7134  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2301" LengthParam="0" />
7135  </COLUMN>  </INDEXCOLUMNS>
7136  <COLUMN ID="3406" ColName="fk_projet_task" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </INDEX>
7137  <OPTIONSELECTED>  <INDEX ID="3492" IndexName="llx_projet_task_actors_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3402">
7138  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7139  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="3406" LengthParam="0" />
7140  </OPTIONSELECTED>  </INDEXCOLUMNS>
7141  </COLUMN>  </INDEX>
7142  <COLUMN ID="2301" ColName="role" PrevColName="" Pos="3" idDatatype="31" DatatypeParams="(\aadmin\a,\aread\a,\aacto\a,\ainfo\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="admin" Comments="">  </INDICES>
7143  <OPTIONSELECTED>  </TABLE>
7144  </OPTIONSELECTED>  <TABLE ID="1118" Tablename="llx_projet_task_time" PrevTableName="" XPos="3206" YPos="1616" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="120" >
7145  </COLUMN>  <COLUMNS>
7146  </COLUMNS>  <COLUMN ID="2304" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7147  <RELATIONS_END>  <OPTIONSELECTED>
7148  <RELATION_END ID="3402" />  <OPTIONSELECT Value="0" />
7149  </RELATIONS_END>  <OPTIONSELECT Value="0" />
7150  <INDICES>  </OPTIONSELECTED>
7151  <INDEX ID="2638" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </COLUMN>
7152  <INDEXCOLUMNS>  <COLUMN ID="2305" ColName="fk_task" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7153  <INDEXCOLUMN idColumn="2300" LengthParam="0" />  <OPTIONSELECTED>
7154  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7155  </INDEX>  <OPTIONSELECT Value="0" />
7156  <INDEX ID="2302" IndexName="fk_projet_task" IndexKind="1" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
7157  <INDEXCOLUMNS>  </COLUMN>
7158  <INDEXCOLUMN idColumn="2300" LengthParam="0" />  <COLUMN ID="2306" ColName="task_date" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7159  </INDEXCOLUMNS>  <OPTIONSELECTED>
7160  </INDEX>  </OPTIONSELECTED>
7161  <INDEX ID="2303" IndexName="role" IndexKind="1" FKRefDef_Obj_id="-1">  </COLUMN>
7162  <INDEXCOLUMNS>  <COLUMN ID="2307" ColName="task_duration" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7163  <INDEXCOLUMN idColumn="2301" LengthParam="0" />  <OPTIONSELECTED>
7164  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7165  </INDEX>  </OPTIONSELECTED>
7166  <INDEX ID="3492" IndexName="llx_projet_task_actors_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3402">  </COLUMN>
7167  <INDEXCOLUMNS>  <COLUMN ID="2308" ColName="fk_user" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7168  <INDEXCOLUMN idColumn="3406" LengthParam="0" />  <OPTIONSELECTED>
7169  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7170  </INDEX>  <OPTIONSELECT Value="0" />
7171  </INDICES>  </OPTIONSELECTED>
7172  </TABLE>  </COLUMN>
7173  <TABLE ID="1118" Tablename="llx_projet_task_time" PrevTableName="" XPos="3206" YPos="1616" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="120" >  <COLUMN ID="2309" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7174  <COLUMNS>  <OPTIONSELECTED>
7175  <COLUMN ID="2304" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7176  <OPTIONSELECTED>  </COLUMN>
7177  <OPTIONSELECT Value="0" />  </COLUMNS>
7178  <OPTIONSELECT Value="0" />  <INDICES>
7179  </OPTIONSELECTED>  <INDEX ID="2310" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7180  </COLUMN>  <INDEXCOLUMNS>
7181  <COLUMN ID="2305" ColName="fk_task" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2304" LengthParam="0" />
7182  <OPTIONSELECTED>  </INDEXCOLUMNS>
7183  <OPTIONSELECT Value="0" />  </INDEX>
7184  <OPTIONSELECT Value="0" />  <INDEX ID="2311" IndexName="fk_task" IndexKind="1" FKRefDef_Obj_id="-1">
7185  </OPTIONSELECTED>  <INDEXCOLUMNS>
7186  </COLUMN>  <INDEXCOLUMN idColumn="2305" LengthParam="0" />
7187  <COLUMN ID="2306" ColName="task_date" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7188  <OPTIONSELECTED>  </INDEX>
7189  </OPTIONSELECTED>  <INDEX ID="2312" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
7190  </COLUMN>  <INDEXCOLUMNS>
7191  <COLUMN ID="2307" ColName="task_duration" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2308" LengthParam="0" />
7192  <OPTIONSELECTED>  </INDEXCOLUMNS>
7193  <OPTIONSELECT Value="0" />  </INDEX>
7194  </OPTIONSELECTED>  </INDICES>
7195  </COLUMN>  </TABLE>
7196  <COLUMN ID="2308" ColName="fk_user" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <TABLE ID="1119" Tablename="llx_propal" PrevTableName="" XPos="2286" YPos="978" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="121" >
7197  <OPTIONSELECTED>  <COLUMNS>
7198  <OPTIONSELECT Value="0" />  <COLUMN ID="2313" ColName="rowidp" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7199  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7200  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7201  </COLUMN>  <OPTIONSELECT Value="0" />
7202  <COLUMN ID="2309" ColName="note" PrevColName="" Pos="6" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7203  <OPTIONSELECTED>  </COLUMN>
7204  </OPTIONSELECTED>  <COLUMN ID="2314" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7205  </COLUMN>  <OPTIONSELECTED>
7206  </COLUMNS>  <OPTIONSELECT Value="0" />
7207  <INDICES>  <OPTIONSELECT Value="0" />
7208  <INDEX ID="2310" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
7209  <INDEXCOLUMNS>  </COLUMN>
7210  <INDEXCOLUMN idColumn="2304" LengthParam="0" />  <COLUMN ID="2315" ColName="fk_soc_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7211  </INDEXCOLUMNS>  <OPTIONSELECTED>
7212  </INDEX>  <OPTIONSELECT Value="0" />
7213  <INDEX ID="2311" IndexName="fk_task" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
7214  <INDEXCOLUMNS>  </OPTIONSELECTED>
7215  <INDEXCOLUMN idColumn="2305" LengthParam="0" />  </COLUMN>
7216  </INDEXCOLUMNS>  <COLUMN ID="2316" ColName="fk_projet" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7217  </INDEX>  <OPTIONSELECTED>
7218  <INDEX ID="2312" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
7219  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7220  <INDEXCOLUMN idColumn="2308" LengthParam="0" />  </OPTIONSELECTED>
7221  </INDEXCOLUMNS>  </COLUMN>
7222  </INDEX>  <COLUMN ID="2317" ColName="ref" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7223  </INDICES>  <OPTIONSELECTED>
7224  </TABLE>  <OPTIONSELECT Value="0" />
7225  <TABLE ID="1119" Tablename="llx_propal" PrevTableName="" XPos="2286" YPos="978" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="121" >  </OPTIONSELECTED>
7226  <COLUMNS>  </COLUMN>
7227  <COLUMN ID="2313" ColName="rowidp" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2318" ColName="datec" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7228  <OPTIONSELECTED>  <OPTIONSELECTED>
7229  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7230  <OPTIONSELECT Value="0" />  </COLUMN>
7231  </OPTIONSELECTED>  <COLUMN ID="2319" ColName="fin_validite" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7232  </COLUMN>  <OPTIONSELECTED>
7233  <COLUMN ID="2314" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </OPTIONSELECTED>
7234  <OPTIONSELECTED>  </COLUMN>
7235  <OPTIONSELECT Value="0" />  <COLUMN ID="2320" ColName="date_valid" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7236  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7237  </OPTIONSELECTED>  </OPTIONSELECTED>
7238  </COLUMN>  </COLUMN>
7239  <COLUMN ID="2315" ColName="fk_soc_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2321" ColName="date_cloture" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7240  <OPTIONSELECTED>  <OPTIONSELECTED>
7241  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7242  <OPTIONSELECT Value="0" />  </COLUMN>
7243  </OPTIONSELECTED>  <COLUMN ID="2322" ColName="datep" PrevColName="" Pos="10" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7244  </COLUMN>  <OPTIONSELECTED>
7245  <COLUMN ID="2316" ColName="fk_projet" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </OPTIONSELECTED>
7246  <OPTIONSELECTED>  </COLUMN>
7247  <OPTIONSELECT Value="0" />  <COLUMN ID="2323" ColName="fk_user_author" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7248  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7249  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7250  </COLUMN>  <OPTIONSELECT Value="0" />
7251  <COLUMN ID="2317" ColName="ref" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7252  <OPTIONSELECTED>  </COLUMN>
7253  <OPTIONSELECT Value="0" />  <COLUMN ID="2324" ColName="fk_user_valid" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7254  </OPTIONSELECTED>  <OPTIONSELECTED>
7255  </COLUMN>  <OPTIONSELECT Value="0" />
7256  <COLUMN ID="2318" ColName="datec" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7257  <OPTIONSELECTED>  </OPTIONSELECTED>
7258  </OPTIONSELECTED>  </COLUMN>
7259  </COLUMN>  <COLUMN ID="2325" ColName="fk_user_cloture" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7260  <COLUMN ID="2319" ColName="fin_validite" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7261  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7262  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7263  </COLUMN>  </OPTIONSELECTED>
7264  <COLUMN ID="2320" ColName="date_valid" PrevColName="" Pos="8" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7265  <OPTIONSELECTED>  <COLUMN ID="2326" ColName="fk_statut" PrevColName="" Pos="14" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7266  </OPTIONSELECTED>  <OPTIONSELECTED>
7267  </COLUMN>  <OPTIONSELECT Value="0" />
7268  <COLUMN ID="2321" ColName="date_cloture" PrevColName="" Pos="9" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7269  <OPTIONSELECTED>  </OPTIONSELECTED>
7270  </OPTIONSELECTED>  </COLUMN>
7271  </COLUMN>  <COLUMN ID="2327" ColName="price" PrevColName="" Pos="15" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7272  <COLUMN ID="2322" ColName="datep" PrevColName="" Pos="10" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7273  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7274  </OPTIONSELECTED>  </OPTIONSELECTED>
7275  </COLUMN>  </COLUMN>
7276  <COLUMN ID="2323" ColName="fk_user_author" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2328" ColName="remise_percent" PrevColName="" Pos="16" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7277  <OPTIONSELECTED>  <OPTIONSELECTED>
7278  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7279  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7280  </OPTIONSELECTED>  </COLUMN>
7281  </COLUMN>  <COLUMN ID="2329" ColName="remise" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7282  <COLUMN ID="2324" ColName="fk_user_valid" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7283  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7284  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7285  <OPTIONSELECT Value="0" />  </COLUMN>
7286  </OPTIONSELECTED>  <COLUMN ID="2330" ColName="tva" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7287  </COLUMN>  <OPTIONSELECTED>
7288  <COLUMN ID="2325" ColName="fk_user_cloture" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7289  <OPTIONSELECTED>  </OPTIONSELECTED>
7290  <OPTIONSELECT Value="0" />  </COLUMN>
7291  <OPTIONSELECT Value="0" />  <COLUMN ID="2331" ColName="total" PrevColName="" Pos="19" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7292  </OPTIONSELECTED>  <OPTIONSELECTED>
7293  </COLUMN>  <OPTIONSELECT Value="0" />
7294  <COLUMN ID="2326" ColName="fk_statut" PrevColName="" Pos="14" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </OPTIONSELECTED>
7295  <OPTIONSELECTED>  </COLUMN>
7296  <OPTIONSELECT Value="0" />  <COLUMN ID="2332" ColName="note" PrevColName="" Pos="20" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7297  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7298  </OPTIONSELECTED>  </OPTIONSELECTED>
7299  </COLUMN>  </COLUMN>
7300  <COLUMN ID="2327" ColName="price" PrevColName="" Pos="15" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2333" ColName="model_pdf" PrevColName="" Pos="21" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7301  <OPTIONSELECTED>  <OPTIONSELECTED>
7302  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7303  </OPTIONSELECTED>  </OPTIONSELECTED>
7304  </COLUMN>  </COLUMN>
7305  <COLUMN ID="2328" ColName="remise_percent" PrevColName="" Pos="16" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMNS>
7306  <OPTIONSELECTED>  <RELATIONS_START>
7307  <OPTIONSELECT Value="0" />  <RELATION_START ID="3415" />
7308  </OPTIONSELECTED>  <RELATION_START ID="3427" />
7309  </COLUMN>  <RELATION_START ID="3439" />
7310  <COLUMN ID="2329" ColName="remise" PrevColName="" Pos="17" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </RELATIONS_START>
7311  <OPTIONSELECTED>  <RELATIONS_END>
7312  <OPTIONSELECT Value="0" />  <RELATION_END ID="3393" />
7313  </OPTIONSELECTED>  <RELATION_END ID="3408" />
7314  </COLUMN>  <RELATION_END ID="3418" />
7315  <COLUMN ID="2330" ColName="tva" PrevColName="" Pos="18" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </RELATIONS_END>
7316  <OPTIONSELECTED>  <INDICES>
7317  <OPTIONSELECT Value="0" />  <INDEX ID="2334" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7318  </OPTIONSELECTED>  <INDEXCOLUMNS>
7319  </COLUMN>  <INDEXCOLUMN idColumn="2313" LengthParam="0" />
7320  <COLUMN ID="2331" ColName="total" PrevColName="" Pos="19" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7321  <OPTIONSELECTED>  </INDEX>
7322  <OPTIONSELECT Value="0" />  <INDEX ID="2335" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">
7323  </OPTIONSELECTED>  <INDEXCOLUMNS>
7324  </COLUMN>  <INDEXCOLUMN idColumn="2317" LengthParam="0" />
7325  <COLUMN ID="2332" ColName="note" PrevColName="" Pos="20" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7326  <OPTIONSELECTED>  </INDEX>
7327  </OPTIONSELECTED>  <INDEX ID="2336" IndexName="idx_propal_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
7328  </COLUMN>  <INDEXCOLUMNS>
7329  <COLUMN ID="2333" ColName="model_pdf" PrevColName="" Pos="21" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2314" LengthParam="0" />
7330  <OPTIONSELECTED>  </INDEXCOLUMNS>
7331  <OPTIONSELECT Value="0" />  </INDEX>
7332  </OPTIONSELECTED>  <INDEX ID="3493" IndexName="llx_propal_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3393">
7333  </COLUMN>  <INDEXCOLUMNS>
7334  </COLUMNS>  <INDEXCOLUMN idColumn="2314" LengthParam="0" />
7335  <RELATIONS_START>  </INDEXCOLUMNS>
7336  <RELATION_START ID="3415" />  </INDEX>
7337  <RELATION_START ID="3427" />  <INDEX ID="3494" IndexName="llx_propal_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3408">
7338  <RELATION_START ID="3439" />  <INDEXCOLUMNS>
7339  </RELATIONS_START>  <INDEXCOLUMN idColumn="2316" LengthParam="0" />
7340  <RELATIONS_END>  </INDEXCOLUMNS>
7341  <RELATION_END ID="3393" />  </INDEX>
7342  <RELATION_END ID="3408" />  <INDEX ID="3495" IndexName="llx_propal_FKIndex3" IndexKind="1" FKRefDef_Obj_id="3418">
7343  <RELATION_END ID="3418" />  <INDEXCOLUMNS>
7344  </RELATIONS_END>  <INDEXCOLUMN idColumn="2326" LengthParam="0" />
7345  <INDICES>  </INDEXCOLUMNS>
7346  <INDEX ID="2334" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </INDEX>
7347  <INDEXCOLUMNS>  </INDICES>
7348  <INDEXCOLUMN idColumn="2313" LengthParam="0" />  </TABLE>
7349  </INDEXCOLUMNS>  <TABLE ID="1120" Tablename="llx_propal_model_pdf" PrevTableName="" XPos="3342" YPos="12" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="122" >
7350  </INDEX>  <COLUMNS>
7351  <INDEX ID="2335" IndexName="ref" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2337" ColName="nom" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7352  <INDEXCOLUMNS>  <OPTIONSELECTED>
7353  <INDEXCOLUMN idColumn="2317" LengthParam="0" />  <OPTIONSELECT Value="0" />
7354  </INDEXCOLUMNS>  </OPTIONSELECTED>
7355  </INDEX>  </COLUMN>
7356  <INDEX ID="2336" IndexName="idx_propal_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2338" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7357  <INDEXCOLUMNS>  <OPTIONSELECTED>
7358  <INDEXCOLUMN idColumn="2314" LengthParam="0" />  <OPTIONSELECT Value="0" />
7359  </INDEXCOLUMNS>  </OPTIONSELECTED>
7360  </INDEX>  </COLUMN>
7361  <INDEX ID="3493" IndexName="llx_propal_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3393">  <COLUMN ID="2339" ColName="description" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7362  <INDEXCOLUMNS>  <OPTIONSELECTED>
7363  <INDEXCOLUMN idColumn="2314" LengthParam="0" />  </OPTIONSELECTED>
7364  </INDEXCOLUMNS>  </COLUMN>
7365  </INDEX>  </COLUMNS>
7366  <INDEX ID="3494" IndexName="llx_propal_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3408">  <INDICES>
7367  <INDEXCOLUMNS>  <INDEX ID="2340" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7368  <INDEXCOLUMN idColumn="2316" LengthParam="0" />  <INDEXCOLUMNS>
7369  </INDEXCOLUMNS>  <INDEXCOLUMN idColumn="2337" LengthParam="0" />
7370  </INDEX>  </INDEXCOLUMNS>
7371  <INDEX ID="3495" IndexName="llx_propal_FKIndex3" IndexKind="1" FKRefDef_Obj_id="3418">  </INDEX>
7372  <INDEXCOLUMNS>  </INDICES>
7373  <INDEXCOLUMN idColumn="2326" LengthParam="0" />  </TABLE>
7374  </INDEXCOLUMNS>  <TABLE ID="1121" Tablename="llx_propaldet" PrevTableName="" XPos="1962" YPos="980" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="123" >
7375  </INDEX>  <COLUMNS>
7376  </INDICES>  <COLUMN ID="2341" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7377  </TABLE>  <OPTIONSELECTED>
7378  <TABLE ID="1120" Tablename="llx_propal_model_pdf" PrevTableName="" XPos="3342" YPos="12" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="122" >  <OPTIONSELECT Value="0" />
7379  <COLUMNS>  <OPTIONSELECT Value="0" />
7380  <COLUMN ID="2337" ColName="nom" PrevColName="" Pos="1" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7381  <OPTIONSELECTED>  </COLUMN>
7382  <OPTIONSELECT Value="0" />  <COLUMN ID="2342" ColName="fk_propal" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7383  </OPTIONSELECTED>  <OPTIONSELECTED>
7384  </COLUMN>  <OPTIONSELECT Value="0" />
7385  <COLUMN ID="2338" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7386  <OPTIONSELECTED>  </OPTIONSELECTED>
7387  <OPTIONSELECT Value="0" />  </COLUMN>
7388  </OPTIONSELECTED>  <COLUMN ID="2343" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7389  </COLUMN>  <OPTIONSELECTED>
7390  <COLUMN ID="2339" ColName="description" PrevColName="" Pos="3" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7391  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7392  </OPTIONSELECTED>  </OPTIONSELECTED>
7393  </COLUMN>  </COLUMN>
7394  </COLUMNS>  <COLUMN ID="2344" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7395  <INDICES>  <OPTIONSELECTED>
7396  <INDEX ID="2340" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
7397  <INDEXCOLUMNS>  </COLUMN>
7398  <INDEXCOLUMN idColumn="2337" LengthParam="0" />  <COLUMN ID="2345" ColName="tva_tx" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">
7399  </INDEXCOLUMNS>  <OPTIONSELECTED>
7400  </INDEX>  <OPTIONSELECT Value="0" />
7401  </INDICES>  </OPTIONSELECTED>
7402  </TABLE>  </COLUMN>
7403  <TABLE ID="1121" Tablename="llx_propaldet" PrevTableName="" XPos="1962" YPos="980" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="123" >  <COLUMN ID="2346" ColName="qty" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7404  <COLUMNS>  <OPTIONSELECTED>
7405  <COLUMN ID="2341" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7406  <OPTIONSELECTED>  </OPTIONSELECTED>
7407  <OPTIONSELECT Value="0" />  </COLUMN>
7408  <OPTIONSELECT Value="0" />  <COLUMN ID="2347" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7409  </OPTIONSELECTED>  <OPTIONSELECTED>
7410  </COLUMN>  <OPTIONSELECT Value="0" />
7411  <COLUMN ID="2342" ColName="fk_propal" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </OPTIONSELECTED>
7412  <OPTIONSELECTED>  </COLUMN>
7413  <OPTIONSELECT Value="0" />  <COLUMN ID="2348" ColName="remise" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7414  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7415  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7416  </COLUMN>  </OPTIONSELECTED>
7417  <COLUMN ID="2343" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7418  <OPTIONSELECTED>  <COLUMN ID="2349" ColName="subprice" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7419  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7420  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7421  </OPTIONSELECTED>  </OPTIONSELECTED>
7422  </COLUMN>  </COLUMN>
7423  <COLUMN ID="2344" ColName="description" PrevColName="" Pos="4" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2350" ColName="price" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7424  <OPTIONSELECTED>  <OPTIONSELECTED>
7425  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7426  </COLUMN>  </OPTIONSELECTED>
7427  <COLUMN ID="2345" ColName="tva_tx" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="19.6" Comments="">  </COLUMN>
7428  <OPTIONSELECTED>  </COLUMNS>
7429  <OPTIONSELECT Value="0" />  <RELATIONS_END>
7430  </OPTIONSELECTED>  <RELATION_END ID="3415" />
7431  </COLUMN>  </RELATIONS_END>
7432  <COLUMN ID="2346" ColName="qty" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDICES>
7433  <OPTIONSELECTED>  <INDEX ID="2351" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7434  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7435  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2341" LengthParam="0" />
7436  </COLUMN>  </INDEXCOLUMNS>
7437  <COLUMN ID="2347" ColName="remise_percent" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
7438  <OPTIONSELECTED>  <INDEX ID="3496" IndexName="llx_propaldet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3415">
7439  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7440  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2342" LengthParam="0" />
7441  </COLUMN>  </INDEXCOLUMNS>
7442  <COLUMN ID="2348" ColName="remise" PrevColName="" Pos="8" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
7443  <OPTIONSELECTED>  </INDICES>
7444  <OPTIONSELECT Value="0" />  </TABLE>
7445  </OPTIONSELECTED>  <TABLE ID="1122" Tablename="llx_rights_def" PrevTableName="" XPos="312" YPos="978" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="124" >
7446  </COLUMN>  <COLUMNS>
7447  <COLUMN ID="2349" ColName="subprice" PrevColName="" Pos="9" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2352" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7448  <OPTIONSELECTED>  <OPTIONSELECTED>
7449  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7450  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7451  </COLUMN>  </OPTIONSELECTED>
7452  <COLUMN ID="2350" ColName="price" PrevColName="" Pos="10" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7453  <OPTIONSELECTED>  <COLUMN ID="2353" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7454  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7455  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7456  </COLUMN>  </OPTIONSELECTED>
7457  </COLUMNS>  </COLUMN>
7458  <RELATIONS_END>  <COLUMN ID="2354" ColName="module" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7459  <RELATION_END ID="3415" />  <OPTIONSELECTED>
7460  </RELATIONS_END>  <OPTIONSELECT Value="0" />
7461  <INDICES>  </OPTIONSELECTED>
7462  <INDEX ID="2351" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </COLUMN>
7463  <INDEXCOLUMNS>  <COLUMN ID="2355" ColName="perms" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7464  <INDEXCOLUMN idColumn="2341" LengthParam="0" />  <OPTIONSELECTED>
7465  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7466  </INDEX>  </OPTIONSELECTED>
7467  <INDEX ID="3496" IndexName="llx_propaldet_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3415">  </COLUMN>
7468  <INDEXCOLUMNS>  <COLUMN ID="2356" ColName="subperms" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7469  <INDEXCOLUMN idColumn="2342" LengthParam="0" />  <OPTIONSELECTED>
7470  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7471  </INDEX>  </OPTIONSELECTED>
7472  </INDICES>  </COLUMN>
7473  </TABLE>  <COLUMN ID="2357" ColName="type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\ar\a,\aw\a,\am\a,\ad\a,\aa\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7474  <TABLE ID="1122" Tablename="llx_rights_def" PrevTableName="" XPos="312" YPos="978" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="124" >  <OPTIONSELECTED>
7475  <COLUMNS>  </OPTIONSELECTED>
7476  <COLUMN ID="2352" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7477  <OPTIONSELECTED>  <COLUMN ID="2358" ColName="bydefault" PrevColName="" Pos="7" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7478  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7479  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7480  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7481  </COLUMN>  </OPTIONSELECTED>
7482  <COLUMN ID="2353" ColName="libelle" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7483  <OPTIONSELECTED>  </COLUMNS>
7484  <OPTIONSELECT Value="0" />  <RELATIONS_START>
7485  </OPTIONSELECTED>  <RELATION_START ID="3338" />
7486  </COLUMN>  <RELATION_START ID="3386" />
7487  <COLUMN ID="2354" ColName="module" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(12)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </RELATIONS_START>
7488  <OPTIONSELECTED>  <INDICES>
7489  <OPTIONSELECT Value="0" />  <INDEX ID="2359" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7490  </OPTIONSELECTED>  <INDEXCOLUMNS>
7491  </COLUMN>  <INDEXCOLUMN idColumn="2352" LengthParam="0" />
7492  <COLUMN ID="2355" ColName="perms" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7493  <OPTIONSELECTED>  </INDEX>
7494  <OPTIONSELECT Value="0" />  </INDICES>
7495  </OPTIONSELECTED>  </TABLE>
7496  </COLUMN>  <TABLE ID="1123" Tablename="llx_so_gr" PrevTableName="" XPos="950" YPos="492" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="125" >
7497  <COLUMN ID="2356" ColName="subperms" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMNS>
7498  <OPTIONSELECTED>  <COLUMN ID="2360" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7499  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7500  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7501  </COLUMN>  <OPTIONSELECT Value="0" />
7502  <COLUMN ID="2357" ColName="type" PrevColName="" Pos="6" idDatatype="31" DatatypeParams="(\ar\a,\aw\a,\am\a,\ad\a,\aa\a)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7503  <OPTIONSELECTED>  </COLUMN>
7504  </OPTIONSELECTED>  <COLUMN ID="2361" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7505  </COLUMN>  <OPTIONSELECTED>
7506  <COLUMN ID="2358" ColName="bydefault" PrevColName="" Pos="7" idDatatype="1" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7507  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7508  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7509  <OPTIONSELECT Value="0" />  </COLUMN>
7510  </OPTIONSELECTED>  <COLUMN ID="2362" ColName="fk_groupe" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7511  </COLUMN>  <OPTIONSELECTED>
7512  </COLUMNS>  <OPTIONSELECT Value="0" />
7513  <RELATIONS_START>  <OPTIONSELECT Value="0" />
7514  <RELATION_START ID="3338" />  </OPTIONSELECTED>
7515  <RELATION_START ID="3386" />  </COLUMN>
7516  </RELATIONS_START>  </COLUMNS>
7517  <INDICES>  <RELATIONS_END>
7518  <INDEX ID="2359" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <RELATION_END ID="3301" />
7519  <INDEXCOLUMNS>  </RELATIONS_END>
7520  <INDEXCOLUMN idColumn="2352" LengthParam="0" />  <INDICES>
7521  </INDEXCOLUMNS>  <INDEX ID="2363" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7522  </INDEX>  <INDEXCOLUMNS>
7523  </INDICES>  <INDEXCOLUMN idColumn="2360" LengthParam="0" />
7524  </TABLE>  </INDEXCOLUMNS>
7525  <TABLE ID="1123" Tablename="llx_so_gr" PrevTableName="" XPos="950" YPos="492" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="125" >  </INDEX>
7526  <COLUMNS>  <INDEX ID="2364" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
7527  <COLUMN ID="2360" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
7528  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2361" LengthParam="0" />
7529  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2362" LengthParam="0" />
7530  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
7531  </OPTIONSELECTED>  </INDEX>
7532  </COLUMN>  <INDEX ID="3497" IndexName="llx_so_gr_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3301">
7533  <COLUMN ID="2361" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDEXCOLUMNS>
7534  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2361" LengthParam="0" />
7535  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
7536  <OPTIONSELECT Value="0" />  </INDEX>
7537  </OPTIONSELECTED>  </INDICES>
7538  </COLUMN>  </TABLE>
7539  <COLUMN ID="2362" ColName="fk_groupe" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <TABLE ID="1124" Tablename="llx_soc_events" PrevTableName="" XPos="906" YPos="1152" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="126" >
7540  <OPTIONSELECTED>  <COLUMNS>
7541  <OPTIONSELECT Value="0" />  <COLUMN ID="2365" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7542  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7543  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7544  </COLUMN>  <OPTIONSELECT Value="0" />
7545  </COLUMNS>  </OPTIONSELECTED>
7546  <RELATIONS_END>  </COLUMN>
7547  <RELATION_END ID="3301" />  <COLUMN ID="2366" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7548  </RELATIONS_END>  <OPTIONSELECTED>
7549  <INDICES>  <OPTIONSELECT Value="0" />
7550  <INDEX ID="2363" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
7551  <INDEXCOLUMNS>  </OPTIONSELECTED>
7552  <INDEXCOLUMN idColumn="2360" LengthParam="0" />  </COLUMN>
7553  </INDEXCOLUMNS>  <COLUMN ID="2367" ColName="dateb" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
7554  </INDEX>  <OPTIONSELECTED>
7555  <INDEX ID="2364" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
7556  <INDEXCOLUMNS>  </COLUMN>
7557  <INDEXCOLUMN idColumn="2361" LengthParam="0" />  <COLUMN ID="2368" ColName="datee" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">
7558  <INDEXCOLUMN idColumn="2362" LengthParam="0" />  <OPTIONSELECTED>
7559  </INDEXCOLUMNS>  </OPTIONSELECTED>
7560  </INDEX>  </COLUMN>
7561  <INDEX ID="3497" IndexName="llx_so_gr_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3301">  <COLUMN ID="2369" ColName="title" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(100)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7562  <INDEXCOLUMNS>  <OPTIONSELECTED>
7563  <INDEXCOLUMN idColumn="2361" LengthParam="0" />  <OPTIONSELECT Value="0" />
7564  </INDEXCOLUMNS>  </OPTIONSELECTED>
7565  </INDEX>  </COLUMN>
7566  </INDICES>  <COLUMN ID="2370" ColName="url" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7567  </TABLE>  <OPTIONSELECTED>
7568  <TABLE ID="1124" Tablename="llx_soc_events" PrevTableName="" XPos="906" YPos="1152" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="126" >  <OPTIONSELECT Value="0" />
7569  <COLUMNS>  </OPTIONSELECTED>
7570  <COLUMN ID="2365" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7571  <OPTIONSELECTED>  <COLUMN ID="2371" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7572  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7573  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7574  </OPTIONSELECTED>  </COLUMN>
7575  </COLUMN>  </COLUMNS>
7576  <COLUMN ID="2366" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <RELATIONS_END>
7577  <OPTIONSELECTED>  <RELATION_END ID="3288" />
7578  <OPTIONSELECT Value="0" />  </RELATIONS_END>
7579  <OPTIONSELECT Value="0" />  <INDICES>
7580  </OPTIONSELECTED>  <INDEX ID="2372" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7581  </COLUMN>  <INDEXCOLUMNS>
7582  <COLUMN ID="2367" ColName="dateb" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <INDEXCOLUMN idColumn="2365" LengthParam="0" />
7583  <OPTIONSELECTED>  </INDEXCOLUMNS>
7584  </OPTIONSELECTED>  </INDEX>
7585  </COLUMN>  <INDEX ID="3498" IndexName="llx_soc_events_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3288">
7586  <COLUMN ID="2368" ColName="datee" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00 00:00:00" Comments="">  <INDEXCOLUMNS>
7587  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2366" LengthParam="0" />
7588  </OPTIONSELECTED>  </INDEXCOLUMNS>
7589  </COLUMN>  </INDEX>
7590  <COLUMN ID="2369" ColName="title" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(100)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
7591  <OPTIONSELECTED>  </TABLE>
7592  <OPTIONSELECT Value="0" />  <TABLE ID="1125" Tablename="llx_soc_recontact" PrevTableName="" XPos="906" YPos="1420" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="127" >
7593  </OPTIONSELECTED>  <COLUMNS>
7594  </COLUMN>  <COLUMN ID="2373" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7595  <COLUMN ID="2370" ColName="url" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7596  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7597  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7598  </OPTIONSELECTED>  </OPTIONSELECTED>
7599  </COLUMN>  </COLUMN>
7600  <COLUMN ID="2371" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2374" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7601  <OPTIONSELECTED>  <OPTIONSELECTED>
7602  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7603  </COLUMN>  <OPTIONSELECT Value="0" />
7604  </COLUMNS>  </OPTIONSELECTED>
7605  <RELATIONS_END>  </COLUMN>
7606  <RELATION_END ID="3288" />  <COLUMN ID="2375" ColName="datere" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7607  </RELATIONS_END>  <OPTIONSELECTED>
7608  <INDICES>  </OPTIONSELECTED>
7609  <INDEX ID="2372" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </COLUMN>
7610  <INDEXCOLUMNS>  <COLUMN ID="2376" ColName="author" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7611  <INDEXCOLUMN idColumn="2365" LengthParam="0" />  <OPTIONSELECTED>
7612  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7613  </INDEX>  </OPTIONSELECTED>
7614  <INDEX ID="3498" IndexName="llx_soc_events_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3288">  </COLUMN>
7615  <INDEXCOLUMNS>  </COLUMNS>
7616  <INDEXCOLUMN idColumn="2366" LengthParam="0" />  <RELATIONS_END>
7617  </INDEXCOLUMNS>  <RELATION_END ID="3295" />
7618  </INDEX>  </RELATIONS_END>
7619  </INDICES>  <INDICES>
7620  </TABLE>  <INDEX ID="2377" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7621  <TABLE ID="1125" Tablename="llx_soc_recontact" PrevTableName="" XPos="906" YPos="1420" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="127" >  <INDEXCOLUMNS>
7622  <COLUMNS>  <INDEXCOLUMN idColumn="2373" LengthParam="0" />
7623  <COLUMN ID="2373" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7624  <OPTIONSELECTED>  </INDEX>
7625  <OPTIONSELECT Value="0" />  <INDEX ID="3499" IndexName="llx_soc_recontact_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3295">
7626  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7627  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2374" LengthParam="0" />
7628  </COLUMN>  </INDEXCOLUMNS>
7629  <COLUMN ID="2374" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </INDEX>
7630  <OPTIONSELECTED>  </INDICES>
7631  <OPTIONSELECT Value="0" />  </TABLE>
7632  <OPTIONSELECT Value="0" />  <TABLE ID="1126" Tablename="llx_societe" PrevTableName="" XPos="1194" YPos="408" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="128" >
7633  </OPTIONSELECTED>  <COLUMNS>
7634  </COLUMN>  <COLUMN ID="2378" ColName="idp" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7635  <COLUMN ID="2375" ColName="datere" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7636  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7637  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7638  </COLUMN>  </OPTIONSELECTED>
7639  <COLUMN ID="2376" ColName="author" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7640  <OPTIONSELECTED>  <COLUMN ID="3267" ColName="fk_effectif" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7641  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7642  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7643  </COLUMN>  <OPTIONSELECT Value="0" />
7644  </COLUMNS>  </OPTIONSELECTED>
7645  <RELATIONS_END>  </COLUMN>
7646  <RELATION_END ID="3295" />  <COLUMN ID="2380" ColName="active" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7647  </RELATIONS_END>  <OPTIONSELECTED>
7648  <INDICES>  <OPTIONSELECT Value="0" />
7649  <INDEX ID="2377" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
7650  <INDEXCOLUMNS>  </OPTIONSELECTED>
7651  <INDEXCOLUMN idColumn="2373" LengthParam="0" />  </COLUMN>
7652  </INDEXCOLUMNS>  <COLUMN ID="2381" ColName="parent" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7653  </INDEX>  <OPTIONSELECTED>
7654  <INDEX ID="3499" IndexName="llx_soc_recontact_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3295">  <OPTIONSELECT Value="0" />
7655  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7656  <INDEXCOLUMN idColumn="2374" LengthParam="0" />  </OPTIONSELECTED>
7657  </INDEXCOLUMNS>  </COLUMN>
7658  </INDEX>  <COLUMN ID="2382" ColName="tms" PrevColName="" Pos="5" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
7659  </INDICES>  <OPTIONSELECTED>
7660  </TABLE>  </OPTIONSELECTED>
7661  <TABLE ID="1126" Tablename="llx_societe" PrevTableName="" XPos="1194" YPos="408" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="128" >  </COLUMN>
7662  <COLUMNS>  <COLUMN ID="2383" ColName="datec" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7663  <COLUMN ID="2378" ColName="idp" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7664  <OPTIONSELECTED>  </OPTIONSELECTED>
7665  <OPTIONSELECT Value="0" />  </COLUMN>
7666  <OPTIONSELECT Value="0" />  <COLUMN ID="2384" ColName="datea" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7667  </OPTIONSELECTED>  <OPTIONSELECTED>
7668  </COLUMN>  </OPTIONSELECTED>
7669  <COLUMN ID="3267" ColName="fk_effectif" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </COLUMN>
7670  <OPTIONSELECTED>  <COLUMN ID="2385" ColName="nom" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7671  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7672  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7673  </OPTIONSELECTED>  </OPTIONSELECTED>
7674  </COLUMN>  </COLUMN>
7675  <COLUMN ID="2380" ColName="active" PrevColName="" Pos="3" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2386" ColName="code_client" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7676  <OPTIONSELECTED>  <OPTIONSELECTED>
7677  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7678  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7679  </OPTIONSELECTED>  </COLUMN>
7680  </COLUMN>  <COLUMN ID="2387" ColName="code_fournisseur" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7681  <COLUMN ID="2381" ColName="parent" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7682  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7683  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7684  <OPTIONSELECT Value="0" />  </COLUMN>
7685  </OPTIONSELECTED>  <COLUMN ID="2388" ColName="code_compta" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7686  </COLUMN>  <OPTIONSELECTED>
7687  <COLUMN ID="2382" ColName="tms" PrevColName="" Pos="5" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <OPTIONSELECT Value="0" />
7688  <OPTIONSELECTED>  </OPTIONSELECTED>
7689  </OPTIONSELECTED>  </COLUMN>
7690  </COLUMN>  <COLUMN ID="2389" ColName="code_compta_fournisseur" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7691  <COLUMN ID="2383" ColName="datec" PrevColName="" Pos="6" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7692  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7693  </OPTIONSELECTED>  </OPTIONSELECTED>
7694  </COLUMN>  </COLUMN>
7695  <COLUMN ID="2384" ColName="datea" PrevColName="" Pos="7" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2390" ColName="address" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7696  <OPTIONSELECTED>  <OPTIONSELECTED>
7697  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7698  </COLUMN>  </OPTIONSELECTED>
7699  <COLUMN ID="2385" ColName="nom" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7700  <OPTIONSELECTED>  <COLUMN ID="2391" ColName="cp" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7701  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7702  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7703  </COLUMN>  </OPTIONSELECTED>
7704  <COLUMN ID="2386" ColName="code_client" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7705  <OPTIONSELECTED>  <COLUMN ID="2392" ColName="ville" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7706  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7707  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7708  </COLUMN>  </OPTIONSELECTED>
7709  <COLUMN ID="2387" ColName="code_fournisseur" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7710  <OPTIONSELECTED>  <COLUMN ID="2393" ColName="fk_departement" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7711  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7712  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7713  </COLUMN>  <OPTIONSELECT Value="0" />
7714  <COLUMN ID="2388" ColName="code_compta" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7715  <OPTIONSELECTED>  </COLUMN>
7716  <OPTIONSELECT Value="0" />  <COLUMN ID="2394" ColName="fk_pays" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7717  </OPTIONSELECTED>  <OPTIONSELECTED>
7718  </COLUMN>  <OPTIONSELECT Value="0" />
7719  <COLUMN ID="2389" ColName="code_compta_fournisseur" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(15)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7720  <OPTIONSELECTED>  </OPTIONSELECTED>
7721  <OPTIONSELECT Value="0" />  </COLUMN>
7722  </OPTIONSELECTED>  <COLUMN ID="2395" ColName="tel" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7723  </COLUMN>  <OPTIONSELECTED>
7724  <COLUMN ID="2390" ColName="address" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7725  <OPTIONSELECTED>  </OPTIONSELECTED>
7726  <OPTIONSELECT Value="0" />  </COLUMN>
7727  </OPTIONSELECTED>  <COLUMN ID="2396" ColName="fax" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7728  </COLUMN>  <OPTIONSELECTED>
7729  <COLUMN ID="2391" ColName="cp" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7730  <OPTIONSELECTED>  </OPTIONSELECTED>
7731  <OPTIONSELECT Value="0" />  </COLUMN>
7732  </OPTIONSELECTED>  <COLUMN ID="2397" ColName="url" PrevColName="" Pos="20" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7733  </COLUMN>  <OPTIONSELECTED>
7734  <COLUMN ID="2392" ColName="ville" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7735  <OPTIONSELECTED>  </OPTIONSELECTED>
7736  <OPTIONSELECT Value="0" />  </COLUMN>
7737  </OPTIONSELECTED>  <COLUMN ID="2398" ColName="fk_secteur" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7738  </COLUMN>  <OPTIONSELECTED>
7739  <COLUMN ID="2393" ColName="fk_departement" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7740  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7741  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7742  <OPTIONSELECT Value="0" />  </COLUMN>
7743  </OPTIONSELECTED>  <COLUMN ID="2400" ColName="fk_typent" PrevColName="" Pos="23" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7744  </COLUMN>  <OPTIONSELECTED>
7745  <COLUMN ID="2394" ColName="fk_pays" PrevColName="" Pos="17" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7746  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7747  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7748  <OPTIONSELECT Value="0" />  </COLUMN>
7749  </OPTIONSELECTED>  <COLUMN ID="2401" ColName="fk_forme_juridique" PrevColName="" Pos="24" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7750  </COLUMN>  <OPTIONSELECTED>
7751  <COLUMN ID="2395" ColName="tel" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7752  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7753  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7754  </OPTIONSELECTED>  </COLUMN>
7755  </COLUMN>  <COLUMN ID="2402" ColName="siren" PrevColName="" Pos="25" idDatatype="20" DatatypeParams="(9)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7756  <COLUMN ID="2396" ColName="fax" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7757  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7758  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7759  </OPTIONSELECTED>  </COLUMN>
7760  </COLUMN>  <COLUMN ID="2403" ColName="siret" PrevColName="" Pos="26" idDatatype="20" DatatypeParams="(14)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7761  <COLUMN ID="2397" ColName="url" PrevColName="" Pos="20" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7762  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7763  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7764  </OPTIONSELECTED>  </COLUMN>
7765  </COLUMN>  <COLUMN ID="2404" ColName="ape" PrevColName="" Pos="27" idDatatype="20" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7766  <COLUMN ID="2398" ColName="fk_secteur" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7767  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7768  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7769  <OPTIONSELECT Value="0" />  </COLUMN>
7770  </OPTIONSELECTED>  <COLUMN ID="2405" ColName="tva_intra" PrevColName="" Pos="28" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7771  </COLUMN>  <OPTIONSELECTED>
7772  <COLUMN ID="2400" ColName="fk_typent" PrevColName="" Pos="23" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7773  <OPTIONSELECTED>  </OPTIONSELECTED>
7774  <OPTIONSELECT Value="0" />  </COLUMN>
7775  <OPTIONSELECT Value="0" />  <COLUMN ID="2406" ColName="capital" PrevColName="" Pos="29" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7776  </OPTIONSELECTED>  <OPTIONSELECTED>
7777  </COLUMN>  <OPTIONSELECT Value="0" />
7778  <COLUMN ID="2401" ColName="fk_forme_juridique" PrevColName="" Pos="24" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </OPTIONSELECTED>
7779  <OPTIONSELECTED>  </COLUMN>
7780  <OPTIONSELECT Value="0" />  <COLUMN ID="2407" ColName="description" PrevColName="" Pos="30" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7781  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7782  </OPTIONSELECTED>  </OPTIONSELECTED>
7783  </COLUMN>  </COLUMN>
7784  <COLUMN ID="2402" ColName="siren" PrevColName="" Pos="25" idDatatype="20" DatatypeParams="(9)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2408" ColName="fk_stcomm" PrevColName="" Pos="31" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7785  <OPTIONSELECTED>  <OPTIONSELECTED>
7786  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7787  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7788  </COLUMN>  </OPTIONSELECTED>
7789  <COLUMN ID="2403" ColName="siret" PrevColName="" Pos="26" idDatatype="20" DatatypeParams="(14)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7790  <OPTIONSELECTED>  <COLUMN ID="2409" ColName="note" PrevColName="" Pos="32" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7791  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7792  </OPTIONSELECTED>  </OPTIONSELECTED>
7793  </COLUMN>  </COLUMN>
7794  <COLUMN ID="2404" ColName="ape" PrevColName="" Pos="27" idDatatype="20" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2410" ColName="services" PrevColName="" Pos="33" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7795  <OPTIONSELECTED>  <OPTIONSELECTED>
7796  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7797  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7798  </COLUMN>  </OPTIONSELECTED>
7799  <COLUMN ID="2405" ColName="tva_intra" PrevColName="" Pos="28" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7800  <OPTIONSELECTED>  <COLUMN ID="2411" ColName="prefix_comm" PrevColName="" Pos="34" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7801  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7802  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7803  </COLUMN>  </OPTIONSELECTED>
7804  <COLUMN ID="2406" ColName="capital" PrevColName="" Pos="29" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
7805  <OPTIONSELECTED>  <COLUMN ID="2412" ColName="client" PrevColName="" Pos="35" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7806  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
7807  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7808  </COLUMN>  <OPTIONSELECT Value="0" />
7809  <COLUMN ID="2407" ColName="description" PrevColName="" Pos="30" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
7810  <OPTIONSELECTED>  </COLUMN>
7811  </OPTIONSELECTED>  <COLUMN ID="2413" ColName="fournisseur" PrevColName="" Pos="36" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7812  </COLUMN>  <OPTIONSELECTED>
7813  <COLUMN ID="2408" ColName="fk_stcomm" PrevColName="" Pos="31" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7814  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7815  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7816  <OPTIONSELECT Value="0" />  </COLUMN>
7817  </OPTIONSELECTED>  <COLUMN ID="2414" ColName="rubrique" PrevColName="" Pos="37" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7818  </COLUMN>  <OPTIONSELECTED>
7819  <COLUMN ID="2409" ColName="note" PrevColName="" Pos="32" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
7820  <OPTIONSELECTED>  </OPTIONSELECTED>
7821  </OPTIONSELECTED>  </COLUMN>
7822  </COLUMN>  <COLUMN ID="2415" ColName="fk_user_creat" PrevColName="" Pos="38" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7823  <COLUMN ID="2410" ColName="services" PrevColName="" Pos="33" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7824  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7825  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7826  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7827  </OPTIONSELECTED>  </COLUMN>
7828  </COLUMN>  <COLUMN ID="2416" ColName="fk_user_modif" PrevColName="" Pos="39" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7829  <COLUMN ID="2411" ColName="prefix_comm" PrevColName="" Pos="34" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
7830  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
7831  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7832  </OPTIONSELECTED>  </OPTIONSELECTED>
7833  </COLUMN>  </COLUMN>
7834  <COLUMN ID="2412" ColName="client" PrevColName="" Pos="35" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2417" ColName="remise_client" PrevColName="" Pos="40" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7835  <OPTIONSELECTED>  <OPTIONSELECTED>
7836  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7837  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7838  </OPTIONSELECTED>  </COLUMN>
7839  </COLUMN>  </COLUMNS>
7840  <COLUMN ID="2413" ColName="fournisseur" PrevColName="" Pos="36" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATIONS_START>
7841  <OPTIONSELECTED>  <RELATION_START ID="3276" />
7842  <OPTIONSELECT Value="0" />  <RELATION_START ID="3288" />
7843  <OPTIONSELECT Value="0" />  <RELATION_START ID="3290" />
7844  </OPTIONSELECTED>  <RELATION_START ID="3293" />
7845  </COLUMN>  <RELATION_START ID="3295" />
7846  <COLUMN ID="2414" ColName="rubrique" PrevColName="" Pos="37" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_START ID="3297" />
7847  <OPTIONSELECTED>  <RELATION_START ID="3299" />
7848  <OPTIONSELECT Value="0" />  <RELATION_START ID="3301" />
7849  </OPTIONSELECTED>  <RELATION_START ID="3309" />
7850  </COLUMN>  <RELATION_START ID="3315" />
7851  <COLUMN ID="2415" ColName="fk_user_creat" PrevColName="" Pos="38" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_START ID="3331" />
7852  <OPTIONSELECTED>  <RELATION_START ID="3393" />
7853  <OPTIONSELECT Value="0" />  <RELATION_START ID="3395" />
7854  <OPTIONSELECT Value="0" />  <RELATION_START ID="3422" />
7855  </OPTIONSELECTED>  <RELATION_START ID="3525" />
7856  </COLUMN>  <RELATION_START ID="3548" />
7857  <COLUMN ID="2416" ColName="fk_user_modif" PrevColName="" Pos="39" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_START ID="3550" />
7858  <OPTIONSELECTED>  <RELATION_START ID="3552" />
7859  <OPTIONSELECT Value="0" />  </RELATIONS_START>
7860  <OPTIONSELECT Value="0" />  <RELATIONS_END>
7861  </OPTIONSELECTED>  <RELATION_END ID="3265" />
7862  </COLUMN>  <RELATION_END ID="3268" />
7863  <COLUMN ID="2417" ColName="remise_client" PrevColName="" Pos="40" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_END ID="3270" />
7864  <OPTIONSELECTED>  <RELATION_END ID="3272" />
7865  <OPTIONSELECT Value="0" />  <RELATION_END ID="3274" />
7866  </OPTIONSELECTED>  </RELATIONS_END>
7867  </COLUMN>  <INDICES>
7868  </COLUMNS>  <INDEX ID="2418" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7869  <RELATIONS_START>  <INDEXCOLUMNS>
7870  <RELATION_START ID="3276" />  <INDEXCOLUMN idColumn="2378" LengthParam="0" />
7871  <RELATION_START ID="3288" />  </INDEXCOLUMNS>
7872  <RELATION_START ID="3290" />  </INDEX>
7873  <RELATION_START ID="3293" />  <INDEX ID="2419" IndexName="prefix_comm" IndexKind="1" FKRefDef_Obj_id="-1">
7874  <RELATION_START ID="3295" />  <INDEXCOLUMNS>
7875  <RELATION_START ID="3297" />  <INDEXCOLUMN idColumn="2411" LengthParam="0" />
7876  <RELATION_START ID="3299" />  </INDEXCOLUMNS>
7877  <RELATION_START ID="3301" />  </INDEX>
7878  <RELATION_START ID="3309" />  <INDEX ID="2420" IndexName="uk_societe_prefix_comm" IndexKind="1" FKRefDef_Obj_id="-1">
7879  <RELATION_START ID="3315" />  <INDEXCOLUMNS>
7880  <RELATION_START ID="3331" />  <INDEXCOLUMN idColumn="2411" LengthParam="0" />
7881  <RELATION_START ID="3393" />  </INDEXCOLUMNS>
7882  <RELATION_START ID="3395" />  </INDEX>
7883  <RELATION_START ID="3422" />  <INDEX ID="2421" IndexName="uk_societe_code_client" IndexKind="1" FKRefDef_Obj_id="-1">
7884  </RELATIONS_START>  <INDEXCOLUMNS>
7885  <RELATIONS_END>  <INDEXCOLUMN idColumn="2386" LengthParam="0" />
7886  <RELATION_END ID="3265" />  </INDEXCOLUMNS>
7887  <RELATION_END ID="3268" />  </INDEX>
7888  <RELATION_END ID="3270" />  <INDEX ID="3500" IndexName="llx_societe_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3265">
7889  <RELATION_END ID="3272" />  <INDEXCOLUMNS>
7890  <RELATION_END ID="3274" />  <INDEXCOLUMN idColumn="3267" LengthParam="0" />
7891  </RELATIONS_END>  </INDEXCOLUMNS>
7892  <INDICES>  </INDEX>
7893  <INDEX ID="2418" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <INDEX ID="3501" IndexName="llx_societe_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3268">
7894  <INDEXCOLUMNS>  <INDEXCOLUMNS>
7895  <INDEXCOLUMN idColumn="2378" LengthParam="0" />  <INDEXCOLUMN idColumn="2401" LengthParam="0" />
7896  </INDEXCOLUMNS>  </INDEXCOLUMNS>
7897  </INDEX>  </INDEX>
7898  <INDEX ID="2419" IndexName="prefix_comm" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="3502" IndexName="llx_societe_FKIndex3" IndexKind="1" FKRefDef_Obj_id="3270">
7899  <INDEXCOLUMNS>  <INDEXCOLUMNS>
7900  <INDEXCOLUMN idColumn="2411" LengthParam="0" />  <INDEXCOLUMN idColumn="2400" LengthParam="0" />
7901  </INDEXCOLUMNS>  </INDEXCOLUMNS>
7902  </INDEX>  </INDEX>
7903  <INDEX ID="2420" IndexName="uk_societe_prefix_comm" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="3503" IndexName="llx_societe_FKIndex4" IndexKind="1" FKRefDef_Obj_id="3272">
7904  <INDEXCOLUMNS>  <INDEXCOLUMNS>
7905  <INDEXCOLUMN idColumn="2411" LengthParam="0" />  <INDEXCOLUMN idColumn="2394" LengthParam="0" />
7906  </INDEXCOLUMNS>  </INDEXCOLUMNS>
7907  </INDEX>  </INDEX>
7908  <INDEX ID="2421" IndexName="uk_societe_code_client" IndexKind="1" FKRefDef_Obj_id="-1">  <INDEX ID="3504" IndexName="llx_societe_FKIndex5" IndexKind="1" FKRefDef_Obj_id="3274">
7909  <INDEXCOLUMNS>  <INDEXCOLUMNS>
7910  <INDEXCOLUMN idColumn="2386" LengthParam="0" />  <INDEXCOLUMN idColumn="2408" LengthParam="0" />
7911  </INDEXCOLUMNS>  </INDEXCOLUMNS>
7912  </INDEX>  </INDEX>
7913  <INDEX ID="3500" IndexName="llx_societe_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3265">  </INDICES>
7914  <INDEXCOLUMNS>  </TABLE>
7915  <INDEXCOLUMN idColumn="3267" LengthParam="0" />  <TABLE ID="1127" Tablename="llx_societe_commerciaux" PrevTableName="" XPos="904" YPos="974" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="129" >
7916  </INDEXCOLUMNS>  <COLUMNS>
7917  </INDEX>  <COLUMN ID="2422" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7918  <INDEX ID="3501" IndexName="llx_societe_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3268">  <OPTIONSELECTED>
7919  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7920  <INDEXCOLUMN idColumn="2401" LengthParam="0" />  <OPTIONSELECT Value="0" />
7921  </INDEXCOLUMNS>  </OPTIONSELECTED>
7922  </INDEX>  </COLUMN>
7923  <INDEX ID="3502" IndexName="llx_societe_FKIndex3" IndexKind="1" FKRefDef_Obj_id="3270">  <COLUMN ID="2423" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7924  <INDEXCOLUMNS>  <OPTIONSELECTED>
7925  <INDEXCOLUMN idColumn="2400" LengthParam="0" />  <OPTIONSELECT Value="0" />
7926  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7927  </INDEX>  </OPTIONSELECTED>
7928  <INDEX ID="3503" IndexName="llx_societe_FKIndex4" IndexKind="1" FKRefDef_Obj_id="3272">  </COLUMN>
7929  <INDEXCOLUMNS>  </COLUMNS>
7930  <INDEXCOLUMN idColumn="2394" LengthParam="0" />  <RELATIONS_END>
7931  </INDEXCOLUMNS>  <RELATION_END ID="3309" />
7932  </INDEX>  <RELATION_END ID="3312" />
7933  <INDEX ID="3504" IndexName="llx_societe_FKIndex5" IndexKind="1" FKRefDef_Obj_id="3274">  </RELATIONS_END>
7934  <INDEXCOLUMNS>  <INDICES>
7935  <INDEXCOLUMN idColumn="2408" LengthParam="0" />  <INDEX ID="2425" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
7936  </INDEXCOLUMNS>  <INDEXCOLUMNS>
7937  </INDEX>  <INDEXCOLUMN idColumn="2422" LengthParam="0" />
7938  </INDICES>  </INDEXCOLUMNS>
7939  </TABLE>  </INDEX>
7940  <TABLE ID="1127" Tablename="llx_societe_commerciaux" PrevTableName="" XPos="904" YPos="974" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="129" >  <INDEX ID="2426" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
7941  <COLUMNS>  <INDEXCOLUMNS>
7942  <COLUMN ID="2422" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2423" LengthParam="0" />
7943  <OPTIONSELECTED>  </INDEXCOLUMNS>
7944  <OPTIONSELECT Value="0" />  </INDEX>
7945  <OPTIONSELECT Value="0" />  <INDEX ID="3505" IndexName="llx_societe_commerciaux_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3309">
7946  </OPTIONSELECTED>  <INDEXCOLUMNS>
7947  </COLUMN>  <INDEXCOLUMN idColumn="2423" LengthParam="0" />
7948  <COLUMN ID="2423" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </INDEXCOLUMNS>
7949  <OPTIONSELECTED>  </INDEX>
7950  <OPTIONSELECT Value="0" />  <INDEX ID="3506" IndexName="llx_societe_commerciaux_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3312">
7951  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
7952  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2422" LengthParam="0" />
7953  </COLUMN>  </INDEXCOLUMNS>
7954  </COLUMNS>  </INDEX>
7955  <RELATIONS_END>  </INDICES>
7956  <RELATION_END ID="3309" />  </TABLE>
7957  <RELATION_END ID="3312" />  <TABLE ID="1128" Tablename="llx_societe_perms" PrevTableName="" XPos="934" YPos="820" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="130" >
7958  </RELATIONS_END>  <COLUMNS>
7959  <INDICES>  <COLUMN ID="3351" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7960  <INDEX ID="2425" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
7961  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7962  <INDEXCOLUMN idColumn="2422" LengthParam="0" />  <OPTIONSELECT Value="0" />
7963  </INDEXCOLUMNS>  </OPTIONSELECTED>
7964  </INDEX>  </COLUMN>
7965  <INDEX ID="2426" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2427" ColName="fk_soc" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
7966  <INDEXCOLUMNS>  <OPTIONSELECTED>
7967  <INDEXCOLUMN idColumn="2423" LengthParam="0" />  <OPTIONSELECT Value="0" />
7968  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
7969  </INDEX>  </OPTIONSELECTED>
7970  <INDEX ID="3505" IndexName="llx_societe_commerciaux_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3309">  </COLUMN>
7971  <INDEXCOLUMNS>  <COLUMN ID="2429" ColName="pread" PrevColName="" Pos="3" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7972  <INDEXCOLUMN idColumn="2423" LengthParam="0" />  <OPTIONSELECTED>
7973  </INDEXCOLUMNS>  <OPTIONSELECT Value="1" />
7974  </INDEX>  <OPTIONSELECT Value="0" />
7975  <INDEX ID="3506" IndexName="llx_societe_commerciaux_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3312">  </OPTIONSELECTED>
7976  <INDEXCOLUMNS>  </COLUMN>
7977  <INDEXCOLUMN idColumn="2422" LengthParam="0" />  <COLUMN ID="2430" ColName="pwrite" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7978  </INDEXCOLUMNS>  <OPTIONSELECTED>
7979  </INDEX>  <OPTIONSELECT Value="1" />
7980  </INDICES>  <OPTIONSELECT Value="0" />
7981  </TABLE>  </OPTIONSELECTED>
7982  <TABLE ID="1128" Tablename="llx_societe_perms" PrevTableName="" XPos="934" YPos="820" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="130" >  </COLUMN>
7983  <COLUMNS>  <COLUMN ID="2431" ColName="pperms" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
7984  <COLUMN ID="3351" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <OPTIONSELECTED>
7985  <OPTIONSELECTED>  <OPTIONSELECT Value="1" />
7986  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
7987  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
7988  </OPTIONSELECTED>  </COLUMN>
7989  </COLUMN>  </COLUMNS>
7990  <COLUMN ID="2427" ColName="fk_soc" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <RELATIONS_END>
7991  <OPTIONSELECTED>  <RELATION_END ID="3331" />
7992  <OPTIONSELECT Value="0" />  <RELATION_END ID="3333" />
7993  <OPTIONSELECT Value="0" />  </RELATIONS_END>
7994  </OPTIONSELECTED>  <INDICES>
7995  </COLUMN>  <INDEX ID="2432" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
7996  <COLUMN ID="2429" ColName="pread" PrevColName="" Pos="3" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
7997  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2427" LengthParam="0" />
7998  <OPTIONSELECT Value="1" />  </INDEXCOLUMNS>
7999  <OPTIONSELECT Value="0" />  </INDEX>
8000  </OPTIONSELECTED>  <INDEX ID="3507" IndexName="llx_societe_perms_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3331">
8001  </COLUMN>  <INDEXCOLUMNS>
8002  <COLUMN ID="2430" ColName="pwrite" PrevColName="" Pos="4" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2427" LengthParam="0" />
8003  <OPTIONSELECTED>  </INDEXCOLUMNS>
8004  <OPTIONSELECT Value="1" />  </INDEX>
8005  <OPTIONSELECT Value="0" />  <INDEX ID="3508" IndexName="llx_societe_perms_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3333">
8006  </OPTIONSELECTED>  <INDEXCOLUMNS>
8007  </COLUMN>  <INDEXCOLUMN idColumn="3351" LengthParam="0" />
8008  <COLUMN ID="2431" ColName="pperms" PrevColName="" Pos="5" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
8009  <OPTIONSELECTED>  </INDEX>
8010  <OPTIONSELECT Value="1" />  </INDICES>
8011  <OPTIONSELECT Value="0" />  </TABLE>
8012  </OPTIONSELECTED>  <TABLE ID="1129" Tablename="llx_societe_remise" PrevTableName="" XPos="904" YPos="1296" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="131" >
8013  </COLUMN>  <COLUMNS>
8014  </COLUMNS>  <COLUMN ID="2433" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8015  <RELATIONS_END>  <OPTIONSELECTED>
8016  <RELATION_END ID="3331" />  <OPTIONSELECT Value="0" />
8017  <RELATION_END ID="3333" />  <OPTIONSELECT Value="0" />
8018  </RELATIONS_END>  </OPTIONSELECTED>
8019  <INDICES>  </COLUMN>
8020  <INDEX ID="2432" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2434" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8021  <INDEXCOLUMNS>  <OPTIONSELECTED>
8022  <INDEXCOLUMN idColumn="2427" LengthParam="0" />  <OPTIONSELECT Value="0" />
8023  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8024  </INDEX>  </OPTIONSELECTED>
8025  <INDEX ID="3507" IndexName="llx_societe_perms_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3331">  </COLUMN>
8026  <INDEXCOLUMNS>  <COLUMN ID="2435" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8027  <INDEXCOLUMN idColumn="2427" LengthParam="0" />  <OPTIONSELECTED>
8028  </INDEXCOLUMNS>  </OPTIONSELECTED>
8029  </INDEX>  </COLUMN>
8030  <INDEX ID="3508" IndexName="llx_societe_perms_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3333">  <COLUMN ID="2436" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8031  <INDEXCOLUMNS>  <OPTIONSELECTED>
8032  <INDEXCOLUMN idColumn="3351" LengthParam="0" />  </OPTIONSELECTED>
8033  </INDEXCOLUMNS>  </COLUMN>
8034  </INDEX>  <COLUMN ID="2437" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8035  </INDICES>  <OPTIONSELECTED>
8036  </TABLE>  <OPTIONSELECT Value="0" />
8037  <TABLE ID="1129" Tablename="llx_societe_remise" PrevTableName="" XPos="904" YPos="1296" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="131" >  <OPTIONSELECT Value="0" />
8038  <COLUMNS>  </OPTIONSELECTED>
8039  <COLUMN ID="2433" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8040  <OPTIONSELECTED>  <COLUMN ID="2438" ColName="remise_client" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8041  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8042  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8043  </OPTIONSELECTED>  </OPTIONSELECTED>
8044  </COLUMN>  </COLUMN>
8045  <COLUMN ID="2434" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="2439" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8046  <OPTIONSELECTED>  <OPTIONSELECTED>
8047  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8048  <OPTIONSELECT Value="0" />  </COLUMN>
8049  </OPTIONSELECTED>  </COLUMNS>
8050  </COLUMN>  <RELATIONS_END>
8051  <COLUMN ID="2435" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <RELATION_END ID="3293" />
8052  <OPTIONSELECTED>  </RELATIONS_END>
8053  </OPTIONSELECTED>  <INDICES>
8054  </COLUMN>  <INDEX ID="2440" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8055  <COLUMN ID="2436" ColName="datec" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8056  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2433" LengthParam="0" />
8057  </OPTIONSELECTED>  </INDEXCOLUMNS>
8058  </COLUMN>  </INDEX>
8059  <COLUMN ID="2437" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="3509" IndexName="llx_societe_remise_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3293">
8060  <OPTIONSELECTED>  <INDEXCOLUMNS>
8061  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2434" LengthParam="0" />
8062  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8063  </OPTIONSELECTED>  </INDEX>
8064  </COLUMN>  </INDICES>
8065  <COLUMN ID="2438" ColName="remise_client" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </TABLE>
8066  <OPTIONSELECTED>  <TABLE ID="1130" Tablename="llx_societe_remise_except" PrevTableName="" XPos="926" YPos="744" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="132" >
8067  <OPTIONSELECT Value="0" />  <COLUMNS>
8068  </OPTIONSELECTED>  <COLUMN ID="2441" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8069  </COLUMN>  <OPTIONSELECTED>
8070  <COLUMN ID="2439" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8071  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8072  </OPTIONSELECTED>  </OPTIONSELECTED>
8073  </COLUMN>  </COLUMN>
8074  </COLUMNS>  <COLUMN ID="2442" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8075  <RELATIONS_END>  <OPTIONSELECTED>
8076  <RELATION_END ID="3293" />  <OPTIONSELECT Value="0" />
8077  </RELATIONS_END>  <OPTIONSELECT Value="0" />
8078  <INDICES>  </OPTIONSELECTED>
8079  <INDEX ID="2440" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </COLUMN>
8080  <INDEXCOLUMNS>  <COLUMN ID="2443" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8081  <INDEXCOLUMN idColumn="2433" LengthParam="0" />  <OPTIONSELECTED>
8082  </INDEXCOLUMNS>  </OPTIONSELECTED>
8083  </INDEX>  </COLUMN>
8084  <INDEX ID="3509" IndexName="llx_societe_remise_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3293">  <COLUMN ID="2444" ColName="amount_ht" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8085  <INDEXCOLUMNS>  <OPTIONSELECTED>
8086  <INDEXCOLUMN idColumn="2434" LengthParam="0" />  <OPTIONSELECT Value="0" />
8087  </INDEXCOLUMNS>  </OPTIONSELECTED>
8088  </INDEX>  </COLUMN>
8089  </INDICES>  <COLUMN ID="2445" ColName="fk_user" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8090  </TABLE>  <OPTIONSELECTED>
8091  <TABLE ID="1130" Tablename="llx_societe_remise_except" PrevTableName="" XPos="926" YPos="744" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="132" >  <OPTIONSELECT Value="0" />
8092  <COLUMNS>  <OPTIONSELECT Value="0" />
8093  <COLUMN ID="2441" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8094  <OPTIONSELECTED>  </COLUMN>
8095  <OPTIONSELECT Value="0" />  <COLUMN ID="2446" ColName="fk_facture" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8096  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8097  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8098  </COLUMN>  <OPTIONSELECT Value="0" />
8099  <COLUMN ID="2442" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </OPTIONSELECTED>
8100  <OPTIONSELECTED>  </COLUMN>
8101  <OPTIONSELECT Value="0" />  <COLUMN ID="2447" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8102  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8103  </OPTIONSELECTED>  </OPTIONSELECTED>
8104  </COLUMN>  </COLUMN>
8105  <COLUMN ID="2443" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMNS>
8106  <OPTIONSELECTED>  <RELATIONS_END>
8107  </OPTIONSELECTED>  <RELATION_END ID="3299" />
8108  </COLUMN>  </RELATIONS_END>
8109  <COLUMN ID="2444" ColName="amount_ht" PrevColName="" Pos="4" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDICES>
8110  <OPTIONSELECTED>  <INDEX ID="2448" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8111  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8112  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2441" LengthParam="0" />
8113  </COLUMN>  </INDEXCOLUMNS>
8114  <COLUMN ID="2445" ColName="fk_user" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
8115  <OPTIONSELECTED>  <INDEX ID="2449" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
8116  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8117  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2445" LengthParam="0" />
8118  </OPTIONSELECTED>  </INDEXCOLUMNS>
8119  </COLUMN>  </INDEX>
8120  <COLUMN ID="2446" ColName="fk_facture" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2450" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
8121  <OPTIONSELECTED>  <INDEXCOLUMNS>
8122  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2442" LengthParam="0" />
8123  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8124  </OPTIONSELECTED>  </INDEX>
8125  </COLUMN>  <INDEX ID="2451" IndexName="fk_facture" IndexKind="1" FKRefDef_Obj_id="-1">
8126  <COLUMN ID="2447" ColName="description" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8127  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2446" LengthParam="0" />
8128  </OPTIONSELECTED>  </INDEXCOLUMNS>
8129  </COLUMN>  </INDEX>
8130  </COLUMNS>  <INDEX ID="3510" IndexName="llx_societe_remise_except_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3299">
8131  <RELATIONS_END>  <INDEXCOLUMNS>
8132  <RELATION_END ID="3299" />  <INDEXCOLUMN idColumn="2442" LengthParam="0" />
8133  </RELATIONS_END>  </INDEXCOLUMNS>
8134  <INDICES>  </INDEX>
8135  <INDEX ID="2448" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </INDICES>
8136  <INDEXCOLUMNS>  </TABLE>
8137  <INDEXCOLUMN idColumn="2441" LengthParam="0" />  <TABLE ID="1131" Tablename="llx_societe_rib" PrevTableName="" XPos="1071" YPos="241" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="133" >
8138  </INDEXCOLUMNS>  <COLUMNS>
8139  </INDEX>  <COLUMN ID="2452" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8140  <INDEX ID="2449" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8141  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8142  <INDEXCOLUMN idColumn="2445" LengthParam="0" />  <OPTIONSELECT Value="0" />
8143  </INDEXCOLUMNS>  </OPTIONSELECTED>
8144  </INDEX>  </COLUMN>
8145  <INDEX ID="2450" IndexName="fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2453" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8146  <INDEXCOLUMNS>  <OPTIONSELECTED>
8147  <INDEXCOLUMN idColumn="2442" LengthParam="0" />  <OPTIONSELECT Value="0" />
8148  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8149  </INDEX>  </OPTIONSELECTED>
8150  <INDEX ID="2451" IndexName="fk_facture" IndexKind="1" FKRefDef_Obj_id="-1">  </COLUMN>
8151  <INDEXCOLUMNS>  <COLUMN ID="2454" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8152  <INDEXCOLUMN idColumn="2446" LengthParam="0" />  <OPTIONSELECTED>
8153  </INDEXCOLUMNS>  </OPTIONSELECTED>
8154  </INDEX>  </COLUMN>
8155  <INDEX ID="3510" IndexName="llx_societe_remise_except_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3299">  <COLUMN ID="2455" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8156  <INDEXCOLUMNS>  <OPTIONSELECTED>
8157  <INDEXCOLUMN idColumn="2442" LengthParam="0" />  </OPTIONSELECTED>
8158  </INDEXCOLUMNS>  </COLUMN>
8159  </INDEX>  <COLUMN ID="2456" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8160  </INDICES>  <OPTIONSELECTED>
8161  </TABLE>  <OPTIONSELECT Value="0" />
8162  <TABLE ID="1131" Tablename="llx_societe_rib" PrevTableName="" XPos="1212" YPos="302" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="133" >  </OPTIONSELECTED>
8163  <COLUMNS>  </COLUMN>
8164  <COLUMN ID="2452" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2457" ColName="bank" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8165  <OPTIONSELECTED>  <OPTIONSELECTED>
8166  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8167  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8168  </OPTIONSELECTED>  </COLUMN>
8169  </COLUMN>  <COLUMN ID="2458" ColName="code_banque" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8170  <COLUMN ID="2453" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <OPTIONSELECTED>
8171  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8172  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8173  <OPTIONSELECT Value="0" />  </COLUMN>
8174  </OPTIONSELECTED>  <COLUMN ID="2459" ColName="code_guichet" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8175  </COLUMN>  <OPTIONSELECTED>
8176  <COLUMN ID="2454" ColName="datec" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8177  <OPTIONSELECTED>  </OPTIONSELECTED>
8178  </OPTIONSELECTED>  </COLUMN>
8179  </COLUMN>  <COLUMN ID="2460" ColName="number" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8180  <COLUMN ID="2455" ColName="tms" PrevColName="" Pos="4" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <OPTIONSELECTED>
8181  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8182  </OPTIONSELECTED>  </OPTIONSELECTED>
8183  </COLUMN>  </COLUMN>
8184  <COLUMN ID="2456" ColName="label" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2461" ColName="cle_rib" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8185  <OPTIONSELECTED>  <OPTIONSELECTED>
8186  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8187  </OPTIONSELECTED>  </OPTIONSELECTED>
8188  </COLUMN>  </COLUMN>
8189  <COLUMN ID="2457" ColName="bank" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2462" ColName="bic" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8190  <OPTIONSELECTED>  <OPTIONSELECTED>
8191  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8192  </OPTIONSELECTED>  </OPTIONSELECTED>
8193  </COLUMN>  </COLUMN>
8194  <COLUMN ID="2458" ColName="code_banque" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(7)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2463" ColName="iban_prefix" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8195  <OPTIONSELECTED>  <OPTIONSELECTED>
8196  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8197  </OPTIONSELECTED>  </OPTIONSELECTED>
8198  </COLUMN>  </COLUMN>
8199  <COLUMN ID="2459" ColName="code_guichet" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2464" ColName="domiciliation" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8200  <OPTIONSELECTED>  <OPTIONSELECTED>
8201  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8202  </OPTIONSELECTED>  </OPTIONSELECTED>
8203  </COLUMN>  </COLUMN>
8204  <COLUMN ID="2460" ColName="number" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2465" ColName="proprio" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8205  <OPTIONSELECTED>  <OPTIONSELECTED>
8206  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8207  </OPTIONSELECTED>  </OPTIONSELECTED>
8208  </COLUMN>  </COLUMN>
8209  <COLUMN ID="2461" ColName="cle_rib" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2466" ColName="adresse_proprio" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8210  <OPTIONSELECTED>  <OPTIONSELECTED>
8211  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8212  </OPTIONSELECTED>  </OPTIONSELECTED>
8213  </COLUMN>  </COLUMN>
8214  <COLUMN ID="2462" ColName="bic" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMNS>
8215  <OPTIONSELECTED>  <RELATIONS_END>
8216  <OPTIONSELECT Value="0" />  <RELATION_END ID="3297" />
8217  </OPTIONSELECTED>  </RELATIONS_END>
8218  </COLUMN>  <INDICES>
8219  <COLUMN ID="2463" ColName="iban_prefix" PrevColName="" Pos="12" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2467" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8220  <OPTIONSELECTED>  <INDEXCOLUMNS>
8221  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2452" LengthParam="0" />
8222  </OPTIONSELECTED>  </INDEXCOLUMNS>
8223  </COLUMN>  </INDEX>
8224  <COLUMN ID="2464" ColName="domiciliation" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="3511" IndexName="llx_societe_rib_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3297">
8225  <OPTIONSELECTED>  <INDEXCOLUMNS>
8226  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2453" LengthParam="0" />
8227  </OPTIONSELECTED>  </INDEXCOLUMNS>
8228  </COLUMN>  </INDEX>
8229  <COLUMN ID="2465" ColName="proprio" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(60)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
8230  <OPTIONSELECTED>  </TABLE>
8231  <OPTIONSELECT Value="0" />  <TABLE ID="1132" Tablename="llx_socpeople" PrevTableName="" XPos="754" YPos="676" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="134" >
8232  </OPTIONSELECTED>  <COLUMNS>
8233  </COLUMN>  <COLUMN ID="3278" ColName="idp" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8234  <COLUMN ID="2466" ColName="adresse_proprio" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8235  <OPTIONSELECTED>  <OPTIONSELECT Value="1" />
8236  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8237  </OPTIONSELECTED>  </OPTIONSELECTED>
8238  </COLUMN>  </COLUMN>
8239  </COLUMNS>  <COLUMN ID="2469" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8240  <RELATIONS_END>  <OPTIONSELECTED>
8241  <RELATION_END ID="3297" />  </OPTIONSELECTED>
8242  </RELATIONS_END>  </COLUMN>
8243  <INDICES>  <COLUMN ID="2470" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8244  <INDEX ID="2467" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8245  <INDEXCOLUMNS>  </OPTIONSELECTED>
8246  <INDEXCOLUMN idColumn="2452" LengthParam="0" />  </COLUMN>
8247  </INDEXCOLUMNS>  <COLUMN ID="2471" ColName="fk_soc" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8248  </INDEX>  <OPTIONSELECTED>
8249  <INDEX ID="3511" IndexName="llx_societe_rib_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3297">  <OPTIONSELECT Value="0" />
8250  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8251  <INDEXCOLUMN idColumn="2453" LengthParam="0" />  </OPTIONSELECTED>
8252  </INDEXCOLUMNS>  </COLUMN>
8253  </INDEX>  <COLUMN ID="2472" ColName="civilite" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8254  </INDICES>  <OPTIONSELECTED>
8255  </TABLE>  <OPTIONSELECT Value="0" />
8256  <TABLE ID="1132" Tablename="llx_socpeople" PrevTableName="" XPos="754" YPos="676" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="134" >  </OPTIONSELECTED>
8257  <COLUMNS>  </COLUMN>
8258  <COLUMN ID="3278" ColName="idp" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2473" ColName="name" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8259  <OPTIONSELECTED>  <OPTIONSELECTED>
8260  <OPTIONSELECT Value="1" />  <OPTIONSELECT Value="0" />
8261  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8262  </OPTIONSELECTED>  </COLUMN>
8263  </COLUMN>  <COLUMN ID="2474" ColName="firstname" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8264  <COLUMN ID="2469" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8265  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8266  </OPTIONSELECTED>  </OPTIONSELECTED>
8267  </COLUMN>  </COLUMN>
8268  <COLUMN ID="2470" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <COLUMN ID="2475" ColName="address" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8269  <OPTIONSELECTED>  <OPTIONSELECTED>
8270  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8271  </COLUMN>  </OPTIONSELECTED>
8272  <COLUMN ID="2471" ColName="fk_soc" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </COLUMN>
8273  <OPTIONSELECTED>  <COLUMN ID="2476" ColName="cp" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8274  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8275  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8276  </OPTIONSELECTED>  </OPTIONSELECTED>
8277  </COLUMN>  </COLUMN>
8278  <COLUMN ID="2472" ColName="civilite" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2477" ColName="ville" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8279  <OPTIONSELECTED>  <OPTIONSELECTED>
8280  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8281  </OPTIONSELECTED>  </OPTIONSELECTED>
8282  </COLUMN>  </COLUMN>
8283  <COLUMN ID="2473" ColName="name" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2478" ColName="fk_pays" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8284  <OPTIONSELECTED>  <OPTIONSELECTED>
8285  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8286  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8287  </COLUMN>  </OPTIONSELECTED>
8288  <COLUMN ID="2474" ColName="firstname" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8289  <OPTIONSELECTED>  <COLUMN ID="2479" ColName="birthday" PrevColName="" Pos="12" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8290  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8291  </OPTIONSELECTED>  </OPTIONSELECTED>
8292  </COLUMN>  </COLUMN>
8293  <COLUMN ID="2475" ColName="address" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2480" ColName="poste" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(80)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8294  <OPTIONSELECTED>  <OPTIONSELECTED>
8295  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8296  </OPTIONSELECTED>  </OPTIONSELECTED>
8297  </COLUMN>  </COLUMN>
8298  <COLUMN ID="2476" ColName="cp" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2481" ColName="phone" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8299  <OPTIONSELECTED>  <OPTIONSELECTED>
8300  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8301  </OPTIONSELECTED>  </OPTIONSELECTED>
8302  </COLUMN>  </COLUMN>
8303  <COLUMN ID="2477" ColName="ville" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2482" ColName="phone_perso" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8304  <OPTIONSELECTED>  <OPTIONSELECTED>
8305  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8306  </OPTIONSELECTED>  </OPTIONSELECTED>
8307  </COLUMN>  </COLUMN>
8308  <COLUMN ID="2478" ColName="fk_pays" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2483" ColName="phone_mobile" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8309  <OPTIONSELECTED>  <OPTIONSELECTED>
8310  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8311  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8312  </OPTIONSELECTED>  </COLUMN>
8313  </COLUMN>  <COLUMN ID="2484" ColName="fax" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8314  <COLUMN ID="2479" ColName="birthday" PrevColName="" Pos="12" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8315  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8316  </OPTIONSELECTED>  </OPTIONSELECTED>
8317  </COLUMN>  </COLUMN>
8318  <COLUMN ID="2480" ColName="poste" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(80)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2485" ColName="email" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8319  <OPTIONSELECTED>  <OPTIONSELECTED>
8320  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8321  </OPTIONSELECTED>  </OPTIONSELECTED>
8322  </COLUMN>  </COLUMN>
8323  <COLUMN ID="2481" ColName="phone" PrevColName="" Pos="14" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2486" ColName="jabberid" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8324  <OPTIONSELECTED>  <OPTIONSELECTED>
8325  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8326  </OPTIONSELECTED>  </OPTIONSELECTED>
8327  </COLUMN>  </COLUMN>
8328  <COLUMN ID="2482" ColName="phone_perso" PrevColName="" Pos="15" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2487" ColName="fk_user" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8329  <OPTIONSELECTED>  <OPTIONSELECTED>
8330  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8331  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8332  </COLUMN>  </OPTIONSELECTED>
8333  <COLUMN ID="2483" ColName="phone_mobile" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8334  <OPTIONSELECTED>  <COLUMN ID="2488" ColName="fk_user_modif" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8335  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8336  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8337  </COLUMN>  <OPTIONSELECT Value="0" />
8338  <COLUMN ID="2484" ColName="fax" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8339  <OPTIONSELECTED>  </COLUMN>
8340  <OPTIONSELECT Value="0" />  <COLUMN ID="2489" ColName="note" PrevColName="" Pos="22" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8341  </OPTIONSELECTED>  <OPTIONSELECTED>
8342  </COLUMN>  </OPTIONSELECTED>
8343  <COLUMN ID="2485" ColName="email" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8344  <OPTIONSELECTED>  </COLUMNS>
8345  <OPTIONSELECT Value="0" />  <RELATIONS_START>
8346  </OPTIONSELECTED>  <RELATION_START ID="3283" />
8347  </COLUMN>  <RELATION_START ID="3319" />
8348  <COLUMN ID="2486" ColName="jabberid" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </RELATIONS_START>
8349  <OPTIONSELECTED>  <RELATIONS_END>
8350  <OPTIONSELECT Value="0" />  <RELATION_END ID="3276" />
8351  </OPTIONSELECTED>  </RELATIONS_END>
8352  </COLUMN>  <INDICES>
8353  <COLUMN ID="2487" ColName="fk_user" PrevColName="" Pos="20" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="3279" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8354  <OPTIONSELECTED>  <INDEXCOLUMNS>
8355  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="3278" LengthParam="0" />
8356  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8357  </OPTIONSELECTED>  </INDEX>
8358  </COLUMN>  <INDEX ID="2491" IndexName="idx_socpeople_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">
8359  <COLUMN ID="2488" ColName="fk_user_modif" PrevColName="" Pos="21" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8360  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2471" LengthParam="0" />
8361  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8362  <OPTIONSELECT Value="0" />  </INDEX>
8363  </OPTIONSELECTED>  <INDEX ID="3512" IndexName="llx_socpeople_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3276">
8364  </COLUMN>  <INDEXCOLUMNS>
8365  <COLUMN ID="2489" ColName="note" PrevColName="" Pos="22" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2471" LengthParam="0" />
8366  <OPTIONSELECTED>  </INDEXCOLUMNS>
8367  </OPTIONSELECTED>  </INDEX>
8368  </COLUMN>  </INDICES>
8369  </COLUMNS>  </TABLE>
8370  <RELATIONS_START>  <TABLE ID="1133" Tablename="llx_socstatutlog" PrevTableName="" XPos="2574" YPos="1002" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="135" >
8371  <RELATION_START ID="3283" />  <COLUMNS>
8372  <RELATION_START ID="3319" />  <COLUMN ID="2492" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8373  </RELATIONS_START>  <OPTIONSELECTED>
8374  <RELATIONS_END>  <OPTIONSELECT Value="0" />
8375  <RELATION_END ID="3276" />  <OPTIONSELECT Value="0" />
8376  </RELATIONS_END>  </OPTIONSELECTED>
8377  <INDICES>  </COLUMN>
8378  <INDEX ID="3279" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2493" ColName="datel" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8379  <INDEXCOLUMNS>  <OPTIONSELECTED>
8380  <INDEXCOLUMN idColumn="3278" LengthParam="0" />  </OPTIONSELECTED>
8381  </INDEXCOLUMNS>  </COLUMN>
8382  </INDEX>  <COLUMN ID="2494" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8383  <INDEX ID="2491" IndexName="idx_socpeople_fk_soc" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8384  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8385  <INDEXCOLUMN idColumn="2471" LengthParam="0" />  <OPTIONSELECT Value="0" />
8386  </INDEXCOLUMNS>  </OPTIONSELECTED>
8387  </INDEX>  </COLUMN>
8388  <INDEX ID="3512" IndexName="llx_socpeople_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3276">  <COLUMN ID="2495" ColName="fk_statut" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8389  <INDEXCOLUMNS>  <OPTIONSELECTED>
8390  <INDEXCOLUMN idColumn="2471" LengthParam="0" />  <OPTIONSELECT Value="0" />
8391  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8392  </INDEX>  </OPTIONSELECTED>
8393  </INDICES>  </COLUMN>
8394  </TABLE>  <COLUMN ID="2496" ColName="author" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8395  <TABLE ID="1133" Tablename="llx_socstatutlog" PrevTableName="" XPos="2574" YPos="1002" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="135" >  <OPTIONSELECTED>
8396  <COLUMNS>  <OPTIONSELECT Value="0" />
8397  <COLUMN ID="2492" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8398  <OPTIONSELECTED>  </COLUMN>
8399  <OPTIONSELECT Value="0" />  </COLUMNS>
8400  <OPTIONSELECT Value="0" />  <RELATIONS_END>
8401  </OPTIONSELECTED>  <RELATION_END ID="3290" />
8402  </COLUMN>  </RELATIONS_END>
8403  <COLUMN ID="2493" ColName="datel" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDICES>
8404  <OPTIONSELECTED>  <INDEX ID="2497" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8405  </OPTIONSELECTED>  <INDEXCOLUMNS>
8406  </COLUMN>  <INDEXCOLUMN idColumn="2492" LengthParam="0" />
8407  <COLUMN ID="2494" ColName="fk_soc" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </INDEXCOLUMNS>
8408  <OPTIONSELECTED>  </INDEX>
8409  <OPTIONSELECT Value="0" />  <INDEX ID="3513" IndexName="llx_socstatutlog_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3290">
8410  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8411  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2494" LengthParam="0" />
8412  </COLUMN>  </INDEXCOLUMNS>
8413  <COLUMN ID="2495" ColName="fk_statut" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
8414  <OPTIONSELECTED>  </INDICES>
8415  <OPTIONSELECT Value="0" />  </TABLE>
8416  <OPTIONSELECT Value="0" />  <TABLE ID="1134" Tablename="llx_sqltables" PrevTableName="" XPos="3364" YPos="84" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="136" >
8417  </OPTIONSELECTED>  <COLUMNS>
8418  </COLUMN>  <COLUMN ID="2498" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8419  <COLUMN ID="2496" ColName="author" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8420  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8421  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8422  </OPTIONSELECTED>  </OPTIONSELECTED>
8423  </COLUMN>  </COLUMN>
8424  </COLUMNS>  <COLUMN ID="2499" ColName="name" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8425  <RELATIONS_END>  <OPTIONSELECTED>
8426  <RELATION_END ID="3290" />  <OPTIONSELECT Value="0" />
8427  </RELATIONS_END>  </OPTIONSELECTED>
8428  <INDICES>  </COLUMN>
8429  <INDEX ID="2497" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2500" ColName="loaded" PrevColName="" Pos="3" idDatatype="1" DatatypeParams="(1)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8430  <INDEXCOLUMNS>  <OPTIONSELECTED>
8431  <INDEXCOLUMN idColumn="2492" LengthParam="0" />  <OPTIONSELECT Value="0" />
8432  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8433  </INDEX>  </OPTIONSELECTED>
8434  <INDEX ID="3513" IndexName="llx_socstatutlog_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3290">  </COLUMN>
8435  <INDEXCOLUMNS>  </COLUMNS>
8436  <INDEXCOLUMN idColumn="2494" LengthParam="0" />  <INDICES>
8437  </INDEXCOLUMNS>  <INDEX ID="2501" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8438  </INDEX>  <INDEXCOLUMNS>
8439  </INDICES>  <INDEXCOLUMN idColumn="2498" LengthParam="0" />
8440  </TABLE>  </INDEXCOLUMNS>
8441  <TABLE ID="1134" Tablename="llx_sqltables" PrevTableName="" XPos="3364" YPos="84" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="136" >  </INDEX>
8442  <COLUMNS>  </INDICES>
8443  <COLUMN ID="2498" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </TABLE>
8444  <OPTIONSELECTED>  <TABLE ID="1135" Tablename="llx_stock_mouvement" PrevTableName="" XPos="3880" YPos="2404" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="137" >
8445  <OPTIONSELECT Value="0" />  <COLUMNS>
8446  <OPTIONSELECT Value="0" />  <COLUMN ID="2502" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8447  </OPTIONSELECTED>  <OPTIONSELECTED>
8448  </COLUMN>  <OPTIONSELECT Value="0" />
8449  <COLUMN ID="2499" ColName="name" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8450  <OPTIONSELECTED>  </OPTIONSELECTED>
8451  <OPTIONSELECT Value="0" />  </COLUMN>
8452  </OPTIONSELECTED>  <COLUMN ID="2503" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8453  </COLUMN>  <OPTIONSELECTED>
8454  <COLUMN ID="2500" ColName="loaded" PrevColName="" Pos="3" idDatatype="1" DatatypeParams="(1)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8455  <OPTIONSELECTED>  </COLUMN>
8456  <OPTIONSELECT Value="0" />  <COLUMN ID="2504" ColName="datem" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8457  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8458  </OPTIONSELECTED>  </OPTIONSELECTED>
8459  </COLUMN>  </COLUMN>
8460  </COLUMNS>  <COLUMN ID="2505" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8461  <INDICES>  <OPTIONSELECTED>
8462  <INDEX ID="2501" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
8463  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8464  <INDEXCOLUMN idColumn="2498" LengthParam="0" />  </OPTIONSELECTED>
8465  </INDEXCOLUMNS>  </COLUMN>
8466  </INDEX>  <COLUMN ID="2506" ColName="fk_entrepot" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8467  </INDICES>  <OPTIONSELECTED>
8468  </TABLE>  <OPTIONSELECT Value="0" />
8469  <TABLE ID="1135" Tablename="llx_stock_mouvement" PrevTableName="" XPos="3880" YPos="2404" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="137" >  <OPTIONSELECT Value="0" />
8470  <COLUMNS>  </OPTIONSELECTED>
8471  <COLUMN ID="2502" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8472  <OPTIONSELECTED>  <COLUMN ID="2507" ColName="value" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8473  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8474  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8475  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8476  </COLUMN>  </OPTIONSELECTED>
8477  <COLUMN ID="2503" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  </COLUMN>
8478  <OPTIONSELECTED>  <COLUMN ID="2508" ColName="type_mouvement" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8479  </OPTIONSELECTED>  <OPTIONSELECTED>
8480  </COLUMN>  <OPTIONSELECT Value="0" />
8481  <COLUMN ID="2504" ColName="datem" PrevColName="" Pos="3" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8482  <OPTIONSELECTED>  </OPTIONSELECTED>
8483  </OPTIONSELECTED>  </COLUMN>
8484  </COLUMN>  <COLUMN ID="2509" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8485  <COLUMN ID="2505" ColName="fk_product" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8486  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8487  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8488  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8489  </OPTIONSELECTED>  </COLUMN>
8490  </COLUMN>  </COLUMNS>
8491  <COLUMN ID="2506" ColName="fk_entrepot" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDICES>
8492  <OPTIONSELECTED>  <INDEX ID="2510" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8493  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8494  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2502" LengthParam="0" />
8495  </OPTIONSELECTED>  </INDEXCOLUMNS>
8496  </COLUMN>  </INDEX>
8497  <COLUMN ID="2507" ColName="value" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2511" IndexName="fk_product" IndexKind="1" FKRefDef_Obj_id="-1">
8498  <OPTIONSELECTED>  <INDEXCOLUMNS>
8499  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2505" LengthParam="0" />
8500  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8501  </OPTIONSELECTED>  </INDEX>
8502  </COLUMN>  <INDEX ID="2512" IndexName="fk_entrepot" IndexKind="1" FKRefDef_Obj_id="-1">
8503  <COLUMN ID="2508" ColName="type_mouvement" PrevColName="" Pos="7" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8504  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2506" LengthParam="0" />
8505  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8506  <OPTIONSELECT Value="0" />  </INDEX>
8507  </OPTIONSELECTED>  </INDICES>
8508  </COLUMN>  </TABLE>
8509  <COLUMN ID="2509" ColName="fk_user_author" PrevColName="" Pos="8" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <TABLE ID="1136" Tablename="llx_todocomm" PrevTableName="" XPos="3880" YPos="2508" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="138" >
8510  <OPTIONSELECTED>  <COLUMNS>
8511  <OPTIONSELECT Value="0" />  <COLUMN ID="2513" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8512  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8513  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8514  </COLUMN>  <OPTIONSELECT Value="0" />
8515  </COLUMNS>  </OPTIONSELECTED>
8516  <INDICES>  </COLUMN>
8517  <INDEX ID="2510" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2514" ColName="datea" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8518  <INDEXCOLUMNS>  <OPTIONSELECTED>
8519  <INDEXCOLUMN idColumn="2502" LengthParam="0" />  </OPTIONSELECTED>
8520  </INDEXCOLUMNS>  </COLUMN>
8521  </INDEX>  <COLUMN ID="2515" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8522  <INDEX ID="2511" IndexName="fk_product" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8523  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8524  <INDEXCOLUMN idColumn="2505" LengthParam="0" />  </OPTIONSELECTED>
8525  </INDEXCOLUMNS>  </COLUMN>
8526  </INDEX>  <COLUMN ID="2516" ColName="fk_user_action" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8527  <INDEX ID="2512" IndexName="fk_entrepot" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8528  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8529  <INDEXCOLUMN idColumn="2506" LengthParam="0" />  <OPTIONSELECT Value="0" />
8530  </INDEXCOLUMNS>  </OPTIONSELECTED>
8531  </INDEX>  </COLUMN>
8532  </INDICES>  <COLUMN ID="2517" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8533  </TABLE>  <OPTIONSELECTED>
8534  <TABLE ID="1136" Tablename="llx_todocomm" PrevTableName="" XPos="3880" YPos="2508" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="138" >  <OPTIONSELECT Value="0" />
8535  <COLUMNS>  <OPTIONSELECT Value="0" />
8536  <COLUMN ID="2513" ColName="id" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8537  <OPTIONSELECTED>  </COLUMN>
8538  <OPTIONSELECT Value="0" />  <COLUMN ID="2518" ColName="fk_soc" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8539  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8540  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8541  </COLUMN>  <OPTIONSELECT Value="0" />
8542  <COLUMN ID="2514" ColName="datea" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8543  <OPTIONSELECTED>  </COLUMN>
8544  </OPTIONSELECTED>  <COLUMN ID="2519" ColName="fk_contact" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8545  </COLUMN>  <OPTIONSELECTED>
8546  <COLUMN ID="2515" ColName="label" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8547  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8548  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8549  </OPTIONSELECTED>  </COLUMN>
8550  </COLUMN>  <COLUMN ID="2520" ColName="note" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8551  <COLUMN ID="2516" ColName="fk_user_action" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8552  <OPTIONSELECTED>  </OPTIONSELECTED>
8553  <OPTIONSELECT Value="0" />  </COLUMN>
8554  <OPTIONSELECT Value="0" />  </COLUMNS>
8555  </OPTIONSELECTED>  <INDICES>
8556  </COLUMN>  <INDEX ID="2521" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8557  <COLUMN ID="2517" ColName="fk_user_author" PrevColName="" Pos="5" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8558  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2513" LengthParam="0" />
8559  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8560  <OPTIONSELECT Value="0" />  </INDEX>
8561  </OPTIONSELECTED>  </INDICES>
8562  </COLUMN>  </TABLE>
8563  <COLUMN ID="2518" ColName="fk_soc" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <TABLE ID="1137" Tablename="llx_transaction_bplc" PrevTableName="" XPos="2858" YPos="23" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="139" >
8564  <OPTIONSELECTED>  <COLUMNS>
8565  <OPTIONSELECT Value="0" />  <COLUMN ID="2522" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8566  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8567  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8568  </COLUMN>  <OPTIONSELECT Value="0" />
8569  <COLUMN ID="2519" ColName="fk_contact" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8570  <OPTIONSELECTED>  </COLUMN>
8571  <OPTIONSELECT Value="0" />  <COLUMN ID="2523" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8572  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8573  </OPTIONSELECTED>  </OPTIONSELECTED>
8574  </COLUMN>  </COLUMN>
8575  <COLUMN ID="2520" ColName="note" PrevColName="" Pos="8" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2524" ColName="ipclient" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8576  <OPTIONSELECTED>  <OPTIONSELECTED>
8577  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8578  </COLUMN>  </OPTIONSELECTED>
8579  </COLUMNS>  </COLUMN>
8580  <INDICES>  <COLUMN ID="2525" ColName="num_transaction" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8581  <INDEX ID="2521" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8582  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8583  <INDEXCOLUMN idColumn="2513" LengthParam="0" />  </OPTIONSELECTED>
8584  </INDEXCOLUMNS>  </COLUMN>
8585  </INDEX>  <COLUMN ID="2526" ColName="date_transaction" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8586  </INDICES>  <OPTIONSELECTED>
8587  </TABLE>  <OPTIONSELECT Value="0" />
8588  <TABLE ID="1137" Tablename="llx_transaction_bplc" PrevTableName="" XPos="2858" YPos="23" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="139" >  </OPTIONSELECTED>
8589  <COLUMNS>  </COLUMN>
8590  <COLUMN ID="2522" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2527" ColName="heure_transaction" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8591  <OPTIONSELECTED>  <OPTIONSELECTED>
8592  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8593  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8594  </OPTIONSELECTED>  </COLUMN>
8595  </COLUMN>  <COLUMN ID="2528" ColName="num_autorisation" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8596  <COLUMN ID="2523" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <OPTIONSELECTED>
8597  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8598  </OPTIONSELECTED>  </OPTIONSELECTED>
8599  </COLUMN>  </COLUMN>
8600  <COLUMN ID="2524" ColName="ipclient" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2529" ColName="cle_acceptation" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8601  <OPTIONSELECTED>  <OPTIONSELECTED>
8602  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8603  </OPTIONSELECTED>  </OPTIONSELECTED>
8604  </COLUMN>  </COLUMN>
8605  <COLUMN ID="2525" ColName="num_transaction" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2530" ColName="code_retour" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8606  <OPTIONSELECTED>  <OPTIONSELECTED>
8607  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8608  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8609  </COLUMN>  </OPTIONSELECTED>
8610  <COLUMN ID="2526" ColName="date_transaction" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8611  <OPTIONSELECTED>  <COLUMN ID="2531" ColName="ref_commande" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8612  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8613  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8614  </COLUMN>  <OPTIONSELECT Value="0" />
8615  <COLUMN ID="2527" ColName="heure_transaction" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8616  <OPTIONSELECTED>  </COLUMN>
8617  <OPTIONSELECT Value="0" />  </COLUMNS>
8618  </OPTIONSELECTED>  <INDICES>
8619  </COLUMN>  <INDEX ID="2532" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8620  <COLUMN ID="2528" ColName="num_autorisation" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8621  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2522" LengthParam="0" />
8622  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8623  </OPTIONSELECTED>  </INDEX>
8624  </COLUMN>  </INDICES>
8625  <COLUMN ID="2529" ColName="cle_acceptation" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(5)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </TABLE>
8626  <OPTIONSELECTED>  <TABLE ID="1138" Tablename="llx_tva" PrevTableName="" XPos="1156" YPos="39" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="140" >
8627  <OPTIONSELECT Value="0" />  <COLUMNS>
8628  </OPTIONSELECTED>  <COLUMN ID="2533" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8629  </COLUMN>  <OPTIONSELECTED>
8630  <COLUMN ID="2530" ColName="code_retour" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8631  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8632  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8633  <OPTIONSELECT Value="0" />  </COLUMN>
8634  </OPTIONSELECTED>  <COLUMN ID="2534" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8635  </COLUMN>  <OPTIONSELECTED>
8636  <COLUMN ID="2531" ColName="ref_commande" PrevColName="" Pos="10" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8637  <OPTIONSELECTED>  </COLUMN>
8638  <OPTIONSELECT Value="0" />  <COLUMN ID="2535" ColName="datep" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8639  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8640  </OPTIONSELECTED>  </OPTIONSELECTED>
8641  </COLUMN>  </COLUMN>
8642  </COLUMNS>  <COLUMN ID="2536" ColName="datev" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8643  <INDICES>  <OPTIONSELECTED>
8644  <INDEX ID="2532" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
8645  <INDEXCOLUMNS>  </COLUMN>
8646  <INDEXCOLUMN idColumn="2522" LengthParam="0" />  <COLUMN ID="2537" ColName="amount" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8647  </INDEXCOLUMNS>  <OPTIONSELECTED>
8648  </INDEX>  <OPTIONSELECT Value="0" />
8649  </INDICES>  </OPTIONSELECTED>
8650  </TABLE>  </COLUMN>
8651  <TABLE ID="1138" Tablename="llx_tva" PrevTableName="" XPos="1958" YPos="258" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="140" >  <COLUMN ID="2538" ColName="label" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8652  <COLUMNS>  <OPTIONSELECTED>
8653  <COLUMN ID="2533" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8654  <OPTIONSELECTED>  </OPTIONSELECTED>
8655  <OPTIONSELECT Value="0" />  </COLUMN>
8656  <OPTIONSELECT Value="0" />  <COLUMN ID="2539" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8657  </OPTIONSELECTED>  <OPTIONSELECTED>
8658  </COLUMN>  </OPTIONSELECTED>
8659  <COLUMN ID="2534" ColName="tms" PrevColName="" Pos="2" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  </COLUMN>
8660  <OPTIONSELECTED>  </COLUMNS>
8661  </OPTIONSELECTED>  <INDICES>
8662  </COLUMN>  <INDEX ID="2540" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8663  <COLUMN ID="2535" ColName="datep" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8664  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2533" LengthParam="0" />
8665  </OPTIONSELECTED>  </INDEXCOLUMNS>
8666  </COLUMN>  </INDEX>
8667  <COLUMN ID="2536" ColName="datev" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
8668  <OPTIONSELECTED>  </TABLE>
8669  </OPTIONSELECTED>  <TABLE ID="1139" Tablename="llx_user" PrevTableName="" XPos="22" YPos="562" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="141" >
8670  </COLUMN>  <COLUMNS>
8671  <COLUMN ID="2537" ColName="amount" PrevColName="" Pos="5" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2541" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8672  <OPTIONSELECTED>  <OPTIONSELECTED>
8673  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8674  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8675  </COLUMN>  </OPTIONSELECTED>
8676  <COLUMN ID="2538" ColName="label" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8677  <OPTIONSELECTED>  <COLUMN ID="2542" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8678  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8679  </OPTIONSELECTED>  </OPTIONSELECTED>
8680  </COLUMN>  </COLUMN>
8681  <COLUMN ID="2539" ColName="note" PrevColName="" Pos="7" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2543" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8682  <OPTIONSELECTED>  <OPTIONSELECTED>
8683  </OPTIONSELECTED>  </OPTIONSELECTED>
8684  </COLUMN>  </COLUMN>
8685  </COLUMNS>  <COLUMN ID="2544" ColName="login" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(8)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8686  <INDICES>  <OPTIONSELECTED>
8687  <INDEX ID="2540" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
8688  <INDEXCOLUMNS>  </OPTIONSELECTED>
8689  <INDEXCOLUMN idColumn="2533" LengthParam="0" />  </COLUMN>
8690  </INDEXCOLUMNS>  <COLUMN ID="2545" ColName="pass" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(32)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8691  </INDEX>  <OPTIONSELECTED>
8692  </INDICES>  <OPTIONSELECT Value="0" />
8693  </TABLE>  </OPTIONSELECTED>
8694  <TABLE ID="1139" Tablename="llx_user" PrevTableName="" XPos="22" YPos="562" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="141" >  </COLUMN>
8695  <COLUMNS>  <COLUMN ID="2546" ColName="name" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8696  <COLUMN ID="2541" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8697  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8698  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8699  <OPTIONSELECT Value="0" />  </COLUMN>
8700  </OPTIONSELECTED>  <COLUMN ID="2547" ColName="firstname" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8701  </COLUMN>  <OPTIONSELECTED>
8702  <COLUMN ID="2542" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8703  <OPTIONSELECTED>  </OPTIONSELECTED>
8704  </OPTIONSELECTED>  </COLUMN>
8705  </COLUMN>  <COLUMN ID="2548" ColName="code" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8706  <COLUMN ID="2543" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <OPTIONSELECTED>
8707  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8708  </OPTIONSELECTED>  </OPTIONSELECTED>
8709  </COLUMN>  </COLUMN>
8710  <COLUMN ID="2544" ColName="login" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(8)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2549" ColName="email" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8711  <OPTIONSELECTED>  <OPTIONSELECTED>
8712  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8713  </OPTIONSELECTED>  </OPTIONSELECTED>
8714  </COLUMN>  </COLUMN>
8715  <COLUMN ID="2545" ColName="pass" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(32)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2550" ColName="admin" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8716  <OPTIONSELECTED>  <OPTIONSELECTED>
8717  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8718  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8719  </COLUMN>  </OPTIONSELECTED>
8720  <COLUMN ID="2546" ColName="name" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8721  <OPTIONSELECTED>  <COLUMN ID="2551" ColName="webcal_login" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8722  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8723  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8724  </COLUMN>  </OPTIONSELECTED>
8725  <COLUMN ID="2547" ColName="firstname" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
8726  <OPTIONSELECTED>  <COLUMN ID="2552" ColName="fk_societe" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8727  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8728  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8729  </COLUMN>  <OPTIONSELECT Value="0" />
8730  <COLUMN ID="2548" ColName="code" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(4)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8731  <OPTIONSELECTED>  </COLUMN>
8732  <OPTIONSELECT Value="0" />  <COLUMN ID="2553" ColName="fk_socpeople" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8733  </OPTIONSELECTED>  <OPTIONSELECTED>
8734  </COLUMN>  <OPTIONSELECT Value="1" />
8735  <COLUMN ID="2549" ColName="email" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
8736  <OPTIONSELECTED>  </OPTIONSELECTED>
8737  <OPTIONSELECT Value="0" />  </COLUMN>
8738  </OPTIONSELECTED>  <COLUMN ID="2554" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8739  </COLUMN>  <OPTIONSELECTED>
8740  <COLUMN ID="2550" ColName="admin" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
8741  <OPTIONSELECTED>  </COLUMN>
8742  <OPTIONSELECT Value="0" />  <COLUMN ID="2555" ColName="datelastaccess" PrevColName="" Pos="15" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8743  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8744  </OPTIONSELECTED>  </OPTIONSELECTED>
8745  </COLUMN>  </COLUMN>
8746  <COLUMN ID="2551" ColName="webcal_login" PrevColName="" Pos="11" idDatatype="20" DatatypeParams="(25)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2556" ColName="egroupware_id" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8747  <OPTIONSELECTED>  <OPTIONSELECTED>
8748  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8749  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8750  </COLUMN>  </OPTIONSELECTED>
8751  <COLUMN ID="2552" ColName="fk_societe" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </COLUMN>
8752  <OPTIONSELECTED>  <COLUMN ID="2557" ColName="office_phone" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8753  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
8754  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8755  </OPTIONSELECTED>  </OPTIONSELECTED>
8756  </COLUMN>  </COLUMN>
8757  <COLUMN ID="2553" ColName="fk_socpeople" PrevColName="" Pos="13" idDatatype="5" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="2558" ColName="office_fax" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8758  <OPTIONSELECTED>  <OPTIONSELECTED>
8759  <OPTIONSELECT Value="1" />  <OPTIONSELECT Value="0" />
8760  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
8761  </OPTIONSELECTED>  </COLUMN>
8762  </COLUMN>  <COLUMN ID="2559" ColName="user_mobile" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8763  <COLUMN ID="2554" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8764  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8765  </OPTIONSELECTED>  </OPTIONSELECTED>
8766  </COLUMN>  </COLUMN>
8767  <COLUMN ID="2555" ColName="datelastaccess" PrevColName="" Pos="15" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMNS>
8768  <OPTIONSELECTED>  <RELATIONS_START>
8769  </OPTIONSELECTED>  <RELATION_START ID="3312" />
8770  </COLUMN>  <RELATION_START ID="3333" />
8771  <COLUMN ID="2556" ColName="egroupware_id" PrevColName="" Pos="16" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_START ID="3336" />
8772  <OPTIONSELECTED>  <RELATION_START ID="3340" />
8773  <OPTIONSELECT Value="0" />  <RELATION_START ID="3359" />
8774  <OPTIONSELECT Value="0" />  <RELATION_START ID="3389" />
8775  </OPTIONSELECTED>  <RELATION_START ID="3391" />
8776  </COLUMN>  </RELATIONS_START>
8777  <COLUMN ID="2557" ColName="office_phone" PrevColName="" Pos="17" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATIONS_END>
8778  <OPTIONSELECTED>  <RELATION_END ID="3315" />
8779  <OPTIONSELECT Value="0" />  <RELATION_END ID="3319" />
8780  </OPTIONSELECTED>  </RELATIONS_END>
8781  </COLUMN>  <INDICES>
8782  <COLUMN ID="2558" ColName="office_fax" PrevColName="" Pos="18" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2560" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8783  <OPTIONSELECTED>  <INDEXCOLUMNS>
8784  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2541" LengthParam="0" />
8785  </OPTIONSELECTED>  </INDEXCOLUMNS>
8786  </COLUMN>  </INDEX>
8787  <COLUMN ID="2559" ColName="user_mobile" PrevColName="" Pos="19" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2561" IndexName="login" IndexKind="1" FKRefDef_Obj_id="-1">
8788  <OPTIONSELECTED>  <INDEXCOLUMNS>
8789  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2544" LengthParam="0" />
8790  </OPTIONSELECTED>  </INDEXCOLUMNS>
8791  </COLUMN>  </INDEX>
8792  </COLUMNS>  <INDEX ID="3514" IndexName="llx_user_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3315">
8793  <RELATIONS_START>  <INDEXCOLUMNS>
8794  <RELATION_START ID="3312" />  <INDEXCOLUMN idColumn="2552" LengthParam="0" />
8795  <RELATION_START ID="3333" />  </INDEXCOLUMNS>
8796  <RELATION_START ID="3336" />  </INDEX>
8797  <RELATION_START ID="3340" />  <INDEX ID="3515" IndexName="llx_user_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3319">
8798  <RELATION_START ID="3359" />  <INDEXCOLUMNS>
8799  <RELATION_START ID="3389" />  <INDEXCOLUMN idColumn="2553" LengthParam="0" />
8800  <RELATION_START ID="3391" />  </INDEXCOLUMNS>
8801  </RELATIONS_START>  </INDEX>
8802  <RELATIONS_END>  </INDICES>
8803  <RELATION_END ID="3315" />  </TABLE>
8804  <RELATION_END ID="3319" />  <TABLE ID="1140" Tablename="llx_user_alert" PrevTableName="" XPos="30" YPos="378" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="142" >
8805  </RELATIONS_END>  <COLUMNS>
8806  <INDICES>  <COLUMN ID="2562" ColName="rowid1" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8807  <INDEX ID="2560" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8808  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8809  <INDEXCOLUMN idColumn="2541" LengthParam="0" />  <OPTIONSELECT Value="0" />
8810  </INDEXCOLUMNS>  </OPTIONSELECTED>
8811  </INDEX>  </COLUMN>
8812  <INDEX ID="2561" IndexName="login" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2563" ColName="type" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8813  <INDEXCOLUMNS>  <OPTIONSELECTED>
8814  <INDEXCOLUMN idColumn="2544" LengthParam="0" />  <OPTIONSELECT Value="0" />
8815  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8816  </INDEX>  </OPTIONSELECTED>
8817  <INDEX ID="3514" IndexName="llx_user_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3315">  </COLUMN>
8818  <INDEXCOLUMNS>  <COLUMN ID="2564" ColName="fk_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8819  <INDEXCOLUMN idColumn="2552" LengthParam="0" />  <OPTIONSELECTED>
8820  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8821  </INDEX>  <OPTIONSELECT Value="0" />
8822  <INDEX ID="3515" IndexName="llx_user_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3319">  </OPTIONSELECTED>
8823  <INDEXCOLUMNS>  </COLUMN>
8824  <INDEXCOLUMN idColumn="2553" LengthParam="0" />  <COLUMN ID="2565" ColName="fk_user" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8825  </INDEXCOLUMNS>  <OPTIONSELECTED>
8826  </INDEX>  <OPTIONSELECT Value="0" />
8827  </INDICES>  <OPTIONSELECT Value="0" />
8828  </TABLE>  </OPTIONSELECTED>
8829  <TABLE ID="1140" Tablename="llx_user_alert" PrevTableName="" XPos="30" YPos="378" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="142" >  </COLUMN>
8830  <COLUMNS>  </COLUMNS>
8831  <COLUMN ID="2562" ColName="rowid1" PrevColName="rowid" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATIONS_END>
8832  <OPTIONSELECTED>  <RELATION_END ID="3389" />
8833  <OPTIONSELECT Value="0" />  </RELATIONS_END>
8834  <OPTIONSELECT Value="0" />  <INDICES>
8835  </OPTIONSELECTED>  <INDEX ID="2566" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8836  </COLUMN>  <INDEXCOLUMNS>
8837  <COLUMN ID="2563" ColName="type" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2562" LengthParam="0" />
8838  <OPTIONSELECTED>  </INDEXCOLUMNS>
8839  <OPTIONSELECT Value="0" />  </INDEX>
8840  <OPTIONSELECT Value="0" />  <INDEX ID="3516" IndexName="llx_user_alert_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3389">
8841  </OPTIONSELECTED>  <INDEXCOLUMNS>
8842  </COLUMN>  <INDEXCOLUMN idColumn="2565" LengthParam="0" />
8843  <COLUMN ID="2564" ColName="fk_contact" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
8844  <OPTIONSELECTED>  </INDEX>
8845  <OPTIONSELECT Value="0" />  </INDICES>
8846  <OPTIONSELECT Value="0" />  </TABLE>
8847  </OPTIONSELECTED>  <TABLE ID="1141" Tablename="llx_user_clicktodial" PrevTableName="" XPos="282" YPos="628" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="143" >
8848  </COLUMN>  <COLUMNS>
8849  <COLUMN ID="2565" ColName="fk_user" PrevColName="" Pos="4" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <COLUMN ID="3352" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8850  <OPTIONSELECTED>  <OPTIONSELECTED>
8851  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8852  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8853  </OPTIONSELECTED>  </OPTIONSELECTED>
8854  </COLUMN>  </COLUMN>
8855  </COLUMNS>  <COLUMN ID="2568" ColName="login" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(32)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8856  <RELATIONS_END>  <OPTIONSELECTED>
8857  <RELATION_END ID="3389" />  <OPTIONSELECT Value="0" />
8858  </RELATIONS_END>  </OPTIONSELECTED>
8859  <INDICES>  </COLUMN>
8860  <INDEX ID="2566" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2569" ColName="pass" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8861  <INDEXCOLUMNS>  <OPTIONSELECTED>
8862  <INDEXCOLUMN idColumn="2562" LengthParam="0" />  <OPTIONSELECT Value="0" />
8863  </INDEXCOLUMNS>  </OPTIONSELECTED>
8864  </INDEX>  </COLUMN>
8865  <INDEX ID="3516" IndexName="llx_user_alert_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3389">  <COLUMN ID="2570" ColName="poste" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8866  <INDEXCOLUMNS>  <OPTIONSELECTED>
8867  <INDEXCOLUMN idColumn="2565" LengthParam="0" />  <OPTIONSELECT Value="0" />
8868  </INDEXCOLUMNS>  </OPTIONSELECTED>
8869  </INDEX>  </COLUMN>
8870  </INDICES>  </COLUMNS>
8871  </TABLE>  <RELATIONS_END>
8872  <TABLE ID="1141" Tablename="llx_user_clicktodial" PrevTableName="" XPos="282" YPos="628" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="143" >  <RELATION_END ID="3340" />
8873  <COLUMNS>  </RELATIONS_END>
8874  <COLUMN ID="3352" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDICES>
8875  <OPTIONSELECTED>  <INDEX ID="3517" IndexName="llx_user_clicktodial_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3340">
8876  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8877  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="3352" LengthParam="0" />
8878  </OPTIONSELECTED>  </INDEXCOLUMNS>
8879  </COLUMN>  </INDEX>
8880  <COLUMN ID="2568" ColName="login" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(32)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
8881  <OPTIONSELECTED>  </TABLE>
8882  <OPTIONSELECT Value="0" />  <TABLE ID="1142" Tablename="llx_user_param" PrevTableName="" XPos="516" YPos="722" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="144" >
8883  </OPTIONSELECTED>  <COLUMNS>
8884  </COLUMN>  <COLUMN ID="2572" ColName="fk_user" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8885  <COLUMN ID="2569" ColName="pass" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
8886  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
8887  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8888  </OPTIONSELECTED>  </OPTIONSELECTED>
8889  </COLUMN>  </COLUMN>
8890  <COLUMN ID="2570" ColName="poste" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(20)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2573" ColName="page" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8891  <OPTIONSELECTED>  <OPTIONSELECTED>
8892  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
8893  </OPTIONSELECTED>  </OPTIONSELECTED>
8894  </COLUMN>  </COLUMN>
8895  </COLUMNS>  <COLUMN ID="2574" ColName="param" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8896  <RELATIONS_END>  <OPTIONSELECTED>
8897  <RELATION_END ID="3340" />  <OPTIONSELECT Value="0" />
8898  </RELATIONS_END>  </OPTIONSELECTED>
8899  <INDICES>  </COLUMN>
8900  <INDEX ID="3517" IndexName="llx_user_clicktodial_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3340">  <COLUMN ID="2575" ColName="value" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8901  <INDEXCOLUMNS>  <OPTIONSELECTED>
8902  <INDEXCOLUMN idColumn="3352" LengthParam="0" />  <OPTIONSELECT Value="0" />
8903  </INDEXCOLUMNS>  </OPTIONSELECTED>
8904  </INDEX>  </COLUMN>
8905  </INDICES>  </COLUMNS>
8906  </TABLE>  <RELATIONS_END>
8907  <TABLE ID="1142" Tablename="llx_user_param" PrevTableName="" XPos="516" YPos="722" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="144" >  <RELATION_END ID="3391" />
8908  <COLUMNS>  </RELATIONS_END>
8909  <COLUMN ID="2572" ColName="fk_user" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDICES>
8910  <OPTIONSELECTED>  <INDEX ID="2639" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8911  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8912  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2572" LengthParam="0" />
8913  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2573" LengthParam="0" />
8914  </COLUMN>  <INDEXCOLUMN idColumn="2574" LengthParam="0" />
8915  <COLUMN ID="2573" ColName="page" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEXCOLUMNS>
8916  <OPTIONSELECTED>  </INDEX>
8917  <OPTIONSELECT Value="0" />  <INDEX ID="2576" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
8918  </OPTIONSELECTED>  <INDEXCOLUMNS>
8919  </COLUMN>  <INDEXCOLUMN idColumn="2572" LengthParam="0" />
8920  <COLUMN ID="2574" ColName="param" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(64)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2573" LengthParam="0" />
8921  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2574" LengthParam="0" />
8922  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8923  </OPTIONSELECTED>  </INDEX>
8924  </COLUMN>  <INDEX ID="3518" IndexName="llx_user_param_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3391">
8925  <COLUMN ID="2575" ColName="value" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8926  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2572" LengthParam="0" />
8927  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8928  </OPTIONSELECTED>  </INDEX>
8929  </COLUMN>  </INDICES>
8930  </COLUMNS>  </TABLE>
8931  <RELATIONS_END>  <TABLE ID="1143" Tablename="llx_user_rights" PrevTableName="" XPos="314" YPos="774" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="145" >
8932  <RELATION_END ID="3391" />  <COLUMNS>
8933  </RELATIONS_END>  <COLUMN ID="2577" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8934  <INDICES>  <OPTIONSELECTED>
8935  <INDEX ID="2639" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
8936  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8937  <INDEXCOLUMN idColumn="2572" LengthParam="0" />  </OPTIONSELECTED>
8938  <INDEXCOLUMN idColumn="2573" LengthParam="0" />  </COLUMN>
8939  <INDEXCOLUMN idColumn="2574" LengthParam="0" />  <COLUMN ID="3355" ColName="fk_user" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8940  </INDEXCOLUMNS>  <OPTIONSELECTED>
8941  </INDEX>  <OPTIONSELECT Value="0" />
8942  <INDEX ID="2576" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <OPTIONSELECT Value="0" />
8943  <INDEXCOLUMNS>  </OPTIONSELECTED>
8944  <INDEXCOLUMN idColumn="2572" LengthParam="0" />  </COLUMN>
8945  <INDEXCOLUMN idColumn="2573" LengthParam="0" />  <COLUMN ID="2579" ColName="fk_id" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
8946  <INDEXCOLUMN idColumn="2574" LengthParam="0" />  <OPTIONSELECTED>
8947  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8948  </INDEX>  <OPTIONSELECT Value="0" />
8949  <INDEX ID="3518" IndexName="llx_user_param_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3391">  </OPTIONSELECTED>
8950  <INDEXCOLUMNS>  </COLUMN>
8951  <INDEXCOLUMN idColumn="2572" LengthParam="0" />  </COLUMNS>
8952  </INDEXCOLUMNS>  <RELATIONS_END>
8953  </INDEX>  <RELATION_END ID="3336" />
8954  </INDICES>  <RELATION_END ID="3338" />
8955  </TABLE>  </RELATIONS_END>
8956  <TABLE ID="1143" Tablename="llx_user_rights" PrevTableName="" XPos="314" YPos="774" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="145" >  <INDICES>
8957  <COLUMNS>  <INDEX ID="2580" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
8958  <COLUMN ID="2577" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
8959  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2577" LengthParam="0" />
8960  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
8961  <OPTIONSELECT Value="0" />  </INDEX>
8962  </OPTIONSELECTED>  <INDEX ID="2581" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
8963  </COLUMN>  <INDEXCOLUMNS>
8964  <COLUMN ID="3355" ColName="fk_user" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2579" LengthParam="0" />
8965  <OPTIONSELECTED>  </INDEXCOLUMNS>
8966  <OPTIONSELECT Value="0" />  </INDEX>
8967  <OPTIONSELECT Value="0" />  <INDEX ID="3519" IndexName="llx_user_rights_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3336">
8968  </OPTIONSELECTED>  <INDEXCOLUMNS>
8969  </COLUMN>  <INDEXCOLUMN idColumn="3355" LengthParam="0" />
8970  <COLUMN ID="2579" ColName="fk_id" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </INDEXCOLUMNS>
8971  <OPTIONSELECTED>  </INDEX>
8972  <OPTIONSELECT Value="0" />  <INDEX ID="3520" IndexName="llx_user_rights_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3338">
8973  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
8974  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2579" LengthParam="0" />
8975  </COLUMN>  </INDEXCOLUMNS>
8976  </COLUMNS>  </INDEX>
8977  <RELATIONS_END>  </INDICES>
8978  <RELATION_END ID="3336" />  </TABLE>
8979  <RELATION_END ID="3338" />  <TABLE ID="1144" Tablename="llx_usergroup" PrevTableName="" XPos="328" YPos="1216" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="146" >
8980  </RELATIONS_END>  <COLUMNS>
8981  <INDICES>  <COLUMN ID="2582" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8982  <INDEX ID="2580" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
8983  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
8984  <INDEXCOLUMN idColumn="2577" LengthParam="0" />  <OPTIONSELECT Value="0" />
8985  </INDEXCOLUMNS>  </OPTIONSELECTED>
8986  </INDEX>  </COLUMN>
8987  <INDEX ID="2581" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2583" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8988  <INDEXCOLUMNS>  <OPTIONSELECTED>
8989  <INDEXCOLUMN idColumn="2579" LengthParam="0" />  </OPTIONSELECTED>
8990  </INDEXCOLUMNS>  </COLUMN>
8991  </INDEX>  <COLUMN ID="2584" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">
8992  <INDEX ID="3519" IndexName="llx_user_rights_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3336">  <OPTIONSELECTED>
8993  <INDEXCOLUMNS>  </OPTIONSELECTED>
8994  <INDEXCOLUMN idColumn="3355" LengthParam="0" />  </COLUMN>
8995  </INDEXCOLUMNS>  <COLUMN ID="2585" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
8996  </INDEX>  <OPTIONSELECTED>
8997  <INDEX ID="3520" IndexName="llx_user_rights_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3338">  <OPTIONSELECT Value="0" />
8998  <INDEXCOLUMNS>  </OPTIONSELECTED>
8999  <INDEXCOLUMN idColumn="2579" LengthParam="0" />  </COLUMN>
9000  </INDEXCOLUMNS>  <COLUMN ID="2586" ColName="note" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9001  </INDEX>  <OPTIONSELECTED>
9002  </INDICES>  </OPTIONSELECTED>
9003  </TABLE>  </COLUMN>
9004  <TABLE ID="1144" Tablename="llx_usergroup" PrevTableName="" XPos="328" YPos="1216" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="146" >  </COLUMNS>
9005  <COLUMNS>  <RELATIONS_START>
9006  <COLUMN ID="2582" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_START ID="3367" />
9007  <OPTIONSELECTED>  <RELATION_START ID="3384" />
9008  <OPTIONSELECT Value="0" />  </RELATIONS_START>
9009  <OPTIONSELECT Value="0" />  <INDICES>
9010  </OPTIONSELECTED>  <INDEX ID="2587" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
9011  </COLUMN>  <INDEXCOLUMNS>
9012  <COLUMN ID="2583" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2582" LengthParam="0" />
9013  <OPTIONSELECTED>  </INDEXCOLUMNS>
9014  </OPTIONSELECTED>  </INDEX>
9015  </COLUMN>  <INDEX ID="2588" IndexName="nom" IndexKind="1" FKRefDef_Obj_id="-1">
9016  <COLUMN ID="2584" ColName="tms" PrevColName="" Pos="3" idDatatype="16" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="CURRENT_TIMESTAMP" Comments="">  <INDEXCOLUMNS>
9017  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2585" LengthParam="0" />
9018  </OPTIONSELECTED>  </INDEXCOLUMNS>
9019  </COLUMN>  </INDEX>
9020  <COLUMN ID="2585" ColName="nom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
9021  <OPTIONSELECTED>  </TABLE>
9022  <OPTIONSELECT Value="0" />  <TABLE ID="1145" Tablename="llx_usergroup_rights" PrevTableName="" XPos="296" YPos="1086" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="147" >
9023  </OPTIONSELECTED>  <COLUMNS>
9024  </COLUMN>  <COLUMN ID="2589" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9025  <COLUMN ID="2586" ColName="note" PrevColName="" Pos="5" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9026  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9027  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9028  </COLUMN>  </OPTIONSELECTED>
9029  </COLUMNS>  </COLUMN>
9030  <RELATIONS_START>  <COLUMN ID="2590" ColName="fk_usergroup" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
9031  <RELATION_START ID="3367" />  <OPTIONSELECTED>
9032  <RELATION_START ID="3384" />  <OPTIONSELECT Value="0" />
9033  </RELATIONS_START>  <OPTIONSELECT Value="0" />
9034  <INDICES>  </OPTIONSELECTED>
9035  <INDEX ID="2587" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  </COLUMN>
9036  <INDEXCOLUMNS>  <COLUMN ID="2591" ColName="fk_id" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
9037  <INDEXCOLUMN idColumn="2582" LengthParam="0" />  <OPTIONSELECTED>
9038  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
9039  </INDEX>  <OPTIONSELECT Value="0" />
9040  <INDEX ID="2588" IndexName="nom" IndexKind="1" FKRefDef_Obj_id="-1">  </OPTIONSELECTED>
9041  <INDEXCOLUMNS>  </COLUMN>
9042  <INDEXCOLUMN idColumn="2585" LengthParam="0" />  </COLUMNS>
9043  </INDEXCOLUMNS>  <RELATIONS_END>
9044  </INDEX>  <RELATION_END ID="3367" />
9045  </INDICES>  <RELATION_END ID="3386" />
9046  </TABLE>  </RELATIONS_END>
9047  <TABLE ID="1145" Tablename="llx_usergroup_rights" PrevTableName="" XPos="296" YPos="1086" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="147" >  <INDICES>
9048  <COLUMNS>  <INDEX ID="2592" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
9049  <COLUMN ID="2589" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
9050  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2589" LengthParam="0" />
9051  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
9052  <OPTIONSELECT Value="0" />  </INDEX>
9053  </OPTIONSELECTED>  <INDEX ID="2593" IndexName="fk_usergroup" IndexKind="1" FKRefDef_Obj_id="-1">
9054  </COLUMN>  <INDEXCOLUMNS>
9055  <COLUMN ID="2590" ColName="fk_usergroup" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2590" LengthParam="0" />
9056  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="2591" LengthParam="0" />
9057  <OPTIONSELECT Value="0" />  </INDEXCOLUMNS>
9058  <OPTIONSELECT Value="0" />  </INDEX>
9059  </OPTIONSELECTED>  <INDEX ID="3521" IndexName="llx_usergroup_rights_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3367">
9060  </COLUMN>  <INDEXCOLUMNS>
9061  <COLUMN ID="2591" ColName="fk_id" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2590" LengthParam="0" />
9062  <OPTIONSELECTED>  </INDEXCOLUMNS>
9063  <OPTIONSELECT Value="0" />  </INDEX>
9064  <OPTIONSELECT Value="0" />  <INDEX ID="3522" IndexName="llx_usergroup_rights_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3386">
9065  </OPTIONSELECTED>  <INDEXCOLUMNS>
9066  </COLUMN>  <INDEXCOLUMN idColumn="2591" LengthParam="0" />
9067  </COLUMNS>  </INDEXCOLUMNS>
9068  <RELATIONS_END>  </INDEX>
9069  <RELATION_END ID="3367" />  </INDICES>
9070  <RELATION_END ID="3386" />  </TABLE>
9071  </RELATIONS_END>  <TABLE ID="1146" Tablename="llx_usergroup_user" PrevTableName="" XPos="16" YPos="1218" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="148" >
9072  <INDICES>  <COLUMNS>
9073  <INDEX ID="2592" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="3379" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9074  <INDEXCOLUMNS>  <OPTIONSELECTED>
9075  <INDEXCOLUMN idColumn="2589" LengthParam="0" />  <OPTIONSELECT Value="1" />
9076  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
9077  </INDEX>  </OPTIONSELECTED>
9078  <INDEX ID="2593" IndexName="fk_usergroup" IndexKind="1" FKRefDef_Obj_id="-1">  </COLUMN>
9079  <INDEXCOLUMNS>  <COLUMN ID="2595" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
9080  <INDEXCOLUMN idColumn="2590" LengthParam="0" />  <OPTIONSELECTED>
9081  <INDEXCOLUMN idColumn="2591" LengthParam="0" />  <OPTIONSELECT Value="0" />
9082  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
9083  </INDEX>  </OPTIONSELECTED>
9084  <INDEX ID="3521" IndexName="llx_usergroup_rights_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3367">  </COLUMN>
9085  <INDEXCOLUMNS>  <COLUMN ID="3383" ColName="fk_usergroup" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
9086  <INDEXCOLUMN idColumn="2590" LengthParam="0" />  <OPTIONSELECTED>
9087  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
9088  </INDEX>  <OPTIONSELECT Value="0" />
9089  <INDEX ID="3522" IndexName="llx_usergroup_rights_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3386">  </OPTIONSELECTED>
9090  <INDEXCOLUMNS>  </COLUMN>
9091  <INDEXCOLUMN idColumn="2591" LengthParam="0" />  </COLUMNS>
9092  </INDEXCOLUMNS>  <RELATIONS_END>
9093  </INDEX>  <RELATION_END ID="3359" />
9094  </INDICES>  <RELATION_END ID="3384" />
9095  </TABLE>  </RELATIONS_END>
9096  <TABLE ID="1146" Tablename="llx_usergroup_user" PrevTableName="" XPos="16" YPos="1218" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="148" >  <INDICES>
9097  <COLUMNS>  <INDEX ID="3381" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
9098  <COLUMN ID="3379" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEXCOLUMNS>
9099  <OPTIONSELECTED>  <INDEXCOLUMN idColumn="3379" LengthParam="0" />
9100  <OPTIONSELECT Value="1" />  </INDEXCOLUMNS>
9101  <OPTIONSELECT Value="0" />  </INDEX>
9102  </OPTIONSELECTED>  <INDEX ID="2598" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">
9103  </COLUMN>  <INDEXCOLUMNS>
9104  <COLUMN ID="2595" ColName="fk_user" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  <INDEXCOLUMN idColumn="2595" LengthParam="0" />
9105  <OPTIONSELECTED>  </INDEXCOLUMNS>
9106  <OPTIONSELECT Value="0" />  </INDEX>
9107  <OPTIONSELECT Value="0" />  <INDEX ID="3523" IndexName="llx_usergroup_user_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3359">
9108  </OPTIONSELECTED>  <INDEXCOLUMNS>
9109  </COLUMN>  <INDEXCOLUMN idColumn="2595" LengthParam="0" />
9110  <COLUMN ID="3383" ColName="fk_usergroup" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="-1" Prec="-1" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">  </INDEXCOLUMNS>
9111  <OPTIONSELECTED>  </INDEX>
9112  <OPTIONSELECT Value="0" />  <INDEX ID="3524" IndexName="llx_usergroup_user_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3384">
9113  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
9114  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="3383" LengthParam="0" />
9115  </COLUMN>  </INDEXCOLUMNS>
9116  </COLUMNS>  </INDEX>
9117  <RELATIONS_END>  </INDICES>
9118  <RELATION_END ID="3359" />  </TABLE>
9119  <RELATION_END ID="3384" />  <TABLE ID="1147" Tablename="llx_ventes" PrevTableName="" XPos="1624" YPos="313" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="149" >
9120  </RELATIONS_END>  <COLUMNS>
9121  <INDICES>  <COLUMN ID="2599" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9122  <INDEX ID="3381" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <OPTIONSELECTED>
9123  <INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
9124  <INDEXCOLUMN idColumn="3379" LengthParam="0" />  <OPTIONSELECT Value="0" />
9125  </INDEXCOLUMNS>  </OPTIONSELECTED>
9126  </INDEX>  </COLUMN>
9127  <INDEX ID="2598" IndexName="fk_user" IndexKind="1" FKRefDef_Obj_id="-1">  <COLUMN ID="2600" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
9128  <INDEXCOLUMNS>  <OPTIONSELECTED>
9129  <INDEXCOLUMN idColumn="2595" LengthParam="0" />  <OPTIONSELECT Value="0" />
9130  </INDEXCOLUMNS>  <OPTIONSELECT Value="0" />
9131  </INDEX>  </OPTIONSELECTED>
9132  <INDEX ID="3523" IndexName="llx_usergroup_user_FKIndex1" IndexKind="1" FKRefDef_Obj_id="3359">  </COLUMN>
9133  <INDEXCOLUMNS>  <COLUMN ID="2602" ColName="dated" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9134  <INDEXCOLUMN idColumn="2595" LengthParam="0" />  <OPTIONSELECTED>
9135  </INDEXCOLUMNS>  </OPTIONSELECTED>
9136  </INDEX>  </COLUMN>
9137  <INDEX ID="3524" IndexName="llx_usergroup_user_FKIndex2" IndexKind="1" FKRefDef_Obj_id="3384">  <COLUMN ID="2603" ColName="datef" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9138  <INDEXCOLUMNS>  <OPTIONSELECTED>
9139  <INDEXCOLUMN idColumn="3383" LengthParam="0" />  </OPTIONSELECTED>
9140  </INDEXCOLUMNS>  </COLUMN>
9141  </INDEX>  <COLUMN ID="2604" ColName="price" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9142  </INDICES>  <OPTIONSELECTED>
9143  </TABLE>  <OPTIONSELECT Value="0" />
9144  <TABLE ID="1147" Tablename="llx_ventes" PrevTableName="" XPos="1867" YPos="383" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="149" >  </OPTIONSELECTED>
9145  <COLUMNS>  </COLUMN>
9146  <COLUMN ID="2599" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2605" ColName="author" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9147  <OPTIONSELECTED>  <OPTIONSELECTED>
9148  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9149  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9150  </OPTIONSELECTED>  </COLUMN>
9151  </COLUMN>  <COLUMN ID="2606" ColName="active" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9152  <COLUMN ID="2600" ColName="fk_soc" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9153  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9154  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9155  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9156  </OPTIONSELECTED>  </COLUMN>
9157  </COLUMN>  <COLUMN ID="2607" ColName="note" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9158  <COLUMN ID="2601" ColName="fk_product" PrevColName="" Pos="3" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9159  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9160  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9161  <OPTIONSELECT Value="0" />  </COLUMN>
9162  </OPTIONSELECTED>  </COLUMNS>
9163  </COLUMN>  <RELATIONS_END>
9164  <COLUMN ID="2602" ColName="dated" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION_END ID="3525" />
9165  <OPTIONSELECTED>  <RELATION_END ID="3534" />
9166  </OPTIONSELECTED>  </RELATIONS_END>
9167  </COLUMN>  <INDICES>
9168  <COLUMN ID="2603" ColName="datef" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2608" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
9169  <OPTIONSELECTED>  <INDEXCOLUMNS>
9170  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2599" LengthParam="0" />
9171  </COLUMN>  </INDEXCOLUMNS>
9172  <COLUMN ID="2604" ColName="price" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
9173  <OPTIONSELECTED>  </INDICES>
9174  <OPTIONSELECT Value="0" />  </TABLE>
9175  </OPTIONSELECTED>  <TABLE ID="1148" Tablename="llx_voyage" PrevTableName="" XPos="3756" YPos="1548" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="150" >
9176  </COLUMN>  <COLUMNS>
9177  <COLUMN ID="2605" ColName="author" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(30)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2609" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9178  <OPTIONSELECTED>  <OPTIONSELECTED>
9179  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9180  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9181  </COLUMN>  </OPTIONSELECTED>
9182  <COLUMN ID="2606" ColName="active" PrevColName="" Pos="8" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
9183  <OPTIONSELECTED>  <COLUMN ID="2610" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9184  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
9185  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9186  </OPTIONSELECTED>  </COLUMN>
9187  </COLUMN>  <COLUMN ID="2611" ColName="dateo" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9188  <COLUMN ID="2607" ColName="note" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9189  <OPTIONSELECTED>  </OPTIONSELECTED>
9190  <OPTIONSELECT Value="0" />  </COLUMN>
9191  </OPTIONSELECTED>  <COLUMN ID="2612" ColName="date_depart" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9192  </COLUMN>  <OPTIONSELECTED>
9193  </COLUMNS>  </OPTIONSELECTED>
9194  <INDICES>  </COLUMN>
9195  <INDEX ID="2608" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2613" ColName="date_arrivee" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9196  <INDEXCOLUMNS>  <OPTIONSELECTED>
9197  <INDEXCOLUMN idColumn="2599" LengthParam="0" />  </OPTIONSELECTED>
9198  </INDEXCOLUMNS>  </COLUMN>
9199  </INDEX>  <COLUMN ID="2614" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9200  </INDICES>  <OPTIONSELECTED>
9201  </TABLE>  <OPTIONSELECT Value="0" />
9202  <TABLE ID="1148" Tablename="llx_voyage" PrevTableName="" XPos="3756" YPos="1548" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="150" >  </OPTIONSELECTED>
9203  <COLUMNS>  </COLUMN>
9204  <COLUMN ID="2609" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2615" ColName="reduction" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9205  <OPTIONSELECTED>  <OPTIONSELECTED>
9206  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9207  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9208  </OPTIONSELECTED>  </COLUMN>
9209  </COLUMN>  <COLUMN ID="2616" ColName="depart" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9210  <COLUMN ID="2610" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9211  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9212  </OPTIONSELECTED>  </OPTIONSELECTED>
9213  </COLUMN>  </COLUMN>
9214  <COLUMN ID="2611" ColName="dateo" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2617" ColName="arrivee" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9215  <OPTIONSELECTED>  <OPTIONSELECTED>
9216  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9217  </COLUMN>  </OPTIONSELECTED>
9218  <COLUMN ID="2612" ColName="date_depart" PrevColName="" Pos="4" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
9219  <OPTIONSELECTED>  <COLUMN ID="2618" ColName="fk_type" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9220  </OPTIONSELECTED>  <OPTIONSELECTED>
9221  </COLUMN>  <OPTIONSELECT Value="0" />
9222  <COLUMN ID="2613" ColName="date_arrivee" PrevColName="" Pos="5" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECT Value="0" />
9223  <OPTIONSELECTED>  </OPTIONSELECTED>
9224  </OPTIONSELECTED>  </COLUMN>
9225  </COLUMN>  <COLUMN ID="2619" ColName="fk_reduc" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9226  <COLUMN ID="2614" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9227  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9228  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9229  </OPTIONSELECTED>  </OPTIONSELECTED>
9230  </COLUMN>  </COLUMN>
9231  <COLUMN ID="2615" ColName="reduction" PrevColName="" Pos="7" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2620" ColName="distance" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9232  <OPTIONSELECTED>  <OPTIONSELECTED>
9233  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9234  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9235  </COLUMN>  </OPTIONSELECTED>
9236  <COLUMN ID="2616" ColName="depart" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
9237  <OPTIONSELECTED>  <COLUMN ID="2621" ColName="dossier" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9238  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
9239  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9240  </COLUMN>  </OPTIONSELECTED>
9241  <COLUMN ID="2617" ColName="arrivee" PrevColName="" Pos="9" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMN>
9242  <OPTIONSELECTED>  <COLUMN ID="2622" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9243  <OPTIONSELECT Value="0" />  <OPTIONSELECTED>
9244  </OPTIONSELECTED>  </OPTIONSELECTED>
9245  </COLUMN>  </COLUMN>
9246  <COLUMN ID="2618" ColName="fk_type" PrevColName="" Pos="10" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </COLUMNS>
9247  <OPTIONSELECTED>  <INDICES>
9248  <OPTIONSELECT Value="0" />  <INDEX ID="2623" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
9249  <OPTIONSELECT Value="0" />  <INDEXCOLUMNS>
9250  </OPTIONSELECTED>  <INDEXCOLUMN idColumn="2609" LengthParam="0" />
9251  </COLUMN>  </INDEXCOLUMNS>
9252  <COLUMN ID="2619" ColName="fk_reduc" PrevColName="" Pos="11" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDEX>
9253  <OPTIONSELECTED>  </INDICES>
9254  <OPTIONSELECT Value="0" />  </TABLE>
9255  <OPTIONSELECT Value="0" />  <TABLE ID="1149" Tablename="llx_voyage_reduc" PrevTableName="" XPos="3716" YPos="1488" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="151" >
9256  </OPTIONSELECTED>  <COLUMNS>
9257  </COLUMN>  <COLUMN ID="2624" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9258  <COLUMN ID="2620" ColName="distance" PrevColName="" Pos="12" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9259  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9260  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9261  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9262  </OPTIONSELECTED>  </COLUMN>
9263  </COLUMN>  <COLUMN ID="2625" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9264  <COLUMN ID="2621" ColName="dossier" PrevColName="" Pos="13" idDatatype="20" DatatypeParams="(50)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9265  <OPTIONSELECTED>  </OPTIONSELECTED>
9266  <OPTIONSELECT Value="0" />  </COLUMN>
9267  </OPTIONSELECTED>  <COLUMN ID="2626" ColName="datev" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9268  </COLUMN>  <OPTIONSELECTED>
9269  <COLUMN ID="2622" ColName="note" PrevColName="" Pos="14" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
9270  <OPTIONSELECTED>  </COLUMN>
9271  </OPTIONSELECTED>  <COLUMN ID="2627" ColName="date_debut" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9272  </COLUMN>  <OPTIONSELECTED>
9273  </COLUMNS>  </OPTIONSELECTED>
9274  <INDICES>  </COLUMN>
9275  <INDEX ID="2623" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <COLUMN ID="2628" ColName="date_fin" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9276  <INDEXCOLUMNS>  <OPTIONSELECTED>
9277  <INDEXCOLUMN idColumn="2609" LengthParam="0" />  </OPTIONSELECTED>
9278  </INDEXCOLUMNS>  </COLUMN>
9279  </INDEX>  <COLUMN ID="2629" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9280  </INDICES>  <OPTIONSELECTED>
9281  </TABLE>  <OPTIONSELECT Value="0" />
9282  <TABLE ID="1149" Tablename="llx_voyage_reduc" PrevTableName="" XPos="3716" YPos="1488" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="1" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="151" >  </OPTIONSELECTED>
9283  <COLUMNS>  </COLUMN>
9284  <COLUMN ID="2624" ColName="rowid" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2630" ColName="label" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9285  <OPTIONSELECTED>  <OPTIONSELECTED>
9286  <OPTIONSELECT Value="0" />  <OPTIONSELECT Value="0" />
9287  <OPTIONSELECT Value="0" />  </OPTIONSELECTED>
9288  </OPTIONSELECTED>  </COLUMN>
9289  </COLUMN>  <COLUMN ID="2631" ColName="numero" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9290  <COLUMN ID="2625" ColName="datec" PrevColName="" Pos="2" idDatatype="15" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <OPTIONSELECTED>
9291  <OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9292  </OPTIONSELECTED>  </OPTIONSELECTED>
9293  </COLUMN>  </COLUMN>
9294  <COLUMN ID="2626" ColName="datev" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <COLUMN ID="2632" ColName="fk_type" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9295  <OPTIONSELECTED>  <OPTIONSELECTED>
9296  </OPTIONSELECTED>  <OPTIONSELECT Value="0" />
9297  </COLUMN>  <OPTIONSELECT Value="0" />
9298  <COLUMN ID="2627" ColName="date_debut" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
9299  <OPTIONSELECTED>  </COLUMN>
9300  </OPTIONSELECTED>  <COLUMN ID="2633" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
9301  </COLUMN>  <OPTIONSELECTED>
9302  <COLUMN ID="2628" ColName="date_fin" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </OPTIONSELECTED>
9303  <OPTIONSELECTED>  </COLUMN>
9304  </OPTIONSELECTED>  </COLUMNS>
9305  </COLUMN>  <INDICES>
9306  <COLUMN ID="2629" ColName="amount" PrevColName="" Pos="6" idDatatype="9" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <INDEX ID="2634" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
9307  <OPTIONSELECTED>  <INDEXCOLUMNS>
9308  <OPTIONSELECT Value="0" />  <INDEXCOLUMN idColumn="2624" LengthParam="0" />
9309  </OPTIONSELECTED>  </INDEXCOLUMNS>
9310  </COLUMN>  </INDEX>
9311  <COLUMN ID="2630" ColName="label" PrevColName="" Pos="7" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  </INDICES>
9312  <OPTIONSELECTED>  </TABLE>
9313  <OPTIONSELECT Value="0" />  </TABLES>
9314  </OPTIONSELECTED>  <RELATIONS>
9315  </COLUMN>  <RELATION ID="3094" RelationName="Rel_07" Kind="2" SrcTable="1034" DestTable="1027" FKFields="" FKFieldsComments="" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="152" />
9316  <COLUMN ID="2631" ColName="numero" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION ID="3095" RelationName="Rel_08" Kind="2" SrcTable="1032" DestTable="1034" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3464" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="153" />
9317  <OPTIONSELECTED>  <RELATION ID="3097" RelationName="Rel_09" Kind="2" SrcTable="1011" DestTable="1092" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3486" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="154" />
9318  <OPTIONSELECT Value="0" />  <RELATION ID="3099" RelationName="Rel_10" Kind="2" SrcTable="1091" DestTable="1092" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3487" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="155" />
9319  </OPTIONSELECTED>  <RELATION ID="3100" RelationName="Rel_11" Kind="2" SrcTable="1067" DestTable="1091" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3485" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="156" />
9320  </COLUMN>  <RELATION ID="3102" RelationName="Rel_13" Kind="2" SrcTable="1069" DestTable="1070" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3478" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="157" />
9321  <COLUMN ID="2632" ColName="fk_type" PrevColName="" Pos="9" idDatatype="2" DatatypeParams="(6)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION ID="3104" RelationName="Rel_14" Kind="2" SrcTable="1072" DestTable="1070" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3479" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="158" />
9322  <OPTIONSELECTED>  <RELATION ID="3265" RelationName="fk_effectif" Kind="2" SrcTable="1028" DestTable="1126" FKFields="id=fk_effectif\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3500" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="159" />
9323  <OPTIONSELECT Value="0" />  <RELATION ID="3268" RelationName="fk_forme_juridique" Kind="2" SrcTable="1029" DestTable="1126" FKFields="rowid=fk_forme_juridique\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3501" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="160" />
9324  <OPTIONSELECT Value="0" />  <RELATION ID="3270" RelationName="fk_typent" Kind="2" SrcTable="1038" DestTable="1126" FKFields="id=fk_typent\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3502" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="161" />
9325  </OPTIONSELECTED>  <RELATION ID="3272" RelationName="fk_pays" Kind="2" SrcTable="1032" DestTable="1126" FKFields="rowid=fk_pays\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3503" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="162" />
9326  </COLUMN>  <RELATION ID="3274" RelationName="fk_stcomm" Kind="2" SrcTable="1035" DestTable="1126" FKFields="id=fk_stcomm\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3504" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="163" />
9327  <COLUMN ID="2633" ColName="note" PrevColName="" Pos="10" idDatatype="28" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">  <RELATION ID="3276" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1132" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3512" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="164" />
9328  <OPTIONSELECTED>  <RELATION ID="3281" RelationName="fk_c_type_contact" Kind="2" SrcTable="1037" DestTable="1068" FKFields="rowid=fk_c_type_contact\n" FKFieldsComments="\n" relDirection="4" MidOffset="282" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3476" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="165" />
9329  </OPTIONSELECTED>  <RELATION ID="3283" RelationName="fk_socpeople" Kind="2" SrcTable="1132" DestTable="1068" FKFields="idp=fk_socpeople\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3477" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="166" />
9330  </COLUMN>  <RELATION ID="3288" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1124" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3498" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="167" />
9331  </COLUMNS>  <RELATION ID="3290" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1133" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3513" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="168" />
9332  <INDICES>  <RELATION ID="3293" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1129" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3509" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="169" />
9333  <INDEX ID="2634" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">  <RELATION ID="3295" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1125" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3499" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="170" />
9334  <INDEXCOLUMNS>  <RELATION ID="3297" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1131" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3511" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="171" />
9335  <INDEXCOLUMN idColumn="2624" LengthParam="0" />  <RELATION ID="3299" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1130" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3510" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="172" />
9336  </INDEXCOLUMNS>  <RELATION ID="3301" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1123" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3497" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="173" />
9337  </INDEX>  <RELATION ID="3302" RelationName="fk_categorie_mere" Kind="2" SrcTable="1039" DestTable="1040" FKFields="rowid=fk_categorie_mere\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3465" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="174" />
9338  </INDICES>  <RELATION ID="3305" RelationName="fk_categorie_fille" Kind="2" SrcTable="1039" DestTable="1040" FKFields="rowid=fk_categorie_fille\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3466" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="175" />
9339  </TABLE>  <RELATION ID="3307" RelationName="fk_categorie" Kind="2" SrcTable="1039" DestTable="1041" FKFields="rowid=fk_categorie\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3467" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="176" />
9340  </TABLES>  <RELATION ID="3309" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1127" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3505" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="177" />
9341  <RELATIONS>  <RELATION ID="3312" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1127" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3506" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="178" />
9342  <RELATION ID="3094" RelationName="Rel_07" Kind="2" SrcTable="1034" DestTable="1027" FKFields="" FKFieldsComments="" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3463" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="152" />  <RELATION ID="3315" RelationName="fk_societe" Kind="2" SrcTable="1126" DestTable="1139" FKFields="idp=fk_societe\n" FKFieldsComments="\n" relDirection="4" MidOffset="157" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3514" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="179" />
9343  <RELATION ID="3095" RelationName="Rel_08" Kind="2" SrcTable="1032" DestTable="1034" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3464" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="153" />  <RELATION ID="3319" RelationName="fk_socpeople" Kind="2" SrcTable="1132" DestTable="1139" FKFields="idp=fk_socpeople\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3515" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="180" />
9344  <RELATION ID="3097" RelationName="Rel_09" Kind="2" SrcTable="1011" DestTable="1092" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3486" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="154" />  <RELATION ID="3326" RelationName="fk_adherent_type" Kind="2" SrcTable="1007" DestTable="1004" FKFields="rowid=fk_adherent_type\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3462" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="181" />
9345  <RELATION ID="3099" RelationName="Rel_10" Kind="2" SrcTable="1091" DestTable="1092" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3487" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="155" />  <RELATION ID="3328" RelationName="fk_adherent" Kind="2" SrcTable="1004" DestTable="1061" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3475" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="182" />
9346  <RELATION ID="3100" RelationName="Rel_11" Kind="2" SrcTable="1067" DestTable="1091" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3485" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="156" />  <RELATION ID="3331" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1128" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3507" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="183" />
9347  <RELATION ID="3102" RelationName="Rel_13" Kind="2" SrcTable="1069" DestTable="1070" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3478" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="157" />  <RELATION ID="3333" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1128" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3508" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="184" />
9348  <RELATION ID="3104" RelationName="Rel_14" Kind="2" SrcTable="1072" DestTable="1070" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3479" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="158" />  <RELATION ID="3336" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1143" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3519" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="185" />
9349  <RELATION ID="3265" RelationName="fk_effectif" Kind="2" SrcTable="1028" DestTable="1126" FKFields="id=fk_effectif\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3500" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="159" />  <RELATION ID="3338" RelationName="fk_id" Kind="2" SrcTable="1122" DestTable="1143" FKFields="id=fk_id\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3520" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="186" />
9350  <RELATION ID="3268" RelationName="fk_forme_juridique" Kind="2" SrcTable="1029" DestTable="1126" FKFields="rowid=fk_forme_juridique\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3501" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="160" />  <RELATION ID="3340" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1141" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3517" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="187" />
9351  <RELATION ID="3270" RelationName="fk_typent" Kind="2" SrcTable="1038" DestTable="1126" FKFields="id=fk_typent\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3502" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="161" />  <RELATION ID="3359" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1146" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3523" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="188" />
9352  <RELATION ID="3272" RelationName="fk_pays" Kind="2" SrcTable="1032" DestTable="1126" FKFields="rowid=fk_pays\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3503" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="162" />  <RELATION ID="3367" RelationName="fk_usergroup" Kind="2" SrcTable="1144" DestTable="1145" FKFields="rowid=fk_usergroup\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3521" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="190" />
9353  <RELATION ID="3274" RelationName="fk_stcomm" Kind="2" SrcTable="1035" DestTable="1126" FKFields="id=fk_stcomm\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3504" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="163" />  <RELATION ID="3384" RelationName="fk_usergroup" Kind="2" SrcTable="1144" DestTable="1146" FKFields="rowid=fk_usergroup\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3524" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="190" />
9354  <RELATION ID="3276" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1132" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3512" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="164" />  <RELATION ID="3386" RelationName="fk_id" Kind="2" SrcTable="1122" DestTable="1145" FKFields="id=fk_id\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3522" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="191" />
9355  <RELATION ID="3281" RelationName="fk_c_type_contact" Kind="2" SrcTable="1037" DestTable="1068" FKFields="rowid=fk_c_type_contact\n" FKFieldsComments="\n" relDirection="4" MidOffset="282" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3476" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="165" />  <RELATION ID="3389" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1140" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3516" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="192" />
9356  <RELATION ID="3283" RelationName="fk_socpeople" Kind="2" SrcTable="1132" DestTable="1068" FKFields="idp=fk_socpeople\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3477" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="166" />  <RELATION ID="3391" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1142" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3518" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="193" />
9357  <RELATION ID="3288" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1124" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3498" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="167" />  <RELATION ID="3393" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1119" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3493" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="194" />
9358  <RELATION ID="3290" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1133" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3513" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="168" />  <RELATION ID="3395" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1115" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3489" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="195" />
9359  <RELATION ID="3293" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1129" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3509" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="169" />  <RELATION ID="3398" RelationName="fk_projet" Kind="2" SrcTable="1115" DestTable="1116" FKFields="rowidz=rowidz\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3490" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="196" />
9360  <RELATION ID="3295" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1125" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3499" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="170" />  <RELATION ID="3400" RelationName="fk_task_parent" Kind="2" SrcTable="1116" DestTable="1116" FKFields="rowid=fk_task_parent\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3491" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="197" />
9361  <RELATION ID="3297" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1131" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3511" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="171" />  <RELATION ID="3402" RelationName="fk_projet_task" Kind="2" SrcTable="1116" DestTable="1117" FKFields="rowid=fk_projet_task\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3492" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="198" />
9362  <RELATION ID="3299" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1130" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3510" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="172" />  <RELATION ID="3408" RelationName="fk_projet" Kind="2" SrcTable="1115" DestTable="1119" FKFields="rowidz=fk_projet\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3494" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="199" />
9363  <RELATION ID="3301" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1123" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3497" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="173" />  <RELATION ID="3415" RelationName="fk_propal" Kind="2" SrcTable="1119" DestTable="1121" FKFields="rowidp=fk_propal\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3496" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="200" />
9364  <RELATION ID="3302" RelationName="fk_categorie_mere" Kind="2" SrcTable="1039" DestTable="1040" FKFields="rowid=fk_categorie_mere\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3465" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="174" />  <RELATION ID="3418" RelationName="fk_statut" Kind="2" SrcTable="1033" DestTable="1119" FKFields="id=fk_statut\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3495" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="201" />
9365  <RELATION ID="3305" RelationName="fk_categorie_fille" Kind="2" SrcTable="1039" DestTable="1040" FKFields="rowid=fk_categorie_fille\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3466" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="175" />  <RELATION ID="3420" RelationName="fk_projet" Kind="2" SrcTable="1115" DestTable="1045" FKFields="rowidz=fk_projet\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3472" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="202" />
9366  <RELATION ID="3307" RelationName="fk_categorie" Kind="2" SrcTable="1039" DestTable="1041" FKFields="rowid=fk_categorie\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3467" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="176" />  <RELATION ID="3422" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1045" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="689" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3473" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="203" />
9367  <RELATION ID="3309" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1127" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3505" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="177" />  <RELATION ID="3425" RelationName="fk_commande" Kind="2" SrcTable="1045" DestTable="1049" FKFields="rowidc=fk_commande\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3474" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="204" />
9368  <RELATION ID="3312" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1127" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3506" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="178" />  <RELATION ID="3427" RelationName="fk_propale" Kind="2" SrcTable="1119" DestTable="1044" FKFields="rowidp=fk_propale\n" FKFieldsComments="\n" relDirection="2" MidOffset="-1" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3470" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="205" />
9369  <RELATION ID="3315" RelationName="fk_societe" Kind="2" SrcTable="1126" DestTable="1139" FKFields="idp=fk_societe\n" FKFieldsComments="\n" relDirection="4" MidOffset="157" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3514" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="179" />  <RELATION ID="3429" RelationName="fk_commande" Kind="2" SrcTable="1045" DestTable="1044" FKFields="rowidc=fk_commande\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3471" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="206" />
9370  <RELATION ID="3319" RelationName="fk_socpeople" Kind="2" SrcTable="1132" DestTable="1139" FKFields="idp=fk_socpeople\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3515" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="180" />  <RELATION ID="3432" RelationName="fk_commande" Kind="2" SrcTable="1045" DestTable="1043" FKFields="rowidc=fk_commande\n" FKFieldsComments="\n" relDirection="4" MidOffset="42" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3468" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="207" />
9371  <RELATION ID="3326" RelationName="fk_adherent_type" Kind="2" SrcTable="1007" DestTable="1004" FKFields="rowid=fk_adherent_type\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3462" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="181" />  <RELATION ID="3435" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1043" FKFields="rowid=fk_facture\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3469" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="208" />
9372  <RELATION ID="3328" RelationName="fk_adherent" Kind="2" SrcTable="1004" DestTable="1061" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3475" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="182" />  <RELATION ID="3437" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1078" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="1" MidOffset="-14" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3480" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="209" />
9373  <RELATION ID="3331" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1128" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3507" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="183" />  <RELATION ID="3439" RelationName="fk_propal" Kind="2" SrcTable="1119" DestTable="1078" FKFields="rowidp=fk_propal\n" FKFieldsComments="\n" relDirection="4" MidOffset="-50" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3481" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="210" />
9374  <RELATION ID="3333" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1128" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3508" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="184" />  <RELATION ID="3441" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1084" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3484" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="211" />
9375  <RELATION ID="3336" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1143" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3519" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="185" />  <RELATION ID="3443" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1099" FKFields="rowid=fk_paiement\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-1" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3488" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="212" />
9376  <RELATION ID="3338" RelationName="fk_id" Kind="2" SrcTable="1122" DestTable="1143" FKFields="id=fk_id\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3520" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="186" />  <RELATION ID="3448" RelationName="fk_facture" Kind="2" SrcTable="1084" DestTable="1083" FKFields="rowid=fk_facture\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3483" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="213" />
9377  <RELATION ID="3340" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1141" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3517" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="187" />  <RELATION ID="3454" RelationName="Rel_64" Kind="1" SrcTable="1080" DestTable="1081" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3482" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="213" />
9378  <RELATION ID="3359" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1146" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3523" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="188" />  <RELATION ID="3525" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1147" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="214" />
9379  <RELATION ID="3367" RelationName="fk_usergroup" Kind="2" SrcTable="1144" DestTable="1145" FKFields="rowid=fk_usergroup\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3521" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="190" />  <RELATION ID="3534" RelationName="fk_product" Kind="2" SrcTable="1109" DestTable="1147" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="4" MidOffset="-30" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="215" />
9380  <RELATION ID="3384" RelationName="fk_usergroup" Kind="2" SrcTable="1144" DestTable="1146" FKFields="rowid=fk_usergroup\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3524" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="190" />  <RELATION ID="3537" RelationName="fk_product" Kind="2" SrcTable="1109" DestTable="1114" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="216" />
9381  <RELATION ID="3386" RelationName="fk_id" Kind="2" SrcTable="1122" DestTable="1145" FKFields="id=fk_id\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3522" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="191" />  <RELATION ID="3539" RelationName="fk_entrepot" Kind="2" SrcTable="1073" DestTable="1114" FKFields="rowid=fk_entrepot\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="217" />
9382  <RELATION ID="3389" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1140" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3516" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="192" />  <RELATION ID="3540" RelationName="fk_product" Kind="2" SrcTable="1109" DestTable="1113" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="218" />
9383  <RELATION ID="3391" RelationName="fk_user" Kind="2" SrcTable="1139" DestTable="1142" FKFields="rowid=fk_user\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3518" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="193" />  <RELATION ID="3542" RelationName="fk_product" Kind="2" SrcTable="1109" DestTable="1111" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="4" MidOffset="93" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="-3" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="219" />
9384  <RELATION ID="3393" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1119" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3493" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="194" />  <RELATION ID="3544" RelationName="fk_product" Kind="2" SrcTable="1109" DestTable="1112" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="4" MidOffset="54" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="220" />
9385  <RELATION ID="3395" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1115" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3489" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="195" />  <RELATION ID="3546" RelationName="fk_product" Kind="2" SrcTable="1109" DestTable="1110" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="4" MidOffset="24" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="221" />
9386  <RELATION ID="3398" RelationName="fk_projet" Kind="2" SrcTable="1115" DestTable="1116" FKFields="rowidz=rowidz\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3490" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="196" />  <RELATION ID="3548" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1110" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="1" MidOffset="-51" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="222" />
9387  <RELATION ID="3400" RelationName="fk_task_parent" Kind="2" SrcTable="1116" DestTable="1116" FKFields="rowid=fk_task_parent\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3491" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="197" />  <RELATION ID="3550" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1112" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="1" MidOffset="-90" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="223" />
9388  <RELATION ID="3402" RelationName="fk_projet_task" Kind="2" SrcTable="1116" DestTable="1117" FKFields="rowid=fk_projet_task\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3492" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="198" />  <RELATION ID="3552" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1111" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="1" MidOffset="-129" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="3" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="224" />
9389  <RELATION ID="3408" RelationName="fk_projet" Kind="2" SrcTable="1115" DestTable="1119" FKFields="rowidz=fk_projet\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3494" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="199" />  <RELATION ID="3554" RelationName="fk_entrepot" Kind="2" SrcTable="1073" DestTable="1074" FKFields="rowid=fk_entrepot\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="225" />
9390  <RELATION ID="3415" RelationName="fk_propal" Kind="2" SrcTable="1119" DestTable="1121" FKFields="rowidp=fk_propal\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3496" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="200" />  <RELATION ID="3556" RelationName="fk_expedition_methode" Kind="2" SrcTable="1075" DestTable="1074" FKFields="rowid=fk_expedition_methode\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="226" />
9391  <RELATION ID="3418" RelationName="fk_statut" Kind="2" SrcTable="1033" DestTable="1119" FKFields="id=fk_statut\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3495" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="201" />  </RELATIONS>
9392  <RELATION ID="3420" RelationName="fk_projet" Kind="2" SrcTable="1115" DestTable="1045" FKFields="rowidz=fk_projet\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3472" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="202" />  <NOTES>
9393  <RELATION ID="3422" RelationName="fk_soc" Kind="2" SrcTable="1126" DestTable="1045" FKFields="idp=fk_soc\n" FKFieldsComments="\n" relDirection="2" MidOffset="689" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3473" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="203" />  </NOTES>
9394  <RELATION ID="3425" RelationName="fk_commande" Kind="2" SrcTable="1045" DestTable="1049" FKFields="rowidc=fk_commande\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3474" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="204" />  <IMAGES>
9395  <RELATION ID="3427" RelationName="fk_propale" Kind="2" SrcTable="1119" DestTable="1044" FKFields="rowidp=fk_propale\n" FKFieldsComments="\n" relDirection="2" MidOffset="-1" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3470" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="205" />  </IMAGES>
9396  <RELATION ID="3429" RelationName="fk_commande" Kind="2" SrcTable="1045" DestTable="1044" FKFields="rowidc=fk_commande\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3471" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="206" />  </METADATA>
9397  <RELATION ID="3432" RelationName="fk_commande" Kind="2" SrcTable="1045" DestTable="1043" FKFields="rowidc=fk_commande\n" FKFieldsComments="\n" relDirection="4" MidOffset="42" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3468" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="207" />  <PLUGINDATA>
9398  <RELATION ID="3435" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1043" FKFields="rowid=fk_facture\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3469" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="208" />  <PLUGINDATARECORDS>
9399  <RELATION ID="3437" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1078" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="1" MidOffset="-14" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3480" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="209" />  </PLUGINDATARECORDS>
9400  <RELATION ID="3439" RelationName="fk_propal" Kind="2" SrcTable="1119" DestTable="1078" FKFields="rowidp=fk_propal\n" FKFieldsComments="\n" relDirection="4" MidOffset="-50" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3481" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="210" />  </PLUGINDATA>
9401  <RELATION ID="3441" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1084" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3484" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="211" />  <QUERYDATA>
9402  <RELATION ID="3443" RelationName="fk_facture" Kind="2" SrcTable="1079" DestTable="1099" FKFields="rowid=fk_paiement\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-1" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3488" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="212" />  <QUERYRECORDS>
9403  <RELATION ID="3448" RelationName="fk_facture" Kind="2" SrcTable="1084" DestTable="1083" FKFields="rowid=fk_facture\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3483" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="213" />  </QUERYRECORDS>
9404  <RELATION ID="3454" RelationName="Rel_64" Kind="1" SrcTable="1080" DestTable="1081" FKFields="rowid=rowid\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="3482" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="213" />  </QUERYDATA>
9405  </RELATIONS>  <LINKEDMODELS>
9406  <NOTES>  </LINKEDMODELS>
9407  </NOTES>  </DBMODEL>
 <IMAGES>  
 </IMAGES>  
 </METADATA>  
 <PLUGINDATA>  
 <PLUGINDATARECORDS>  
 </PLUGINDATARECORDS>  
 </PLUGINDATA>  
 <QUERYDATA>  
 <QUERYRECORDS>  
 </QUERYRECORDS>  
 </QUERYDATA>  
 <LINKEDMODELS>  
 </LINKEDMODELS>  
 </DBMODEL>  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26