I’m not exactly sure why, but now it works with my finnish bank at least.
When the string concatenation was done on their own lines, there was an extra space in the beginning of the line (after \n…) So maybe it was not correct because of that. Meanwhile I tried to remove optional fields countless of times.
Then went back to the original version, put all the strings in one line and then it worked.
@Panu_Artimo, I removed a quotation mark after <?php echo $invoice->invoice_number;?>" because it would change the color of the text ‘–>Sample EPC QR code’ in my screenshot. I didn’t think about someone wanting to use this ‘example’.
I see you added the quotation mark at the end of your line so your code does work now. Well done!
Small question: did you use the mPDF QR-Code library (as I suggested) to create this QR-Code?
Ok, it was just an observation that the code probably would not work properly.
Yes I had almost the same code before myself (with matching quotes) but it did not work.
If I didn’t have something more urgent todo I could try to find out why my original code did not work, but for now I’m pleased it now works at all
But yes I added the missing qrcode files and used mpdf as usual already before, I used the barcodelibrary for the old fashioned barcode on the same invoice also.
Wouldn’t it be better to create QR payment links from mollie? Then Mollie can handle the different kinds of payment methods for you and create a specific payment QR for the chosen payment method?
They use the QR code and are redirected to mollie and they can choose their payment method, SEPA, iDeal, Bancontact, Bank Specific Apps, Creditcard etc. It will generate a QR code (if available for that method) based on the selection of the client.
Mollie takes over from here
This way you do not have to worry about the 100 different standards, they will do that. Is there a new payment method? Check if mollie support it.
Even if you want to allow wire transfers, they have SEPA support and it is doable in cost (0.22€/transaction). For now I only use that for payment for registrations on the site and I have activated Bancontact, iDeal, KBC, Belfius, Paypal, Creditcards and Debit cards and Wire Transfers. Bancontact, Ideal and Wire Transfer are really low cost. The others I calculate a payment fee.
Hey @Thomas_Collier it’s difficult to say when we release the new version, howeverrrr…we can help you git clone the repository / branch and then you can already use it, is that ok?
Are you / Is your daughter using Windows? Do you want to use InvoicePlane locally or on a webserver?
On the webserver her clients can log in to view their invoices.
Locally you can just administer InvoicePlane without any need for an external party (webserver host)