fix width of companionshp tables so visit stats are aligned
[eq/.git] / setup / tc_config
index a167920a88082d71f7872176ae076d9a9aecc8fd..2c45522df6e4cce99f15c3686bad1d5569e7f128 100644 (file)
@@ -33,6 +33,17 @@ $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 the minute interval increment to use in the time drop down lists
 $this->time_drop_down_list_inc = 15;
 
@@ -66,4 +77,6 @@ $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;
 ?>