X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=setup%2Ftc_config;h=7b959ae1d8ec139f1a013ab2d2e20be1737ebee2;hb=f0eebf574a93eca770846188b19e00ce3a9f6323;hp=a167920a88082d71f7872176ae076d9a9aecc8fd;hpb=8f391cf1b34f71589ac717327e743bec3674a277;p=eq%2F.git diff --git a/setup/tc_config b/setup/tc_config index a167920..7b959ae 100644 --- a/setup/tc_config +++ b/setup/tc_config @@ -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;