Definition at line 520 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 () | |
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 571 of file myorder.php.
| MyOrder.pdfFooter | ( | $ | oPdf | ) |
Formats pdf page footer
| object | $oPdf pdf document object |
Definition at line 583 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 619 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 647 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 672 of file myorder.php.
| MyOrder._setBillingAddressToPdf | ( | $ | oPdf | ) | [protected] |
Set billing address info to pdf
| object | $oPdf pdf document object |
Definition at line 714 of file myorder.php.
| MyOrder._setDeliveryAddressToPdf | ( | $ | oPdf | ) | [protected] |
Set delivery address info to pdf
| object | $oPdf pdf document object |
Definition at line 734 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 758 of file myorder.php.
| MyOrder.exportStandart | ( | $ | oPdf | ) |
Exporting standard invoice pdf
| object | $oPdf pdf document object |
Definition at line 830 of file myorder.php.
| MyOrder.exportDeliveryNote | ( | $ | oPdf | ) |
Generating delivery note pdf
| object | $oPdf pdf document object |
Definition at line 952 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 1063 of file myorder.php.
| MyOrder.getVats | ( | ) |
| MyOrder.getCurrency | ( | ) |
| MyOrder.getSelectedLang | ( | ) |
MyOrder.$_iSelectedLang = 0 [protected] |
Definition at line 527 of file myorder.php.
MyOrder.$_oActShop = null [protected] |
Definition at line 533 of file myorder.php.
MyOrder.$_aVATs = array() [protected] |
Definition at line 539 of file myorder.php.
MyOrder.$_oCur = null [protected] |
Definition at line 545 of file myorder.php.
1.5.5