document new Shop POS template variables
This commit is contained in:
parent
8e81a01ba1
commit
cda8bad003
1 changed files with 30 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ our $I18N = {
|
|||
context => q|address book label|,
|
||||
},
|
||||
|
||||
'organization help' => {
|
||||
message => q|The name of an organization that uses this address. Probably the place you work.|,
|
||||
lastUpdated => 1227495231,
|
||||
context => q|address book template variable hover help|,
|
||||
},
|
||||
|
||||
'email' => {
|
||||
message => q|Email|,
|
||||
lastUpdated => 0,
|
||||
|
|
@ -1492,6 +1498,30 @@ our $I18N = {
|
|||
context => q|Label for the manage tax screen|,
|
||||
},
|
||||
|
||||
'isCashier' => {
|
||||
message => q|A boolean which is true if the current user can be a cashier inside the Shop.|,
|
||||
lastUpdated => 1227495334,
|
||||
context => q|template variable for Cart template|,
|
||||
},
|
||||
|
||||
'posLookupForm' => {
|
||||
message => q|A form where a cashier can lookup a user by email address.|,
|
||||
lastUpdated => 1227495334,
|
||||
context => q|template variable for Cart template|,
|
||||
},
|
||||
|
||||
'posUsername' => {
|
||||
message => q|The name of the user making the POS transaction.|,
|
||||
lastUpdated => 1227495334,
|
||||
context => q|template variable for Cart template|,
|
||||
},
|
||||
|
||||
'posUserId' => {
|
||||
message => q|The userId of the user making the POS transaction.|,
|
||||
lastUpdated => 1227495334,
|
||||
context => q|template variable for Cart template|,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue