brotherton-erpnext/erpnext/docs/user/manual/en/stock/articles/track-items-using-barcode.md

21 lines
998 B
Markdown
Raw Normal View History

2016-01-19 13:04:52 +00:00
#Track Items Using Barcode
2016-01-19 13:04:52 +00:00
A barcode is a value decoded into vertical spaced lines. Barcode scanners are the input medium, like Keyboard. When it scans a barcode, the data appears in the computer screens at the point of a cursor.
2016-01-19 13:04:52 +00:00
To enable barcode feature in ERPNext go to:
2016-01-19 13:04:52 +00:00
`Setup > Customize > Features Setup`
2016-01-19 13:04:52 +00:00
Check "Item Barcode".
2016-01-19 13:04:52 +00:00
<img alt="Material Transfer" class="screenshot" src="{{docs_base_url}}/assets/img/articles/barcode-feature-setup.png">
2016-01-19 13:04:52 +00:00
Now a new field "Barcode" will be appear in Item master. Enter barcode while creating a new item.
2016-01-19 13:04:52 +00:00
<img alt="Material Transfer" class="screenshot" src="{{docs_base_url}}/assets/img/articles/barcode-item-master.png">
2016-01-19 13:04:52 +00:00
Once barcode field is updated in item master, items can be fetched using barcode. This feature will be availble in Delivery Note, Sales Invoice and Purchase Receipt transactions only.
<img alt="Material Transfer" class="screenshot" src="{{docs_base_url}}/assets/img/articles/barcode-item-selection.gif">
<!-- markdown -->