diff --git a/lib/WebGUI/Help/Asset_EventManagementSystem.pm b/lib/WebGUI/Help/Asset_EventManagementSystem.pm index 89ae895c5..bd5d05203 100644 --- a/lib/WebGUI/Help/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/Help/Asset_EventManagementSystem.pm @@ -154,6 +154,76 @@ our $HELP = { }, + 'event management system asset variables' => { + title => 'ems asset help title', + body => 'ems asset help body', + fields => [ + { + title => 'display template', + description => 'display template description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'checkout template', + description => 'checkout template description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'manage purchases template', + description => 'manage purchases template description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'view purchase template', + description => 'view purchase template description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'paginate after', + description => 'paginate after description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'group to add events', + description => 'group to add events description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'group to approve events', + description => 'group to approve events description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'global prerequisite', + description => 'global prerequisite description', + namespace => 'Asset_EventManagementSystem', + }, + { + title => 'global metadata', + description => 'global metadata description', + namespace => 'Asset_EventManagementSystem', + }, + ], + related => [ + { + tag => 'event management system add/edit', + namespace => 'Asset_EventManagementSystem', + }, + { + tag => 'wobject template', + namespace => 'Asset_Wobject', + }, + { + tag => 'asset template', + namespace => 'Asset', + }, + { + tag => 'template language', + namespace => 'Asset_Template', + }, + ], + }, + 'event management system template' => { title => 'template help title', body => 'template help body', @@ -200,6 +270,27 @@ our $HELP = { ], }, + 'ems manage purchases template' => { + title => 'manage purchases template help title', + body => 'manage purchases template help body', + fields => [ + ], + related => [ + { + tag => 'event management system add/edit', + namespace => 'Asset_EventManagementSystem', + }, + { + tag => 'event management system asset variables', + namespace => 'Asset_EventManagementSystem', + }, + { + tag => 'template language', + namespace => 'Asset_Template', + }, + ], + }, + }; diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index b62a3d828..160be3b25 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -300,16 +300,6 @@ our $HELP = { description => 'default rich editor description', namespace => 'WebGUI', }, - { - title => '463', - description => '463 description', - namespace => 'WebGUI', - }, - { - title => '464', - description => '464 description', - namespace => 'WebGUI', - }, { title => '465', description => '465 description', diff --git a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm index 42820e891..90b3d925b 100644 --- a/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm +++ b/lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm @@ -20,7 +20,7 @@ our $I18N = { ##hashref of hashes }, 'add/edit help body' => { - message => q|

The Event Management System provides registration and payment for events inside WebGUI. You can assign two groups who are allowed to do event management, one to add events to the manager and another to approve them. You will also be able to setup several templates for the display of the list of events and the event checkout form.

+ message => q|

The Event Management System (EMS) provides registration and payment for events inside WebGUI. You can assign two groups who are allowed to do event management, one to add events to the manager and another to approve them. You will also be able to setup several templates for the display of the list of events and the event checkout form.

Each event for sale is a Product from the Commerce System.

|, lastUpdated => 1131394070, context => q|Body for Add/Edit Event Managment System Help| @@ -430,7 +430,7 @@ An internationalized label to dispaly to the user the link for managing purchase

search.filters.options
-Javascript for a search interface for Events based on metadata. +Javascript for a search interface for Events based on their properties and metadata.

search.data.url
@@ -505,6 +505,60 @@ If the event is full, the url will be blank. lastUpdated => 1145421471, }, + 'manage purchases template help title' => { + message => q|EMS Manage Purchases Template|, + lastUpdated => 1140465899, + }, + + 'manage purchases template help body' => { + message => q| +

This template is used to style the screen of the Event Management System where +the user can manage their purchases.

+ +

purchasesLoop
+This loop contains all events that have been approved so that users can register. +

+ +
+ +

purchaseUrl
+A link to view the details of this purchase. +

+ +

datePurchasedHuman
+The date and time this purchase was started in a human readable format. +

+ +
+ +

managePurchasesTitle
+An internationalized label to title this screen. +

+|, + lastUpdated => 1145465299, + }, + + 'ems asset help title' => { + message => q|EMS Asset Template Variables|, + lastUpdated => 1140465899, + }, + + 'ems asset help body' => { + message => q| +

The Event Management System Asset inherits all common variables available to Assets +and Wobjects, as well as these individual variables:

+ +|, + lastUpdated => 1145465299, + }, + + + 'event template help title' => { + message => q|Event Management System Event Template|, + lastUpdated => 1140465899, + }, + + 'add/edit event help title' => { message => q|Add/Edit Event|, lastUpdated => 1140469726,