Skip to content

Releases: earthians/marley

v14.0.3

11 Jun 06:55
Compare
Choose a tag to compare

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

Full Changelog: v14.0.2...v14.0.3

v15.0.1

04 Jul 06:29
Compare
Choose a tag to compare

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

16 Feb 12:37
Compare
Choose a tag to compare

Version 15.0.0

Features

Fixes

Refactors

New Contributors

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

28 Nov 13:50
e4b80eb
Compare
Choose a tag to compare

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

Full Changelog: v14.0.1...v14.0.2

v14.0.1

12 Sep 18:56
Compare
Choose a tag to compare

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

14 Mar 13:13
Compare
Choose a tag to compare

What's New

What's Changed

New Contributors

Full Changelog: v0.1.4...v14.0.0

v0.1.4

04 May 10:23
101e012
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.0

02 Mar 11:18
cce2f1c
Compare
Choose a tag to compare
refactor: Removed frappe.db.escape from generated queries (#68)

* refactor: Removed frappe.db.escape from generated queries