mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-05-03 07:58:55 +00:00
formatting again
This commit is contained in:
parent
fb913e3129
commit
ddbadca0ed
@ -22,7 +22,7 @@ For faster input there are several ways to define the wanted serial numbers(SN):
|
||||
| | `1` | `[1]` | single SN |
|
||||
| , | `1,3,5` | `[1, 3, 5]` | list of SNs |
|
||||
| - | `1-5` | `[1, 2, 3, 4, 5]` | strech of SN |
|
||||
| `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` |
|
||||
| `<start>`+ | `4+` (with 3 numbers needed) | `[4, 5, 6]` | all needed SNs from `<start>` |
|
||||
| `<start>`+<length> | `2+2` | `[2, 3, 4]` | `<length>` SNs added to `<start>` |
|
||||
|
||||
These rules can be mix-and-matched with whitespaces or commas separating them.
|
||||
|
Loading…
x
Reference in New Issue
Block a user