linked district table to leader table by leader id, removed district field from leade...
[eq/.git] / setup / tc_config
index 2c45522df6e4cce99f15c3686bad1d5569e7f128..0a7d33e98b968b93a2eb003f9b5fcb547f826ae2 100644 (file)
@@ -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;
 
@@ -79,4 +85,10 @@ $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;
+
 ?>