The generated pdf has a default download name scheme which is “Invoice_12345”. This is the name it automatically gives your pdf when you go to download it. I would like to change the Invoice word. I’ve searched and searched and only found this in /var/www/html/invoiceplane/application/helpers/pdf_helper.php but it has the i in invoice lowercase so I doubted it was the correct spot to make a change. See code area below. Anyone know where to change this?
hello @pingdoug ,
As @UnderDog already indicated, the word “invoice” is translated to the language set for the user.
In pdf_helper.php, the prefix "trans(invoice)_" will be added to "filename".
The place where the composed “filename” is formatted is in mpdf_helper.php.
See screenshot.