Activity #1185
closedFeature #1066: Development and Unit Testing
Module #1122: GUI Application
Sub module #1173: HomePage - Dashboard and Patient List
Patient list - Export to excel
100%
Description
Export to excel option needed from the patient worklist to export the selected data in the worklist
Updated by Thara S Pillai almost 3 years ago
- Tracker changed from Sub module to Activity
Updated by Thara S Pillai almost 3 years ago
- Assignee changed from Shameera S L to Jiji P B
Updated by Thara S Pillai almost 3 years ago
- Assignee changed from Jiji P B to Sreeshna T
Updated by Sreeshna T almost 3 years ago
- % Done changed from 0 to 90
18-10-2023
1. Generated excel sheet for patient list by exporting the corresponding json data. Able to download and view the excel.
2. Issue regarding pagination. For a single excel sheet only 5 patients are listed due to pagination. For sort out this issue a db function (export_to_excel_patient_list) created. dashboard service, dashboard dao, properties files are updated. Working on with dashboard.js file.
Updated by Sreeshna T almost 3 years ago
19-10-2023
1. Pagination issue while generating excel sheet has been resolved.
Updated by Sreeshna T almost 3 years ago
25-10-2023
1. Replaced the task_status ="s" as "submitted.
2. Removed the columns vreccount, registered_date.
3. Modified column headers.
Updated by Sreeshna T almost 3 years ago
- % Done changed from 90 to 100
30-10-2023
1. Main heading added. ie, fetch the values of from date and to date from Json data and created the excel sheet title like "LIST OF PATIENTS FROM (fromdate) TO (todate)".
---task completed-------