Versions Compared

Key

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

Cloud Reporting v. 1.0.0.60

Status
colourGreen
titleRELEASED
  

Area

Description

Integration


Import balance data to Cloud data warehouse (RTC-42654RTC-42655)

The data from balance receipts is available in the data warehouse now. The data is stored in a new table and will be used for settlement purposes.

New control transaction with price check from POS (RTC-43987)

Support for new control transaction type: PriceCheck has been implemented. Such transactions, performed by cashiers, are going to be stored in the data warehouse together with other control transactions. The number of price checks performed by the cashier is also going to be stored.

Fix: assign receipt count flag to the first not deleted line  (RTC-42955)

The logic for counting receipts in the data warehouse has been improved. From now on, the receipt count measure will return correct numbers for normal sales.


...

Cloud Reporting v. 1.0.0.58

Status
colourGreen
titleRELEASED
  

Area

Description

Integration

Inferred promotions with eCoupons (RTC-30286)

Changed reading offer number from ExternalReference to OfferNo in POSLog. This is to avoid creating inferred offers with eCoupon name.

NB! this change requires latest version of POSLog.

Management

New view with list of reports (RTC-36630)

A new view with list of reports (dashboards) was implemented under Dashboards menu entry. The list consist of three predefined dashboards, including previously implemented sales dashboard. The user can navigate to specific reports, as well as see recently used reports and flag the favourite ones with a star.

Image Added

Each dashboard can be also accessed with a direct link. The direct links support cashier login functionality.

Example: to access Sales dashboard with a cashier login, navigate here: https://reportingmanagement.chainweb.lindbaktest.com/dashboards/1?loginTenantId=????????????&loginStoreNumber=???


...

Cloud Reporting v. 1.0.0.56

Status
colourGreen
titleRELEASED
  

Area

Description

Export

Reporting.Export.FlightSaleStatistics - adjustments in formatting (RTC-41456)

The following adjustments in file formatting were implemented:

  • quotation marks removed from string columns,
  • scheduled date time column extended with seconds and milliseconds,
  • scheduled date time column values for fake flights set to 9999-12-31 22:59:59.999.
Management

Budget menu with view and export/import functionality (RTC-36630)

A new menu with budget rows and import/export functionality.

The grid is accessible from the main menu:

Image Added

The following common level permission can be used to limit user's access to the functionality:

Image Added

The grid displays rows directly from the data warehouse. The following data is presented:

  • store number,
  • store name,
  • budget date,
  • budget measures:
    • amount,
    • net amount,
    • gross margin,
    • average amount per receipt.

In the bottom right corner, there are two buttons that allow the user to export the data to Excel file and import new rows:

Image Added

The exported file can be used as a template for import; it is possible to attach more than a single file.
The asynchronous import starts soon after selecting the file(s) and submitting.


...

Cloud Reporting v. 1.0.0.55

Status
colourGreen
titleRELEASED
  

Area

Description

Management

Reporting dashboards - custom filters (RTC-40682)

A new feature in edit mode was added to make the dashboards in Reporting module even more customizable. It is now possible to configure a custom set of filters per each page.

The filter configuration is simple and intuitive. In the edit mode, a new filter can be added by clicking on + button:

Image Added

The next step is to select the filter dimension value and the filter is ready to use. All tiles on the dashboard are affected by a custom filter. Removing a filter is also simple and intuitive and it can be done by clicking on Delete button.

All changes are effective only after saving them in the edit mode.

The filter is ignored if no values are selected.


...

Cloud Reporting v. 1.0.0.54

Status
colourGreen
titleRELEASED
  

Area

Description

Export

Export job - prevent exceptions during the initial run (RTC-41028)

Update to prevent exceptions during the initial run of job for new blob types.

Adjustment in exported flight blobs (RTC-41151)

The following changes to the flight blobs were implemented:


...

Cloud Reporting v. 1.0.0.52

Status
colourGreen
titleReleased
  

Area

Description

Export

Reporting.Export.MemberFlightSalesStatistics - adjustments (RTC-41024)

The following adjustments were implemented:


...

Cloud Reporting v. 1.0.0.51

Status
colourGreen
titleReleased
  

Area

Description

Deployment

Initialize and finalize the release (RTC-40866)

The release pipeline was extended with Initialize and Finalize stages, which help to make the release process more stable.

Integration

Data type change for LoyaltyNo (RTC-40866)

Data type for LoyaltyNo field (loyalty number) in FactSales table was extended from 20 to up to 100 characters (same limit as on-premise).

Origin and destination airport for fake flights (RTC-40974)

Fake flights (.DEP, .ARR, .PAX) will no longer be connected to any particular airport in the data warehouse.
The origin/destination airport for these flights in exported blobs will be derived from the airport the store is located at.
In addition, it is no longer required for these flights to have direction and FI code defined in POSLog.


...

Cloud Reporting v. 1.0.0.50

Status
colourGreen
titleRELEASED
  

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 Added

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 Added

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 Added

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

Status
colourGreen
titleReleased
  

...