You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


Cloud Reporting v. 1.0.0.48

IN PROGRESS   

Area

Description

Integration

Sales job with incomplete flight data (RTC-40555)

The procedure responsible for importing sales data into the data warehouse was altered in order to handle receipts with incomplete connecting flights info. Previously, the data for such receipts was incomplete in the data warehouse.  

Management

Support for cashier login to Reporting Management (RTC-40153)

This module support authentication of cashiers using store number, cashier number and PIN code. This is done using the on-premise identity provider installed on-premise for the tenant.

Requirements:

  • cashiers imported to Chain Web on-prem from Cloud,
  • latest version of ChainWeb Cashier Identity Provider installed and set up on-premise.

Navigate to this module using a link containing the following querystring parameters:

  • loginTenantId: tenant id used as host prefix to tenant specific Chain Web Shell url,
  • loginStoreNumber: optional store number to pre-populate store number field in login form.


Example:
https://reportingmanagement.lindbakcloud.com/dashboard?loginTenantId=????????????&loginStoreNumber=???



Cloud Reporting v. 1.0.0.46

RELEASED   

Area

Description

Analysis

 Sales dashboard - process flight data real time (RTC-40367)

The flight dimension processing was changed from once a day to real time. As a result, the flight numbers on the sales dashboard in Reporting Management are also being refreshed real time.

Deployment

Stop job executions during data warehouse upgrade (RTC-40465)

Release process was improved release process to avoid timeouts and avoid data loss during upgrades.

Export

Export job - a new schedule for member sales statistics (RTC-39848)

The existing Export job was extended with a new schedule: Reporting.Export.MemberFlightSaleStatistics. If the schedule is enabled, the job will export blobs of Reporting.Export.MemberFlightSaleStatistics type to batchtoprocess container in tenant's blob storage. 

The schedule produces a CSV file. The file description and details can be found on docs.egretail.cloud.

Integration

Extension of FactSales table with loyalty number, customer order numbers and ordinary price (RTC-39697,RTC-39847)

The FactSales table was extended with:

  • OrdinaryPrice column - normal price,
  • LoayltyNumber - member loyalty number,
  • OrderNo - customer order internal number,
  • OrderExternalNo - customer order external number. 

The data is extracted from POSLogs.

Power BI

Power BI deployment (RTC-38034)

Deployment related: fix in Powershell script for releasing PowerBI reports.



Cloud Reporting v. 1.0.0.43

RELEASED   

Area

Description

Integration

Flight info - import list of airports to Cloud DW (RTC-33935)

List of airports in Airport table was updated with airport details. It is going to be used in reports related to flight data



Cloud Reporting v. 1.0.0.42

RELEASED   

Area

Description

Export

Export job - custom name for exported files (RTC-38441)

It is now possible to set up a customer name for exported files. A property is added to the blob message which makes it possible to have custom file name when downloading the file.

For the flight data, the files will be exported with the following name: TRN_<Store number>_<Date>_csv.gz

Integration

Flight info - extract flight direction from POSLog (RTC-38013)

Support for POSLog version 87 which contains additional data for in flight info section (flight direction). The flight direction is now extracted and stored in the data warehouse, and can be used for reporting and export.

Item category attributes - import names for report category, classification and item type (RTC-37916)

Item table in Cloud data warehouse has been extended with names for category attributes that had been missing. The extension introduces the following fields:

  • item type name,
  • report category name,
  • classification name.
Power BI

General improvements in existing reports (RTC-38366)

Improvements and modifications in Power BI reports:

  • item name is shown before GTIN in tables and selections,
  • improved the look of the tables, graphic and boxes if last year's data is missing,
  • procurement reports - general improvements in tables and graphs

Deployment pipeline for Power BI reports (RTC-38034)

A fix in Powershell script responsible for deployment of reports to production environments.

Service

SalesQuantityPerItem method - extend the response with store number (RTC-38481)

The SalesQuantityPerItem method was extended with a new parameter and a new field in the output.

The new parameter is called responseType and makes it possible to receive different types of aggregation:Enum containing supported types of responses:

  • FilterByStoreOnly - Aggregated result per item and specified stores (default),
  • RowsPairedOnly - Result per item and specified store(s),
  • RowsPairedAndAggregated - Result per item and specified store(s) with aggregated values for all stores.

The complete documentation of the current version of this and other methods can be found at: https://docs.egretail.cloud/.



Cloud Reporting v. 1.0.0.41

RELEASED   

Area

Description

Export

Export job - CSV file with sales per flight data (RTC-33254)

The existing Export job was extended with a new schedule: Reporting.Export.FlightSaleStatistics. If the schedule is enable, the job will export blobs of Reporting.Export.FlightSaleStatistics type to batchtoprocess container in tenant's blob storage. 

The details of the file and examples are documented here: https://reportingservice.egretail-dev.cloud/index.html?urls.primaryName=File-export%20documentation#/ 



Cloud Reporting v. 1.0.0.40

RELEASED   

Area

Description

Integration

Import of items - missing supplier (RTC-38059)

Missing supplier info in item blob will no longer result in merge failure.



Cloud Reporting v. 1.0.0.39

RELEASED  

Area

Description

Integration

Import of items - item category attributes (RTC-37544)

Item table in Cloud data warehouse has been extended with category attributes. The extension introduces the following fields:

  • item type,
  • item category,
  • report category,
  • classification,
  • category manager,
  • product series.

NB! For item type, report category and classification only the numbers are imported.

In addition, Item table has been extended with

  • exclude from gross profit report (boolean flag),
  • model name,
  • special group name.






  • No labels