added
2021-12 New Custom Field Features
about 3 years ago by ReadMe API
We've just released a couple of enhancements to Custom Fields.
Printable Custom Fields
Custom fields can now be configured to be printed on receipts.
Simply set print_on_receipt
to true
when defining a custom field.
QR Code Custom Fields
We are introducing a new type of custom field (qrcode
) to represent QR Codes. Together with printable custom fields, you can use this feature to add custom QR codes to your receipts. Neat!
String Array Custom Fields
With custom fields of type string_array
you can store multiple strings in a single custom field.
Additional API Operations on Custom Fields
In addition to QR codes, string array fields, and printing of custom fields on receipts, you can now also: