Skip to content

Implementation of the algorithm to calculate the check-digit of a GS1 barcode

License

Notifications You must be signed in to change notification settings

segovoni/GS1-barcode-check-digit-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GS1 barcode check digit calculator

Implementation of the algorithm to calculate the check-digit of a GS1 barcodes

GS1 EAN standard coding

The GS1 EAN standard coding requires that every well-formed code ends with a check-digit that will be used by barcode readers to interpret the code properly. The check-digit is a number between zero and nine and it is calculated according to the other digits in the code. The calculation algorithm is shown here.

This repository contains the algorithms needed to calculate the check-digit of a GS1 barcode using different languages:

Why it is important to use barcodes to manage and move products

In order to scale, it's imperative that companies stay ahead of competition. So how can they identify, store, manage and deliver goods to customers efficiently? The answer is: Barcode! A barcode is the graphical representation of a sequence of numbers and other symbols. The representation is made by lines (bars) and spaces. A barcode typically consists of five parts and one of these is the check character, also known as the check digit. Handwriting this is a hard work, and is also susceptible to legibility problems, barcoding dramatically reduces human error, recognition errors and transcription errors.

About

Implementation of the algorithm to calculate the check-digit of a GS1 barcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published