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

add new SN symbol

This commit is contained in:
Matthias Mair 2021-12-29 01:58:45 +01:00
parent ddbadca0ed
commit 874a45e34b

View File

@ -22,6 +22,7 @@ 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 |
| ~ | `~` (next SN is 8) | `[8]` | represents the next SN |
| `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `&lt;start&gt;` | | `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `&lt;start&gt;` |
| `&lt;start&gt;`+&lt;length&gt; | `2+2` | `[2, 3, 4]` | `&lt;length&gt;` SNs added to `&lt;start&gt;` | | `&lt;start&gt;`+&lt;length&gt; | `2+2` | `[2, 3, 4]` | `&lt;length&gt;` SNs added to `&lt;start&gt;` |