Пример #1
0
 function preProcess()
 {
     parent::preProcess();
     //check for permission to edit contributions
     if (!CRM_Core_Permission::check('access CiviContribute')) {
         CRM_Core_Error::fatal(ts('You do not have permission to access this page', array('domain' => 'org.civicrm.cdntaxreceipts')));
     }
 }
Пример #2
0
 function preProcess()
 {
     parent::preProcess();
     if (!$this->_id) {
         if (CRM_Utils_Array::value('title', $_POST)) {
             $this->assign('reportTitle', $_POST['title']);
         } else {
             if (CRM_Utils_Array::value('weekday_value', $_POST)) {
                 $this->assign('reportTitle', "EXTENDED CARE FOR " . strtoupper($_POST['weekday_value']));
             }
         }
     }
 }
Пример #3
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Membership Summary Report'));
     parent::preProcess();
 }
Пример #4
0
 public function preProcess()
 {
     $this->assign('reportTitle', ts('Membership Detail Report'));
     parent::preProcess();
 }
Пример #5
0
 function preProcess()
 {
     $this->assign('chartSupported', true);
     parent::preProcess();
 }
Пример #6
0
 function preProcess()
 {
     $this->_add2groupSupported = false;
     parent::preProcess();
 }
 public function preProcess()
 {
     $this->addFormRule(array('CRM_Recurringcontributionreports_Form_Report_RecurringContribution', 'formRule'), $this);
     parent::preProcess();
 }
Пример #8
0
 public function preProcess()
 {
     parent::preProcess();
 }
Пример #9
0
 public function preProcess()
 {
     $this->assign('chartSupported', TRUE);
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Leave Registration Report'));
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Individual Counsellor Report'));
     parent::preProcess();
 }
 /**
  * Overridden parent method for initial processing
  */
 function preProcess()
 {
     $segmentSetting = civicrm_api3('SegmentSetting', 'Getsingle', array());
     $this->setTitle(ts($segmentSetting['parent_label'] . ' Report'));
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Werkoverzicht dossier'));
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Petition Email Report'));
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Retention Report'));
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Coach Rapport'));
     parent::preProcess();
 }
Пример #17
0
 function preProcess()
 {
     $this->_csvSupported = FALSE;
     parent::preProcess();
 }
Пример #18
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Pledge But Not Paid Report'));
     parent::preProcess();
 }
 function preProcess()
 {
     $this->assign('reportTitle', ts('Management Summary Report'));
     parent::preProcess();
 }
Пример #20
0
 function preProcess()
 {
     $this->_csvSupported = false;
     parent::preProcess();
 }
Пример #21
0
 /**
  * Overridden parent method before any form processing
  */
 function preProcess()
 {
     $this->assign('reportTitle', ts('Opportunities Report'));
     parent::preProcess();
 }
Пример #22
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Appraisals Report'));
     parent::preProcess();
 }