2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

use character encoding

This commit is contained in:
Matthias Mair 2021-12-29 01:49:26 +01:00
parent 1e3c382d1a
commit d2f50b362f

View File

@ -22,8 +22,8 @@ For faster input there are several ways to define the wanted serial numbers(SN):
| | `1` | `[1]` | single SN | | | `1` | `[1]` | single SN |
| , | `1,3,5` | `[1, 3, 5]` | list of SNs | | , | `1,3,5` | `[1, 3, 5]` | list of SNs |
| - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN | | - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN |
| <start>+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from <start> | | &lt;start&gt;+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from &lt;start&gt; |
| <start>+<lenght> | `2+2` | `[2, 3, 4]` | <length> SNs add. to <start> | | &lt;start&gt;+&lt;lenght&gt; | `2+2` | `[2, 3, 4]` | &lt;length&gt; SNs add. to &lt;start&gt; |
These rules can be mix-and-matched with whitespaces or commas separating them. These rules can be mix-and-matched with whitespaces or commas separating them.
For example: For example: