diff --git a/lib/WebGUI/Help/Asset_EventManagementSystem.pm b/lib/WebGUI/Help/Asset_EventManagementSystem.pm index e254aed0f..c9615c60a 100644 --- a/lib/WebGUI/Help/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/Help/Asset_EventManagementSystem.pm @@ -136,6 +136,46 @@ our $HELP = { related => [], }, + 'ems print ticket template' => { + source => 'sub www_printTicket', + title => 'print ticket template', + body => '', + variables => [ + { 'name' => 'ticketTitle'}, + { 'name' => 'ticketStart'}, + { 'name' => 'ticketDuration'}, + { 'name' => 'ticketLocation'}, + { 'name' => 'ticketEventNumber'}, + { 'name' => 'badgeId'}, + { 'name' => 'badgeNumber'}, + { 'name' => 'badgeAssetId'}, + { 'name' => 'emsAssetId'}, + { 'name' => 'userId'}, + { 'name' => 'name'}, + { 'name' => 'address1'}, + { 'name' => 'address2'}, + { 'name' => 'address3'}, + { 'name' => 'city'}, + { 'name' => 'state'}, + { 'name' => 'zipcode'}, + { 'name' => 'country'}, + { 'name' => 'phoneNumber'}, + { 'name' => 'organization'}, + { 'name' => 'email'}, + { 'name' => 'notes'}, + { 'name' => 'purchaseComplete'}, + { 'name' => 'hasCheckedIn'}, + { 'name' => 'transactionItemId'}, + ], + isa => [ + { namespace => "Asset_Template", + tag => "template variables" + }, + ], + fields => [], + related => [], + }, + 'ems asset template variables' => { source => 'sub definition', title => 'ems asset template variables', diff --git a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm index 33055289e..f4ba0dd69 100644 --- a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm @@ -272,6 +272,36 @@ our $I18N = { context => q|template variable for the print badge screen|, }, + 'ticketTitle' => { + message => q|The title of the ticket to be printed.|, + lastUpdated => 0, + context => q|template variable for the print ticket screen|, + }, + + 'ticketStart' => { + message => q|The start date of the ticket.|, + lastUpdated => 0, + context => q|template variable for the print ticket screen|, + }, + + 'ticketDuration' => { + message => q|How long the ticket lasts.|, + lastUpdated => 0, + context => q|template variable for the print ticket screen|, + }, + + 'ticketLocation' => { + message => q|Where the ticket is good for.|, + lastUpdated => 0, + context => q|template variable for the print ticket screen|, + }, + + 'ticketEventNumber' => { + message => q|The event number for the ticket.|, + lastUpdated => 0, + context => q|template variable for the print ticket screen|, + }, + 'userId' => { message => q|The badge user's userId.|, lastUpdated => 0,