CRM-15168 add titles for settings
[civicrm-core.git] / xml / schema / Financial / FinancialType.xml
CommitLineData
3c7d2158 1<?xml version="1.0" encoding="iso-8859-1" ?>
6a488035 2
3c7d2158 3<table>
4 <base>CRM/Financial</base>
5 <class>FinancialType</class>
6 <name>civicrm_financial_type</name>
7 <add>1.3</add>
6a488035 8 <comment>Formerly civicrm_contribution_type merged into this table in 4.3</comment>
3c7d2158 9 <log>true</log>
10 <field>
11 <name>id</name>
0d94665e 12 <title>Financial Type ID</title>
6a488035
TO
13 <type>int unsigned</type>
14 <length>10</length>
3c7d2158 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>
6a488035
TO
17 <add>1.3</add>
18 </field>
3c7d2158 19 <primaryKey>
20 <name>id</name>
21 <autoincrement>true</autoincrement>
22 </primaryKey>
6a488035
TO
23 <field>
24 <name>name</name>
3c7d2158 25 <uniqueName>financial_type</uniqueName>
6a488035
TO
26 <title>Financial Type</title>
27 <type>varchar</type>
28 <length>64</length>
3c7d2158 29 <required>true</required>
6a488035
TO
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 <type>boolean</type>
3c7d2158 56 <length>4</length>
6a488035
TO
57 <default>1</default>
58 <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>
59 <add>1.3</add>
60 </field>
61 <field>
62 <name>is_reserved</name>
63 <type>boolean</type>
3c7d2158 64 <length>4</length>
6a488035
TO
65 <comment>Is this a predefined system object?</comment>
66 <add>1.3</add>
67 </field>
68 <field>
69 <name>is_active</name>
70 <type>boolean</type>
3c7d2158 71 <length>4</length>
6a488035
TO
72 <comment>Is this property active?</comment>
73 <add>1.3</add>
74 </field>
75 <index>
76 <name>UI_id</name>
77 <fieldName>id</fieldName>
78 <unique>true</unique>
79 <add>4.3</add>
80 </index>
81</table>