ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
ilPurchaseBillGUI (&$user_obj) | |
cancel () | |
showPersonalData () | |
getPersonalData () | |
showBillConfirm () | |
& | executeCommand () |
execute command | |
__saveTransaction () | |
__sendBill ($customer, $bookings) | |
__addBookings ($a_result, $a_transaction) | |
__emptyShoppingCart () | |
__clearSession () | |
__loadTemplate () | |
__buildStatusline () | |
__buildLocator () | |
__buildStylesheet () | |
__showCountries (&$tpl, $value= '') | |
shows select box f�r countries | |
__getCountries () | |
__getCountryCode ($value= '') | |
__getCountryName ($value= '') | |
__getShoppingCart () | |
__getTotalAmount () | |
getBill () | |
__showShoppingCart () | |
& | __initTableGUI () |
__showItemsTable ($a_result_set) |
Data Fields | |
$ctrl | |
$tpl | |
$psc_obj = null | |
$user_obj = null | |
$coupon_obj = null | |
$error |
Private Attributes | |
$totalVat = 0 |
Definition at line 36 of file class.ilPurchaseBillGUI.php.
ilPurchaseBillGUI::__addBookings | ( | $a_result, | |
$a_transaction | |||
) |
Definition at line 628 of file class.ilPurchaseBillGUI.php.
References $_SESSION, $key, ilPayMethods\_enabled(), ilPaymentPrices\_getPrice(), ilPaymentPrices\_getPriceString(), ilPaymentPrices\_getPriceStringFromAmount(), ilShopVats\getRate(), and PAY_METHOD_BILL.
ilPurchaseBillGUI::__buildLocator | ( | ) |
Definition at line 784 of file class.ilPurchaseBillGUI.php.
References ilUtil\sendInfo().
ilPurchaseBillGUI::__buildStatusline | ( | ) |
Definition at line 778 of file class.ilPurchaseBillGUI.php.
Referenced by __loadTemplate().
ilPurchaseBillGUI::__buildStylesheet | ( | ) |
Definition at line 808 of file class.ilPurchaseBillGUI.php.
References ilUtil\getStyleSheetLocation().
Referenced by __loadTemplate().
ilPurchaseBillGUI::__clearSession | ( | ) |
Definition at line 765 of file class.ilPurchaseBillGUI.php.
References $_SESSION.
ilPurchaseBillGUI::__emptyShoppingCart | ( | ) |
Definition at line 756 of file class.ilPurchaseBillGUI.php.
ilPurchaseBillGUI::__getCountries | ( | ) |
Definition at line 835 of file class.ilPurchaseBillGUI.php.
References $lng.
Referenced by __getCountryCode(), __getCountryName(), and __showCountries().
ilPurchaseBillGUI::__getCountryCode | ( | $value = '' | ) |
Definition at line 868 of file class.ilPurchaseBillGUI.php.
References __getCountries().
Referenced by ilPurchaseBillGUI().
ilPurchaseBillGUI::__getCountryName | ( | $value = '' | ) |
Definition at line 881 of file class.ilPurchaseBillGUI.php.
References __getCountries().
ilPurchaseBillGUI::__getShoppingCart | ( | ) |
Definition at line 887 of file class.ilPurchaseBillGUI.php.
References ilPaymentPrices\_getPrice(), ilObjectFactory\getInstanceByRefId(), and PAY_METHOD_BILL.
Referenced by __getTotalAmount().
ilPurchaseBillGUI::__getTotalAmount | ( | ) |
Definition at line 933 of file class.ilPurchaseBillGUI.php.
References $result, and __getShoppingCart().
& ilPurchaseBillGUI::__initTableGUI | ( | ) |
Definition at line 1052 of file class.ilPurchaseBillGUI.php.
Referenced by __showItemsTable().
ilPurchaseBillGUI::__loadTemplate | ( | ) |
Definition at line 770 of file class.ilPurchaseBillGUI.php.
References __buildStatusline(), and __buildStylesheet().
Referenced by ilPurchaseBillGUI().
ilPurchaseBillGUI::__saveTransaction | ( | ) |
Definition at line 302 of file class.ilPurchaseBillGUI.php.
References $_SESSION, $key, $total, ilPayMethods\_enabled(), ilPaymentObject\_getObjectData(), ilPaymentPrices\_getPriceStringFromAmount(), and PAY_METHOD_BILL.
Referenced by getBill().
ilPurchaseBillGUI::__sendBill | ( | $customer, | |
$bookings | |||
) |
Definition at line 450 of file class.ilPurchaseBillGUI.php.
References $_SESSION, $key, $psc_obj, $tpl, ilMimeMail\From(), ilUtil\html2pdf(), and ilUtil\makeDir().
Referenced by getBill().
ilPurchaseBillGUI::__showCountries | ( | & | $tpl, |
$value = '' |
|||
) |
shows select box f�r countries
Definition at line 816 of file class.ilPurchaseBillGUI.php.
References $tpl, and __getCountries().
Referenced by showPersonalData().
ilPurchaseBillGUI::__showItemsTable | ( | $a_result_set | ) |
Definition at line 1059 of file class.ilPurchaseBillGUI.php.
References $_GET, $_SESSION, $tpl, __initTableGUI(), ilShopUtils\_formatFloat(), ilPaymentPrices\_getPrice(), and PAY_METHOD_BILL.
Referenced by __showShoppingCart().
ilPurchaseBillGUI::__showShoppingCart | ( | ) |
Definition at line 976 of file class.ilPurchaseBillGUI.php.
References $_SESSION, $key, __showItemsTable(), ilShopUtils\_formatVAT(), ilPaymentPrices\_getPrice(), ilPaymentPrices\_getPriceString(), ilObjectFactory\getInstanceByRefId(), PAY_METHOD_BILL, and ilUtil\sendInfo().
Referenced by showBillConfirm().
ilPurchaseBillGUI::cancel | ( | ) |
Definition at line 103 of file class.ilPurchaseBillGUI.php.
References ilUtil\redirect().
& ilPurchaseBillGUI::executeCommand | ( | ) |
ilPurchaseBillGUI::getBill | ( | ) |
Definition at line 949 of file class.ilPurchaseBillGUI.php.
References $_POST, $_SESSION, __saveTransaction(), __sendBill(), getPersonalData(), and ilUtil\sendInfo().
ilPurchaseBillGUI::getPersonalData | ( | ) |
Definition at line 180 of file class.ilPurchaseBillGUI.php.
References $_POST, $_SESSION, ilUtil\sendInfo(), showBillConfirm(), and showPersonalData().
Referenced by getBill().
ilPurchaseBillGUI::ilPurchaseBillGUI | ( | & | $user_obj | ) |
Definition at line 49 of file class.ilPurchaseBillGUI.php.
References $_SESSION, $ilCtrl, $ilDB, $lng, $tpl, $user_obj, __getCountryCode(), and __loadTemplate().
ilPurchaseBillGUI::showBillConfirm | ( | ) |
Definition at line 225 of file class.ilPurchaseBillGUI.php.
References $_POST, __showShoppingCart(), ilUtil\getImagePath(), PAY_METHOD_BILL, ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getPersonalData().
ilPurchaseBillGUI::showPersonalData | ( | ) |
Definition at line 108 of file class.ilPurchaseBillGUI.php.
References $_POST, $_SESSION, __showCountries(), ilUtil\getImagePath(), PAY_METHOD_BILL, ilUtil\prepareFormOutput(), and ilUtil\sendInfo().
Referenced by getPersonalData().
ilPurchaseBillGUI::$coupon_obj = null |
Definition at line 44 of file class.ilPurchaseBillGUI.php.
ilPurchaseBillGUI::$ctrl |
Definition at line 38 of file class.ilPurchaseBillGUI.php.
ilPurchaseBillGUI::$error |
Definition at line 45 of file class.ilPurchaseBillGUI.php.
ilPurchaseBillGUI::$psc_obj = null |
Definition at line 41 of file class.ilPurchaseBillGUI.php.
Referenced by __sendBill().
|
private |
Definition at line 47 of file class.ilPurchaseBillGUI.php.
ilPurchaseBillGUI::$tpl |
Definition at line 39 of file class.ilPurchaseBillGUI.php.
Referenced by __sendBill(), __showCountries(), __showItemsTable(), and ilPurchaseBillGUI().
ilPurchaseBillGUI::$user_obj = null |
Definition at line 42 of file class.ilPurchaseBillGUI.php.
Referenced by ilPurchaseBillGUI().