Accepting request 554872 from Application:ERP:Tryton:Factory

- Version 3.2.9
  Fix bug #52580: Removing the patient field before saving the record generates an error
  Fix bug #52579: some on_change numeric method operations generate traceback
  Fix bug #52578: WHR should be on the same line as hip and waist fields

OBS-URL: https://build.opensuse.org/request/show/554872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2017-12-08 11:59:49 +00:00 committed by Git OBS Bridge
parent 95a61ea299
commit 8a475198e9
5 changed files with 32 additions and 5 deletions

View File

@ -42,7 +42,26 @@ go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost
-> you should now see a selection of available databases
Note: From Tryton Release 4.2 onwards it is not possible anymore to create databases
from the Frontend. You need to do this manually (see /usr/share/doc/packages/trytond/tryton-server.README.SUSE)
from the Frontend. You need to do this manually
8) Creating the database:
> su - postgres -c "createdb mydb --encoding='UTF-8' --owner=tryton"
Note: The owner of the database should be the same user, as under which the
tryton server runs (default:tryton) Enter a name for the database
(here as default: mydb).
9) Initializing the database:
Log in as user tryton:
> sudo su tryton -s /bin/bash
> /usr/bin/trytond-admin -c /etc/tryton/trytond.conf --all -d mydb
Note: Use the database name you chose in the previous step (here as default: mydb).
You will be asked for the admin password for this database.
For the first login, log in to the newly initialized database with user admin and password as set during initialization.
As result you will have a bare Tryton database with the base modules installed.
DONE.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e310685d64ad809f69c285fea38ca8c794592bdd3649aed6c247d5234e257456
size 10201434

3
gnuhealth-3.2.9.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77dfcc26b8f9b2a3b661b68c69cf68e8db94d393441151a7fe1afe1d815a465f
size 10207689

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 6 16:30:12 UTC 2017 - axel.braun@gmx.de
- Version 3.2.9
Fix bug #52580: Removing the patient field before saving the record generates an error
Fix bug #52579: some on_change numeric method operations generate traceback
Fix bug #52578: WHR should be on the same line as hip and waist fields
-------------------------------------------------------------------
Wed Nov 15 22:01:40 UTC 2017 - axel.braun@gmx.de

View File

@ -24,7 +24,7 @@ Name: gnuhealth
BuildRequires: fdupes
BuildRequires: python3-setuptools
Version: %{majorver}.8
Version: %{majorver}.9
Release: 0
Url: http://health.gnu.org