The template at: /home/blpomony/public_html/components/invoice_templates/perforated_invoice/perforated_invoice_pdf.php
On line 25: private static $font_size_alt = 8;
Seems like the right line to try & increase the return address, but it also seems to enlarge the invoice body text, which I want to leave at 8.
Am trying to get the return address to something very easy to read like 10pt.
Thanks
Tried to create a Client Custom Field, but there seems to be a few generators out there that produce different codes that don't work with Blesta.
Could you advise of a generator that will produce Regex Code that is compatible with Blesta?
Thanks
I apologize if this has been asked before, but with other billing systems they provide a direct link to automatically select a certain package.
Is this an option I'm missing in Blesta?
Thanks
So, tried to enable Google Enterprise API reCAPTCHA for 5.10.1, and got locked out.
Used Challenge v2 "I'm not a robot" Checkbox.
Was this the wrong version?
Does Blesta use Score based (v3) or v2 Invisible reCAPTACHA badge instead?
Or does Blesta require to use the Legacy key?
I'm trying to do the same, just had to manually enter clients, since the Import from Clientexec didn't work.
My poor Ctrl, C & V keys might cause me to replace my keyboard. lol
Using Blesta 5.10.0
Is there a way to change the Created Date?
Thanks
Was wondering if there where any plans to add Cloudflare's free Turnstile CAPTCHA option into Blesta either in the base program or an add-on module?
Thanks
Thanks @WHMCSModuleNetworks
I've been banging my head with this error on AlmaLinux 9.4.
The only thing I had to change was instead of ca-certificates.crt, 9.4 apparently uses ca-bundle.crt, so in the php.ini I put:
[curl]
curl.cainfo = /etc/ssl/certs/ca-bundle.crt
[openssl]
openssl.cafile = /etc/ssl/certs/ca-bundle.crt