... | @@ -36,6 +36,17 @@ You can use the "Placeholders" dropdown in content editor, to automatically inse |
... | @@ -36,6 +36,17 @@ You can use the "Placeholders" dropdown in content editor, to automatically inse |
|
| `[[COMMENT]]` | The rich text comment of the part | |
|
|
| `[[COMMENT]]` | The rich text comment of the part | |
|
|
| `[[COMMENT_T]]` | The comment as plain text | |
|
|
| `[[COMMENT_T]]` | The comment as plain text | |
|
|
|
|
|
|
|
|
### Part lot
|
|
|
|
| Placeholder | Description | Example |
|
|
|
|
|---|---|---|
|
|
|
|
| `[[LOT_ID]]` | Part lot ID | 123 |
|
|
|
|
| `[[LOT_NAME]]` | Part lot name | |
|
|
|
|
| `[[LOT_COMMENT]]` | Part lot comment | |
|
|
|
|
| `[[EXPIRATION_DATE]]` | Expiration date of the part lot | |
|
|
|
|
| `[[AMOUNT]]` | The amount of parts in this lot | 12 |
|
|
|
|
| `[[LOCATION]]` | The storage location of this part lot | Location A |
|
|
|
|
| `[[LOCATION_FULL]]` | The full path of the storage location | Location -> Location A |
|
|
|
|
|
|
## Twig mode
|
|
## Twig mode
|
|
If you select "Twig" in parser mode under advanced settings, you can input a twig template in the lines field (activate source mode). You can use most of the twig tags and filters listed in [offical documentation](https://twig.symfony.com/doc/3.x/).
|
|
If you select "Twig" in parser mode under advanced settings, you can input a twig template in the lines field (activate source mode). You can use most of the twig tags and filters listed in [offical documentation](https://twig.symfony.com/doc/3.x/).
|
|
|
|
|
... | | ... | |