X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FBatch%2FDAO%2FBatch.php;h=6e52b333b439145939662462a6098685ed2c8d02;hb=6b83d5bdd0f2ca546924feae6aa42aeddb1d40cf;hp=dfdc5dba0f5ee3835ed0133d8adcdfda84a9785a;hpb=83c95515f5cfa1e33da40b8d32054b60c338659b;p=civicrm-core.git diff --git a/CRM/Batch/DAO/Batch.php b/CRM/Batch/DAO/Batch.php index dfdc5dba0f..6e52b333b4 100644 --- a/CRM/Batch/DAO/Batch.php +++ b/CRM/Batch/DAO/Batch.php @@ -2,11 +2,11 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * * Generated from xml/schema/CRM/Batch/Batch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a9d49cd47b4a388ca88aa2af363f952d) + * (GenCodeChecksum:5e14654e2df1b813931043edb9d0f828) */ /** @@ -182,7 +182,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch ID'), - 'description' => 'Unique Address ID', + 'description' => ts('Unique Address ID'), 'required' => TRUE, 'table_name' => 'civicrm_batch', 'entity' => 'Batch', @@ -193,7 +193,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'name', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Batch Name'), - 'description' => 'Variable name/programmatic handle for this batch.', + 'description' => ts('Variable name/programmatic handle for this batch.'), 'maxlength' => 64, 'size' => CRM_Utils_Type::BIG, 'table_name' => 'civicrm_batch', @@ -208,7 +208,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'title', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Batch Title'), - 'description' => 'Friendly Name.', + 'description' => ts('Friendly Name.'), 'maxlength' => 255, 'size' => CRM_Utils_Type::HUGE, 'table_name' => 'civicrm_batch', @@ -223,7 +223,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'description', 'type' => CRM_Utils_Type::T_TEXT, 'title' => ts('Batch Description'), - 'description' => 'Description of this batch set.', + 'description' => ts('Description of this batch set.'), 'rows' => 4, 'cols' => 80, 'table_name' => 'civicrm_batch', @@ -238,7 +238,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'created_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Created By'), - 'description' => 'FK to Contact ID', + 'description' => ts('FK to Contact ID'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -249,7 +249,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'created_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Batch Created Date'), - 'description' => 'When was this item created', + 'description' => ts('When was this item created'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -262,7 +262,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'modified_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Modified By'), - 'description' => 'FK to Contact ID', + 'description' => ts('FK to Contact ID'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -273,7 +273,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'modified_date', 'type' => CRM_Utils_Type::T_DATE + CRM_Utils_Type::T_TIME, 'title' => ts('Batch Modified Date'), - 'description' => 'When was this item created', + 'description' => ts('When was this item created'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -283,7 +283,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'saved_search_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Smart Group'), - 'description' => 'FK to Saved Search ID', + 'description' => ts('FK to Saved Search ID'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -297,7 +297,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'status_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Status'), - 'description' => 'fk to Batch Status options in civicrm_option_values', + 'description' => ts('fk to Batch Status options in civicrm_option_values'), 'required' => TRUE, 'table_name' => 'civicrm_batch', 'entity' => 'Batch', @@ -315,7 +315,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'type_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Type'), - 'description' => 'fk to Batch Type options in civicrm_option_values', + 'description' => ts('fk to Batch Type options in civicrm_option_values'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -332,7 +332,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'mode_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Mode'), - 'description' => 'fk to Batch mode options in civicrm_option_values', + 'description' => ts('fk to Batch mode options in civicrm_option_values'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -349,7 +349,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'total', 'type' => CRM_Utils_Type::T_MONEY, 'title' => ts('Batch Total'), - 'description' => 'Total amount for this batch.', + 'description' => ts('Total amount for this batch.'), 'precision' => [ 20, 2 @@ -366,7 +366,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'item_count', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Number of Items'), - 'description' => 'Number of items in a batch.', + 'description' => ts('Number of items in a batch.'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -379,7 +379,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'payment_instrument_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Batch Payment Method'), - 'description' => 'fk to Payment Instrument options in civicrm_option_values', + 'description' => ts('fk to Payment Instrument options in civicrm_option_values'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch', @@ -405,7 +405,7 @@ class CRM_Batch_DAO_Batch extends CRM_Core_DAO { 'name' => 'data', 'type' => CRM_Utils_Type::T_LONGTEXT, 'title' => ts('Batch Data'), - 'description' => 'cache entered data', + 'description' => ts('cache entered data'), 'table_name' => 'civicrm_batch', 'entity' => 'Batch', 'bao' => 'CRM_Batch_BAO_Batch',