Changes

Line 32: Line 32:  
== Manager to auto define barcode numbers (Product) ==
 
== Manager to auto define barcode numbers (Product) ==
 
Enable numbering module you want to use for suggesting and validating barcode number for products. Define also mask to make the automatic numbering generation working.
 
Enable numbering module you want to use for suggesting and validating barcode number for products. Define also mask to make the automatic numbering generation working.
 +
 +
For example, if you choosed to use the EAN format (http://en.wikipedia.org/wiki/International_Article_Number_(EAN)) for products in previous setup, you can enter the value:
 +
<source lang="ini">
 +
300999{000000}
 +
</source>
 +
 +
* Where 300 is the country number (See http://www.gs1.org/barcodes/support/prefix_list)
 +
* 999 is the company number (according to country it may have more digits)
 +
* {000000} means a counter on 6 digiets (according to country it may have less digits)
 +
* Checksum digit is not required for EAN13 (it is added automatically)
    
= Usage =
 
= Usage =
 
Once the setup step is finished, you will see a new field "bar code" on some screens, depending on what you choosed for features to enhance (third party screen and/or product screen).
 
Once the setup step is finished, you will see a new field "bar code" on some screens, depending on what you choosed for features to enhance (third party screen and/or product screen).
 
You can then enter barcode values in such fields.
 
You can then enter barcode values in such fields.