

Definition at line 527 of file myorder.php.
Public Member Functions | |
| translate ($sString) | |
| pdfFooter ($oPdf) | |
| pdfHeaderPlus ($oPdf) | |
| pdfHeader ($oPdf) | |
| genPdf ($sFilename, $iSelLang=0) | |
| exportStandart ($oPdf) | |
| exportDeliveryNote ($oPdf) | |
| getVats () | |
| getCurrency () | |
| getSelectedLang () | |
| getOrderArticles ($blStorno=false) | |
Protected Member Functions | |
| _getActShop () | |
| _setBillingAddressToPdf ($oPdf) | |
| _setDeliveryAddressToPdf ($oPdf) | |
| _setOrderArticlesToPdf ($oPdf, &$iStartPos, $blShowPrice=true) | |
| _replaceExtendedChars ($sValue, $blReverse=false) | |
Protected Attributes | |
| $_iSelectedLang = 0 | |
| $_oActShop = null | |
| $_aVATs = array() | |
| $_oCur = null | |
| MyOrder._getActShop | ( | ) | [protected] |
| MyOrder.translate | ( | $ | sString | ) |
Returns translated string
| string | $sString string to translate |
Definition at line 578 of file myorder.php.
| MyOrder.pdfFooter | ( | $ | oPdf | ) |
Formats pdf page footer
| object | $oPdf pdf document object |
Definition at line 590 of file myorder.php.
| MyOrder.pdfHeaderPlus | ( | $ | oPdf | ) |
Adds shop logo to page header. Returns position for next texts in pdf
| object | $oPdf pdf document object |
Definition at line 626 of file myorder.php.
| MyOrder.pdfHeader | ( | $ | oPdf | ) |
Creating new page with shop logo. Returning position to continue data writing
| object | $oPdf pdf document object |
Definition at line 654 of file myorder.php.
| MyOrder.genPdf | ( | $ | sFilename, | |
| $ | iSelLang = 0 | |||
| ) |
Generates order pdf report file
| string | $sFilename name of report file | |
| int | $iSelLang active language |
Definition at line 679 of file myorder.php.
| MyOrder._setBillingAddressToPdf | ( | $ | oPdf | ) | [protected] |
Set billing address info to pdf
| object | $oPdf pdf document object |
Definition at line 722 of file myorder.php.
| MyOrder._setDeliveryAddressToPdf | ( | $ | oPdf | ) | [protected] |
Set delivery address info to pdf
| object | $oPdf pdf document object |
Definition at line 742 of file myorder.php.
| MyOrder._setOrderArticlesToPdf | ( | $ | oPdf, | |
| &$ | iStartPos, | |||
| $ | blShowPrice = true | |||
| ) | [protected] |
Set order articles info and articles VAT's to pdf
| object | $oPdf pdf document object | |
| int | &$iStartPos text start position from top | |
| bool | $blShowPrice show articles prices / VAT info or not |
Definition at line 766 of file myorder.php.
| MyOrder.exportStandart | ( | $ | oPdf | ) |
Exporting standard invoice pdf
| object | $oPdf pdf document object |
Definition at line 832 of file myorder.php.
| MyOrder.exportDeliveryNote | ( | $ | oPdf | ) |
Generating delivery note pdf
| object | $oPdf pdf document object |
Definition at line 956 of file myorder.php.
| MyOrder._replaceExtendedChars | ( | $ | sValue, | |
| $ | blReverse = false | |||
| ) | [protected] |
Replaces some special characters to HTML compatible symbol codes. SWITCHED OFF NOW ( 2.2 )
| string | $sValue initial value | |
| bool | $blReverse (default false) if false - checks if we do have already htmlentities inside |
Definition at line 1067 of file myorder.php.
| MyOrder.getVats | ( | ) |
| MyOrder.getCurrency | ( | ) |
| MyOrder.getSelectedLang | ( | ) |
| MyOrder.getOrderArticles | ( | $ | blStorno = false |
) |
Assigns data, stored in oxorderarticles to oxorder object .
Definition at line 1124 of file myorder.php.
MyOrder.$_iSelectedLang = 0 [protected] |
Definition at line 534 of file myorder.php.
MyOrder.$_oActShop = null [protected] |
Definition at line 540 of file myorder.php.
MyOrder.$_aVATs = array() [protected] |
Definition at line 546 of file myorder.php.
MyOrder.$_oCur = null [protected] |
Definition at line 552 of file myorder.php.
1.5.5