コード例 #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
ファイル: Attendance.php プロジェクト: pzingg/sfschool
 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
ファイル: Detail.php プロジェクト: utkarshsharma/civicrm-core
 public function preProcess()
 {
     $this->assign('reportTitle', ts('Membership Detail Report'));
     parent::preProcess();
 }
コード例 #5
0
ファイル: Opened.php プロジェクト: hampelm/Ginsberg-CiviDemo
 function preProcess()
 {
     $this->assign('chartSupported', true);
     parent::preProcess();
 }
コード例 #6
0
 function preProcess()
 {
     $this->_add2groupSupported = false;
     parent::preProcess();
 }
コード例 #7
0
 public function preProcess()
 {
     $this->addFormRule(array('CRM_Recurringcontributionreports_Form_Report_RecurringContribution', 'formRule'), $this);
     parent::preProcess();
 }
コード例 #8
0
ファイル: Repeat.php プロジェクト: nganivet/civicrm-core
 public function preProcess()
 {
     parent::preProcess();
 }
コード例 #9
0
ファイル: Bounce.php プロジェクト: nielosz/civicrm-core
 public function preProcess()
 {
     $this->assign('chartSupported', TRUE);
     parent::preProcess();
 }
コード例 #10
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Leave Registration Report'));
     parent::preProcess();
 }
コード例 #11
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Individual Counsellor Report'));
     parent::preProcess();
 }
コード例 #12
0
 /**
  * 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();
 }
コード例 #14
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Petition Email Report'));
     parent::preProcess();
 }
コード例 #15
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Retention Report'));
     parent::preProcess();
 }
コード例 #16
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Coach Rapport'));
     parent::preProcess();
 }
コード例 #17
0
 function preProcess()
 {
     $this->_csvSupported = FALSE;
     parent::preProcess();
 }
コード例 #18
0
ファイル: Pbnp.php プロジェクト: bhirsch/civicrm
 function preProcess()
 {
     $this->assign('reportTitle', ts('Pledge But Not Paid Report'));
     parent::preProcess();
 }
コード例 #19
0
 function preProcess()
 {
     $this->assign('reportTitle', ts('Management Summary Report'));
     parent::preProcess();
 }
コード例 #20
0
ファイル: Detail.php プロジェクト: bhirsch/voipdev
 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
ファイル: Report.php プロジェクト: JoeMurray/civihr
 function preProcess()
 {
     $this->assign('reportTitle', ts('Appraisals Report'));
     parent::preProcess();
 }