X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=setup%2Ftc_config;h=0a7d33e98b968b93a2eb003f9b5fcb547f826ae2;hb=61df0220f9c24a23b834d1fdf64c2a3630e52560;hp=a167920a88082d71f7872176ae076d9a9aecc8fd;hpb=8f391cf1b34f71589ac717327e743bec3674a277;p=eq%2F.git diff --git a/setup/tc_config b/setup/tc_config index a167920..0a7d33e 100644 --- a/setup/tc_config +++ b/setup/tc_config @@ -33,6 +33,23 @@ $this->time_drop_down_lists = 1; // Examples: Monthly=1 Quarterly=3 Yearly=12 $this->monthly_hometeaching_interview_stats = 3; +// Frequency of PPIs in months +// This number must evenly divide 12. +// Examples: Monthly=1 Quarterly=3 Yearly=12 +$this->ppi_frequency = 12; + +// Specify who can hold yearly PPIs +// 1 = EQ President +// 2 = EQ President + Counselors +// 3 = EQ President + Counselors + Secretary +$this->yearly_ppi_interviewer = 2; + +// Specify if the individual should be emailed the appointment too +// By default, the interviewer is always emailed the appointment. +// 0 = The interviewer will be emailed the appointment +// 1 = The interviewer & individual will be emailed the appointment +$this->email_individual_appt = 1; + // Specify the minute interval increment to use in the time drop down lists $this->time_drop_down_list_inc = 15; @@ -66,4 +83,12 @@ $this->default_vis_num_years = 1; // The maximum number of districts you will ever need to create $this->max_num_districts = 4; +// The number of months of home teaching stats to show in the hometeaching sandbox +$this->sandbox_stats_num_months = 12; + +// Show visit stats only for the visits this companionship is accountable for +// non-zero = true +// 0 = false +$this->sandbox_visits_comp_only = 1; + ?>