CRM-15168 add some more labels
[civicrm-core.git] / xml / schema / Financial / FinancialType.xml
index 6b580813c142ad6a0237886c8a53364c7d73577a..f5a7197155dc07f00bda6cab76715a3655a05fab 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Financial Type ID</title>
     <type>int unsigned</type>
     <length>10</length>
     <required>true</required>
@@ -51,6 +52,7 @@
   </field>
   <field>
     <name>is_deductible</name>
+    <title>Is Tax Deductible?</title>
     <type>boolean</type>
     <length>4</length>
     <default>1</default>
@@ -59,6 +61,7 @@
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Financial Type is Reserved?</title>
     <type>boolean</type>
     <length>4</length>
     <comment>Is this a predefined system object?</comment>
@@ -67,6 +70,7 @@
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Financial Type Is Active?</title>
     <length>4</length>
     <comment>Is this property active?</comment>
     <add>1.3</add>