20require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php';
21require_once DOL_DOCUMENT_ROOT.
'/core/class/commonnumrefgenerator.class.php';
40 $type =
'supplier_payment';
43 include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
62 abstract public function write_file(
$object, $outputlangs, $srctemplatepath =
'', $hidedetails = 0, $hidedesc = 0, $hideref = 0);
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Parent class for documents (PDF, ODT, ...) generators.
Parent class for number ref generators.
ModeleNumRefSupplierPayments.
getExample()
Return an example of numbering.
getNextValue($objsoc, $object)
Return next free value.
Parent class for supplier invoices models.
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
write_file($object, $outputlangs, $srctemplatepath='', $hidedetails=0, $hidedesc=0, $hideref=0)
Function to build document.
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.