From 5d0ad1f6fba1708a23d3d233921aa65e36396119 Mon Sep 17 00:00:00 2001
From: Colin Kuskie
purchasesLoop
-This loop contains all events that are included in this purchase.
+This loop contains all registrations that are included in this purchase.
+
regLoop
+This loop contains all events that are included in this registration.
startDateHuman
-This event's start date and time in a human readable format.
+The start date in a human readable format for this event.
+
startDateHuman
+The start date in a human readable format for this event.
endDateHuman
-This event's end date and time in a human readable format.
+The end date in a human readable format for this event.
startDate
@@ -642,30 +652,51 @@ The template used to style this event if it is to be displayed.
The number of people allowed to attend this event.
userId
+The Id of the user set to use this badge.
+
createdByUserId
+The Id of the user who created this badge.
+
canReturnItinerary
+A boolean indicating whether or not this event can be returned.
+
canAddEvents
+A boolean indicating whether or not the current user is allowed to add events. Admins, the owner
+of the transaction, the user who created the registration or the user who the registration is
+for are allowed to add events.
+
canReturnTransaction
+A boolean that is true if any purchase can be returned.
+
viewPurchaseTitle
An internationalized label to title this screen.
canReturn
-A boolean indicating if the current user may return events in the purchase.
+A boolean indicating if the current user may return events in the purchase. Users who can add events
+fall into this group.
transactionId
The unique identifier for this transaction in the database.
canAddEvents
-A boolean indicating if the current user can add events to this purchase.
-
appUrl
A URL back to the main screen of the Asset.
This template is used to style the screen of the Event Management System where the users and admins can view or edit a purchase.
+calendarJS
+Script tag to set up the javascript calendar picker.
+
basicSearch.formHeader
Form header for a basic search.
sku
+The SKU for this event.
+
sku template
+The SKU templates used to generate the SKU for this event.
+
weight
+The weight associated with materials for this event.
+
numberRegistered
The number of people currently registered for this event.
startDate
+The date and time this event starts, in epoch format.
+
endDate.human
The date and time this event ends, in human readable format.
endDate
+The date and time this event ends, in epoch format.
+
productId
+The unique identifier for this product.
+
eventIsFull
A boolean that is true if the there are no available seats remaining in this event.
eventIsApproved
+A boolean that is true if this event has been approved.
+
manageToolbar
+Code for an toolbar with icons to delete, edit and reorder events.
+
purchase.label
An internationalized label to display to the user the link for purchasing this event.
If the event is full, the label will be "Sold out".
@@ -756,14 +823,6 @@ If the event is full, the url will be blank.
-
checkout.url
-A URL to take the user the screen that displays the contents of their shopping cart.
-
checkout.label
-A label to go with checkout.url. The internationalized word "Checkout".
-
paginateBar
A bar to help the user page through sets of Events if several pages of Events exist.
canManageEvents
-A flag to indiciate if the current user is allowed to Manage Events.
-
manageEvents.url
A URL to take the user to the screen where Events can be managed (i.e. added, approved, deleted)
canManageEvents
+A flag to indiciate if the current user is in the group to manage events.
+
message
+Messages from the system about the number and type of results being displayed.
+
numberOfSearchResults
+The number of results returned by the current search.
+
continue.url
+A url to add this event to the cart.
+
continue.label
+The internationalized label, "Continue" to go with continue.url.
+
name.label
+The internationalized label, "Event".
+
starts.label
+The internationalized label, "Starts".
+
ends.label
+The internationalized label, "Ends".
+
price.label
+The internationalized label, "Price".
+
seats.label
+The internationalized label, "Seats".
+
addToBadgeMessage
+A message from the system if a badge was successfully added to this transaction.
+
search.filters.options
Javascript for a search interface for Events based on their properties and metadata.
message
-Messages from the system about the number and type of results being displayed.
-