CRM-15168 add some more titles
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 25 Aug 2014 00:43:31 +0000 (12:43 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 25 Aug 2014 00:43:31 +0000 (12:43 +1200)
xml/schema/Core/IM.xml
xml/schema/Core/Job.xml
xml/schema/Core/LocationType.xml
xml/schema/Financial/FinancialAccount.xml
xml/schema/Financial/FinancialType.xml
xml/schema/Mailing/Mailing.xml
xml/schema/Price/LineItem.xml

index 376ff47364a829565266a8de39bbe9b829f3fcd8..0b2675395b985a0dbfd8c8e4253e661fca7668c5 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Instant Messenger ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique IM ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>IM Contact</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
     <add>2.0</add>
@@ -92,6 +94,7 @@
   </index>
   <field>
     <name>is_billing</name>
+    <title>Is IM Billing?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the billing?</comment>
index 5573648e25ff17b2b4c683c2a5fd02f92212f240..b897731cbfb7aef32a262179fd9fca39fcc253d3 100644 (file)
@@ -9,6 +9,7 @@
   <log>false</log>
   <field>
     <name>id</name>
+    <title>Job ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Job Id</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>domain_id</name>
+    <title>Job Domain</title>
     <type>int unsigned</type>
     <required>true</required>
     <pseudoconstant>
@@ -38,6 +40,7 @@
   </foreignKey>
   <field>
     <name>run_frequency</name>
+    <title>Job Frequency</title>
     <type>varchar</type>
     <length>8</length>
     <default>"Daily"</default>
@@ -59,6 +62,7 @@
   </field>
   <field>
     <name>name</name>
+    <title>Job Name</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Title of the job</comment>
@@ -66,6 +70,7 @@
   </field>
   <field>
     <name>description</name>
+    <title>Job Description</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Description of the job</comment>
@@ -82,6 +87,7 @@
   </field>
   <field>
     <name>api_entity</name>
+    <title>API Entity</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Entity of the job api call</comment>
@@ -89,6 +95,7 @@
   </field>
   <field>
     <name>api_action</name>
+    <title>API Action</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Action of the job api call</comment>
   </field>
   <field>
     <name>parameters</name>
+    <title>API Parameters</title>
     <type>text</type>
     <comment>List of parameters to the command.</comment>
     <html>
   </field>
   <field>
     <name>is_active</name>
+    <title>Job Is Active?</title>
     <type>boolean</type>
     <comment>Is this job active?</comment>
     <add>4.1</add>
index f6a48e4a7faa20103e2d938d9ab4e3742d12e1d2..83caa4802fc7b7f409cad23920f51913872055e7 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Location Type ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Location Type ID</comment>
   </field>
   <field>
     <name>is_reserved</name>
+    <title>Location Type is Reserved?</title>
     <type>boolean</type>
     <comment>Is this location type a predefined system location?</comment>
     <add>1.1</add>
   </field>
   <field>
     <name>is_active</name>
+    <title>Location Type is Active?</title>
     <type>boolean</type>
     <comment>Is this property active?</comment>
     <add>1.1</add>
   </field>
   <field>
     <name>is_default</name>
+    <title>Default Location Type?</title>
     <type>boolean</type>
     <comment>Is this location type the default?</comment>
     <add>1.1</add>
index 82ee03d2f4ad524ff59a8c2e15a82208a4c201eb..86d6b657fd55821251cb648e0d688e0849bc548c 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>
index ddd3d4324d51c83f52990e435cbae492d825a134..3b03f75318406a6d1f5245863323275b69f3e777 100644 (file)
@@ -52,6 +52,7 @@
   </field>
   <field>
     <name>is_deductible</name>
+    <title>Is Tax Deductible?</title>
     <type>boolean</type>
     <length>4</length>
     <default>1</default>
@@ -60,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>
index 7686851406e1088e1fb7ec9168e81d8dd6f16e97..dee2a451d117ff42059fd27d1dec888f759dbb6a 100644 (file)
   </field>
   <field>
     <name>open_tracking</name>
+    <title>Track Mailing?</title>
     <type>boolean</type>
     <comment>Should we track when recipients open/read this mailing?</comment>
   </field>
   <field>
     <name>is_completed</name>
+    <title>Mailing Completed</title>
     <type>boolean</type>
     <comment>Has at least one job associated with this mailing finished?</comment>
     <html>
   </field>
   <field>
     <name>msg_template_id</name>
+    <title>Mailing Message Template</title>
     <type>int unsigned</type>
     <comment>FK to the message template.</comment>
   </field>
   </field>
   <field>
     <name>created_id</name>
+    <title>Mailing Creator</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID who first created this mailing</comment>
   </field>
   </field>
   <field>
     <name>scheduled_id</name>
+    <title>Scheduled By</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID who scheduled this mailing</comment>
   </field>
   </field>
   <field>
     <name>approver_id</name>
+    <title>Approved By</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID who approved this mailing</comment>
   </field>
index 1b57fb445c5027380bbdf16175af7c7581b3c2ec..ab78d870b985d2ea4ab8bfa70df5c17fd712ea15 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Line Item ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Line Item</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Line Item Entity Type</title>
     <type>varchar</type>
     <length>64</length>
     <required>true</required>
@@ -27,6 +29,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Line Item Entity</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>entry in table</comment>
@@ -39,6 +42,7 @@
   </dynamicForeignKey>
   <field>
     <name>contribution_id</name>
+    <title>Line Item Contribution</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_contribution</comment>
     <add>4.5</add>
@@ -51,6 +55,7 @@
   </foreignKey>
   <field>
     <name>price_field_id</name>
+    <title>Line Item Price Field</title>
     <type>int unsigned</type>
     <comment>FK to civicrm_price_field</comment>
     <!-- changed to not required in 4.3 in order to change ON DELETE CASCADE FK constraint to SET NULL -->
@@ -64,6 +69,7 @@
   </foreignKey>
   <field>
     <name>option_group_id</name>
+    <title>Line Item Option Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to option group</comment>
@@ -72,6 +78,7 @@
   </field>
   <field>
     <name>label</name>
+    <title>Line Item Label</title>
     <type>varchar</type>
     <length>255</length>
     <default>NULL</default>
@@ -84,6 +91,7 @@
   </field>
   <field>
     <name>qty</name>
+    <title>Line Item Quantity</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>How many items ordered</comment>
   </field>
   <field>
     <name>line_total</name>
+    <title>Line Item Total</title>
     <type>decimal</type>
     <required>true</required>
     <comment>qty * unit_price</comment>
   </field>
   <field>
     <name>participant_count</name>
+    <title>Line Item Participant Count</title>
     <type>int unsigned</type>
     <default>NULL</default>
-    <comment>Participant count for fiel
+    <comment>Participant count for field</comment>
       <html>
         <type>Text</type>
-      </html>d</comment>
+      </html>
     <add>3.2</add>
 
   </field>
   </index>
   <field>
     <name>price_field_value_id</name>
+    <title>Line Item Option</title>
     <type>int unsigned</type>
     <default>NULL</default>
     <comment>FK to civicrm_price_field_value</comment>