[Health-dev] About Tryton

2016-01-04 Thread Hamza Atieh
Hello, can you help me in tryton, how can i change the tryton client 3.4
window from left to right.
I mean when I open the tryton client all content appear in the right side
of the screen not the left.
Regards,

-- 
Hamza Atieh

Minerva Data Pty. Ltd.
P.O. Box 4356, Geelong, VIC 3220, Australia
Mobile: +61 410 387 353


Re: [Health-dev] About Tryton

2016-01-04 Thread Hamza Atieh
Can anyone please give me hint how to change the tryton client to display
content RTL (we need this to enable the arabic translation in the right
direction).

Regards,

On Mon, Jan 4, 2016 at 9:37 AM, Hamza Atieh 
wrote:

> Hello, can you help me in tryton, how can i change the tryton client 3.4
> window from left to right.
> I mean when I open the tryton client all content appear in the right side
> of the screen not the left.
> Regards,
>
> --
> Hamza Atieh
>
> Minerva Data Pty. Ltd.
> P.O. Box 4356, Geelong, VIC 3220, Australia
> Mobile: +61 410 387 353
>



-- 
Hamza Atieh

Minerva Data Pty. Ltd.
P.O. Box 4356, Geelong, VIC 3220, Australia
Mobile: +61 410 387 353


Re: [Health-dev] About Tryton

2016-01-04 Thread Cédric Krier
On 2016-01-04 10:46, Hamza Atieh wrote:
> Can anyone please give me hint how to change the tryton client to display
> content RTL (we need this to enable the arabic translation in the right
> direction).

The direction is defined on the language record.

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/


pgpG158hokv70.pgp
Description: PGP signature


Re: [Health-dev] GNU Health 3.0 RC2 ready for testing

2016-01-04 Thread Anousak Souphavanh
Hi Luis,


I have successfully update GNUHealth 3.0 on our own server but I did
stumble into two particulars which I like to inform you.


It gives ValueError: --enable-jpeg requested but jpeg not found, aborting.

So it is Pillow >= 2.1.0 no longer supports “import _imaging”. Please use
“from PIL.Image import core as _imaging” instead.

manually install apt-get install libjpeg libjpeg-devel

Also got an error in tryting to fetch psycopg2:

URLs to search for versions for psycopg2==2.6.1:
  * https://pypi.python.org/simple/psycopg2/2.6.1
  * https://pypi.python.org/simple/psycopg2/
  Getting page https://pypi.python.org/simple/psycopg2/2.6.1
  Could not fetch URL https://pypi.python.org/simple/psycopg2/2.6.1:
connectio
n error: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed
out
.

Had to install it manually sudo apt-get install python-psycopg2


Please update it.

Thanks.
Anousak
Lao Team



On Mon, Jan 4, 2016 at 5:02 AM, Luis Falcon  wrote:

> Dear devs
>
> This is to announce the RC2 of the upcoming GNU Health 3.0. I already
> updated the community server DB.
>
> I have also created a tarball for the release candidate[1], as well as
> an PostgreSQL dump[2] . At the end of this mail you can find the
> MD5 digests.
>
> BTW : The installation program is now called gnuhealth-setup , and for
> the installation, you can run "./gnuhealth-setup install"
>
> PS: The official languages translation files are not up-to-date yet.
> For the translators / localization teams, there is a new mailing list
> dedicated to this effort (health-i...@gnu.org).
>
> Happy testing and report any issues you may find.
>
> Bests,
> Luis
>
> 1.-
> http://health.gnu.org/downloads/development/unstable/gnuhealth-30rc2.tar.gz
>
> 2.-
> http://health.gnu.org/downloads/development/unstable/gnuhealth-30rc2.sql.gz
>
>
> 9e64d3e915890520078c2d6256b16ea3  gnuhealth-30rc2.sql.gz
> af82bc0bf8bc13bcf97d83a3cc6cd8e1  gnuhealth-30rc2.tar.gz
>
>
> --
> Luis Falcon, M.D., BSc
> President, GNU Solidario
> GNU Health: Freedom and Equity in Healthcare
> http://health.gnu.org
>
>

.


Re: [Health-dev] GNU Health 3.0 RC2 ready for testing

2016-01-04 Thread Anousak Souphavanh
Dr. Luis,

After successfully installed GNUHealth 3.0 Rc2 and updated with your DB as
you suggested on our server. I did executed ./trytond and nothing comes up.

Is there a way to check where the or what it is doing or hanging?

Many thanks,

Anousak

On Mon, Jan 4, 2016 at 5:52 PM, Anousak Souphavanh 
wrote:

> Hi Luis,
>
>
> I have successfully update GNUHealth 3.0 on our own server but I did
> stumble into two particulars which I like to inform you.
>
>
> It gives ValueError: --enable-jpeg requested but jpeg not found, aborting.
>
> So it is Pillow >= 2.1.0 no longer supports “import _imaging”. Please use
> “from PIL.Image import core as _imaging” instead.
>
> manually install apt-get install libjpeg libjpeg-devel
>
> Also got an error in tryting to fetch psycopg2:
>
> URLs to search for versions for psycopg2==2.6.1:
>   * https://pypi.python.org/simple/psycopg2/2.6.1
>   * https://pypi.python.org/simple/psycopg2/
>   Getting page https://pypi.python.org/simple/psycopg2/2.6.1
>   Could not fetch URL https://pypi.python.org/simple/psycopg2/2.6.1:
> connectio
> n error: HTTPSConnectionPool(host='pypi.python.org', port=443): Read
> timed out
> .
>
> Had to install it manually sudo apt-get install python-psycopg2
>
>
> Please update it.
>
> Thanks.
> Anousak
> Lao Team
>
>
>
> On Mon, Jan 4, 2016 at 5:02 AM, Luis Falcon  wrote:
>
>> Dear devs
>>
>> This is to announce the RC2 of the upcoming GNU Health 3.0. I already
>> updated the community server DB.
>>
>> I have also created a tarball for the release candidate[1], as well as
>> an PostgreSQL dump[2] . At the end of this mail you can find the
>> MD5 digests.
>>
>> BTW : The installation program is now called gnuhealth-setup , and for
>> the installation, you can run "./gnuhealth-setup install"
>>
>> PS: The official languages translation files are not up-to-date yet.
>> For the translators / localization teams, there is a new mailing list
>> dedicated to this effort (health-i...@gnu.org).
>>
>> Happy testing and report any issues you may find.
>>
>> Bests,
>> Luis
>>
>> 1.-
>>
>> http://health.gnu.org/downloads/development/unstable/gnuhealth-30rc2.tar.gz
>>
>> 2.-
>>
>> http://health.gnu.org/downloads/development/unstable/gnuhealth-30rc2.sql.gz
>>
>>
>> 9e64d3e915890520078c2d6256b16ea3  gnuhealth-30rc2.sql.gz
>> af82bc0bf8bc13bcf97d83a3cc6cd8e1  gnuhealth-30rc2.tar.gz
>>
>>
>> --
>> Luis Falcon, M.D., BSc
>> President, GNU Solidario
>> GNU Health: Freedom and Equity in Healthcare
>> http://health.gnu.org
>>
>>
>
> .
>