codetype = qrcode
Sample – <barcode codetype=”qrcode” height=”100px” showtext=”true” value=”Company Name:${subsidiary.name};VAT Number:${record.vatregnum};VAT Amount:${record.taxtotal};Grand Total:${record.total}”/>
The data in the “Value” part will display when scanning the QR code.
We can also give static values to the QR Code.