Taiga 1101 (22996) New BarcodeSeparators system preference
authorCaroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Thu, 9 Jan 2020 18:00:40 +0000 (13:00 -0500)
committerCaroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Mon, 13 Jan 2020 23:01:08 +0000 (23:01 +0000)
source/systempreferences.rst

index 6beccc1..11e1053 100644 (file)
@@ -14085,6 +14085,48 @@ Tools
 
 *Get there:* More > Administration > Global System Preferences > Tools
 
+.. _barcodes-label:
+
+Barcodes
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+.. _barcodeseparators-label:
+
+BarcodeSeparators
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Default: \\s\\r\\n
+
+Asks: Split barcodes on the following separator chars \_\_\_ in batch item 
+modification and inventory.
+
+Description:
+
+-  When importing barcode files in the :ref:`inventory tool <inventory-tool-label>` 
+   or the :ref:`batch item modification tool <batch-item-modification-label>` 
+   you can decide which character separates each barcode.
+
+   **Important**
+
+   You must use the regular expression codes for the characters.
+
+   -  \\s is used for a whitespace
+
+   -  \\r is used for a carriage return
+
+   -  \\n is used for a new line
+
+   -  \\t is used for a tab
+
+   Make sure you escape the other characters you put in there by preceding 
+   them with a backslash
+
+   -  \\. instead of a dot
+
+   -  \\\ instead of a backslash
+
+   -  \\- instead of a hyphen
+
 .. _batch-item-label:
 
 Batch Item