-
Notifications
You must be signed in to change notification settings - Fork 331
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
Explore other alternatives to generate PDF reports #812
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Hello There ! |
Hey everyone, Thank you for showing interest in the projects. I would like to inform you that we have scheduled EOD calls on Zoom from Monday to Saturday at 7:30 PM to discuss your work and address any doubts with the core team. Alternatively, feel free to use our #care_general Slack channel. The meeting links will be shared in our #reminder channel in our Slack workspace. Link to join the Slack: Slack Workspace Meanwhile, please explore the care platform and familiarize yourself with its features. Feel free to play around with it and assign any open issues as you see fit. |
Hello community, |
Hello everyone, I'm excited to be part of this discussion on exploring alternatives for generating PDF reports. With my experience in Python development, particularly within the Django framework, I'm confident in my ability to research and implement efficient solutions to meet our project's needs. Having reviewed our current approach, which involves using a browser to render HTML pages as reports via django-hardcopy, I understand the desire to find a more native Python package for generating reports. I'm eager to contribute my skills to this endeavor and help identify the best-suited solution for our requirements. I am well-versed in utilizing Python libraries such as WeasyPrint, ReportLab, PDFKit, PyFPDF, and xhtml2pdf, all of which offer capabilities to directly create PDFs from HTML/templates. Whether it's exploring the simplicity of PDFKit or the robust features of ReportLab, I am prepared to thoroughly evaluate and implement the most suitable option for our project.I look forward to collaborating with the team to ensure a seamless transition to our chosen solution and contribute to the success of our PDF report generation efforts. Best regards, Pranav |
1 similar comment
Hello everyone, I'm excited to be part of this discussion on exploring alternatives for generating PDF reports. With my experience in Python development, particularly within the Django framework, I'm confident in my ability to research and implement efficient solutions to meet our project's needs. Having reviewed our current approach, which involves using a browser to render HTML pages as reports via django-hardcopy, I understand the desire to find a more native Python package for generating reports. I'm eager to contribute my skills to this endeavor and help identify the best-suited solution for our requirements. I am well-versed in utilizing Python libraries such as WeasyPrint, ReportLab, PDFKit, PyFPDF, and xhtml2pdf, all of which offer capabilities to directly create PDFs from HTML/templates. Whether it's exploring the simplicity of PDFKit or the robust features of ReportLab, I am prepared to thoroughly evaluate and implement the most suitable option for our project.I look forward to collaborating with the team to ensure a seamless transition to our chosen solution and contribute to the success of our PDF report generation efforts. Best regards, Pranav |
hello everyone ! Regards, |
Hello, I'm Aditya Suthar, a third-year Computer Science student at Engineering College Bikaner. I'm eager to contribute to your project through the Google Summer of Code program. With experience in Python and Django, I'm keen to apply my skills to this issue. |
Project Detail
CARE is a centralized capacity management and patient management system, central to the 10BedICU Project, integrating patients, doctors, hospitals, labs, specialized treatment centers, hospital administrators, and shifting control cells. Hospitals update crucial information about their assets, providing district administration with a comprehensive view of the healthcare system via smart dashboards. CARE digitizes patient records, streamlines workflows for pandemic management, and is deployed in remote areas, enabling TeleICU services for underserved citizens. It revolutionizes healthcare management, enhancing efficiency, accessibility, and patient outcomes.
Features To Be Implemented
Context
We're exploring alternatives for generating PDF reports. Our current approach involves using a browser to render HTML pages as reports via django-hardcopy.
https://github.com/coronasafe/care/blob/19b63d2f47f41d7642698e128877651c51e5d2f3/care/facility/utils/reports/discharge_summary.py#L102-L121
However, we're interested in finding a native Python package capable of generating reports, ideally with the capability to directly create PDFs from HTML/templates.
Action Items
Learning Path
Link to documentation for Product Set-Up
Acceptance Criteria
Milestone
The text was updated successfully, but these errors were encountered: