Hi. We have a clinic that is international and branches are in different time zones and the difference is significant so booking needs to account for doctor’s local time, so patient see doctor local time when booking. Is it possible to pull this off under one ERPNext+Healthcare install? Maybe separate Healthcare Service Units or something like that or do we need a separate ERPNext install for each branch? Your help is appreciated!
Hello ,
What about creating different companies for different branches according to the different locations or country ?? I think can solve !!
So if I put them as separate companies in different countries each will have its own timezone and not the one of the server?
It is not complete yet. You have to open sometime timezone related custom field in the company.
And you can apply the logic whenever that company is used use its time zone not the default server.
Or at the place of creating a new company for each branch, you can create that time zone field in branch as well. Then you don’t have to create multiple companies according to branch. And you can set the different time zone in those branches.
Then you have to write extra validations like according to branch if there is time zone mentioned in that branch, and you are linking that branch to any document so when you hit a save then in the validation you have to set the time according to the time zone.
You can use Python libraries like datetime.