List of all members.
Detailed Description
Order pdf generator class
Definition at line 570 of file myorder.php.
Member Function Documentation
MyOrder._getActShop |
( |
|
) |
[protected] |
Returns active shop object
- Returns:
- oxshop $oUser
Definition at line 602 of file myorder.php.
MyOrder._replaceExtendedChars |
( |
$ |
sValue, |
|
|
$ |
blReverse = false | |
|
) |
| | [protected] |
Replaces some special characters to HTML compatible symbol codes. SWITCHED OFF NOW ( 2.2 )
- Parameters:
-
| string | $sValue initial value |
| bool | $blReverse (default false) if false - checks if we do have already htmlentities inside |
- Returns:
- string
Definition at line 1136 of file myorder.php.
MyOrder._setBillingAddressToPdf |
( |
$ |
oPdf |
) |
[protected] |
Set billing address info to pdf
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- null
Definition at line 765 of file myorder.php.
MyOrder._setDeliveryAddressToPdf |
( |
$ |
oPdf |
) |
[protected] |
Set delivery address info to pdf
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- null
Definition at line 791 of file myorder.php.
MyOrder._setOrderArticlesToPdf |
( |
$ |
oPdf, |
|
|
&$ |
iStartPos, |
|
|
$ |
blShowPrice = true | |
|
) |
| | [protected] |
Set order articles info and articles VAT's to pdf
- Parameters:
-
| object | $oPdf pdf document object |
| int | &$iStartPos text start position from top |
| bool | $blShowPrice show articles prices / VAT info or not |
- Returns:
- null
Definition at line 821 of file myorder.php.
MyOrder.exportDeliveryNote |
( |
$ |
oPdf |
) |
|
Generating delivery note pdf
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- null
Definition at line 1017 of file myorder.php.
MyOrder.exportStandart |
( |
$ |
oPdf |
) |
|
Exporting standard invoice pdf
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- null
Definition at line 893 of file myorder.php.
MyOrder.genPdf |
( |
$ |
sFilename, |
|
|
$ |
iSelLang = 0 | |
|
) |
| | |
Generates order pdf report file
- Parameters:
-
| string | $sFilename name of report file |
| int | $iSelLang active language |
- Returns:
- null
Definition at line 722 of file myorder.php.
Returns order currency object
- Returns:
- object
Definition at line 1178 of file myorder.php.
MyOrder.getOrderArticles |
( |
$ |
blStorno = false |
) |
|
Assigns data, stored in oxorderarticles to oxorder object .
- Parameters:
-
| bool | $blStorno Include canceled articles |
- Returns:
- null
Definition at line 1200 of file myorder.php.
MyOrder.getSelectedLang |
( |
|
) |
|
Returns order currency object
- Returns:
- object
Definition at line 1188 of file myorder.php.
Returns order articles VATS's
- Returns:
- array
Definition at line 1164 of file myorder.php.
MyOrder.pdfFooter |
( |
$ |
oPdf |
) |
|
Formats pdf page footer
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- null
Definition at line 633 of file myorder.php.
MyOrder.pdfHeader |
( |
$ |
oPdf |
) |
|
Creating new page with shop logo. Returning position to continue data writing
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- int
Definition at line 697 of file myorder.php.
MyOrder.pdfHeaderPlus |
( |
$ |
oPdf |
) |
|
Adds shop logo to page header. Returns position for next texts in pdf
- Parameters:
-
| object | $oPdf pdf document object |
- Returns:
- int
Definition at line 669 of file myorder.php.
MyOrder.translate |
( |
$ |
sString |
) |
|
Returns translated string
- Parameters:
-
| string | $sString string to translate |
- Returns:
- string
Definition at line 621 of file myorder.php.
Member Data Documentation
MyOrder.$_aVATs = array() [protected] |
MyOrder.$_iSelectedLang = 0 [protected] |
MyOrder.$_oActShop = null [protected] |
MyOrder.$_oCur = null [protected] |
The documentation for this class was generated from the following file: