Versions Compared

Key

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

...

  • User kann selbstständig die Reports erstellen

    • Druck aus dem Browser heraus möglich

    • Export in alle gängigen Datei-Formate, wie PDF, CSV, Excel, uvm. möglich

    • image-20240124-121841.png

Integration

...

Client

  1. App.tsx:

    1. ReportModule.use(app);

  2. Add dependencies in package.json

    1. "devexpress-reporting": "23.1.5"

    2. "@devexpress/analytics-core": "23.1.5"

    3. "knockout": "3.5.1",

  3. Run yarn install

Server

...

<Project>.Core

  1. Include <PackageReference Include="Quino.Web.Reporting" Version="<version>" />

...

Startup

  1. services.AddReporting()

  2. builder.UseReporting()

...

Run <Project>.Command for metadata models

...

Add menu item if custom admin layout

  1. menu.Add.Class(elements.Module.Model.Classes[nameof(QuinoReport)]);

...

Include in nuget.config path to licensed DevExpress nuget packages

Update CI and CD pipeline restore task to use updated nuget.config

...

in die Applikation

Siehe Integration Reporting