wie kann ich Customfields zum PDF-Export hinzufügen?
Habe in der function _createTable() am ende angehängt:
- Code: Select all
$xPos = 50;
$yPos -= 40;
$this->pages[$this->_pageNumber]->setFont($this->_fontBold, $this->contentFontSize);
$this->_writeText("Zusatz-Informationen", $xPos, $yPos);
$yPos -= 15;
$this->pages[$this->_pageNumber]->setFont($this->_font, $this->contentFontSize);
$this->_writeText("Bank: ".$ZUSATZFELDVARIABLE, $xPos, $yPos);
Habe schon alles im /tinebase/Export und im /Addressbook/Export durchsucht...
Ich vermute, dass man es in der /Addressbook/Export/Pdf.php machen muss, aber dort komme ich auch nicht weiter...
Könnt ihr mir einen Denkanstoss geben?
Es sollen 8 customfields zum PDF-Export hinzugefügt werden.
Arne


