In accreditation design, you can modify the appearance of accreditation cards. You can either have personalized accreditation cards (with names and pictures) or non-personalized. We have provided some predefined designs, and they work out of the box.
However, many users require to add their own sponsor images, graphics, etc. You can modify the design of accreditation cards with the "report designer" tool. Advanced skills are required to work with accreditation designer.
In the report designer, you can add images, text, labels, ... , move or remove elements and change the default view. Choose the type of accreditation and open a report designer.
Save changes and print accreditations.
In the Accreditation design command group you can also find the "Print empty" button, which lets you print universalized accreditation that can be filled in later. After selecting it, a pop up window will present you with the choice of how many "empty" accreditations you want to print. After clicking OK you will be provided with a preview that you can print or save as PDF.
Supported values reference, you can attach to accreditation cards:
- PersonID (example: 33245, usefull for creating a QR code)
- PersonImage (image of person)
- FirstName (example: John)
- LastName (example: Doe)
- CountryName (example: Australia)
- CountryShort (example: AUS)
- CountryFlag (image of country flag)
- Club (example: JC Lions)
- CompetitionName
- CompetitionDate
- CompetitionPlace
- AgeName (example: Seniors)
- AgeShort (example: SEN)
- WeightName (example: -60)
- WeightFull (example: -60 kg)
- Category (example: Seniors -60)
In case of using single accrediation card for several age/weight categories (one person in several age/weight categories) you can use data fields:
- AgeName2, AgeName3
- AgeShort2, AgeShort3
- WeightName2, WeightName3
- WeightFull2, WeightFull3
- Category2_1, Category2_2, Category3_1, Category3_2, Category3_3
Up to 3 different age/weight classes are supported.
All the available data fields are visible in "field list" window.
For very long string (content expanding over visible area of element) you can use "fit text to label" function. Click on the desired element, navigate to "Behaviour" in properties window and expand "scripts" section.
On the "Before Print" event click New.
Fill the function with following script:
JudoManager.Core.Reports.SizeHelper.FitTextToLabel(CompetitorData);
Function should look like:
Hit ctrl+s to save changes. Please note, label name should match the one label you are applying script to.
Related Articles
Working with the Accreditation module
Before you can use the Accreditation module, you first need to set it up. This is done by pressing the Settings button in the Options command group in the Accreditation module application. Start by opening the Accreditation app via shortcut or ...
Working with registrations
This section shows you a list of registered athletes and delegations. Here you can add, remove, confirm, print and modify information for each registered athlete or delegate. Registrations In Registrations command group you can perform the following ...
Sample JudoManager competition
Here you will find a simple step by step example of a typical competition. Creating the competition First step is to create a competition. This is done through JudoManager Admin. You will need valid credentials and at least country administrator ...
Installation (JudoManager Desktop)
Download & run the installer Download: follow the official instructions on Software Admin and download the latest installer. For registered users, the updated version of JudoManager Desktop can be found on the JudoManager Admin website. 1. Select ...
Introduction to the Ribbon menu
In this article, we will take a look at program tabs, views, and command groups. JudoManager desktop uses a ribbon system, similar to one in office products. It contains two tabs - home and data, each with several command groups. You will use these ...