commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / xml / schema / Financial / FinancialType.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Financial</base>
5 <class>FinancialType</class>
6 <name>civicrm_financial_type</name>
7 <add>1.3</add>
8 <comment>Formerly civicrm_contribution_type merged into this table in 4.3</comment>
9 <log>true</log>
10 <field>
11 <name>id</name>
12 <title>Financial Type ID</title>
13 <type>int unsigned</type>
14 <length>10</length>
15 <required>true</required>
16 <comment>ID of original financial_type so you can search this table by the financial_type.id and then select the relevant version based on the timestamp</comment>
17 <add>1.3</add>
18 </field>
19 <primaryKey>
20 <name>id</name>
21 <autoincrement>true</autoincrement>
22 </primaryKey>
23 <field>
24 <name>name</name>
25 <uniqueName>financial_type</uniqueName>
26 <title>Financial Type</title>
27 <type>varchar</type>
28 <length>64</length>
29 <required>true</required>
30 <import>true</import>
31 <headerPattern>/(finan(cial)?)?type/i</headerPattern>
32 <dataPattern>/donation|member|campaign/i</dataPattern>
33 <comment>Financial Type Name.</comment>
34 <add>1.3</add>
35 </field>
36 <field>
37 <name>accounting_code</name>
38 <title>Accounting Code</title>
39 <type>varchar</type>
40 <length>64</length>
41 <export>true</export>
42 <comment>Optional value for mapping contributions to accounting system codes for each type/category of contribution.</comment>
43 <add>1.3</add>
44 <drop>4.3</drop>
45 </field>
46 <field>
47 <name>description</name>
48 <type>varchar</type>
49 <length>255</length>
50 <comment>Financial Type Description.</comment>
51 <add>1.3</add>
52 </field>
53 <field>
54 <name>is_deductible</name>
55 <title>Is Tax Deductible?</title>
56 <type>boolean</type>
57 <length>4</length>
58 <default>1</default>
59 <comment>Is this financial type tax-deductible? If true, contributions of this type may be fully OR partially deductible - non-deductible amount is stored in the Contribution record.</comment>
60 <add>1.3</add>
61 </field>
62 <field>
63 <name>is_reserved</name>
64 <title>Financial Type is Reserved?</title>
65 <type>boolean</type>
66 <length>4</length>
67 <comment>Is this a predefined system object?</comment>
68 <add>1.3</add>
69 </field>
70 <field>
71 <name>is_active</name>
72 <type>boolean</type>
73 <title>Financial Type Is Active?</title>
74 <length>4</length>
75 <comment>Is this property active?</comment>
76 <add>1.3</add>
77 </field>
78 <index>
79 <name>UI_id</name>
80 <fieldName>id</fieldName>
81 <unique>true</unique>
82 <add>4.3</add>
83 </index>
84 </table>