Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-08-25-10-57-01
[civicrm-core.git] / xml / schema / Financial / EntityFinancialAccount.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Financial</base>
5 <class>EntityFinancialAccount</class>
6 <name>civicrm_entity_financial_account</name>
7 <add>4.3</add>
8 <comment>Map between an entity and a financial account, where there is a specific relationship between the financial account and the entity, e.g. Income Account for or AR Account for</comment>
9 <log>true</log>
10 <field>
11 <name>id</name>
12 <type>int unsigned</type>
13 <required>true</required>
14 <comment>ID</comment>
15 <add>4.3</add>
16 </field>
17 <primaryKey>
18 <name>id</name>
19 <autoincrement>true</autoincrement>
20 </primaryKey>
21 <field>
22 <name>entity_table</name>
23 <type>varchar</type>
24 <length>64</length>
25 <required>true</required>
26 <import>true</import>
27 <add>4.3</add>
28 <comment>Links to an entity_table like civicrm_financial_type</comment>
29 </field>
30 <field>
31 <name>entity_id</name>
32 <type>int unsigned</type>
33 <required>true</required>
34 <add>4.3</add>
35 <comment>Links to an id in the entity_table, such as vid in civicrm_financial_type</comment>
36 </field>
37 <dynamicForeignKey>
38 <idColumn>entity_id</idColumn>
39 <typeColumn>entity_table</typeColumn>
40 <add>4.3</add>
41 </dynamicForeignKey>
42 <field>
43 <name>account_relationship</name>
44 <type>int unsigned</type>
45 <required>true</required>
46 <add>4.3</add>
47 <comment>FK to a new civicrm_option_value (account_relationship)</comment>
48 <pseudoconstant>
49 <optionGroupName>account_relationship</optionGroupName>
50 </pseudoconstant>
51 <html>
52 <type>Select</type>
53 </html>
54 </field>
55 <field>
56 <name>financial_account_id</name>
57 <type>int unsigned</type>
58 <required>true</required>
59 <add>4.3</add>
60 <comment>FK to the financial_account_id</comment>
61 <pseudoconstant>
62 <table>civicrm_financial_account</table>
63 <keyColumn>id</keyColumn>
64 <labelColumn>name</labelColumn>
65 </pseudoconstant>
66 <html>
67 <type>Select</type>
68 </html>
69 </field>
70 <foreignKey>
71 <name>financial_account_id</name>
72 <table>civicrm_financial_account</table>
73 <key>id</key>
74 <add>4.3</add>
75 <onDelete>RESTRICT</onDelete>
76 </foreignKey>
77 </table>
78