| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Inheritance diagram for ilERPDebtor_none:
 Inheritance diagram for ilERPDebtor_none: Collaboration diagram for ilERPDebtor_none:
 Collaboration diagram for ilERPDebtor_none:| Public Member Functions | |
| __construct () | |
| getDebtorByNumber ($number) | |
| setDebtorGroup ($number=1) | |
| createDebtor ($number) | |
| setEAN ($ean) | |
| createInvoice () | |
| createInvoiceLine ($p, $d, $q, $u) | |
| bookInvoice () | |
| getProduct ($procuet=null) | |
| getInvoicePDF ($v) | |
| getInvoiceNumber () | |
| getName () | |
| getEmail () | |
| getAll () | |
| Get all information about a Debtor. | |
| setAll ($values) | |
| Set information about a Debtor. | |
| saveInvoice ($contens, $preview=true) | |
| sendInvoice ($subject, $message, $to=null, $bytes, $fname="faktura") | |
| setTestValues () | |
| Generate random values to test integration with ERP. | |
| Data Fields | |
| const | website = "http://www.ilias.dk" | 
| const | senderEmail = "noreply@ilias.dk" | 
| const | senderName = "ILIAS ERP" | 
|  Data Fields inherited from ilERPDebtor | |
| const | website = "http://www.ilias.dk" | 
| const | senderEmail = "noreply@ilias.dk" | 
| const | senderName = "ILIAS ERP" | 
| Additional Inherited Members | |
|  Protected Attributes inherited from ilERPDebtor | |
| $number | |
| $name = '' | |
| $email = '' | |
| $address = '' | |
| $postalcode = '' | |
| $city = '' | |
| $country = '' | |
| $phone = '' | |
| $ean | |
| $website | |
| $invoice_booked = false | |
| $invoice_number = 0 | |
| $handle | |
| $dgh | |
Definition at line 35 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::__construct | ( | ) | 
| ilERPDebtor_none::bookInvoice | ( | ) | 
Definition at line 79 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::createDebtor | ( | $number | ) | 
Definition at line 61 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::createInvoice | ( | ) | 
Definition at line 71 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::createInvoiceLine | ( | $p, | |
| $d, | |||
| $q, | |||
| $u | |||
| ) | 
Definition at line 75 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::getAll | ( | ) | 
Get all information about a Debtor.
Reimplemented from ilERPDebtor.
Definition at line 112 of file class.ilERPDebtor_none.php.
References ilERPDebtor\$address, ilERPDebtor\$city, ilERPDebtor\$country, ilERPDebtor\$dgh, ilERPDebtor\$ean, ilERPDebtor\$email, ilERPDebtor\$name, ilERPDebtor\$number, ilERPDebtor\$phone, ilERPDebtor\$postalcode, and ilERPDebtor\$website.
| ilERPDebtor_none::getDebtorByNumber | ( | $number | ) | 
Definition at line 49 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::getEmail | ( | ) | 
Reimplemented from ilERPDebtor.
Definition at line 102 of file class.ilERPDebtor_none.php.
References ilERPDebtor\$email.
| ilERPDebtor_none::getInvoiceNumber | ( | ) | 
Reimplemented from ilERPDebtor.
Definition at line 92 of file class.ilERPDebtor_none.php.
References ilERPDebtor\$invoice_number.
Referenced by saveInvoice().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilERPDebtor_none::getInvoicePDF | ( | $v | ) | 
Definition at line 87 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::getName | ( | ) | 
Reimplemented from ilERPDebtor.
Definition at line 97 of file class.ilERPDebtor_none.php.
References ilERPDebtor\$name.
| ilERPDebtor_none::getProduct | ( | $procuet = null | ) | 
Definition at line 83 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::saveInvoice | ( | $contens, | |
| $preview = true | |||
| ) | 
Reimplemented from ilERPDebtor.
Definition at line 142 of file class.ilERPDebtor_none.php.
References $file, $preview, getInvoiceNumber(), ilERP\getPreviewFile(), and ilERP\getSaveDirectory().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilERPDebtor_none::sendInvoice | ( | $subject, | |
| $message, | |||
| $to = null, | |||
| $bytes, | |||
| $fname = "faktura" | |||
| ) | 
Reimplemented from ilERPDebtor.
Definition at line 155 of file class.ilERPDebtor_none.php.
References ilERPDebtor\$email, $filename, ilERPDebtor\senderEmail, and ilERPDebtor\senderName.
| ilERPDebtor_none::setAll | ( | $values | ) | 
Set information about a Debtor.
Reimplemented from ilERPDebtor.
Definition at line 132 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::setDebtorGroup | ( | $number = 1 | ) | 
Definition at line 55 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::setEAN | ( | $ean | ) | 
Definition at line 66 of file class.ilERPDebtor_none.php.
| ilERPDebtor_none::setTestValues | ( | ) | 
Generate random values to test integration with ERP.
Reimplemented from ilERPDebtor.
Definition at line 204 of file class.ilERPDebtor_none.php.
References ilERPDebtor\$city, ilERPDebtor\$country, and website.
| const ilERPDebtor_none::senderEmail = "noreply@ilias.dk" | 
Definition at line 40 of file class.ilERPDebtor_none.php.
| const ilERPDebtor_none::senderName = "ILIAS ERP" | 
Definition at line 41 of file class.ilERPDebtor_none.php.
| const ilERPDebtor_none::website = "http://www.ilias.dk" | 
Definition at line 38 of file class.ilERPDebtor_none.php.
Referenced by setTestValues().