X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=setup%2Feq_config;fp=setup%2Feq_config;h=5baf6c6871f9783c7ef78fbd5d5cf8c4e03f4e82;hb=63574045f42044601bfc460bf844ea82387f421f;hp=0000000000000000000000000000000000000000;hpb=f8471406db3eb0232775ac452db2ef2691387334;p=eq%2F.git diff --git a/setup/eq_config b/setup/eq_config new file mode 100644 index 0000000..5baf6c6 --- /dev/null +++ b/setup/eq_config @@ -0,0 +1,60 @@ +upload_target_path = "/home/users/eqpres/eq_data"; + +// The full path to the installation location of this module +$this->application_path = "/usr/local/www/data-dist/phpgroupware/eq"; + +// Use drop down lists when specifying times in the scheduling tools. +// If set to 0, free form text fields for the hour and minutes will be used instead. +// If set to 1, drop down lists will be used for the hour and minute fields +$this->time_drop_down_lists = 1; + +// Compute hometeaching interview stats per month or per quarter +// If set to 0, stats will be computed per quarter. +// If set to 1, stats will be computed per month. +$this->monthly_hometeaching_interview_stats = 0; + +// Specify the minute interval increment to use in the time drop down lists +$this->time_drop_down_list_inc = 15; + +// The default visit appointment duration in minutes +$this->default_visit_appt_duration = 45; + +// The default ppi appointment duration in minutes +$this->default_ppi_appt_duration = 30; + +// The default number of months of hometeaching history to show +$this->default_ht_num_months = 3; + +// The default number of months of ppi history to show +$this->default_ppi_num_months = 3; + +// The default number of years of ppi history to show +$this->default_ppi_num_years = 0; + +// The default number of quarters of hometeaching interviews to show +$this->default_int_num_quarters = 1; + +// The default number of years of hometeaching interviews to show +$this->default_int_num_years = 0; + +// The default number of quarters of attendance to show +$this->default_att_num_quarters = 1; + +// The default nubmer of years of visits to show +$this->default_vis_num_years = 1; + +// The maximum number of districts you will ever need to create +$this->max_num_districts = 4; + +?>