

Definition at line 518 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 569 of file myorder.php.
| MyOrder.pdfFooter | ( | $ | oPdf | ) | 
Formats pdf page footer
| object | $oPdf pdf document object | 
Definition at line 581 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 617 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 645 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 670 of file myorder.php.
| MyOrder._setBillingAddressToPdf | ( | $ | oPdf | ) |  [protected] | 
        
Set billing address info to pdf
| object | $oPdf pdf document object | 
Definition at line 712 of file myorder.php.
| MyOrder._setDeliveryAddressToPdf | ( | $ | oPdf | ) |  [protected] | 
        
Set delivery address info to pdf
| object | $oPdf pdf document object | 
Definition at line 732 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 756 of file myorder.php.
| MyOrder.exportStandart | ( | $ | oPdf | ) | 
Exporting standard invoice pdf
| object | $oPdf pdf document object | 
Definition at line 821 of file myorder.php.
| MyOrder.exportDeliveryNote | ( | $ | oPdf | ) | 
Generating delivery note pdf
| object | $oPdf pdf document object | 
Definition at line 943 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 1054 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 1111 of file myorder.php.
MyOrder.$_iSelectedLang = 0 [protected]           | 
        
Definition at line 525 of file myorder.php.
MyOrder.$_oActShop = null [protected]           | 
        
Definition at line 531 of file myorder.php.
MyOrder.$_aVATs = array() [protected]           | 
        
Definition at line 537 of file myorder.php.
MyOrder.$_oCur = null [protected]           | 
        
Definition at line 543 of file myorder.php.
 1.5.5