Releases: earthians/marley
Releases · earthians/marley
v14.0.3
What's Changed
- chore(deps): bump actions/labeler from 4 to 5 (backport #341) by @mergify in #348
- chore(deps): bump github/codeql-action from 2 to 3 (backport #352) by @mergify in #356
- fix: Triggered change to show relevant patient history for respective patients by @vamagithub in #357
- chore: release v14 by @github-actions in #363
- chore: release v14 by @github-actions in #364
- chore: release v14 by @github-actions in #369
- Add: Middle Name in Full Name (backport #391) by @mergify in #396
- fix(Clinical Procedure): consumables table not loading on template change (backport #405) by @mergify in #408
- fix(Vital Signs): remove no_copy from appointment field (backport #407) by @mergify in #410
- fix(patient): error in age calculation (backport #421) by @mergify in #425
- fix(ci): update node version (backport #443) by @mergify in #445
- chore: update code owners (backport #444) by @mergify in #447
- test: change rating quantity in Patient History Settings (backport #288) by @mergify in #454
- fix(Nursing Task): unknown column duration error in Healthcare Activity (backport #440) by @mergify in #449
New Contributors
- @vamagithub made their first contribution in #357
Full Changelog: v14.0.2...v14.0.3
v15.0.1
What's Changed
- chore: version 15 release by @akashkrishna619 in #383
- chore: add new frappe health logo (backport #386) by @mergify in #387
- chore: update new logo in readme (backport #388) by @mergify in #389
- Add: Middle Name in Full Name (backport #391) by @mergify in #397
- fix(Diagnostic Report): update sales_invoice_status on Sales Invoice Payment (backport #399) by @mergify in #400
- fix: Healthcare Dashboard loading issue (backport #401) by @mergify in #402
- fix: change 'invoiced' flag to 'billing_status' from get_prescribed query of Lab Test and Clinical Procedure (backport #403) by @mergify in #406
- fix(Clinical Procedure): consumables table not loading on template change (backport #405) by @mergify in #409
- fix(Vital Signs): remove no_copy from appointment field (backport #407) by @mergify in #411
- fix(Diagnostic Report): remove doc from is_new() (backport #419) by @mergify in #423
- fix(patient): error in age calculation (backport #421) by @mergify in #426
- chore: update code owners (backport #444) by @mergify in #448
- fix(ci): update node version (backport #443) by @mergify in #446
- fix(Nursing Task): unknown column duration error in Healthcare Activity (backport #440) by @mergify in #450
- fix(Healthcare Service Unit Type): move item creation from after_insert to validate (backport #435) by @mergify in #437
- fix: typo in workspace (backport #451) by @mergify in #452
- fix(Patient History Settings): retrieve right medical_record_id in up… (backport #455) by @mergify in #457
- fix: remove unused call to get_timeline_data (backport #456) by @mergify in #458
- fix(Medication): remove unnecessary mandatory option for docfields (backport #466) by @mergify in #467
- fix(Observation): local variable reference error in Diagnostic Report (backport #465) by @mergify in #469
- fix(Sales Invoice): get user confirmation to link customer with patient (backport #462) by @mergify in #470
- fix(ci): update auto release config for v15 (backport #472) by @mergify in #473
Full Changelog: v15.0.0...v15.0.1
v15.0.0
Version 15.0.0
Features
- feat: Appointment based on check in by @akashkrishna619 in #257
- feat: Service Request, Medication Request by @akashkrishna619 in #286
- feat: Observation, Diagnostic Report by @akashkrishna619 in #302
- feat: create orders on encounter save by @akashkrishna619 in #317
Fixes
- fix: exercises not set in Therapy Session when creating from Therapy Plan by @akashkrishna619 in #211
- fix: insufficient permission while fetching Treatment Plan Template in Patient Encounter by @Sajinsr in #213
- fix: healthcare service unit tree view not loading by @akurungadam in #214
- fix: Get Applicable Treatment Plan for new Patient Encounter by @akashkrishna619 in #217
- fix: remove hardwired fiscal year in before_tests method by @akashkrishna619 in #218
- Fix: Patient Appointment - Failing scheduler job to update appointment status by @Sajinsr in #221
- fix: check item price exists on update of Therapy Type by @akashkrishna619 in #222
- fix: Include dosage form in grid view by @ChillarAnand in #223
- fix: Make service unit type mandatory for all non-group types by @ChillarAnand in #225
- fix: cannot create Lab Test with Sample Collection enabled by @akashkrishna619 in #228
- fix: IP Medication Order - Get Medications From Encounter by @akashkrishna619 in #231
- fix: Utils - Return if no patient is selected on invoice submit/cancel by @Sajinsr in #254
- fix: Appointment Cancel - move Cancelled from event_type to status by @akashkrishna619 in #255
- fix: Payment dialog in Patient Appointment by @Sajinsr in #260
- fix: Define variables before access in patient appointment by @mujeerhashmi in #267
- fix: Patient Appointment - position in queue repetition issue by @akashkrishna619 in #284
- fix: reorganise healthcare Workspace, minor fixes by @akurungadam in #297
- fix: Remove 'No Lab Tests created' message by @Irfan778899 in #303
- fix: linking existing customer to new Patient overwrites Customer Name by @akurungadam in #306
- fix: Priority and Intent - remove masters and map to FHIR Value Set by @akashkrishna619 in #307
- fix: Add Discount Amount field to show payment dialog by @Irfan778899 in #291
- fix: rename medical code and medical code standard by @akashkrishna619 in #319
- fix: Invoice submission error, if invoice has a SR with Observation Template by @Irfan778899 in #340
- fix: enable import for Observation Template by @aibelshajan in #344
- fix: remove translations from hooks.py portal dict by @RitvikSardana in #368
- fix: make medication optional for drug prescription and Medication Request by @akashkrishna619 in #380
- fix: field changes in Code System and Code Value by @akashkrishna619 in #374
- fix: Service Request changes by @akashkrishna619 in #350
- fix: Sample Collection - move create observation function to queue by @akashkrishna619 in #351
- fix(patient_appointment):cancel_sales_invoice by @bahaaabed in #237
- fix(Patient Appointment): event permission issue by @aibelshajan in #381
- Treatment Plan Template - Filter for practitioner based on medical department by @Sajinsr in #220
- Patient Appointment - Change fee validity message by @Sajinsr in #226
- Patient Appointment - reload doc after appointment is invoiced by @Sajinsr in #227
- Enable Fee Validity for existing patients by @Sajinsr in #229
- build(deps): bump python-barcode to "0.15.1" by @HUMENTH in #376
Refactors
- refactor: db.get_single_value and db.set_single_value by @akurungadam in #248
New Contributors
- @bahaaabed made their first contribution in #237
- @Irfan778899 made their first contribution in #303
- @kalungia made their first contribution in #305
- @aibelshajan made their first contribution in #344
- @RitvikSardana made their first contribution in #368
- @tamburro92 made their first contribution in #367
- @HUMENTH made their first contribution in #376
Full Changelog: v14.0.0...v15.0.0
Migration Guide: https://github.com/frappe/health/wiki/Migration-Guide-to-Frappe-Health-version-15
v14.0.2
What's Changed
- fix: remove hardwired fiscal year in before_tests method (backport #218) by @mergify in #240
- fix: Get Applicable Treatment Plan for new Patient Encounter (backport #217) by @mergify in #241
- fix: cannot create Lab Test with Sample Collection enabled (backport #228) by @mergify in #247
- Patient Appointment - reload doc after appointment is invoiced (backport #227) by @mergify in #246
- Patient Appointment - Change fee validity message (backport #226) by @mergify in #245
- fix: check item price exists on update of Therapy Type (backport #222) by @mergify in #244
- Treatment Plan Template - Filter for practitioner based on medical department (backport #220) by @mergify in #242
- fix: exercises not set in Therapy Session when creating from Therapy Plan (backport #211) by @mergify in #236
- Fix: Patient Appointment - Failing scheduler job to update appointment status (backport #221) by @mergify in #243
- fix: healthcare service unit tree view not loading (backport #214) by @mergify in #250
- fix: failling server test, update node version (backport #252) by @mergify in #253
- refactor: db.get_single_value and db.set_single_value (backport #248) by @mergify in #268
- fix: Utils - Return if no patient is selected on invoice submit/cancel (backport #254) by @mergify in #270
- Enable Fee Validity for existing patients (backport #229) by @mergify in #271
- feat: Appointment based on check in (backport #257) by @mergify in #272
- fix: remove unused method from utils by @akashkrishna619 in #275
- fix: custom fields - Service Unit, Practitioner and Department in Sales Invoice Item by @Sajinsr in #276
- fix: Payment dialog in Patient Appointment (backport #260) by @mergify in #277
- fix: Define variables before access in patient appointment (backport #267) by @mergify in #278
- fix: Key error during schedule discharge by @mujeerhashmi in #281
- fix: Patient Appointment - position in queue repetition issue (backport #284) by @mergify in #285
- fix: Remove 'No Lab Tests created' message (backport #303) by @mergify in #304
- fix: linking existing customer to new Patient overwrites Customer Name (backport #306) by @mergify in #309
- fix: Add Discount Amount field to show payment dialog (backport #291) by @mergify in #318
New Contributors
- @Irfan778899 made their first contribution in #304
Full Changelog: v14.0.1...v14.0.2
v14.0.1
What's Changed
- fix(ci): failing server tests by @akurungadam in #238
- fix: remove hardwired fiscal year in before_tests method by @akashkrishna619 in #218
- fix: Get Applicable Treatment Plan for new Patient Encounter by @akashkrishna619 in #217
- fix: check item price exists on update of Therapy Type by @akashkrishna619 in #222
- fix: exercises not set in Therapy Session when creating from Therapy Plan by @akashkrishna619 in #211
- fix: cannot create Lab Test with Sample Collection enabled by @akashkrishna619 in #228
- Patient Appointment - reload doc after appointment is invoiced by @Sajinsr in #227
- Patient Appointment - Change fee validity message by @Sajinsr in #226
- Treatment Plan Template - Filter for practitioner based on medical department by @Sajinsr in #220
- fix: Patient Appointment - Failing scheduler job to update appointment status by @Sajinsr in #221
- fix: healthcare service unit tree view not loading by @akurungadam in #214
- fix: failling server test, update node version by @akashkrishna619 in #252
Full Changelog: v14.0.0...v14.0.1
v14.0.0
What's New
- feat: Add imaging reports to lab tests by @ChillarAnand in #103
- feat(patient-appointment): today as a min date in check availability by @yajuve in #109
- feat: Add nursing tasks by @ChillarAnand in #51
- feat: Create root service units for all companies by default by @ChillarAnand in #119
- feat : Patient quick entry by @akashkrishna619 in #178
- feat: Tele Consultation via google meet by @akashkrishna619 in #169
- feat: add support for multiple medical code standards by @akashkrishna619 in #192
What's Changed
- fix: Lab Test Template, Clinical Procedure Template, Therapy Plan Template - Link existing Item by @akashkrishna619 in #107
- fix: Bump actions in CI workflow by @ChillarAnand in #112
- test: Fix broken tests by @ChillarAnand in #113
- refactor: Rename frappe healthcare to Frappe Health by @ChillarAnand in #111
- fix: Check for employee doctype in hr & setup by @ChillarAnand in #115
- fix: Updated doc links in onboarding steps by @ChillarAnand in #114
- fix: Allow service unit capacity in quick entry by @ChillarAnand in #120
- fix: Fixed typos by @ChillarAnand in #123
- fix: ci install script, add erpnext as required app by @akurungadam in #128
- fix: Added healthcare service action items in sales invoice by @akashkrishna619 in #127
- docs: Update docs URL by @ChillarAnand in #130
- fix: Fix string translation in nursing task by @ChillarAnand in #135
- fix: Customer not being autoset when Patient is selected in Sales Invoice by @Sajinsr in #136
- fix: add string to translate function on group patient encounter button by @ernestoruiz89 in #139
- fix: add strings to translate function by @ernestoruiz89 in #137
- fix: Added connection to nursing task in inpatient record by @ChillarAnand in #140
- fix: Create nursing tasks after creating inpatient record by @ChillarAnand in #141
- refactor: Code clean up by @ChillarAnand in #143
- fix: Added permissions for system manager in lab test doctype by @ChillarAnand in #144
- chore: Removed experimental pill from all doctypes by @ChillarAnand in #147
- Abdm milestone 1 by @akashkrishna619 in #121
- fix: Remove insurance hooks healthcare by @ChillarAnand in #159
- Update .gitignore by @iMoshi in #162
- fix: add translate function to chart labels by @ernestoruiz89 in #166
- fix: insert root item group with is_group 1 by @akurungadam in #171
- fix(ci): use frappe and erpnext develop branches for ci test setup by @akurungadam in #170
- fix(ci): include payments in site_config install_apps by @akurungadam in #173
- fix: not able to invoke whitelisted static method by @akurungadam in #175
- fix(ux): Add tab breaks by @akurungadam in #177
- Primary Address and Contact in Healthcare Practitioner by @Sajinsr in #180
- fix: restrict past slots based on the current time. by @rajeebbinrazaq in #188
- Internal / External type in Healthcare Practitioner by @Sajinsr in #191
- fix: minor change by @akashkrishna619 in #194
- fix: allow delete root service unit if deleting company by @akashkrishna619 in #195
- chore: docs, pre-commit checks, code formatting, ci workflows by @akurungadam in #197
- Add Address and Contact in Healthcare Service Unit by @Sajinsr in #198
- fix: remove mandatory for employee / supplier links in practitioner by @akurungadam in #200
- fix: uninstall doesn't remove app customisations by @akurungadam in #201
- fix: reset portal settings after uninstall by @akurungadam in #202
- chore: ci updates, prepare for branching and versioning by @akurungadam in #203
New Contributors
- @yajuve made their first contribution in #109
- @Sajinsr made their first contribution in #136
- @ernestoruiz89 made their first contribution in #139
- @iMoshi made their first contribution in #162
- @rajeebbinrazaq made their first contribution in #188
- @dependabot made their first contribution in #204
Full Changelog: v0.1.4...v14.0.0
v0.1.4
What's Changed
- test: Fix healthcare service unit test cases by @ChillarAnand in #99
- fix: Replace all new lines in patient history view by @ChillarAnand in #101
- feat: Added codeql workflow by @ChillarAnand in #100
- fix: Inpatient Record - Allow user to create inpatient record by @akashkrishna619 in #102
New Contributors
- @akashkrishna619 made their first contribution in #102
Full Changelog: v0.1.3...v0.1.4
v0.1.0
refactor: Removed frappe.db.escape from generated queries (#68) * refactor: Removed frappe.db.escape from generated queries