mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Skeleton for DigiKey barcode
This commit is contained in:
parent
1a15b46d65
commit
a72ed11cb0
@ -3,3 +3,17 @@
|
|||||||
"""
|
"""
|
||||||
DigiKey barcode decoding
|
DigiKey barcode decoding
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from barcode.barcode import BarcodePlugin
|
||||||
|
|
||||||
|
|
||||||
|
class DigikeyBarcodePlugin(BarcodePlugin):
|
||||||
|
|
||||||
|
PLUGIN_NAME = "DigikeyBarcode"
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
"""
|
||||||
|
TODO: Validation of Digikey barcodes.
|
||||||
|
"""
|
||||||
|
|
||||||
|
return False
|
Loading…
Reference in New Issue
Block a user