Inheritance diagram for oxImex:
 Collaboration diagram for oxImex:Public Member Functions | |
| exportLexwareArticles ($iStart, $iLines, $sFilepath) | |
| interFormSimple ($nValue) | |
| interForm ($nValue, $oObj=null) | |
| internPrice ($nPrice) | |
| exportLexwareOrders ($iFromOrderNr="", $iToOrderNr="") | |
Protected Member Functions | |
| _getCharset () | |
| _convertStr ($sStr) | |
lexware manager
Definition at line 7 of file oximex.php.
| oxImex._convertStr | ( | $ | sStr | ) |  [protected] | 
        
Converts string from 'ISO-8859-15' to defined charset
| string | $sStr string to convert | 
Definition at line 417 of file oximex.php.
| oxImex._getCharset | ( | ) |  [protected] | 
        
| oxImex.exportLexwareArticles | ( | $ | iStart, | |
| $ | iLines, | |||
| $ | sFilepath | |||
| ) | 
Performs Lexware export to file.
| integer | $iStart Start writing to file from line | |
| integer | $iLines Amount of lines to write | |
| string | $sFilepath Path to export file | 
Definition at line 18 of file oximex.php.
| oxImex.exportLexwareOrders | ( | $ |  iFromOrderNr = "",  | 
        |
| $ |  iToOrderNr = "" | |||
| ) | 
Returns XML compatible text for LexwareOrders export.
| integer | $iFromOrderNr Order from (default null) | |
| integer | $iToOrderNr Order number | 
Definition at line 221 of file oximex.php.
| oxImex.interForm | ( | $ | nValue, | |
| $ |  oObj = null | |||
| ) | 
Replaces some special chars to HTML compatible codes, returns string with replaced chars.
| string | $nValue string to replace special chars | |
| object | $oObj object | 
Definition at line 146 of file oximex.php.
| oxImex.interFormSimple | ( | $ | nValue | ) | 
Ensures, that the given data can be put in the csv
| string | $nValue given string | 
Definition at line 129 of file oximex.php.
| oxImex.internPrice | ( | $ | nPrice | ) | 
Returns formatted price (grouped thousands, etc.).
| float | $nPrice Price to format | 
Definition at line 206 of file oximex.php.
 1.7.1