Skip to content

Case Form - Add checkbox to exclude it from Reporting - #14282

Draft
Pa-Touche wants to merge 8 commits into
developmentfrom
feat/13991-exclude-epipulse-export
Draft

Case Form - Add checkbox to exclude it from Reporting#14282
Pa-Touche wants to merge 8 commits into
developmentfrom
feat/13991-exclude-epipulse-export

Conversation

@Pa-Touche

Copy link
Copy Markdown
Contributor

Fixes #13991

@coderabbitai

coderabbitai Bot commented Aug 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b5a2bb1f-683a-4b6f-a663-bc30d50f987e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Pa-Touche

Copy link
Copy Markdown
Contributor Author

@XavCol

.append(" AND c.reportdate >= v.start_date")
.append(" AND c.reportdate < (v.end_date + interval '1 day'))");
.append(" AND c.reportdate < (v.end_date + interval '1 day')")
.append(" AND c.excludefromecdcreporting IS NOT TRUE)");

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put this only for LU

@Pa-Touche Pa-Touche changed the title Case Form - Add checkbox to exclude it from Epipulse Export Case Form - Add checkbox to exclude it from Reporting Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Case Form - Add checkbox to exclude it from Reporting (per example EpiPulse)

1 participant