-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Label generator: Create Barcode / QR-Code with the IPN (Internal Part Number) #373
Comments
I dont quite understand what you want to achieve with it? |
Sorry for the ambiguity, I should have described the use case. Our pick-and-place machine works with the IPN number, which means that when we mount a roll of components, we scan the IPN and "marry" the roll to a feeder (roll holder). Of course this is a personal use case, but I think there are certainly other users who would use this as well |
Certainly I will also benefit of this feature, as I'm also in the same use case as @Alonia123 and I think is pretty normal to use the IPN in the industry, |
This is preparatory work for issue #373
I have added this feature and it will be available in the upcoming Part-DB 1.9 Also there is no |
With the latest commit, Part-DB scanner also supports to scan these IPN barcodes. |
Currently I have adapted PartDB so that I have 2 types of label placeholders to choose from ("Barcodes" and "Barcodes IPN").
The problem for me is the increased effort to perform updates, because I have to constantly check if the customized modifications
still work.
Brief description of what I did:
BarcodeProvider.php:
Added the following BarcodeProviders:
BarcodeContentGenerator.php:
Added getIPNContent:
BarcodeGenerator.php:
getContent customized -> create a barcode using getIPNContent
Of course I had to do some more work here and there, but I wanted to describe briefly what I have currently done.
I would be happy if this function could be integrated into PartDB
The text was updated successfully, but these errors were encountered: