Importing entries

 

Custom fields definition and accounts are now merged when importing entries from equipe.equipe.com.

Hide VAT on invoices

 

There is a new option for show organizers that doesn't have a VAT number, they can now hide VAT from economies and invoices.

This setting is automatic set on new shows depending on if the organizer do have a VAT number or not.

Judgement filters

 

With an ever growing number of judgements it has become increasingly more difficult to find the one you're looking for in the list.

To make it easier, we have added quick-filters above the search field which allows you to select the federation(s) you're interested in or the type of judgement. The filterable federations will be the ones that are likely most relevant to you, and the other filters will vary depending on the discipline of the competition.

Updates

 
  • Allow eventing team results to go over 999
  • Require owner access to reopen user account
  • More clear button for reopening a closed account

  • Fix federation export foreignid issue
  • Show number of entries in starting tooltip in a competiton

  • Change default locale on users to english
  • Fix receiver column auto complete/update
  • Show arena on result lists (same as on start lists)
  • Added result manger as official role under competition

Score summary recalculate rank

 

Consider this case, we have a score summary over 3 competitions, and not everyone participate in this cup, we take competitors out simply by withdrawn them from the score summary that contains all uniq competitions over the 3 competitions.

If for example the winner of a competition isn't participating the cup this score will be left out.

This is fixed by using Recalculate rank, we had this option before, but it was used only with reranking when we take best results for in a competition or group.

Point of sale got a pack list print out

 

For the stable manager interface it's now possible to print a pack list with all the ordered items.

Configure dividers already in app.equipe.com

 

When working with a master/template shows in Equipe this can be useful.

You can now configure lists that have not starts so they appear as Divider in time schedule on https://online.equipe.com

Several new options for exporting back to a federation

 

Options for forcing that all previous exported competition should be included in each export. Default true.

Allow exporting list and extra fees, implicit it will only export list and extra fees that have been created during import from the federation. Default false.

Allow exporting for score summaries. Default false.

Allow exporting for empty competitions. Default false. This used in order for the federation to know if it's unknown if the results have been sent or if the competition only contains withdrawn starts.

Show jumping settings with total time

 

Now on show jumping judgements using total time, the total time will appear in the result registration both individual and in team view, and on the result print outs.

Interpolate scoreboard component supports setting number of decimals

 

New option in Interpolate-component to force a fixed number of decimals.

{
  "name": "Interpolate example with mappingDecimals and replace",
  "style": {
    "width": "192px",
    "height": "128px",
    "background": "black",
    "color": "#b2b2b2"
  },
  "layout": [
    [
      {
        "component": "Interpolate",
        "value": "{{totalFaults}}",
        "mapping": {
          "totalFaults": [
            "current",
            "grundf"
          ]
        },
        "replace": {
          "0.00": "Clear"
        },
        "mappingDecimals": {
          "totalFaults": 2
        }
      }
    ]
  ]
}