frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
20.44k stars 7.09k forks source link

Feature Idea: More integrated barcoding #3691

Closed cgpurbaugh closed 8 years ago

cgpurbaugh commented 9 years ago

If it was possible, It would be a good idea to introduce barcoding to ERPnext. Here are some ideas:

  1. Add an automatically generated barcode to the print format of all documents. A user at a station should be able to scan this barcode while at the Desk, and the document open for them.
  2. Add an automatically generated barcode for Item/Batch combination, and have the ability to print batch labels with all of the relevant information. If you could match GS1-128 formatting, that would be something to boast about on your site. This is a widely used international standard for shipping.
  3. When entering information in stock transfer, one barcode should fill both the item and batch, then move to the next line. This way the operator can scan multiple parts very quickly.

I don't know if this is possible, but I think it should be. Barcode integration would be a huge thing for ERPnext. Thanks for hearing my idea :)

rmehta commented 9 years ago

https://erpnext.com/pricing/paid-feature-development ?

cgpurbaugh commented 9 years ago

I can bring this up with upper management here for potential funding, but I need a quote.

rmehta commented 9 years ago

We can do this. https://github.com/frappe/frappe/issues/983

This will create a field type of Barcode that you can create for printing in any format and can be linked to any field (like Batch No / Item No)

Let us know!

cgpurbaugh commented 9 years ago

I will be bringing this up at the next meeting. Will this allow us to fill both the item and batch with one barcode?

rmehta commented 9 years ago

If you select batch code, item is automatically selected.

mhbu50 commented 8 years ago

Is this completed or what?