Public Member Functions | Protected Member Functions

oxImex Class Reference

Inheritance diagram for oxImex:
Collaboration diagram for oxImex:

List of all members.

Public Member Functions

 exportLexwareArticles ($iStart, $iLines, $sFilepath)
 interFormSimple ($nValue)
 interForm ($nValue, $oObj=null)
 internPrice ($nPrice)
 exportLexwareOrders ($iFromOrderNr="", $iToOrderNr="")

Protected Member Functions

 _getCharset ()
 _convertStr ($sStr)

Detailed Description

lexware manager

Definition at line 7 of file oximex.php.


Member Function Documentation

oxImex._convertStr ( sStr  )  [protected]

Converts string from 'ISO-8859-15' to defined charset

Parameters:
string $sStr string to convert
Returns:
string

Definition at line 422 of file oximex.php.

oxImex._getCharset (  )  [protected]

Get current charset

Returns:
string

Definition at line 410 of file oximex.php.

oxImex.exportLexwareArticles ( iStart,
iLines,
sFilepath 
)

Performs Lexware export to file.

Parameters:
integer $iStart Start writing to file from line
integer $iLines Amount of lines to write
string $sFilepath Path to export file
Returns:
bool

Definition at line 19 of file oximex.php.

oxImex.exportLexwareOrders ( iFromOrderNr = "",
iToOrderNr = "" 
)

Returns XML compatible text for LexwareOrders export.

Parameters:
integer $iFromOrderNr Order from (default null)
integer $iToOrderNr Order number
Returns:
string

Definition at line 225 of file oximex.php.

oxImex.interForm ( nValue,
oObj = null 
)

Replaces some special chars to HTML compatible codes, returns string with replaced chars.

Parameters:
string $nValue string to replace special chars
object $oObj object
Returns:
string

Definition at line 149 of file oximex.php.

oxImex.interFormSimple ( nValue  ) 

Ensures, that the given data can be put in the csv

Parameters:
string $nValue given string
Returns:
string

Definition at line 131 of file oximex.php.

oxImex.internPrice ( nPrice  ) 

Returns formatted price (grouped thousands, etc.).

Parameters:
float $nPrice Price to format
Returns:
string

Definition at line 209 of file oximex.php.


The documentation for this class was generated from the following file: