E-INVOICE : create standard invoice if not convert

This commit is contained in:
sparkyx 2025-09-29 18:13:12 +02:00
parent 8a3c718186
commit 497a544433
8 changed files with 634 additions and 100 deletions

View file

@ -202,6 +202,7 @@ class Acc_Document extends Document {
/**
* @brief export the file to the file system and complet $this->d_mimetype, d_filename and
* @param $destination_file (string) full path to document
* @return bool false for failure and string (the full path_name) for success
*/
function export_file($destination_file) {