Giter Club home page Giter Club logo

Comments (7)

akurungadam avatar akurungadam commented on August 11, 2024 1

Patient History has been redesigned recently by Rucha, I guess it's safe to close this

from marley.

system19 avatar system19 commented on August 11, 2024

@raghukamath To optimise the healthcare work flow. When "view medical record" is clicked from within a Patient Doctype, That same patients medical record is auto loaded. Currently the user is taken to the default Medical Record Doctype where the user needs to hit "enter" to see patients record. What do you think?

from marley.

rknroot avatar rknroot commented on August 11, 2024

Still, Patient Medical Record is not displaying, is there any other way to view Patient Medical Record.

from marley.

jakubsafarik avatar jakubsafarik commented on August 11, 2024

Chrome DevTools shows JS error after [Select Patient] input box receives focus:
Uncaught (in promise) TypeError: frappe.ui.BaseList is not a constructor

Related:
frappe/erpnext#12646

Suggested fix by netchampfaris:
frappe/erpnext#12646 (comment)

pipech/erpnext-docker-debian:dev-py3-latest
ERPNext: v12.x.x-develop () (develop)
Frappe Framework: v12.x.x-develop () (develop)

from marley.

digitalwordings avatar digitalwordings commented on August 11, 2024

+1

from marley.

afandiyusuf avatar afandiyusuf commented on August 11, 2024

Tested in version 11.1.14
On Frappe/public/js/ui/base_list.js at row 168, change FilterList to FilterGroup,

this.filter_list = new frappe.ui.FilterList({,
to
this.filter_list = new frappe.ui.FilterGroup({

Don't forget to bench build,

from marley.

cyberdee avatar cyberdee commented on August 11, 2024

Tested in version 11.1.14
On Frappe/public/js/ui/base_list.js at row 168, change FilterList to FilterGroup,

this.filter_list = new frappe.ui.FilterList({,
to
this.filter_list = new frappe.ui.FilterGroup({

Don't forget to bench build,

this doesn't fix the issue..

ERPNext: v11.1.48 (master)
Frappe Framework: v11.1.43 (master)
Ubuntu 16.04

from marley.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.