Giter Club home page Giter Club logo

Comments (9)

palashjhabak avatar palashjhabak commented on August 11, 2024 1

@Zlash65 I think this will create even more accidental duplicates if customer field is not mandatory and a new customer is created on save. So it should be a strict dependency as in any case being a patient is just a subset of being a customer, for, a hospital might have other products and services for customers who are non patients e.g Yoga or Fitness classes, Workshops for Medical Students, Supplement Subscriptions etc.

from marley.

Zlash65 avatar Zlash65 commented on August 11, 2024

patient-name
Will this serve the purpose ?
Saving the Patient will create Customer with the same name and that customer will have a link back to the Patient entry. Its a two way link between both and in a closed loop yet [ deleting either of them would be not possible. As such deleting a patient or a customer from System is really not necessary right? ]

from marley.

Helkyd avatar Helkyd commented on August 11, 2024

Agree. Deleting is not advised as the info is always required. But you should be able to disable the Patient and not the customer as I might need to buy something from the pharmacy as customer.

from marley.

mascor avatar mascor commented on August 11, 2024

Hi,
is the function of automatically creating a customer with the same name of the patient, already implemented in the last version of ERPNext?

Thanks
Bye

from marley.

system19 avatar system19 commented on August 11, 2024

By having a seperate Patient name and linked Customer name allows a clinic to have a Patient but bill an insurance company or a state authority. Maybe children under 5 might get Govt sponsored immunisation as an example. I don't think that Patient medical records should be able to be deleted easily but see no reason why Customer info needs to be so stringent.

from marley.

palashjhabak avatar palashjhabak commented on August 11, 2024
      Hi,

is the function of automatically creating a customer with the same name of the patient, already implemented in the last version of ERPNext?
Thanks
Bye

@mascor From what I see currently in the last version (v10) what it does is it creates a patient first and then use that auto generated Patient ID as the name of the new customer it generates. I think this flow it totally flawed. As I mentioned above it should be the other way round - Being a patient is just a subset of being a Customer

from marley.

system19 avatar system19 commented on August 11, 2024

@mascor Good point.

from marley.

ChillarAnand avatar ChillarAnand commented on August 11, 2024

This is fixed in the latest versions.

When "John Doe" patient is created, a customer with name "John Doe" is created.

from marley.

ChillarAnand avatar ChillarAnand commented on August 11, 2024

Closing this issue. Feel free to open if you are still facing the issue.

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.