diff --git a/Labels.md b/Labels.md index f00ef5a..6f0bbf2 100644 --- a/Labels.md +++ b/Labels.md @@ -35,6 +35,8 @@ You can use the "Placeholders" dropdown in content editor, to automatically inse | `[[DESCRIPTION_T]]` | The description as plain text | NPN | | `[[COMMENT]]` | The rich text comment of the part | | | `[[COMMENT_T]]` | The comment as plain text | | +| `[[LAST_MODIFIED]]` | The datetime when the element was last modified | 2/26/16, 5:38 PM | +| `[[CREATION_DATE]]` | The datetime when the element was created | 2/26/16, 5:38 PM | ### Part lot | Placeholder | Description | Example | @@ -47,6 +49,19 @@ You can use the "Placeholders" dropdown in content editor, to automatically inse | `[[LOCATION]]` | The storage location of this part lot | Location A | | `[[LOCATION_FULL]]` | The full path of the storage location | Location -> Location A | +### Storelocation +| Placeholder | Description | Example | +|---|---|---| +| `[[ID]]` | ID of the storage location | | +| `[[NAME]]` | Name of the storage location | Location A | +| `[[FULL_PATH]]` | The full path of the storage location | Location -> Location A | +| `[[PARENT]]` | The name of the parent location | Location | +| `[[PARENT_FULL_PATH]]` | The full path of the storage location | | +| `[[COMMENT]]` | The comment of the storage location | | +| `[[COMMENT_T]]` | The plain text version of the comment | +| `[[LAST_MODIFIED]]` | The datetime when the element was last modified | 2/26/16, 5:38 PM | +| `[[CREATION_DATE]]` | The datetime when the element was created | 2/26/16, 5:38 PM | + ## 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/).