X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=setup%2Ftc_config;h=0a7d33e98b968b93a2eb003f9b5fcb547f826ae2;hb=refs%2Fremotes%2Fgithub%2Fapippin%2Femail_appt;hp=7b959ae1d8ec139f1a013ab2d2e20be1737ebee2;hpb=a7b3dad05fd92523cda0ebb5ba7c85e194b4e82f;p=eq%2F.git diff --git a/setup/tc_config b/setup/tc_config index 7b959ae..0a7d33e 100644 --- a/setup/tc_config +++ b/setup/tc_config @@ -44,6 +44,12 @@ $this->ppi_frequency = 12; // 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; @@ -77,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; + ?>