Re: [Health-dev] Diagram of GNU Health postgresql tables

2022-10-11 Thread Luis Falcon
Dear Axel, Gerald and team On Tue, 11 Oct 2022 16:08:31 +0200 "Dr. Axel Braun" wrote: > Hi Gents, > > I checked this on my installation, python310-pydot 1.4.2 is > installed, graphviz 2.49 and python310-pygraphviz but it still breaks: > ModuleNotFoundError: No module named 'pydot' Easiest is

Re: [Health-dev] Diagram of GNU Health postgresql tables

2022-10-11 Thread Dr. Axel Braun
Hi Gents, I checked this on my installation, python310-pydot 1.4.2 is installed, graphviz 2.49 and python310-pygraphviz but it still breaks: ERROR:gnuhealth.common.common:Traceback (most recent call last): File "/trytond/wsgi.py", line 117, in dispatch_request return endpoint(request, **r

Re: [Health-dev] Diagram of GNU Health postgresql tables

2022-10-11 Thread Gerald Wiese
Hi Luis, Yannick and me had a look at this and we had to resolve missing dependencies. After installing pydot using pip and graphviz as a system package it was working. On Ubuntu simply "pip install pydot" & "sudo apt install graphviz". Not sure if this is a problem in every installation me

[Health-dev] Diagram of GNU Health postgresql tables

2022-09-29 Thread Yannick Busse
Hello, I am currently working on a project for my university for which I need to build queries for the postgresql of GNU Health. While looking through I've seen there to be around 160+ public tables and I was wondering, if there would happen to be a diagram of the postgresql database that would s