It Will be better if its automatically embedded in to the invoiceplane pdf template. Now i am currently using the fallowing code to verify the invoice
<a>This is computer generated invoice. Seal and Sign Not required ! Please <a href="<?php echo site_url('guest/view/invoice/' . $invoice->invoice_url_key) ?>">Click Here</a>To Verify or visit the link <br> <?php echo site_url('guest/view/invoice/' . $invoice->invoice_url_key) ?></a>
it will be more helpful if its with qr code .
I’ve split your question from the old topic.
Someone has made a pull-request to embed a QR-code, maybe that can help you:
InvoicePlane:development
← Verony-makesIT:Processing-eInvoices-in-different-(UBL-CII-++)-formats-#939
opened 07:37PM - 01 Sep 23 UTC
## Description
The IP user can select which e-invoice format is appropriate for… their customer/country.
A pdf, and the appropriate e-invoice format, is then generated and sent to the client.
## Related Issue
Feature Request #939 "_Implement e-invoicing for UBL/CII formats (EN 16931, Zugferd/Factur-X, PEPPOL, etc...) other than only Zugferd_"
See my comments in Feature Request 939.
## Motivation and Context
Worldwide, and certainly in Europe, governments, clients and accountants are switching to electronic invoices.
e-Invoices can be used to process these documents machine readable and automatically.
XML templates can be created specifically for a country or client.
How to add an XML template is described in the "**About e-Invoicing templates.md**" file located in the "**helpers/XMLconfigs/**" folder.
I have added 2 XML template example files.
The (old) IP _Zugferdv10Xml.php_ file serves as "**CII format**" example and the _Ublexamv20Xml.php_ file serves as "**UBL format**" example.
## Screenshots (if appropriate):
1. Template selection field on the client form page
![image](https://github.com/InvoicePlane/InvoicePlane/assets/30659226/69945ca5-5931-4351-a7b8-eae4ed91cdb5)
2. Zugferd (CII) or EN16931 (UBL) format
![image](https://github.com/InvoicePlane/InvoicePlane/assets/30659226/13add0cc-cffb-4cbe-a041-d39baa15141f)
## Pull Request Checklist
* [X] My code follows the code formatting guidelines.
* [X] I have an issue ID for this pull request.
* [X] I selected the corresponding branch.
* [X] I have rebased my changes on top of the corresponding branch.
## Issue Type (Please check one or more)
#939
* [ ] Bugfix
* [ ] Improvement of an existing Feature
* [X] New Feature
VeRony
September 22, 2023, 8:46am
3
@UnderDog
I think you meant this PR #942 but here I used QRcode as an example.
@hypercognito
Another way to get QRcodes on your invoice is to try my “tutorial” - EPC/SEPA QRCode