Last updated
Last updated
Enable the 'Printable' option on the Barcode Generator record for the desired barcode label
Any place where the in-browser view of the barcode label is enabled (form, dialog box (modal), ui page, widget), the 'Print' button can be clicked to print the barcode label.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Print Barcode'.
Update the Name and Table fields to match the table where you wish to place the button. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.
Visit the form view for a record on the specified table. Click the button to trigger a print of the barcode label.
All options to print barcode labels from form utilize client-side barcode generation.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Print Barcodes (List one-per-page)'.
Update the Name and Table fields to match the table where you wish to place the list choice. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.
Visit the list view of the specified table, check as many options as desired from the list, and then click the specified UI Action from the drop-down menu. This will trigger a print of the barcode labels, printing one label per page.
When printing from list, it may be helpful to configure your browser for 'silent printing' so that you can print directly from the browser without having to confirm a print dialog each time. Otherwise, when printing one-per-page, you will be asked to confirm for each individual page.
We no longer recommend using the Many-per-Page printing functionality below, due to difficulty achieving the necessary precision to print label formats such as those offered by Avery. For best results, we recommend using our integration with Yansa Labs' PDF Generator. PDF Generator provides turn-key integrations with Avery Labels and allows for highly specific printing of multiple barcode labels per page.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Print Barcodes (List many-per-page)'.
Update the Name and Table fields to match the table where you wish to place the list choice. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.
Visit the list view of the specified table, check as many options as desired from the list, and then click the specified UI Action from the drop-down menu. This will trigger a print of the barcode labels, printing as many as possible per page.
All options to print barcode labels from list utilize client-side barcode generation.