document new Shop POS template variables

This commit is contained in:
Colin Kuskie 2008-11-24 02:58:56 +00:00
parent 8e81a01ba1
commit cda8bad003

View file

@ -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;