Disable All Advertising
Image
EAN-130014381678628   EAN-13 barcode 0014381678628
UPC-A014381678628   UPC-A barcode 014381678628
Product NameBeauty & the Briefcase
LanguageEnglish
CategoryElectronics / Photography: A/V Media: Movie / TV
Short DescriptionDVD
Amazon.comA Buy on Amazon ~ B0048KQQCE
SKU0014381678628_NW
Price New3.50 US Dollars    (curriencies)
Price Used2.49 US Dollars    (curriencies)
Long DescriptionHilary Duff (A Cinderella Story) shines in this sparkling romantic comedy based on the book Diary of a Working Girl by Daniella Brodsky. Lane, a fashion journalist, gets the assignment of a lifetime when Cosmopolitan magazine hires her to write a story about finding love in the workplace. Posing as a corporate assistant, Lane finds herself torn between the office's eligible men in suits and a dashing stranger (Chris Marmack, The O.C.) who sweeps her off her feet. Will she find the "magic man" who fulfills her fantasy checklist, or will her story have an ending as unexpected as love itself? The appealing cast includes Michael McMillan (True Blood) and Matt Dallas (Kyle XY), with Emmy-winner Jaime Pressly (My Name is Earl) and the hilarious Jennifer Coolidge (Legally Blonde).
Similar Items8026120186624: Material Girls
0001871358016: My Girlfriend's Boyfriend
Created04-16-2012 1:28:22pm
Modified01-16-2020 7:24:09pm
MD58ca7b8b2e1f29977100a5151c14cf40c
SHA2560da1f60d9ed874c05ca7f12ab78bfd94678eacd1b4a8b0619357c5264277c958
Search Googleby EAN or by Title
Query Time0.0092170

An article of interest

The Main EANData blog

MSI Barcodes

MSI (Modified Plessey) barcode is a type of linear barcode symbology commonly used for encoding numeric data. Originally developed by the MSI Data Corporation, MSI barcodes are characterized by their unique pattern of alternating bars and spaces, which encode numeric digits and a modulo-10 checksum. MSI barcodes are widely employed in retail, inventory management, and tracking applications due to their simplicity and reliability. They are particularly suitable for environments where numeric data needs to be quickly and accurately scanned, such as point-of-sale systems and inventory control.

One of the key advantages of MSI barcodes is their ability to encode numeric data efficiently while providing built-in error detection capabilities. The modulo-10 checksum included in MSI barcodes allows barcode scanners to verify the accuracy of the scanned data, reducing the risk of errors in data entry and processing. This makes MSI barcodes highly reliable for applications requiring precise numeric identification, such as tracking inventory items and recording sales transactions. Overall, MSI barcodes offer a cost-effective and reliable solution for businesses seeking to streamline their data capture processes and improve operational efficiency.

This symbology was developed by the MSI Data Corporation and is based on the Plessey Code symbology. MSI is most often used in warehouses and inventory control.

This is a continuous non-self-checking symbology meaning it has no predetermined length and there is no validation built into the barcode itself. If you want to validate the data stored in the barcode, you would need to use a check digit. Mod 10 is the most common check digit used with MSI but you can also use mod 1010 or mod 1110. It is allowed but generally not a good idea to omit the check digit all together.

There is a start marker which is represented by three binary digits 110 (where 1 is black and 0 is white). There is also a stop marker which is represented by four binary digits 1001. The remaining markers represent the numeric digits 0-9 (no text or special characters) and each digit is represented by twelve binary digits. Below is a table that describes all of the possible markers. The start and stop markers are the main difference between MSI and Plessey. That and the fact that MSI only covers digits 0-9. You can read these stripes as a binary values where 110 is binary 1 and 100 is binary 0. The stop marker simply has an extra bit on the end.

Character Stripe Bits Binary Value
START 110 1
0 100100100100 0000
1 100100100110 0001
2 100100110100 0010
3 100100110110 0011
4 100110100100 0100
5 100110100110 0101
6 100110110100 0110
7 100110110110 0111
8  110100100100 1000
9  110100100110 1001
STOP 1001 0 + extra stripe

 To create a graphical barcode using this process, you can simply string together a series of 1 and 0 graphic images once you have calculated what your barcode should look like using the table shown above. You can view the source code of this page if you want to see how we created the example shown below.

Code [start]375[stop]
Bits: 110 100100110110 100110110110 100110100110 1001
Graphic:

This is just an example of one way to perform the graphic encoding. It is often easier to just draw the lines instead of tacking together individual images. If you would like to create free MSI barcodes, please visit our barcode generator page. You can save the images you make and use them as needed.