Merge pull request #15306 from bhahumanists/bhahumanists-mailingID
[civicrm-core.git] / xml / schema / Financial / EntityFinancialTrxn.xml
old mode 100755 (executable)
new mode 100644 (file)
index a1e9217..653fc79
@@ -7,6 +7,7 @@
   <add>3.2</add>
   <field>
     <name>id</name>
+    <title>Entity Financial Transaction ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID</comment>
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
     <import>true</import>
     <add>3.2</add>
-    <comment>May contain civicrm_order, civicrm_order_line_itme, civicrm_order_line_sub_item, civicrm_grant, civicrm_credit_adjustment</comment>
+    <comment>May contain civicrm_financial_item, civicrm_contribution, civicrm_financial_trxn, civicrm_grant, etc</comment>
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <add>3.2</add>
@@ -38,6 +41,7 @@
   </dynamicForeignKey>
   <field>
     <name>financial_trxn_id</name>
+    <title>Financial Transaction Id</title>
     <type>int unsigned</type>
     <add>3.2</add>
   </field>
@@ -50,6 +54,7 @@
   </foreignKey>
   <field>
     <name>amount</name>
+    <title>Amount</title>
     <type>decimal</type>
     <required>true</required>
     <import>true</import>