-
Notifications
You must be signed in to change notification settings - Fork 100
11528 remove hardcoded hospital details cc bill wise reports #11529
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
11528 remove hardcoded hospital details cc bill wise reports #11529
Conversation
…ove-hardcoded-hospital-details---cc-bill-wise-reports
Now I have to add the value to the production database once the update is deployed in the system go to institution > manage application options search for key value pair by the key 'Footer Text for Collection Centre Bill Wise Detail Report' then use the proper value (html code) I have saved it in a private document Signed-off-by: Dr M H Buddhika Ariyaratne <[email protected]>
WalkthroughThe change updates the footer of the collection center bill wise detail report. The previous static footer consisting of multiple paragraph tags has been removed. It is now replaced by a single Changes
Sequence Diagram(s)sequenceDiagram
participant Page as Report Page
participant Footer as Footer Component (<h:outputText>)
participant Controller as ConfigOptionController
Page ->> Footer: Render footer component
Footer ->> Controller: getLongTextValueByKey("Footer Text for Collection Centre Bill Wise Detail Report")
Controller -->> Footer: Return dynamic footer text (HTML enabled)
Footer -->> Page: Render retrieved footer content
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Have to set the application option once deployed to production
Footer Text for Collection Centre Bill Wise Detail Report
Summary by CodeRabbit