*
* Generated from civigrant/xml/schema/CRM/Grant/Grant.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bd866aa053f6871792fdecfc4aa3c92a)
+ * (GenCodeChecksum:c3ae6f29f7956693f952034cb68e75a0)
*/
use CRM_Grant_ExtensionUtil as E;
'title' => E::ts('Grant ID'),
'description' => E::ts('Unique Grant id'),
'required' => TRUE,
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.id',
'export' => TRUE,
'title' => E::ts('Contact ID'),
'description' => E::ts('Contact ID of contact record given grant belongs to.'),
'required' => TRUE,
+ 'usage' => [
+ 'import' => FALSE,
+ 'export' => TRUE,
+ 'duplicate_matching' => FALSE,
+ 'token' => FALSE,
+ ],
'where' => 'civicrm_grant.contact_id',
'export' => TRUE,
'table_name' => 'civicrm_grant',
'type' => CRM_Utils_Type::T_DATE,
'title' => E::ts('Application received date'),
'description' => E::ts('Date on which grant application was received by donor.'),
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.application_received_date',
'export' => TRUE,
'type' => CRM_Utils_Type::T_DATE,
'title' => E::ts('Decision date'),
'description' => E::ts('Date on which grant decision was made.'),
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.decision_date',
'export' => TRUE,
'type' => CRM_Utils_Type::T_DATE,
'title' => E::ts('Grant Money transfer date'),
'description' => E::ts('Date on which grant money transfer was made.'),
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.money_transfer_date',
'export' => TRUE,
'type' => CRM_Utils_Type::T_DATE,
'title' => E::ts('Grant Report Due Date'),
'description' => E::ts('Date on which grant report is due.'),
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.grant_due_date',
'export' => TRUE,
'type' => CRM_Utils_Type::T_BOOLEAN,
'title' => E::ts('Grant report received'),
'description' => E::ts('Yes/No field stating whether grant report was received by donor.'),
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.grant_report_received',
'export' => TRUE,
'title' => E::ts('Grant Type'),
'description' => E::ts('Type of grant. Implicit FK to civicrm_option_value in grant_type option_group.'),
'required' => TRUE,
+ 'usage' => [
+ 'import' => FALSE,
+ 'export' => TRUE,
+ 'duplicate_matching' => FALSE,
+ 'token' => FALSE,
+ ],
'where' => 'civicrm_grant.grant_type_id',
'export' => TRUE,
'table_name' => 'civicrm_grant',
20,
2,
],
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.amount_total',
'dataPattern' => '/^\d+(\.\d{2})?$/',
20,
2,
],
+ 'usage' => [
+ 'import' => FALSE,
+ 'export' => FALSE,
+ 'duplicate_matching' => FALSE,
+ 'token' => FALSE,
+ ],
'where' => 'civicrm_grant.amount_requested',
'dataPattern' => '/^\d+(\.\d{2})?$/',
'table_name' => 'civicrm_grant',
20,
2,
],
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.amount_granted',
'dataPattern' => '/^\d+(\.\d{2})?$/',
'required' => TRUE,
'maxlength' => 3,
'size' => CRM_Utils_Type::FOUR,
+ 'usage' => [
+ 'import' => FALSE,
+ 'export' => FALSE,
+ 'duplicate_matching' => FALSE,
+ 'token' => FALSE,
+ ],
'where' => 'civicrm_grant.currency',
'table_name' => 'civicrm_grant',
'entity' => 'Grant',
'description' => E::ts('Grant rationale.'),
'rows' => 4,
'cols' => 60,
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => TRUE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.rationale',
'export' => TRUE,
'title' => E::ts('Grant Status'),
'description' => E::ts('ID of Grant status.'),
'required' => TRUE,
+ 'usage' => [
+ 'import' => TRUE,
+ 'export' => FALSE,
+ 'duplicate_matching' => TRUE,
+ 'token' => FALSE,
+ ],
'import' => TRUE,
'where' => 'civicrm_grant.status_id',
'export' => FALSE,
'type' => CRM_Utils_Type::T_INT,
'title' => E::ts('Financial Type ID'),
'description' => E::ts('FK to Financial Type.'),
+ 'usage' => [
+ 'import' => FALSE,
+ 'export' => FALSE,
+ 'duplicate_matching' => FALSE,
+ 'token' => FALSE,
+ ],
'where' => 'civicrm_grant.financial_type_id',
'default' => NULL,
'table_name' => 'civicrm_grant',
'localizable' => 0,
'FKClassName' => 'CRM_Financial_DAO_FinancialType',
'html' => [
+ 'type' => 'Select',
'label' => E::ts("Financial Type"),
],
'pseudoconstant' => [