CRM-13497 - getting there on main tables
[civicrm-core.git] / xml / schema / Batch / Batch.xml
index 85523e81862250569f8dd31fb427c4f4c2a33b47..02329d0d80fb4a88cc43ab786e7bc19a98df55b4 100644 (file)
@@ -23,6 +23,9 @@
     <length>64</length>
     <comment>Variable name/programmatic handle for this batch.</comment>
     <add>3.3</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <index>
     <name>UI_name</name>
@@ -46,6 +49,9 @@
     <localizable>true</localizable>
     <comment>Friendly Name.</comment>
     <add>4.2</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>description</name>
@@ -77,6 +83,9 @@
     <type>datetime</type>
     <comment>When was this item created</comment>
     <add>3.3</add>
+    <html>
+      <type>Select Date</type>
+    </html>
   </field>
   <field>
     <name>modified_id</name>
     <type>int unsigned</type>
     <comment>FK to Saved Search ID</comment>
     <add>4.1</add>
+    <html>
+      <type>Autocomplete-Select</type>
+    </html>
   </field>
   <foreignKey>
     <name>saved_search_id</name>
     <pseudoconstant>
       <optionGroupName>batch_status</optionGroupName>
     </pseudoconstant>
+    <html>
+      <type>Select></type>
+    </html>
   </field>
   <field>
     <name>type_id</name>
     <pseudoconstant>
       <optionGroupName>batch_type</optionGroupName>
     </pseudoconstant>
+    <html>
+      <type>Select></type>
+    </html>
   </field>
   <field>
     <name>mode_id</name>
     <pseudoconstant>
       <optionGroupName>batch_mode</optionGroupName>
     </pseudoconstant>
+    <html>
+      <type>Select></type>
+    </html>
   </field>
   <field>
     <name>total</name>
     <type>decimal</type>
     <comment>Total amount for this batch.</comment>
     <add>4.2</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>item_count</name>
     <type>int unsigned</type>
     <comment>Number of items in a batch.</comment>
     <add>4.2</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>payment_instrument_id</name>
     <pseudoconstant>
       <optionGroupName>payment_instrument</optionGroupName>
     </pseudoconstant>
+    <html>
+      <type>Select></type>
+    </html>
     <add>4.3</add>
   </field>
   <field>