Merge pull request #16772 from eileenmcnaughton/mem_tax
[civicrm-core.git] / xml / schema / Financial / FinancialAccount.xml
index 82ee03d2f4ad524ff59a8c2e15a82208a4c201eb..eedf5c621069640207403b413993446f6d62fba4 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Financial Account ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>name</name>
+    <title>Financial Account Name</title>
     <type>varchar</type>
     <length>255</length>
     <required>true</required>
@@ -50,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>
@@ -82,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>
@@ -89,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>