Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporting module #29

Open
dgrudinin opened this issue Apr 19, 2019 · 0 comments
Open

Reporting module #29

dgrudinin opened this issue Apr 19, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@dgrudinin
Copy link
Contributor

Required to solve different documents and reports generation tasks. Integration must be done as separate module, but must be integrated with core functions.

General requirements:

  • Cross-platform
  • Open-source

Requirements:

  1. At CardView and GridView must be standard reporting feature interface, allowing reporting modules integrate with any entity in any module of application. If any reports exists for current entity, CardView and GridView must show control element, giving ablility to render any report, allowed by permission model.
  2. Reporting module must be registered in application via composer. If it is enabled, it must add module administration interface and register it's permissions in ACL registry.
  3. Each report can be allowed or restricted to user by set of rules, or registered as a separate object inside ACL. But not all reports must be registered in ACL, only that specified by administrator.
  4. Reports must be allowed to be grouped into linear groups list.
  5. Reports must be separated into two system types:
  • Context reports - reports, which can be generated for specified entity.
  • General reports - reports, which can be generated using central reporting interface.

Candidates on reporting engine:

  • JasperReports
  • ?
@dgrudinin dgrudinin added the enhancement New feature or request label Apr 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant