Merge branch 'master' of https://github.com/rollox/civicrm-core into CRM-18317
[civicrm-core.git] / xml / schema / Contribute / ContributionRecur.xml
index 9e5cfaf6bea222249bc40f90b707f795ed32352c..e1dc131275577b05956942739104bd7737290888 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>
@@ -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>