E-INVOICE: check data before generating
E-INVOICE: add missing for Belgium : BuyerReference and Due_Date
This commit is contained in:
parent
d776c7bf98
commit
9ebb89b38a
8 changed files with 520 additions and 117 deletions
|
|
@ -430,7 +430,8 @@ function noalyss_class_autoloader($class)
|
|||
"noalyss\otp"=>"lib/otp.class.php",
|
||||
'noalyss\xmldocument\xmlinvoice'=>'XMLDocument/XMLInvoice.php',
|
||||
'noalyss\xmldocument\facturx'=>'XMLDocument/FacturX.php',
|
||||
'noalyss\xmldocument\invoiceubl21'=>'XMLDocument/InvoiceUBL21.php'
|
||||
'noalyss\xmldocument\invoiceubl21'=>'XMLDocument/InvoiceUBL21.php',
|
||||
'noalyss\xmldocument\error_message'=>'XMLDocument/Error_Message.php'
|
||||
);
|
||||
if (isset ($aClass[$class])) {
|
||||
require_once NOALYSS_INCLUDE . "/" . $aClass[$class];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue