2015-12-01 05:06:34 +00:00
|
|
|
<?php
|
|
|
|
/*----------------------------------------------------------------------------------| www.giz.de |----/
|
|
|
|
Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
|
|
|
/-------------------------------------------------------------------------------------------------------/
|
|
|
|
|
2016-01-14 07:44:50 +00:00
|
|
|
@version 3.3.0
|
|
|
|
@build 14th January, 2016
|
2015-12-01 05:06:34 +00:00
|
|
|
@created 15th June, 2012
|
|
|
|
@package Cost Benefit Projection
|
|
|
|
@subpackage datayear.php
|
|
|
|
@author Llewellyn van der Merwe <http://www.vdm.io>
|
|
|
|
@owner Deutsche Gesellschaft für International Zusammenarbeit (GIZ) Gmb
|
|
|
|
@copyright Copyright (C) 2015. All Rights Reserved
|
|
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
|
|
|
/-------------------------------------------------------------------------------------------------------/
|
|
|
|
Cost Benefit Projection Tool.
|
|
|
|
/------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
// No direct access to this file
|
|
|
|
defined('_JEXEC') or die('Restricted access');
|
|
|
|
|
|
|
|
// import the list field type
|
|
|
|
jimport('joomla.form.helper');
|
|
|
|
JFormHelper::loadFieldClass('list');
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Datayear Form Field class for the Costbenefitprojection component
|
|
|
|
*/
|
|
|
|
class JFormFieldDatayear extends JFormFieldList
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
* The datayear field type.
|
|
|
|
*
|
|
|
|
* @var string
|
|
|
|
*/
|
|
|
|
public $type = 'datayear';
|
|
|
|
/**
|
|
|
|
* Override to add new button
|
|
|
|
*
|
|
|
|
* @return string The field input markup.
|
|
|
|
*
|
|
|
|
* @since 3.2
|
|
|
|
*/
|
|
|
|
protected function getInput()
|
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// see if we should add buttons
|
2015-12-01 05:06:34 +00:00
|
|
|
$setButton = $this->getAttribute('button');
|
2016-01-14 07:44:50 +00:00
|
|
|
// get html
|
2015-12-01 05:06:34 +00:00
|
|
|
$html = parent::getInput();
|
2016-01-14 07:44:50 +00:00
|
|
|
// if true set button
|
2015-12-01 05:06:34 +00:00
|
|
|
if ($setButton === 'true')
|
|
|
|
{
|
|
|
|
$user = JFactory::getUser();
|
2016-01-14 07:44:50 +00:00
|
|
|
// only add if user allowed to create health_data
|
2015-12-01 05:06:34 +00:00
|
|
|
if ($user->authorise('health_data.create', 'com_costbenefitprojection'))
|
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// get the input from url
|
2015-12-01 05:06:34 +00:00
|
|
|
$jinput = JFactory::getApplication()->input;
|
2016-01-14 07:44:50 +00:00
|
|
|
// get the view name & id
|
2015-12-01 05:06:34 +00:00
|
|
|
$values = $jinput->getArray(array(
|
|
|
|
'id' => 'int',
|
|
|
|
'view' => 'word'
|
|
|
|
));
|
2016-01-14 07:44:50 +00:00
|
|
|
// check if new item
|
2015-12-01 05:06:34 +00:00
|
|
|
$ref = '';
|
|
|
|
if (!is_null($values['id']) && strlen($values['view']))
|
|
|
|
{
|
2016-01-14 07:44:50 +00:00
|
|
|
// only load referal if not new item.
|
2015-12-01 05:06:34 +00:00
|
|
|
$ref = '&ref=' . $values['view'] . '&refid=' . $values['id'];
|
|
|
|
}
|
2016-01-14 07:44:50 +00:00
|
|
|
// build the button
|
2015-12-01 05:06:34 +00:00
|
|
|
$button = '<a class="btn btn-small btn-success"
|
|
|
|
href="index.php?option=com_costbenefitprojection&view=health_data&layout=edit'.$ref.'" >
|
|
|
|
<span class="icon-new icon-white"></span>' . JText::_('COM_COSTBENEFITPROJECTION_NEW') . '</a>';
|
2016-01-14 07:44:50 +00:00
|
|
|
// return the button attached to input field
|
2015-12-01 05:06:34 +00:00
|
|
|
return $html . $button;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return $html;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Method to get a list of options for a list input.
|
|
|
|
*
|
|
|
|
* @return array An array of JHtml options.
|
|
|
|
*/
|
|
|
|
public function getOptions()
|
|
|
|
{
|
|
|
|
$jinput = JFactory::getApplication()->input;
|
|
|
|
$client = $jinput->get('id', 0, 'INT');
|
|
|
|
$countries = CostbenefitprojectionHelper::hisCountries(null,$client,'company');
|
|
|
|
$db = JFactory::getDBO();
|
|
|
|
$query = $db->getQuery(true);
|
|
|
|
$query->select($db->quoteName(array('a.year','a.country'),array('year','country')));
|
|
|
|
$query->from($db->quoteName('#__costbenefitprojection_health_data', 'a'));
|
|
|
|
$query->where($db->quoteName('a.published') . ' = 1');
|
|
|
|
if (CostbenefitprojectionHelper::checkArray($countries))
|
|
|
|
{
|
|
|
|
$query->where($db->quoteName('a.country') . ' IN (' . implode(',',$countries) . ')');
|
|
|
|
}
|
|
|
|
$query->order('a.country ASC');
|
|
|
|
$db->setQuery((string)$query);
|
|
|
|
$items = $db->loadObjectList();
|
|
|
|
$options = array();
|
|
|
|
if ($items)
|
|
|
|
{
|
|
|
|
$years = array();
|
|
|
|
foreach($items as $item)
|
|
|
|
{
|
|
|
|
if (!CostbenefitprojectionHelper::checkArray($years) || !in_array($item->year.'_'.$item->country,$years))
|
|
|
|
{
|
|
|
|
if (!CostbenefitprojectionHelper::checkArray($countries) || $client == 0)
|
|
|
|
{
|
|
|
|
$countryName = ' ('. CostbenefitprojectionHelper::getCountryName($item->country).')';
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
$countryName = '';
|
|
|
|
}
|
|
|
|
$options[] = JHtml::_('select.option', $item->year, $item->year .$countryName);
|
|
|
|
$years[$item->year] = $item->year.'_'.$item->country;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return $options;
|
|
|
|
}
|
|
|
|
}
|