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

[FR] QR Code allocation to stock items #8115

Open
2 tasks done
ATLAS2246 opened this issue Sep 12, 2024 · 3 comments
Open
2 tasks done

[FR] QR Code allocation to stock items #8115

ATLAS2246 opened this issue Sep 12, 2024 · 3 comments
Assignees
Labels
barcode Barcode scanning and integration enhancement This is an suggested enhancement or new feature feature Fund This issue can be specifically funded for development Platform UI Related to the React based User Interface

Comments

@ATLAS2246
Copy link

ATLAS2246 commented Sep 12, 2024

Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find a similar feature request

Problem statement

In my use case I have a specific part that requires me to have a huge number of stock items for that part, the issue I run in to is not being able to specify which of those stock items I want to pull from when allocating stock to a sales order.

Suggested solution

I would love to be able to scan the QR code on the side of our stock items to assign that specific stock item to the sales order

Describe alternatives you've considered

Currently the way we are handling it is by picking a stock item at random and then scanning each physical stock item to determine which has been allocated. At the moment this works, and having each stock item assinged to a different location does help however this is time consuming and can be frustrating

I'd love to develop this myself but I don't have any where near the knowledge required, however I am willing to contribute funding

Examples of other systems

No response

Do you want to develop this?

  • I want to develop this.

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@ATLAS2246 ATLAS2246 added enhancement This is an suggested enhancement or new feature triage:not-checked Item was not checked by the core team labels Sep 12, 2024
@matmair matmair added Platform UI Related to the React based User Interface Fund This issue can be specifically funded for development and removed triage:not-checked Item was not checked by the core team labels Sep 13, 2024
@matmair
Copy link
Member

matmair commented Sep 13, 2024

That should certainly be possible on PUI, we already have an input with QR code support that could be repurposed.
What kind of scanner would you use @ATLAS2246?

@matmair matmair self-assigned this Sep 13, 2024
@SchrodingersGat SchrodingersGat added barcode Barcode scanning and integration feature labels Sep 13, 2024
@ATLAS2246
Copy link
Author

im currently using just a handheld qrcode scanner that i've got. as far as i can tell it just works as a keyboard. It works with the scan barcode button in the navigation menu if that helps.

@loki42
Copy link

loki42 commented Sep 24, 2024

I've written a thing to do this here: https://github.com/polyeffects/poly_erp/blob/main/barcode_scanner.py you have to run this process separately and it grabs an attached scanner. You'll need to modify it for the barcodes you have on your units, as it's specific to the ones I've generated. I print barcodes for actions and I'm not sure if this is currently supported in Inventree. For example, build a unit, it generates a build order, allocates parts then prints a label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
barcode Barcode scanning and integration enhancement This is an suggested enhancement or new feature feature Fund This issue can be specifically funded for development Platform UI Related to the React based User Interface
Projects
None yet
Development

No branches or pull requests

4 participants