CRM-16189, added revenue_recognition_date field for on install and upgrade
[civicrm-core.git] / xml / schema / Contribute / ContributionRecur.xml
index 9e5cfaf6bea222249bc40f90b707f795ed32352c..ff256278d9592cda80e588b99fb95f5dc950308e 100644 (file)
@@ -39,6 +39,9 @@
     <required>true</required>
     <comment>Amount to be contributed or charged each recurrence.</comment>
     <add>1.6</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>currency</name>
@@ -52,7 +55,7 @@
       <table>civicrm_currency</table>
       <keyColumn>name</keyColumn>
       <labelColumn>full_name</labelColumn>
-      <nameColumn>numeric_code</nameColumn>
+      <nameColumn>name</nameColumn>
     </pseudoconstant>
     <html>
       <type>Select</type>
@@ -81,6 +84,9 @@
     <required>true</required>
     <comment>Number of time units for recurrence of payment.</comment>
     <add>1.6</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>installments</name>
@@ -88,6 +94,9 @@
     <type>int unsigned</type>
     <comment>Total number of payments to be made. Set this to 0 if this is an open-ended commitment i.e. no set end date.</comment>
     <add>1.6</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>start_date</name>
     <required>true</required>
     <comment>The date the first scheduled recurring contribution occurs.</comment>
     <add>1.6</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>create_date</name>
     <required>true</required>
     <comment>When this recurring contribution record was created.</comment>
     <add>1.6</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>modified_date</name>
     <type>datetime</type>
     <comment>Last updated date for this record. mostly the last time a payment was received</comment>
     <add>1.6</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>cancel_date</name>
     <type>datetime</type>
     <comment>Date this recurring contribution was cancelled by contributor- if we can get access to it</comment>
     <add>1.6</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>end_date</name>
     <type>datetime</type>
     <comment>Date this recurring contribution finished successfully</comment>
     <add>1.6</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>processor_id</name>
     <type>datetime</type>
     <comment>Next scheduled date</comment>
     <add>4.4</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>failure_count</name>
     <title>Retry Failed Attempt Date</title>
     <comment>Date to retry failed attempt</comment>
     <add>1.6</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>auto_renew</name>