-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
1.5 breaks barcode scanning #1584
Labels
new-ui
To be realized in the new Vue Ui
type:regression
Functionality that broke over the last release cycle (1.5.x -> 1.5.y or 1.5.x -> 1.6.0)
Comments
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Jan 8, 2023
When we switched to being a Single Page Application (SPA) on the client in version 1.5, we lost how the next data entry row was selected on page refresh. This comit restores that for invoices, orders, quotes and AR/AP transactions (but not GL transactions). Re ledgersmb#1584
#7070 fixes the data being filled in and the move to the next data entry row. It does not fix the barcode lookup. |
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Jan 8, 2023
When we switched to being a Single Page Application (SPA) on the client in version 1.5, we lost how the next data entry row was selected on page refresh. This comit restores that for invoices, orders, quotes and AR/AP transactions (but not GL transactions). Re ledgersmb#1584
Changing topic of the issue to indicate that the only remaining issue here - if anything - is that the barcode being scanned isn't being matched. |
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Apr 15, 2023
ehuelsmann
added a commit
to ehuelsmann/LedgerSMB
that referenced
this issue
Apr 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
new-ui
To be realized in the new Vue Ui
type:regression
Functionality that broke over the last release cycle (1.5.x -> 1.5.y or 1.5.x -> 1.6.0)
In previous versions, you could enter multiple items in a row with simply the sku and keys. I know this was done to support bar-code readers, which act as a keyboard entering the string in the barcode followed by enter.
Before, when you enter a sku and press Enter, the form refreshed with the line item added, and the cursor focused on the SKU field of the next (new) line item).
Now when you do this, the parts selector does not fire. The sku and line item is added and set to read-only, with no other fields filled in, and no new line item created for the next part.
The text was updated successfully, but these errors were encountered: