Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Cloud Reporting v. 1.0.0.50

Status
colourYellow
titleIN PROGRESS
  

Area

Description

Export

Reporting.Export.FlightSaleStatistics - changes in TravelType and UniqueFlightId columns (RTC-40676)

The logic for TravelType and UniqueFlightId columns was changed:

  • TravelType:
    • uses values returned by WebDok (DD/DI/ID/II/ARR/DEP),
    • if WebDok values are not available:
      • all "fake" flights with name .DEP get TravelType = DEP,
      • all "fake" flights with name .ARR get TravelType = ARR,
      • all "fake" flights with name .PAX get TravelType  = EXT,
      • all manually added departure flights get TravelType = DEP,
      • all manually added arrival flights get TravelType = ARR,
  • UniqueFlightId
    • is blank (not -1) for all "fake" flights (flights with name .DEP, .ARR and .PAX)

Reporting.Export.MemberFlightSaleStatistics - custom header (RTC-40738)

Changes in column headers name when exporting blobtype "Reporting.Export.MemberFlightSaleStatistics"

See Swagger UI (egretail-dev.cloud) for futher documentation.

Management

Sales dashboard - display average KPIs with two decimals (RTC-40721)

They Key numbers section on the sales dashboard was adjusted: the Average purchase and Items per customers KPIs are displayed with two decimals.

Image Added


...

Cloud Reporting v. 1.0.0.49

Status
colourGreen
titleReleased
  

Area

Description

Export

Export job: configure row limit per export type (RTC-40476)

There is a new parameter to set for the Export job: rowLimitFile - for maximum number of rows in a file. If total number of rows exceeds parameter, the job will split the output in multiple files adding _1 to the file name.

The parameter can be configured per file type in LIP. Example:

Image Modified

Member flight sale statistics export - split into 4 files (RTC-40475)

The existing export of member flight sale statistics was altered. The data is now grouped into 4 categories with their own file names:

    • Web order sales for members YYYYMMDD.csv - sales from shopping channel 5 (web) containing loyalty members,
    • Web order sales for anonymous customers YYYYMMDD.csv - sales from shopping channel 5 (web) with no loyalty members,
    • Physical purchase with known customer POS sales for members YYYYMMDD.csv - sales from other shopping channels containing loyalty members,
    • Physical anonymous purchase POS sales for anonymous customers YYYYMMDD.csv - sales from other shopping channels with no loyalty members.
Management

Data visualizations (RTC-39753)

Alongside creating tiles with data presented in a standard grid format, user now have possibility to create custom tiles with graphs. The supported types are:

  • bar chart,
  • line chart,
  • area chart,
  • pie chart,
  • donut chart.

Image Modified

A custom report page was also created to present all available types that can be accessed from the menu.

Resizeable tiles (RTC-40304)

It is possible to adjust the size of tiles on the dashboard now. The action can be performed in Edit mode by dragging the border of the tile:

Image Modified

The custom size can be also set precisely (by giving number of rows and columns the tile) when editing existing tiles.

Date filter adjustment

The date filter options were modified. The previous buttons: Yesterday, Today and Date were replaced with Today, Date and Date range:

  • Today button only shows values from today; when selected, date picker is not available,
  • Date button allows to select a single date from date picker; only data from selected day is shown,
  • Date range button allows to select two dates from two separate date pickers; aggregated data from selected date range is presented.

Date filter is applied to all tiles on the page.


...

Cloud Reporting v. 1.0.0.48

...