From cda8bad00338312cabf677e1b4e8a73bd2a24a9f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 24 Nov 2008 02:58:56 +0000 Subject: [PATCH] document new Shop POS template variables --- lib/WebGUI/i18n/English/Shop.pm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lib/WebGUI/i18n/English/Shop.pm b/lib/WebGUI/i18n/English/Shop.pm index 87317f953..51974de0f 100644 --- a/lib/WebGUI/i18n/English/Shop.pm +++ b/lib/WebGUI/i18n/English/Shop.pm @@ -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;