forked from mirror/Part-DB.Part-DB-server
Added possibility to generate labels for storelocations.
This commit is contained in:
parent
9a9cd8e887
commit
bd6a0de0a2
12 changed files with 126 additions and 4 deletions
|
@ -57,6 +57,20 @@ const PLACEHOLDERS = {
|
|||
['[[LOCATION_FULL]]', 'lot.location_full'],
|
||||
]
|
||||
},
|
||||
storelocation: {
|
||||
label: 'section.storelocation',
|
||||
entries: [
|
||||
['[[ID]]', 'storelocation.id'],
|
||||
['[[NAME]]', 'storelocation.name'],
|
||||
['[[FULL_PATH]]', 'storelocation.full_path'],
|
||||
['[[PARENT_NAME]]', 'storelocation.parent_name'],
|
||||
['[[PARENT_FULL_PATH]]', 'storelocation.parent_full_path'],
|
||||
['[[COMMENT]]', 'storelocation.comment'],
|
||||
['[[COMMENT_T]]', 'storelocation.comment_t'],
|
||||
['[[LAST_MODIFIED]]', 'storelocation.last_modified'],
|
||||
['[[CREATION_DATE]]', 'storelocation.creation_date'],
|
||||
]
|
||||
},
|
||||
global: {
|
||||
label: 'section.global',
|
||||
entries: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue