Equipe changelog
Equipe changelog
www.equipe.com

Point of sale got a pack list print out

 

New

  

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

Screenshot 2022-06-16 at 11.14.14.png

Configure dividers already in app.equipe.com

 

New

  

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

Screenshot 2022-06-03 at 14.09.43.png

Screenshot 2022-06-03 at 14.09.58.png

Several new options for exporting back to a federation

 

New

  

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.

Screenshot 2022-06-03 at 11.59.48.png

Show jumping settings with total time

 

New

  

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.

Screenshot 2022-05-28 at 12.39.21.png

Interpolate scoreboard component supports setting number of decimals

 

New

  

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
        }
      }
    ]
  ]
}

New show jumping judgement setting

 

New

  

Before the "Round is decisive" implicit sorted the round by ridden. So in case the the start has result is ranked over a start that doesn't.

That is now moved to it's own setting.

Screenshot 2022-05-09 at 16.36.21.png

Minimum and maximum on all date fields

 

Fix

  

We added min and max validation on all our date fields to ensure that data can move between the system seamlessly without generating exceptions.

Birthday

 

Fix

 

Entry System

  

Prevent users from saving birthday's that is in the future. This will otherwise raise and error when importing entries too Equipe.

Fence Analysis in Cross Country

 

Fix

  

Fixes the problem where also clear over fence was included in the report.

Screenshot 2022-04-27 at 10.13.05.png

Duplicate groups above or below in the marking sheet editor

 

New

  

It's now possible to duplicate an existing group in the marking sheet editor.

Screenshot 2022-03-16 at 15.09.01.png