mothership-ec / cog-mothership-commerce

Mothership Commerce Cogule
Other
5 stars 1 forks source link

Barcode generators #477

Closed thomasjthomasj closed 9 years ago

thomasjthomasj commented 9 years ago

Provides a framework for generating barcodes for units. Currently only supports Code 39 and EAN 13 but left open to add more in the future.

This PR includes:

kuiche commented 9 years ago

Could Product\Unit\BarcodeEdit have a second method to allow custom barcodes? Currently the barcode edit controller uses a Unit\Edit object to save the custom barcode which does a lot of unnecessary stuff. It would be good if this method could validate the given barcode somehow too.