Skip to content

kevinfosterNG/CR_Delivery

Repository files navigation

CR Delivery

Summary

This application allows delivery of Crystal Reports by either Email or File export either directly, or scheduled through NextGen's Background Business Processor.
Refer to the User Guide for installation and configuration.

Here is a simple flow chart:

flowchart LR;
    subgraph nge [NextGen]
        direction TB
        ng[(NGProd)]-->bbp;
        bbp[[BBP Job]];
    end
    bbp-->cd;
    cd-->pdf[[fa:fa-file-alt Report Delivered!]];
    subgraph cd [Crystal Delivery]
        direction TB
        crxml([fa:fa-file-code *.crxml]) --> crd;
        crd(CR_Delivery.exe) --> crxml;
        crxml --> rpt(*.rpt) --> crxml;
    end

CR Delivery (v1.0.13)

CR Delivery About

asdf

NextGen BBP Integration

NextGen BBP Integration

Installer Download

v1.1.3

Supported NextGen versions

Though most versions are suspected to work as is, these are the specific versions tested against.

NG Version Status CR Delivery Version CR Runtime
5.8.3 Passing v1.0.10 (and earlier) 13.0.14
5.9.1 Passing v1.0.10 (and earlier) 13.0.14
5.9.2 Passing v1.1.2 (and later) 13.0.24
5.9.3 Unknown v1.1.2 (and later) 13.0.24
5.9.2020.1 Unknown v1.1.2 (and later) 13.0.24
6.2021.1 Passing v1.1.2 (and later) 13.0.24