Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Barcode Field Size Not Adapting Length in CSV Data for 3.2mm x 2.5mm Labels #192

Open
ander-chan opened this issue Dec 2, 2023 · 0 comments

Comments

@ander-chan
Copy link

ander-chan commented Dec 2, 2023

When using the Code 39 barcode type and populating the barcode field with data from a CSV file using the syntax ${barcode}, the default size of the field seems to be determined by the literal string ${barcode}. This results in an inability to adjust the field width dynamically based on the varying lengths of the barcode data for labels with dimensions 3.2mm x 2.5mm.

Steps to Reproduce:

Open gLabelsQt.
Create a new label with dimensions 3.2mm x 2.5mm and link it to a CSV file with a barcode column using the syntax ${barcode}.
Observe that the barcode field size does not adapt to the length of the barcode data.

Expected Behavior:

The barcode field should dynamically adjust its size based on the length of the actual barcode data when linked to a CSV column, especially for labels with dimensions 3.2mm x 2.5mm.

Observed Behavior:

The barcode field size is determined by the literal string ${barcode}, making it difficult to accommodate varying lengths of barcode data for 3.2mm x 2.5mm labels (too small).

Screenshots:
Field
Captura desde 2023-12-02 14-22-23
Raw
Captura desde 2023-12-02 14-43-35
Printing
photo_2023-12-02_11-15-10

Possible Solution:

To allow for a greater expansion of the minimum size of the barcodes

Impact:

The barcode overflows during printing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant