Accreditation design

Accreditation design

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:
  1. PersonID (example: 33245, usefull for creating a QR code)
  2. PersonImage (image of person)
  3. FirstName (example: John)
  4. LastName (example: Doe)
  5. CountryName (example: Australia)
  6. CountryShort (example: AUS)
  7. CountryFlag (image of country flag)
  8. Club (example: JC Lions)
  9. CompetitionName
  10. CompetitionDate
  11. CompetitionPlace
  12. AgeName (example: Seniors)
  13. AgeShort (example: SEN)
  14. WeightName (example: -60)
  15. WeightFull (example: -60 kg)
  16. 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:
  1. AgeName2, AgeName3
  2. AgeShort2, AgeShort3
  3. WeightName2, WeightName3
  4. WeightFull2, WeightFull3
  5. 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 ...
    • Architecture

      JudoManager Desktop contains several sub-applications called external modules. Every module has a specific role and purpose to make the competition run smoothly. A short overview of applications: The JudoManager Desktop application (server) The main ...
    • 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 ...