--CRM-16187, modified xml file for Entity financial trxn table to include Title for...
authorPradeep Nayak <pradpnayak@gmail.com>
Sat, 25 Jul 2015 05:20:28 +0000 (10:50 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Sat, 25 Jul 2015 05:20:28 +0000 (10:50 +0530)
xml/schema/Financial/EntityFinancialTrxn.xml

index d0ef7f6fd7699967713053f241d992cb3b1b10a3..653fc792d5d61bd4705ce81d6a6214248d216821 100755 (executable)
@@ -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>
@@ -18,6 +19,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -27,6 +29,7 @@
   </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>