Custom fields definition and accounts are now merged when importing entries from equipe.equipe.com.
Custom fields definition and accounts are now merged when importing entries from equipe.equipe.com.
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.
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.
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.
For the stable manager interface it's now possible to print a pack list with all the ordered items.
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
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.
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.
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
}
}
]
]
}