Merge pull request #12534 from civicrm/5.4
[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>
da6b7c62
MW
35 <pseudoconstant>
36 <table>civicrm_financial_type</table>
37 <keyColumn>id</keyColumn>
38 <labelColumn>name</labelColumn>
39 </pseudoconstant>
6a488035
TO
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>
32ac94e8 60 <title>Is Tax Deductible?</title>
6a488035 61 <type>boolean</type>
3c7d2158 62 <length>4</length>
6a488035
TO
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>
32ac94e8 69 <title>Financial Type is Reserved?</title>
6a488035 70 <type>boolean</type>
3c7d2158 71 <length>4</length>
6a488035
TO
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>
56b7523d 78 <title>Financial Type Is Active?</title>
3c7d2158 79 <length>4</length>
6a488035
TO
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>