Document status: RELEASED

Date:

Version Requirements for 2.9.240 is located on the menu to the left.

Highlights

Release version: 2.9.240

  • ColorCode, ColorId and ColorName is shown on items in customer order and customer order confirmation.

  • Importing count groups from 3rd party, and exporting the stocktaking result to 3rd party is implemented.

ColorCode, ColorId and Color name in customer order

(TFS: 173873)

When an item contains ColorCode, ColorId and ColorName, the color will be displayed in Chain Web in this format: ColorCode-ColorName-ColorID.
This will also be displayed on the Order confirmation and Delivery note.

The response from GetCustomerOrders3 method has been extended by ColorCode and ColorId fields.

Requirements: 

Lindbak POS Services 7.75.03302

Import counting groups from 3rd party

(TFS: 173320)

Importing counting groups from 3rd party is supported by Chain Web. Two new jobs are responsible for importing the counting groups:

  • CountingGroupImport: reads messages from CountingGroupImport subscriber from Azure Service bus, then the job saves lines from blob to the staging table.

  • CountingGroupImportProcessor: reads CountingGroup blobs saved by CountingGroupImport job and creates new counting groups based on data from blobs. In the end, the job sends the import result (FileProcessInfo blob) for each processed blob to the Azure Service bus.

More information could be found in the the job's documentation and in Swagger: https://stocktakingservice.lindbakdev.com/swagger/index.html

Configuration: 

  • Enable and set up Blob Storage settings in both jobs – CountingGroupImport and CountingGroupImportProcessor.

 

Exporting stocktaking results to 3rd party is supported in Chain Web

(TFS: 173321)

Exporting stocktaking results to 3rd party is supported in Chain Web.

  • When finishing a stocktaking, it will get status “Completed”, and the status is saved in the database [Inventory].[StocktakingExport] table.

  • The StocktakingResultsExporterJob will read the rows form [Inventory].[StocktakingExport] and process them - export the stocktaking results to Azure blob storage in a blob jsonl.gz file and send the message to Azure service bus for the data to be picked up by a 3rd party.

More information can be found in the job’s documentation and in Swagger: https://stocktakingservice.lindbakdev.com/swagger/index.html

Configuration:

  • Enable StocktakingResultsExporterJob job and each part of it

  • Set up Blob Storage and Azure service bus settings


Improvements

Modules

Description

Order Dispatch

Freight disappears on picking order (TFS: 172690)

When the last item has been deleted from the first store (with linked freight item) the freight item is moved to the other picking store.

POS Configuration

Delete parameter group (TFS: 169345)

It is possible to delete a parameter group after removing all parameters from the group.

Reports

Performance improvement in report "Cash register frequence per hour" (TFS: 176051)

Queries for fetching parameters are optimized to make report 0706 perform faster.

Changed report: 0706_TurnoverPerhourWorkstationsWithPriceChannel.

Surveillance

Status "CompletedWithWarnings" in LIP-jobs (TFS: 162068)

Job statuses in LIP in ChainToCloudIntegration and in DispatchServiceIntegration StockImport have been improved. When jobs are partially succeeded, they will get the status "CompletedWithWarnings" when parts of the batch or parts of the files fails.

Requirement:

ChainToCloudIntegration v.1.5.0

  • No labels