Merge pull request #12460 from freephile/patch-1
[civicrm-core.git] / 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 <pseudoconstant>
36 <table>civicrm_financial_type</table>
37 <keyColumn>id</keyColumn>
38 <labelColumn>name</labelColumn>
39 </pseudoconstant>
40 </field>
41 <field>
42 <name>accounting_code</name>
43 <title>Accounting Code</title>
44 <type>varchar</type>
45 <length>64</length>
46 <export>true</export>
47 <comment>Optional value for mapping contributions to accounting system codes for each type/category of contribution.</comment>
48 <add>1.3</add>
49 <drop>4.3</drop>
50 </field>
51 <field>
52 <name>description</name>
53 <type>varchar</type>
54 <length>255</length>
55 <comment>Financial Type Description.</comment>
56 <add>1.3</add>
57 </field>
58 <field>
59 <name>is_deductible</name>
60 <title>Is Tax Deductible?</title>
61 <type>boolean</type>
62 <length>4</length>
63 <default>1</default>
64 <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>
65 <add>1.3</add>
66 </field>
67 <field>
68 <name>is_reserved</name>
69 <title>Financial Type is Reserved?</title>
70 <type>boolean</type>
71 <length>4</length>
72 <comment>Is this a predefined system object?</comment>
73 <add>1.3</add>
74 </field>
75 <field>
76 <name>is_active</name>
77 <type>boolean</type>
78 <title>Financial Type Is Active?</title>
79 <length>4</length>
80 <comment>Is this property active?</comment>
81 <add>1.3</add>
82 </field>
83 <index>
84 <name>UI_id</name>
85 <fieldName>id</fieldName>
86 <unique>true</unique>
87 <add>4.3</add>
88 </index>
89 </table>