e-invoice : make a PDF with credit note

This commit is contained in:
sparkyx 2025-11-11 10:59:14 +01:00
parent 5b337881e5
commit 48459533e1
5 changed files with 830 additions and 452 deletions

View file

@ -443,7 +443,9 @@ function noalyss_class_autoloader($class)
'noalyss\smtpmail'=>'lib/smtpmail.class.php',
'noalyss\iban_number'=>'lib/iban_number.class.php',
'noalyss\xmldocument\document_reference'=>'XMLDocument/document_reference_type.class.php',
'noalyss\xmldocument\binary_object'=>'XMLDocument/document_reference_type.class.php'
'noalyss\xmldocument\binary_object'=>'XMLDocument/document_reference_type.class.php',
'noalyss\xmldocument\xml_reader'=>'XMLDocument/xml_reader.class.php',
"noalyss\xmldocument\xmlcreditnote_reader"=>"XMLDocument/xmlcreditnote_reader.class.php"
);
if (isset ($aClass[$class])) {
require_once NOALYSS_INCLUDE . "/" . $aClass[$class];