ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilPaymentStatisticGUI Class Reference
+ Inheritance diagram for ilPaymentStatisticGUI:
+ Collaboration diagram for ilPaymentStatisticGUI:

Public Member Functions

 ilPaymentStatisticGUI ($user_obj)
 executeCommand ()
 resetFilter ()
 showStatistics ()
 excelExport ()
 addStatisticWorksheet (&$pewa)
 editStatistic ($a_show_confirm_delete=false)
 updateStatistic ()
 deleteStatistic ()
 performDelete ()
 showObjectSelector ()
 searchUser ()
 performSearch ()
 addCustomer ()
 saveCustomer ()
 __showStatisticTable ($a_result_set)
 __initBookingObject ()
 __showButton ($a_cmd, $a_text, $a_target= '')
 __search ($a_search_string)
 __showSearchUserTable ($a_result_set)
- Public Member Functions inherited from ilShopBaseGUI
 __construct ()

Protected Member Functions

 prepareOutput ()
- Protected Member Functions inherited from ilShopBaseGUI
 addPager ($result, $a_session_key)
 buildSubTabs ()
 setSection ($a_section)
 getSection ()
 setSubSection ($a_sub_section)
 getSubSection ()
 showButton ($a_cmd, $a_text, $a_target= '')
 initTableGUI ()
 setTableGUIBasicData ($tbl, $result_set, $a_default_order_column= '')

Private Attributes

 $pobject = null

Additional Inherited Members

- Protected Attributes inherited from ilShopBaseGUI
 $ctrl = null
 $ilias = null
 $lng = null
 $tpl = null
 $oGeneralSettings = null
 $section = 0
 $sub_section = 0

Detailed Description

Definition at line 34 of file class.ilPaymentStatisticGUI.php.

Member Function Documentation

ilPaymentStatisticGUI::__initBookingObject ( )

Definition at line 1000 of file class.ilPaymentStatisticGUI.php.

Referenced by addStatisticWorksheet(), editStatistic(), performDelete(), saveCustomer(), showStatistics(), and updateStatistic().

{
include_once './payment/classes/class.ilPaymentBookings.php';
$this->booking_obj =& new ilPaymentBookings($this->user_obj->getId());
}

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::__search (   $a_search_string)

Definition at line 1023 of file class.ilPaymentStatisticGUI.php.

References ilUtil\sendInfo(), ilSearch\setPerformUpdate(), and ilUtil\stripSlashes().

Referenced by performSearch().

{
include_once("./classes/class.ilSearch.php");
$this->lng->loadLanguageModule("content");
$search =& new ilSearch($this->user_obj->getId());
$search->setPerformUpdate(false);
$search->setSearchString(ilUtil::stripSlashes($a_search_string));
$search->setCombination("and");
$search->setSearchFor(array(0 => 'usr'));
$search->setSearchType('new');
if($search->validate($message))
{
$search->performSearch();
}
else
{
ilUtil::sendInfo($message,true);
$this->ctrl->redirect($this,"searchUser");
}
return $search->getResultByType('usr');
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::__showButton (   $a_cmd,
  $a_text,
  $a_target = '' 
)

Definition at line 1007 of file class.ilPaymentStatisticGUI.php.

{
$this->tpl->addBlockfile("BUTTONS", "buttons", "tpl.buttons.html");
// display button
$this->tpl->setCurrentBlock("btn_cell");
$this->tpl->setVariable("BTN_LINK",$this->ctrl->getLinkTarget($this,$a_cmd));
$this->tpl->setVariable("BTN_TXT",$a_text);
if($a_target)
{
$this->tpl->setVariable("BTN_TARGET",$a_target);
}
$this->tpl->parseCurrentBlock();
}
ilPaymentStatisticGUI::__showSearchUserTable (   $a_result_set)

Definition at line 1047 of file class.ilPaymentStatisticGUI.php.

References $_GET, ilShopBaseGUI\$tpl, ilUtil\getImagePath(), ilShopBaseGUI\initTableGUI(), and ilShopBaseGUI\setTableGUIBasicData().

Referenced by performSearch().

{
$tbl =& $this->initTableGUI();
$tpl =& $tbl->getTemplateObject();
// SET FORMACTION
$tpl->setCurrentBlock("tbl_form_header");
$this->ctrl->setParameter($this, "sell_id", $_GET["sell_id"]);
$tpl->setVariable("FORMACTION",$this->ctrl->getFormAction($this));
$tpl->parseCurrentBlock();
$tpl->setCurrentBlock("tbl_action_btn");
$tpl->setVariable("BTN_NAME","addCustomer");
$tpl->setVariable("BTN_VALUE",$this->lng->txt("add"));
$tpl->parseCurrentBlock();
$tpl->setCurrentBlock("tbl_action_btn");
$tpl->setVariable("BTN_NAME","showStatistics");
$tpl->setVariable("BTN_VALUE",$this->lng->txt("cancel"));
$tpl->parseCurrentBlock();
$tpl->setCurrentBlock("tbl_action_row");
$tpl->setVariable("COLUMN_COUNTS",5);
$tpl->setVariable("IMG_ARROW",ilUtil::getImagePath("arrow_downright.gif"));
$tpl->parseCurrentBlock();
$tbl->setTitle($this->lng->txt("users"),"icon_usr.gif",$this->lng->txt("crs_header_edit_members"));
$tbl->setHeaderNames(array("",
$this->lng->txt("login"),
$this->lng->txt("firstname"),
$this->lng->txt("lastname")));
$this->ctrl->setParameter($this, "cmd", "addCustomer");
$header_params = $this->ctrl->getParameterArray($this,'');
$tbl->setHeaderVars(array("",
"login",
"firstname",
"lastname"), $header_params);
$tbl->setColumnWidth(array("3%","32%","32%","32%"));
$this->setTableGUIBasicData($tbl,$a_result_set);
$tbl->render();
$this->tpl->setVariable("SEARCH_RESULT_TABLE",$tbl->tpl->get());
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::__showStatisticTable (   $a_result_set)

Definition at line 941 of file class.ilPaymentStatisticGUI.php.

References $_GET, ilShopBaseGUI\$tpl, and ilShopBaseGUI\initTableGUI().

Referenced by showStatistics().

{
$tbl =& $this->initTableGUI();
$tpl =& $tbl->getTemplateObject();
// SET FORMAACTION
$tpl->setCurrentBlock("tbl_form_header");
$tpl->setVariable("FORMACTION",$this->ctrl->getFormAction($this));
$tpl->parseCurrentBlock();
$tbl->setTitle($this->lng->txt("bookings"),"icon_pays.gif",$this->lng->txt("bookings"));
$tbl->setHeaderNames(array($this->lng->txt("paya_transaction"),
$this->lng->txt("title"),
$this->lng->txt("paya_vendor"),
$this->lng->txt("paya_customer"),
$this->lng->txt("paya_order_date"),
$this->lng->txt("duration"),
$this->lng->txt("price_a"),
$this->lng->txt("paya_coupons_coupons"),
$this->lng->txt("paya_payed_access"),
''));
$header_params = $this->ctrl->getParameterArray($this,'');
$tbl->setHeaderVars(array("transaction",
"title",
"vendor",
"customer",
"order_date",
"duration",
"price",
"discount",
"payed_access",
"options"),$header_params);
$offset = $_GET["offset"];
$order = $_GET["sort_by"];
$direction = $_GET["sort_order"] ? $_GET['sort_order'] : 'desc';
$tbl->setOrderColumn($order,'order_date');
$tbl->setOrderDirection($direction);
$tbl->setOffset($offset);
$tbl->setLimit($_GET["limit"]);
$tbl->setMaxCount(count($a_result_set));
$tbl->setFooter("tblfooter",$this->lng->txt("previous"),$this->lng->txt("next"));
$tbl->setData($a_result_set);
$tpl->setVariable("COLUMN_COUNTS",10);
$tpl->setCurrentBlock("plain_buttons");
$tpl->setVariable("PBTN_NAME","excelExport");
$tpl->setVariable("PBTN_VALUE",$this->lng->txt("excel_export"));
$tpl->parseCurrentBlock();
$tbl->render();
$this->tpl->setVariable("STATISTIC_TABLE",$tbl->tpl->get());
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::addCustomer ( )

Definition at line 743 of file class.ilPaymentStatisticGUI.php.

References $_GET, $_POST, ilPaymentPrices\_getPriceString(), ilPaymentObject\_lookupPobjectId(), ilDatePresentation\formatDate(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByObjId(), ilObjectFactory\getInstanceByRefId(), IL_CAL_UNIX, ilUtil\prepareFormOutput(), searchUser(), ilUtil\sendInfo(), ilShopBaseGUI\showButton(), and showObjectSelector().

Referenced by saveCustomer().

{
if ($_POST["sell_id"] != "") $_GET["sell_id"] = $_POST["sell_id"];
if ($_GET["user_id"] != "") $_POST["user_id"] = $_GET["user_id"];
if(!isset($_GET['sell_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
return true;
}
if(!isset($_POST['user_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_user_id_given'));
$this->searchUser();
return true;
}
$this->ctrl->setParameter($this, "sell_id", $_GET["sell_id"]);
$this->showButton('searchUser',$this->lng->txt('back'));
$this->ctrl->setParameter($this, "user_id", $_POST["user_id"]);
$pObjectId = ilPaymentObject::_lookupPobjectId($_GET["sell_id"]);
$obj =& new ilPaymentObject($this->user_obj, $pObjectId);
// get obj
$tmp_obj =& ilObjectFactory::getInstanceByRefId($_GET["sell_id"], false);
// get customer_obj
$tmp_user =& ilObjectFactory::getInstanceByObjId($_POST["user_id"]);
// get vendor_obj
$tmp_vendor =& ilObjectFactory::getInstanceByObjId($obj->getVendorId());
$this->tpl->addBlockfile('ADM_CONTENT','adm_content','tpl.paya_add_customer.html','payment');
$this->tpl->setVariable("FORMACTION",$this->ctrl->getFormAction($this));
$this->tpl->setVariable("TYPE_IMG",ilUtil::getImagePath('icon_usr.gif'));
$this->tpl->setVariable("ALT_IMG",$this->lng->txt('obj_usr'));
$this->tpl->setVariable("TITLE",$tmp_user->getFullname().' ['.$tmp_user->getLogin().']');
// TXT
$this->tpl->setVariable("TXT_TRANSACTION",$this->lng->txt('paya_transaction'));
$this->tpl->setVariable("TRANSACTION",ilUtil::prepareFormOutput($_POST["transaction"], true));
$this->tpl->setVariable("TXT_OBJECT",$this->lng->txt('title'));
if($tmp_obj)
{
$this->tpl->setVariable("OBJECT",$tmp_obj->getTitle());
}
else
{
$this->tpl->setVariable("OBJECT",$this->lng->txt('object_not_found'));
}
$this->tpl->setVariable("TXT_VENDOR",$this->lng->txt('paya_vendor'));
$this->tpl->setVariable("VENDOR",$tmp_vendor->getFullname().' ['.$tmp_vendor->getLogin().']');
$this->tpl->setVariable("TXT_PAY_METHOD",$this->lng->txt('paya_pay_method'));
$this->tpl->setVariable("TXT_PAY_METHOD_BILL",$this->lng->txt('pays_bill'));
$this->tpl->setVariable("TXT_PAY_METHOD_BMF",$this->lng->txt('pays_bmf'));
$this->tpl->setVariable("TXT_PAY_METHOD_PAYPAL",$this->lng->txt('pays_paypal'));
$this->tpl->setVariable("PAY_METHOD_".$_POST["pay_method"], " selected");
$this->tpl->setVariable("TXT_ORDER_DATE",$this->lng->txt('paya_order_date'));
$this->tpl->setVariable('ORDER_DATE',ilDatePresentation::formatDate(new ilDateTime(time(),IL_CAL_UNIX)));
$this->tpl->setVariable("TXT_DURATION",$this->lng->txt('duration'));
include_once './payment/classes/class.ilPaymentPrices.php';
$prices_obj =& new ilPaymentPrices($pObjectId);
if (is_array($prices = $prices_obj->getPrices()))
{
foreach($prices as $price)
{
$this->tpl->setCurrentBlock("duration_loop");
if ($_POST["duration"] == $price["price_id"]) $this->tpl->setVariable("DURATION_LOOP_SELECTED", " selected");
$this->tpl->setVariable("DURATION_LOOP_ID", $price["price_id"]);
$this->tpl->setVariable("DURATION_LOOP_NAME", $price["duration"]." ".$this->lng->txt("paya_months").", ".ilPaymentPrices::_getPriceString($price["price_id"]));
$this->tpl->parseCurrentBlock();
}
}
$this->tpl->setVariable("TXT_PAYED",$this->lng->txt('paya_payed'));
if ($_POST["payed"] == 1) $this->tpl->setVariable("PAYED_1", " selected");
$this->tpl->setVariable("TXT_ACCESS",$this->lng->txt('paya_access'));
if ($_POST["access"] == 1) $this->tpl->setVariable("ACCESS_1", " selected");
$this->tpl->setVariable("TXT_NO",$this->lng->txt('no'));
$this->tpl->setVariable("TXT_YES",$this->lng->txt('yes'));
$this->tpl->setVariable("TXT_SAVE",$this->lng->txt('save'));
$this->tpl->setVariable("TXT_CANCEL",$this->lng->txt('cancel'));
$this->tpl->setVariable("STATISTICS","showStatistics");
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::addStatisticWorksheet ( $pewa)

Definition at line 322 of file class.ilPaymentStatisticGUI.php.

References $pay_method, $title, __initBookingObject(), ilPaymentVendors\_getCostCenter(), ilObjUser\_lookupLogin(), ilObject\_lookupObjId(), and ilObject\_lookupTitle().

Referenced by excelExport().

{
include_once './payment/classes/class.ilPaymentVendors.php';
$workbook =& $pewa->getWorkbook();
$worksheet =& $workbook->addWorksheet($this->lng->txt('bookings'));
$worksheet->mergeCells(0,0,0,8);
$worksheet->setColumn(0,0,16);
$worksheet->setColumn(0,1,32);
$worksheet->setColumn(0,2,32);
$worksheet->setColumn(0,3,16);
$worksheet->setColumn(0,4,16);
$worksheet->setColumn(0,5,16);
$worksheet->setColumn(0,6,24);
$worksheet->setColumn(0,7,8);
$worksheet->setColumn(0,8,12);
$worksheet->setColumn(0,9,16);
//$title = $this->lng->txt('paya_statistic');
$title = $this->lng->txt('bookings');
$title .= ' '.$this->lng->txt('as_of');
$title .= strftime('%Y-%m-%d %R',time());
$worksheet->writeString(0,0,$title,$pewa->getFormatTitle());
$worksheet->writeString(1,0,$this->lng->txt('payment_system'),$pewa->getFormatHeader());
$worksheet->writeString(1,1,$this->lng->txt('paya_transaction'),$pewa->getFormatHeader());
$worksheet->writeString(1,2,$this->lng->txt('title'),$pewa->getFormatHeader());
$worksheet->writeString(1,3,$this->lng->txt('paya_vendor'),$pewa->getFormatHeader());
$worksheet->writeString(1,4,$this->lng->txt('pays_cost_center'),$pewa->getFormatHeader());
$worksheet->writeString(1,5,$this->lng->txt('paya_customer'),$pewa->getFormatHeader());
$worksheet->writeString(1,6,$this->lng->txt('paya_order_date'),$pewa->getFormatHeader());
$worksheet->writeString(1,7,$this->lng->txt('duration'),$pewa->getFormatHeader());
$worksheet->writeString(1,8,$this->lng->txt('price_a'),$pewa->getFormatHeader());
$worksheet->writeString(1,9,$this->lng->txt('paya_payed_access'),$pewa->getFormatHeader());
if(!count($bookings = $this->booking_obj->getBookings()))
{
return false;
}
include_once 'Services/User/classes/class.ilObjUser.php';
$object_title_cache = array();
$user_title_cache = array();
$counter = 2;
foreach($bookings as $booking)
{
if(array_key_exists($booking['ref_id'], $object_title_cache))
{
$tmp_obj = $object_title_cache[$booking['ref_id']];
}
else
{
$tmp_obj = ilObject::_lookupTitle(ilObject::_lookupObjId($booking['ref_id']));
$object_title_cache[$booking['ref_id']] = $tmp_obj;
}
if(array_key_exists($booking['b_vendor_id'], $user_title_cache))
{
$tmp_vendor = $user_title_cache[$booking['b_vendor_id']];
}
else
{
$tmp_vendor = ilObjUser::_lookupLogin($booking['b_vendor_id']);
$user_title_cache[$booking['b_vendor_id']] = $tmp_vendor;
}
if(array_key_exists($booking['customer_id'], $user_title_cache))
{
$tmp_purchaser = $user_title_cache[$booking['customer_id']];
}
else
{
$tmp_purchaser = ilObjUser::_lookupLogin($booking['customer_id']);
$user_title_cache[$booking['customer_id']] = $tmp_purchaser;
}
switch ($booking['b_pay_method'])
{
case $this->pobject->PAY_METHOD_BILL :
$pay_method = $this->lng->txt("pays_bill");
break;
case $this->pobject->PAY_METHOD_BMF :
$pay_method = $this->lng->txt("pays_bmf");
break;
case $this->pobject->PAY_METHOD_PAYPAL :
$pay_method = $this->lng->txt("pays_paypal");
break;
}
$worksheet->writeString($counter,0,$pay_method);
$worksheet->writeString($counter,1,$booking['transaction_extern']);
$worksheet->writeString($counter,2,($tmp_obj != '' ? $tmp_obj : $this->lng->txt('object_deleted')));
$worksheet->writeString($counter,3,($tmp_vendor != '' ? $tmp_vendor : $this->lng->txt('user_deleted')));
$worksheet->writeString($counter,4,ilPaymentVendors::_getCostCenter($booking['b_vendor_id']));
$worksheet->writeString($counter,5,($tmp_purchaser != '' ? $tmp_purchaser : $this->lng->txt('user_deleted')));
$worksheet->writeString($counter,6,strftime('%Y-%m-%d %R',$booking['order_date']));
/*
$worksheet->write($counter,5,ilUtil::excelTime(date('Y',$booking['order_date']),
date('m',$booking['order_date']),
date('d',$booking['order_date']),
date('H',$booking['order_date']),
date('i',$booking['order_date']),
date('s',$booking['order_date'])),$pewa->getFormatDate());
*/
$worksheet->writeString($counter,7,$booking['duration']);
$worksheet->writeString($counter,8,$booking['price']);
$payed_access = $booking['payed'] ?
$this->lng->txt('yes') :
$this->lng->txt('no');
$payed_access .= '/';
$payed_access .= $booking['access'] ?
$this->lng->txt('yes') :
$this->lng->txt('no');
$worksheet->writeString($counter,9,$payed_access);
unset($tmp_obj);
unset($tmp_vendor);
unset($tmp_purchaser);
++$counter;
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::deleteStatistic ( )

Definition at line 602 of file class.ilPaymentStatisticGUI.php.

References $_GET, editStatistic(), ilUtil\sendInfo(), and showStatistics().

{
if(!isset($_GET['booking_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
$this->showStatistics();
return true;
}
ilUtil::sendInfo($this->lng->txt('paya_sure_delete_stat'));
$this->editStatistic(true);
return true;
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::editStatistic (   $a_show_confirm_delete = false)

Definition at line 450 of file class.ilPaymentStatisticGUI.php.

References $_GET, __initBookingObject(), ilFormat\_getLocalMoneyFormat(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\formSelect(), ilUtil\getImagePath(), ilObjectFactory\getInstanceByObjId(), ilUtil\sendInfo(), ilShopBaseGUI\showButton(), and showStatistics().

Referenced by deleteStatistic().

{
if(!isset($_GET['booking_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
$this->showStatistics();
return true;
}
$this->showButton('showStatistics',$this->lng->txt('back'));
$this->tpl->addBlockfile('ADM_CONTENT','adm_content','tpl.paya_edit_statistic.html','payment');
$this->ctrl->setParameter($this,'booking_id',(int) $_GET['booking_id']);
// confirm delete
if($a_show_confirm_delete)
{
$this->tpl->setCurrentBlock("confirm_delete");
$this->tpl->setVariable("CONFIRM_FORMACTION",$this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_CANCEL",$this->lng->txt('cancel'));
$this->tpl->setVariable("CONFIRM_CMD",'performDelete');
$this->tpl->setVariable("TXT_CONFIRM",$this->lng->txt('confirm'));
$this->tpl->parseCurrentBlock();
}
$bookings = $this->booking_obj->getBookings();
$booking = $bookings[(int) $_GET['booking_id']];
// get customer_obj
$tmp_user = ilObjectFactory::getInstanceByObjId($booking['customer_id'], false);
$this->tpl->setVariable("STAT_FORMACTION",$this->ctrl->getFormAction($this));
$this->tpl->setVariable("TYPE_IMG",ilUtil::getImagePath('icon_usr.gif'));
$this->tpl->setVariable("ALT_IMG",$this->lng->txt('obj_usr'));
if(is_object($tmp_user))
{
$this->tpl->setVariable('TITLE', $tmp_user->getFullname().' ['.$tmp_user->getLogin().']');
}
else
{
$this->tpl->setVariable('TITLE', $this->lng->txt('user_deleted'));
}
// TXT
$pObj = new ilPaymentObject($this->user_obj, $booking["pobject_id"]);
$tmp_obj = ilObject::_lookupTitle(ilObject::_lookupObjId($pObj->getRefId()));
$this->tpl->setVariable("TXT_OBJECT",$this->lng->txt('title'));
$this->tpl->setVariable("OBJECT", ($tmp_obj != '' ? $tmp_obj : $this->lng->txt('object_deleted')));
$this->tpl->setVariable("TXT_TRANSACTION",$this->lng->txt('paya_transaction'));
$this->tpl->setVariable("TXT_VENDOR",$this->lng->txt('paya_vendor'));
$this->tpl->setVariable("TXT_PAY_METHOD",$this->lng->txt('paya_pay_method'));
$this->tpl->setVariable("TXT_ORDER_DATE",$this->lng->txt('paya_order_date'));
$this->tpl->setVariable("TXT_DURATION",$this->lng->txt('duration'));
$this->tpl->setVariable("TXT_PRICE",$this->lng->txt('price_a'));
$this->tpl->setVariable("TXT_PAYED",$this->lng->txt('paya_payed'));
$this->tpl->setVariable("TXT_ACCESS",$this->lng->txt('paya_access'));
$this->tpl->setVariable("TRANSACTION",$booking['transaction']);
$tmp_vendor = ilObjectFactory::getInstanceByObjId($booking['b_vendor_id'], false);
if(is_object($tmp_vendor))
{
$this->tpl->setVariable('VENDOR', $tmp_vendor->getFullname().' ['.$tmp_vendor->getLogin().']');
}
else
{
$this->tpl->setVariable('VENDOR', $this->lng->txt('user_deleted'));
}
switch($booking['b_pay_method'])
{
case $this->pobject->PAY_METHOD_BILL:
$this->tpl->setVariable("PAY_METHOD",$this->lng->txt('pays_bill'));
break;
case $this->pobject->PAY_METHOD_BMF:
$this->tpl->setVariable("PAY_METHOD",$this->lng->txt('pays_bmf'));
break;
case $this->pobject->PAY_METHOD_PAYPAL:
$this->tpl->setVariable("PAY_METHOD",$this->lng->txt('pays_paypal'));
break;
default:
$this->tpl->setVariable("PAY_METHOD",$this->lng->txt('paya_pay_method_not_specified'));
break;
}
$this->tpl->setVariable("ORDER_DATE",date('Y m d H:i:s',$booking['order_date']));
if($booking['duration'] != 0)
{
$this->tpl->setVariable("DURATION",$booking['duration'].' '.$this->lng->txt('paya_months'));
}
else
{
$this->tpl->setVariable("DURATION",$this->lng->txt("unlimited_duration"));
}
$this->tpl->setVariable("PRICE",ilFormat::_getLocalMoneyFormat($booking['price']));
$yes_no = array(0 => $this->lng->txt('no'),1 => $this->lng->txt('yes'));
$this->tpl->setVariable("PAYED",ilUtil::formSelect((int) $booking['payed'],'payed',$yes_no,false,true));
$this->tpl->setVariable("ACCESS",ilUtil::formSelect((int) $booking['access'],'access',$yes_no,false,true));
// buttons
$this->tpl->setVariable("INPUT_CMD",'updateStatistic');
$this->tpl->setVariable("INPUT_VALUE",$this->lng->txt('save'));
$this->tpl->setVariable("DELETE_CMD",'deleteStatistic');
$this->tpl->setVariable("DELETE_VALUE",$this->lng->txt('delete'));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::excelExport ( )

Definition at line 307 of file class.ilPaymentStatisticGUI.php.

References addStatisticWorksheet().

{
include_once './payment/classes/class.ilPaymentExcelWriterAdapter.php';
$pewa =& new ilPaymentExcelWriterAdapter('payment_vendors.xls');
// add/fill worksheet
$this->addStatisticWorksheet($pewa);
// HEADER SENT
$workbook =& $pewa->getWorkbook();
@$workbook->close();
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::executeCommand ( )

Definition at line 60 of file class.ilPaymentStatisticGUI.php.

References $cmd, and prepareOutput().

{
$cmd = $this->ctrl->getCmd();
switch ($this->ctrl->getNextClass($this))
{
default:
if(!$cmd = $this->ctrl->getCmd())
{
$cmd = 'showStatistics';
}
$this->prepareOutput();
$this->$cmd();
break;
}
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::ilPaymentStatisticGUI (   $user_obj)

Definition at line 38 of file class.ilPaymentStatisticGUI.php.

References ilShopBaseGUI\__construct().

{
$this->ctrl->saveParameter($this, 'baseClass');
$this->user_obj = $user_obj;
$this->pobject = new ilPaymentObject($this->user_obj);
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::performDelete ( )

Definition at line 618 of file class.ilPaymentStatisticGUI.php.

References $_GET, __initBookingObject(), ilUtil\sendInfo(), and showStatistics().

{
if(!isset($_GET['booking_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
$this->showStatistics();
return true;
}
$this->booking_obj->setBookingId((int) $_GET['booking_id']);
if(!$this->booking_obj->delete())
{
die('Error deleting booking');
}
ilUtil::sendInfo($this->lng->txt('pay_deleted_booking'));
$this->showStatistics();
return true;
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::performSearch ( )

Definition at line 691 of file class.ilPaymentStatisticGUI.php.

References $_GET, $_POST, $_SESSION, $result, $user, __search(), __showSearchUserTable(), ilObjectFactory\getInstanceByObjId(), searchUser(), ilUtil\sendInfo(), ilShopBaseGUI\showButton(), showObjectSelector(), showStatistics(), and ilUtil\stripSlashes().

{
// SAVE it to allow sort in tables
$_SESSION["pays_search_str_user_sp"] = $_POST["search_str"] = $_POST["search_str"] ? $_POST["search_str"] : $_SESSION["pays_search_str_user_sp"];
if(!trim($_POST["search_str"]))
{
ilUtil::sendInfo($this->lng->txt("search_no_search_term"));
$this->showStatistics();
return false;
}
if(!count($result = $this->__search(ilUtil::stripSlashes($_POST["search_str"]))))
{
ilUtil::sendInfo($this->lng->txt("search_no_match"));
$this->searchUser();
return false;
}
if(!isset($_GET['sell_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
return false;
}
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.paya_usr_selection.html",'payment');
$this->ctrl->setParameter($this, "sell_id", $_GET["sell_id"]);
$this->showButton("searchUser",$this->lng->txt("back"));
$counter = 0;
$f_result = array();
foreach($result as $user)
{
if(!$tmp_obj = ilObjectFactory::getInstanceByObjId($user["id"],false))
{
continue;
}
$f_result[$counter][] = ilUtil::formRadiobutton(0,"user_id",$user["id"]);
$f_result[$counter][] = $tmp_obj->getLogin();
$f_result[$counter][] = $tmp_obj->getFirstname();
$f_result[$counter][] = $tmp_obj->getLastname();
unset($tmp_obj);
++$counter;
}
$this->__showSearchUserTable($f_result);
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::prepareOutput ( )
protected

Reimplemented from ilShopBaseGUI.

Definition at line 48 of file class.ilPaymentStatisticGUI.php.

References ilShopBaseGUI\setSection().

Referenced by executeCommand().

{
global $ilTabs;
$this->setSection(6);
$ilTabs->setTabActive('paya_header');
$ilTabs->setSubTabActive('bookings');
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::resetFilter ( )

Definition at line 77 of file class.ilPaymentStatisticGUI.php.

References $_POST, $_SESSION, and showStatistics().

{
unset($_SESSION["pay_statistics"]);
unset($_POST["transaction_type"]);
unset($_POST["transaction_value"]);
unset($_POST["from"]["day"]);
unset($_POST["from"]["month"]);
unset($_POST["from"]["year"]);
unset($_POST["til"]["day"]);
unset($_POST["til"]["month"]);
unset($_POST["til"]["year"]);
unset($_POST["payed"]);
unset($_POST["access"]);
unset($_POST["customer"]);
unset($_POST["pay_method"]);
unset($_POST["updateView"]);
$this->showStatistics();
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::saveCustomer ( )

Definition at line 840 of file class.ilPaymentStatisticGUI.php.

References $_GET, $_POST, ilShopBaseGUI\$ilias, __initBookingObject(), ilPayMethods\_enabled(), ilPaymentPrices\_getPrice(), ilPaymentPrices\_getPriceString(), ilPaymentObject\_lookupPobjectId(), ilObjUser\_readUsersProfileData(), addCustomer(), ilShopVats\getRate(), searchUser(), ilUtil\sendInfo(), showObjectSelector(), and showStatistics().

{
global $ilias,$ilObjDataCache, $ilUser;
if(!isset($_GET['sell_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_error_no_object_id_given'));
return true;
}
if(!isset($_GET['user_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_error_no_user_id_given'));
$this->searchUser();
return true;
}
if ($_POST["pay_method"] == "" ||
$_POST["duration"] == "")
{
ilUtil::sendInfo($this->lng->txt('paya_error_mandatory_fields'));
$this->addCustomer();
return true;
}
$pObjectId = ilPaymentObject::_lookupPobjectId($_GET["sell_id"]);
$obj =& new ilPaymentObject($this->user_obj, $pObjectId);
$inst_id_time = $ilias->getSetting('inst_id').'_'.$this->user_obj->getId().'_'.substr((string) time(),-3);
$transaction = $inst_id_time.substr(md5(uniqid(rand(), true)), 0, 4);
$this->booking_obj->setTransaction($transaction);
$this->booking_obj->setTransactionExtern($_POST["transaction"]);
$this->booking_obj->setPobjectId($pObjectId);
$this->booking_obj->setCustomerId($_GET["user_id"]);
$this->booking_obj->setVendorId($obj->getVendorId());
$this->booking_obj->setPayMethod((int) $_POST["pay_method"]);
$this->booking_obj->setOrderDate(time());
$price = ilPaymentPrices::_getPrice($_POST["duration"]);
$this->booking_obj->setDuration($price["duration"]);
$this->booking_obj->setPrice(ilPaymentPrices::_getPriceString($_POST["duration"]));
$this->booking_obj->setAccess((int) $_POST['access']);
$this->booking_obj->setPayed((int) $_POST['payed']);
$this->booking_obj->setVoucher('');
$obj_id = $ilObjDataCache->lookupObjId($obj->getRefId());
$obj_type = $ilObjDataCache->lookupType($obj_id);
$obj_title = $ilObjDataCache->lookupTitle($obj_id);
include_once 'Services/Payment/classes/class.ilShopVatsList.php';
$oVAT = new ilShopVats((int)$obj->getVatId());
$obj_vat_rate = $oVAT->getRate();
$obj_vat_unit = $obj->getVat($this->booking_obj->getPrice());
$this->booking_obj->setObjectTitle($obj_title);
$this->booking_obj->setVatRate($obj_vat_rate);
$this->booking_obj->setVatUnit($obj_vat_unit);
include_once './payment/classes/class.ilPayMethods.php';
$save_user_adr_bill = (int) ilPayMethods::_enabled('save_user_adr_bill') ? 1 : 0;
$save_user_adr_bmf = (int) ilPayMethods::_enabled('save_user_adr_bmf') ? 1 : 0;
$save_user_adr_paypal =(int) ilPayMethods::_enabled('save_user_adr_paypal') ? 1 : 0;
$save_user_adr_epay =(int) ilPayMethods::_enabled('save_user_adr_epay') ? 1 : 0;
if($save_user_adr_bill == 1 || $save_user_adr_bmf == 1
|| $save_user_adr_paypal == 1 || $save_user_adr_epay == 1)
{
global $ilObjUser;
$user_id[] = $_GET["user_id"];
$cust_obj = ilObjUser::_readUsersProfileData($user_id);
$this->booking_obj->setStreet($cust_obj[$_GET["user_id"]]['street'],'');
$this->booking_obj->setZipcode($cust_obj[$_GET["user_id"]]['zipcode']);
$this->booking_obj->setCity($cust_obj[$_GET["user_id"]]['city']);
$this->booking_obj->setCountry($cust_obj[$_GET["user_id"]]['country']);
}
if($this->booking_obj->add())
{
ilUtil::sendInfo($this->lng->txt('paya_customer_added_successfully'));
$this->showStatistics();
}
else
{
ilUtil::sendInfo($this->lng->txt('paya_error_adding_customer'));
$this->addCustomer();
}
return true;
}

+ Here is the call graph for this function:

ilPaymentStatisticGUI::searchUser ( )

Definition at line 663 of file class.ilPaymentStatisticGUI.php.

References $_GET, $_SESSION, ilUtil\sendInfo(), ilShopBaseGUI\showButton(), and showObjectSelector().

Referenced by addCustomer(), performSearch(), and saveCustomer().

{
if(!isset($_GET['sell_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
return false;
}
$this->tpl->addBlockFile("ADM_CONTENT","adm_content","tpl.paya_user_search.html",'payment');
$this->showButton('showObjectSelector',$this->lng->txt('back'));
$this->lng->loadLanguageModule('search');
$this->ctrl->setParameter($this, "sell_id", $_GET["sell_id"]);
$this->tpl->setVariable("F_ACTION",$this->ctrl->getFormAction($this));
$this->tpl->setVariable("SEARCH_ASSIGN_USR",$this->lng->txt("search_user"));
$this->tpl->setVariable("SEARCH_SEARCH_TERM",$this->lng->txt("search_search_term"));
$this->tpl->setVariable("SEARCH_VALUE",$_SESSION["pays_search_str_user_sp"] ? $_SESSION["pays_search_str_user_sp"] : "");
$this->tpl->setVariable("BTN2_VALUE",$this->lng->txt("cancel"));
$this->tpl->setVariable("BTN1_VALUE",$this->lng->txt("search"));
$this->tpl->setVariable("SEARCH","performSearch");
$this->tpl->setVariable("CANCEL","showStatistics");
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::showObjectSelector ( )

Definition at line 641 of file class.ilPaymentStatisticGUI.php.

References $_GET, ilUtil\sendInfo(), ilExplorer\setExpand(), and ilShopBaseGUI\showButton().

Referenced by addCustomer(), performSearch(), saveCustomer(), and searchUser().

{
global $tree;
include_once './payment/classes/class.ilPaymentObjectSelector.php';
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", "tpl.paya_object_selector.html",'payment');
$this->showButton('showStatistics',$this->lng->txt('back'));
ilUtil::sendInfo($this->lng->txt("paya_select_object_to_sell"));
$exp = new ilPaymentObjectSelector($this->ctrl->getLinkTarget($this,'showObjectSelector'), strtolower(get_class($this)));
$exp->setExpand($_GET["paya_link_expand"] ? $_GET["paya_link_expand"] : $tree->readRootId());
$exp->setExpandTarget($this->ctrl->getLinkTarget($this,'showObjectSelector'));
$exp->setOutput(0);
$this->tpl->setVariable("EXPLORER",$exp->getOutput());
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::showStatistics ( )

Definition at line 96 of file class.ilPaymentStatisticGUI.php.

References $_POST, $_SESSION, __initBookingObject(), __showStatisticTable(), ilFormat\_getLocalMoneyFormat(), ilObjUser\_lookupLogin(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\prepareFormOutput(), ilUtil\sendInfo(), and ilShopBaseGUI\showButton().

Referenced by deleteStatistic(), editStatistic(), performDelete(), performSearch(), resetFilter(), saveCustomer(), and updateStatistic().

{
$this->showButton('showObjectSelector',$this->lng->txt('paya_add_customer'));
if ($_POST["updateView"] == 1)
{
$_SESSION["pay_statistics"]["updateView"] = true;
$_SESSION["pay_statistics"]["transaction_type"] = $_POST["transaction_type"];
$_SESSION["pay_statistics"]["transaction_value"] = $_POST["transaction_value"];
$_SESSION["pay_statistics"]["from"]["day"] = $_POST["from"]["day"];
$_SESSION["pay_statistics"]["from"]["month"] = $_POST["from"]["month"];
$_SESSION["pay_statistics"]["from"]["year"] = $_POST["from"]["year"];
$_SESSION["pay_statistics"]["til"]["day"] = $_POST["til"]["day"];
$_SESSION["pay_statistics"]["til"]["month"] = $_POST["til"]["month"];
$_SESSION["pay_statistics"]["til"]["year"] = $_POST["til"]["year"];
$_SESSION["pay_statistics"]["payed"] = $_POST["payed"];
$_SESSION["pay_statistics"]["access"] = $_POST["access"];
$_SESSION["pay_statistics"]["customer"] = $_POST["customer"];
$_SESSION["pay_statistics"]["pay_method"] = $_POST["pay_method"];
}
$this->tpl->addBlockfile('ADM_CONTENT','adm_content','tpl.paya_statistic.html','payment');
$this->tpl->setVariable("TXT_FILTER",$this->lng->txt('pay_filter'));
$this->tpl->setVariable("FORM_ACTION",$this->ctrl->getFormAction($this));
$this->tpl->setVariable("TXT_TRANSACTION",$this->lng->txt('paya_transaction'));
$this->tpl->setVariable("TXT_STARTING",$this->lng->txt('pay_starting'));
$this->tpl->setVariable("TXT_ENDING",$this->lng->txt('pay_ending'));
$this->tpl->setVariable("TXT_PAYED",$this->lng->txt('paya_payed'));
$this->tpl->setVariable("TXT_ALL",$this->lng->txt('pay_all'));
$this->tpl->setVariable("TXT_YES",$this->lng->txt('yes'));
$this->tpl->setVariable("TXT_NO",$this->lng->txt('no'));
$this->tpl->setVariable("TXT_BILL",$this->lng->txt('pays_bill'));
$this->tpl->setVariable("TXT_BMF",$this->lng->txt('pays_bmf'));
$this->tpl->setVariable("TXT_PAYPAL",$this->lng->txt('pays_paypal'));
$this->tpl->setVariable("TXT_CUSTOMER",$this->lng->txt('paya_customer'));
$this->tpl->setVariable("TXT_ACCESS",$this->lng->txt('paya_access'));
$this->tpl->setVariable("TXT_PAYMENT",$this->lng->txt('payment_system'));
$this->tpl->setVariable("TXT_ORDER_DATE_FROM",$this->lng->txt('pay_order_date_from'));
$this->tpl->setVariable("TXT_ORDER_DATE_TIL",$this->lng->txt('pay_order_date_til'));
$this->tpl->setVariable("TXT_UPDATE_VIEW",$this->lng->txt('pay_update_view'));
$this->tpl->setVariable("TXT_RESET_FILTER",$this->lng->txt('pay_reset_filter'));
$this->tpl->setVariable("TRANSACTION_TYPE_" . $_SESSION["pay_statistics"]["transaction_type"], " selected");
$this->tpl->setVariable("TRANSACTION_VALUE", ilUtil::prepareFormOutput($_SESSION["pay_statistics"]["transaction_value"], true));
$this->tpl->setVariable("PAYED_" . $_SESSION["pay_statistics"]["payed"], " selected");
$this->tpl->setVariable("ACCESS_" . $_SESSION["pay_statistics"]["access"], " selected");
$this->tpl->setVariable("PAYMENT_" . $_SESSION["pay_statistics"]["pay_method"], " selected");
$this->tpl->setVariable("CUSTOMER", ilUtil::prepareFormOutput($_SESSION["pay_statistics"]["customer"], true));
for ($i = 1; $i <= 31; $i++)
{
$this->tpl->setCurrentBlock("loop_from_day");
$this->tpl->setVariable("LOOP_FROM_DAY", $i < 10 ? "0" . $i : $i);
if ($_SESSION["pay_statistics"]["from"]["day"] == $i)
{
$this->tpl->setVariable("LOOP_FROM_DAY_SELECTED", " selected");
}
$this->tpl->parseCurrentBlock("loop_from_day");
$this->tpl->setCurrentBlock("loop_til_day");
$this->tpl->setVariable("LOOP_TIL_DAY", $i < 10 ? "0" . $i : $i);
if ($_SESSION["pay_statistics"]["til"]["day"] == $i)
{
$this->tpl->setVariable("LOOP_TIL_DAY_SELECTED", " selected");
}
$this->tpl->parseCurrentBlock("loop_til_day");
}
for ($i = 1; $i <= 12; $i++)
{
$this->tpl->setCurrentBlock("loop_from_month");
$this->tpl->setVariable("LOOP_FROM_MONTH", $i < 10 ? "0" . $i : $i);
if ($_SESSION["pay_statistics"]["from"]["month"] == $i)
{
$this->tpl->setVariable("LOOP_FROM_MONTH_SELECTED", " selected");
}
$this->tpl->parseCurrentBlock("loop_from_month");
$this->tpl->setCurrentBlock("loop_til_month");
$this->tpl->setVariable("LOOP_TIL_MONTH", $i < 10 ? "0" . $i : $i);
if ($_SESSION["pay_statistics"]["til"]["month"] == $i)
{
$this->tpl->setVariable("LOOP_TIL_MONTH_SELECTED", " selected");
}
$this->tpl->parseCurrentBlock("loop_til_month");
}
for ($i = 2004; $i <= date("Y"); $i++)
{
$this->tpl->setCurrentBlock("loop_from_year");
$this->tpl->setVariable("LOOP_FROM_YEAR", $i);
if ($_SESSION["pay_statistics"]["from"]["year"] == $i)
{
$this->tpl->setVariable("LOOP_FROM_YEAR_SELECTED", " selected");
}
$this->tpl->parseCurrentBlock("loop_from_year");
$this->tpl->setCurrentBlock("loop_til_year");
$this->tpl->setVariable("LOOP_TIL_YEAR", $i);
if ($_SESSION["pay_statistics"]["til"]["year"] == $i)
{
$this->tpl->setVariable("LOOP_TIL_YEAR_SELECTED", " selected");
}
$this->tpl->parseCurrentBlock("loop_til_year");
}
if(!$_SESSION['pay_statistics']['updateView'])
{
$this->tpl->setVariable('FILTER_MESSAGE', $this->lng->txt('statistics_filter_advice'));
return true;
}
if(!count($bookings = $this->booking_obj->getBookings()))
{
ilUtil::sendInfo($this->lng->txt('paya_no_bookings'));
return true;
}
# $this->__showButton('excelExport',$this->lng->txt('excel_export'));
$img_change = "<img src=\"".ilUtil::getImagePath("edit.gif")."\" alt=\"".
$this->lng->txt("edit")."\" title=\"".$this->lng->txt("edit").
"\" border=\"0\" vspace=\"0\"/>";
include_once 'Services/User/classes/class.ilObjUser.php';
$object_title_cache = array();
$user_title_cache = array();
$counter = 0;
foreach($bookings as $booking)
{
if(array_key_exists($booking['ref_id'], $object_title_cache))
{
$tmp_obj = $object_title_cache[$booking['ref_id']];
}
else
{
$tmp_obj = ilObject::_lookupTitle(ilObject::_lookupObjId($booking['ref_id']));
$object_title_cache[$booking['ref_id']] = $tmp_obj;
}
if(array_key_exists($booking['b_vendor_id'], $user_title_cache))
{
$tmp_vendor = $user_title_cache[$booking['b_vendor_id']];
}
else
{
$tmp_vendor = ilObjUser::_lookupLogin($booking['b_vendor_id']);
$user_title_cache[$booking['b_vendor_id']] = $tmp_vendor;
}
if(array_key_exists($booking['customer_id'], $user_title_cache))
{
$tmp_purchaser = $user_title_cache[$booking['customer_id']];
}
else
{
$tmp_purchaser = ilObjUser::_lookupLogin($booking['customer_id']);
$user_title_cache[$booking['customer_id']] = $tmp_purchaser;
}
$transaction = $booking['transaction_extern'];
switch ($booking['b_pay_method'])
{
case $this->pobject->PAY_METHOD_BILL :
$transaction .= " (" . $this->lng->txt("pays_bill") . ")";
break;
case $this->pobject->PAY_METHOD_BMF :
$transaction .= " (" . $this->lng->txt("pays_bmf") . ")";
break;
case $this->pobject->PAY_METHOD_PAYPAL :
$transaction .= " (" . $this->lng->txt("pays_paypal") . ")";
break;
}
$f_result[$counter][] = $transaction;
$f_result[$counter][] = ($tmp_obj != '' ? $tmp_obj : $this->lng->txt('object_deleted'));
$f_result[$counter][] = ($tmp_vendor != '' ? '['.$tmp_vendor.']' : $this->lng->txt('user_deleted'));
$f_result[$counter][] = ($tmp_purchaser != '' ? '['.$tmp_purchaser.']' : $this->lng->txt('user_deleted'));
$f_result[$counter][] = date('Y-m-d H:i:s', $booking['order_date']);
if($booking['duration'] == 0)
{
$booking['duration'] = $this->lng->txt('unlimited_duration');
}
$f_result[$counter][] = $booking['duration'];
$f_result[$counter][] = ilFormat::_getLocalMoneyFormat($booking['price']);
$f_result[$counter][] = $booking['discount'];
$payed_access = $booking['payed'] ?
$this->lng->txt('yes') :
$this->lng->txt('no');
$payed_access .= '/';
$payed_access .= $booking['access'] ?
$this->lng->txt('yes') :
$this->lng->txt('no');
$f_result[$counter][] = $payed_access;
$this->ctrl->setParameter($this,"booking_id",$booking['booking_id']);
# $link_change = "<a href=\"".$this->ctrl->getLinkTarget($this,"editStatistic")."\"> ".
# $img_change."</a>";
$link_change = "<div class=\"il_ContainerItemCommands\"><a class=\"il_ContainerItemCommand\" href=\"".$this->ctrl->getLinkTarget($this,"editStatistic")."\">".$this->lng->txt("edit")."</a></div>";
$f_result[$counter][] = $link_change;
unset($tmp_obj);
unset($tmp_vendor);
unset($tmp_purchaser);
++$counter;
}
return $this->__showStatisticTable($f_result);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilPaymentStatisticGUI::updateStatistic ( )

Definition at line 571 of file class.ilPaymentStatisticGUI.php.

References $_GET, $_POST, __initBookingObject(), ilUtil\sendInfo(), and showStatistics().

{
if(!isset($_GET['booking_id']))
{
ilUtil::sendInfo($this->lng->txt('paya_no_booking_id_given'));
$this->showStatistics();
return true;
}
$this->booking_obj->setBookingId((int) $_GET['booking_id']);
$this->booking_obj->setAccess((int) $_POST['access']);
$this->booking_obj->setPayed((int) $_POST['payed']);
if($this->booking_obj->update())
{
ilUtil::sendInfo($this->lng->txt('paya_updated_booking'));
$this->showStatistics();
return true;
}
else
{
ilUtil::sendInfo($this->lng->txt('paya_error_update_booking'));
$this->showStatistics();
return true;
}
}

+ Here is the call graph for this function:

Field Documentation

ilPaymentStatisticGUI::$pobject = null
private

Definition at line 36 of file class.ilPaymentStatisticGUI.php.


The documentation for this class was generated from the following file: