Merge pull request #16266 from jitendrapurohit/core-1517
[civicrm-core.git] / xml / schema / Financial / FinancialAccount.xml
index 86d6b657fd55821251cb648e0d688e0849bc548c..eedf5c621069640207403b413993446f6d62fba4 100644 (file)
@@ -52,6 +52,7 @@
   <field>
     <name>financial_account_type_id</name>
     <type>int unsigned</type>
+    <title>Financial Account Type</title>
     <required>true</required>
     <default>3</default>
     <add>4.3</add>
@@ -84,6 +85,7 @@
   <field>
     <name>description</name>
     <type>varchar</type>
+    <title>Financial Account Description</title>
     <length>255</length>
     <comment>Financial Type Description.</comment>
     <add>4.3</add>
@@ -91,6 +93,7 @@
   <field>
     <name>parent_id</name>
     <type>int unsigned</type>
+    <title>Financial Account Parent</title>
     <comment>Parent ID in account hierarchy</comment>
     <add>4.3</add>
   </field>
   <field>
     <name>is_header_account</name>
     <type>boolean</type>
+    <title>Header Financial Account?</title>
     <default>0</default>
     <comment>Is this a header account which does not allow transactions to be posted against it directly, but only to its sub-accounts?</comment>
     <add>4.3</add>
   <field>
     <name>is_deductible</name>
     <type>boolean</type>
+    <title>Deductible Financial Account?</title>
     <default>1</default>
     <comment>Is this account tax-deductible?</comment>
     <add>4.3</add>
   <field>
     <name>is_tax</name>
     <type>boolean</type>
+    <title>Tax Financial Account?</title>
     <default>0</default>
     <comment>Is this account for taxes?</comment>
     <add>4.3</add>
   <field>
     <name>tax_rate</name>
     <type>decimal</type>
+    <title>Financial Account Tax Rate</title>
     <length>10,8</length>
     <comment>The percentage of the total_amount that is due for this tax.</comment>
     <add>4.3</add>
   <field>
     <name>is_reserved</name>
     <type>boolean</type>
+    <title>Reserved Financial Account?</title>
     <comment>Is this a predefined system object?</comment>
     <add>4.3</add>
   </field>
   <field>
     <name>is_active</name>
     <type>boolean</type>
+    <title>Financial Account is Active</title>
     <comment>Is this property active?</comment>
     <add>4.3</add>
   </field>
   <field>
     <name>is_default</name>
     <type>boolean</type>
+    <title>Default Financial Account</title>
     <comment>Is this account the default one (or default tax one) for its financial_account_type?</comment>
     <add>4.3</add>
   </field>