Example #1
0
function get_timeperiods_dom()
{
    return TimePeriod::get_timeperiods_dom();
}
Example #2
0
/**
 * Function to allow for Quotas module reporting to display TimePeriods as a filter for timeperiod_id value
 *
 * @see modules/Quotas/vardefs.php
 * @return array Array of TimePeriod names with TimePeriod instance id as key
 */
function getTimePeriodsDropDownForQuotas()
{
    return TimePeriod::get_timeperiods_dom();
}
Example #3
0
function getTimePeriodsDropDownForForecasts()
{
    return TimePeriod::get_timeperiods_dom();
}