Festival Reports

Table of Contents
  1. Create a Report Template with the Scope set to “FESTIVAL”
  2. View the report from the Reporting module

Available Variables #

Company

Company.companyID: {{Company.companyID}}
Company.name: {{Company.name}}
Company.defaultReportId: {{Company.defaultReportId}}

Festival
festivalID: {{festivalID}}
festivalName: {{festivalName}}
festivalDesc: {{festivalDesc}}

Each Show
 {{#each Shows}}
Single Show
 showID: {{showID}}
 showDate:  {{showDate}}
 hostingDetails:  {{hostingDetails}}
 showStatus  {{showStatus}}
 showLengthMin:  {{showLengthMin}}
needHosting: {{needHosting}}


Show Artist
Artist.artistID: {{Artist.artistID}}
Artist.artistName: {{Artist.artistName}}
Artist.artistDesc: {{Artist.artistDesc}}
Artist.country: {{Artist.country}}
  

Each Show Artist Contact
 {{#each Artist.Contacts}}
 contactID: {{contactID}}
 firstName: {{firstName}}
 lastName: {{lastName}}
 companyName: {{companyName}}
 contactType: {{contactType}}
 email: {{email}}
 phone: {{phone}}
 additionalPhone: {{additionalPhone}}
 allergies: {{allergies}}
 {{/each}}

Each Show Task

{{#each Tasks}}
Single Task  
taskID: {{taskID}}
taskLongDesc: {{taskLongDesc}}
location: {{location}}
taskDesc: {{taskDesc}}
 taskDatetime: {{taskDatetime}}
taskEndTime: {{taskEndTime}}
public: {{public}}
Task Contact
Contact.contactID: {{Contact.contactID}}
Contact.firstName: {{Contact.firstName}}
Contact.lastName: {{Contact.lastName}}
Contact.companyName: {{Contact.companyName}}
Contact.contactType: {{Contact.contactType}}
Contact.email: {{Contact.email}}
Contact.phone: {{Contact.phone}}
Contact.additionalPhone: {{Contact.additionalPhone}}
Contact.allergies: {{Contact.allergies}}

TaskType
TaskType.description: {{TaskType.description}}
TaskType.name: {{TaskType.name}}
TaskType.taskTypeID: {{TaskType.taskTypeID}}

 {{/each}}

Show Venue
 Venue.venueID: {{Venue.venueID}}
 Venue.venueName: {{Venue.venueName}}
 Venue.venueDesc: {{Venue.venueDesc}}
 Venue.capacity: {{Venue.capacity}}
 Venue.stage: {{Venue.stage}}

Venue Address
 Venue.Address.addressID: {{Venue.Address.addressID}}
 Venue.Address.street: {{Venue.Address.street}}
 Venue.Address.zipCode: {{Venue.Address.zipCode}}
 Venue.Address.city: {{Venue.Address.city}}
 Venue.Address.country: {{Venue.Address.country}}

  Each Venue Contacts
 {{#each Venue.Contacts}}
Single Venue Contact
 contactID: {{contactID}}
 firstName: {{firstName}}
 lastName: {{lastName}}
 companyName: {{companyName}}
 contactType: {{contactType}}
 email: {{email}}
 phone: {{phone}}
 additionalPhone: {{additionalPhone}}
 allergies: {{allergies}}
{{/each}}

Artist Show Info

ArtistShowInfo.artistShowInfoID: {{ArtistShowInfo.artistShowInfoID}}
ArtistShowInfo.arrival: {{ArtistShowInfo.arrival}}
ArtistShowInfo.departure: {{ArtistShowInfo.departure}}
ArtistShowInfo.travellingBy: {{ArtistShowInfo.travellingBy}}
ArtistShowInfo.arrivalInfo: {{ArtistShowInfo.arrivalInfo}}
ArtistShowInfo.departureInfo: {{ArtistShowInfo.departureInfo}}
ArtistShowInfo.backline: {{ArtistShowInfo.backline}}
ArtistShowInfo.rooming: {{ArtistShowInfo.rooming}}
ArtistShowInfo.accessHash: {{ArtistShowInfo.accessHash}}
ArtistShowInfo.comments: {{ArtistShowInfo.comments}}
ArtistShowInfo.soundOnTour: {{ArtistShowInfo.soundOnTour}}
ArtistShowInfo.lightOnTour: {{ArtistShowInfo.lightOnTour}}
ArtistShowInfo.hospitalityComments: {{ArtistShowInfo.hospitalityComments}}
 
Each Artist Show Infos Contacts


 {{#each ArtistShowInfo.Contacts}}
 contactID: {{contactID}}
 firstName: {{firstName}}
 lastName: {{lastName}}
 companyName: {{companyName}}
 contactType: {{contactType}}
 email: {{email}}
 phone: {{phone}}
 additionalPhone: {{additionalPhone}}
 allergies: {{allergies}}
 {{/each}}
 
{{/each}}

Powered by BetterDocs

No Responses

Leave a Reply

Your email address will not be published. Required fields are marked *