Accepting request 436890 from Application:ERP:Tryton:Factory
another fix OBS-URL: https://build.opensuse.org/request/show/436890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=4
This commit is contained in:
parent
713b406975
commit
1688469470
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
## Specific LFS patterns
|
||||||
|
prescription_orders.odt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -5,6 +5,7 @@ How to get it running (Without reading the instructions)
|
|||||||
========================================================
|
========================================================
|
||||||
|
|
||||||
You have already installed the package gnuhealth and found this documentation. Good.
|
You have already installed the package gnuhealth and found this documentation. Good.
|
||||||
|
|
||||||
1) Log in as root and start the database
|
1) Log in as root and start the database
|
||||||
#su
|
#su
|
||||||
#systemctl start postgresql
|
#systemctl start postgresql
|
||||||
@ -33,7 +34,10 @@ uncomment super_pwd
|
|||||||
6) start gnuhealth/trytond:
|
6) start gnuhealth/trytond:
|
||||||
#systemctl start trytond
|
#systemctl start trytond
|
||||||
|
|
||||||
7) Open the tryton client:
|
7) Install the tryton client:
|
||||||
|
#zypper in tryton
|
||||||
|
|
||||||
|
8) Open the tryton client:
|
||||||
#tryton
|
#tryton
|
||||||
go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost
|
go to 'manage profiles' -> add -> name it 'localhost' -> Host: localhost
|
||||||
-> you should now see a button to create a database
|
-> you should now see a button to create a database
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:980beedf052e0204e8d8d150d2b23ec6a08ebb1e6022315b34130767bdacbab5
|
|
||||||
size 10260031
|
|
3
gnuhealth-3.0.4.tar.gz
Normal file
3
gnuhealth-3.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38857b8d170eb79888b5154eb543bf6751061ea03cb13307cd1518c502dff598
|
||||||
|
size 10257441
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 22 18:00:22 UTC 2016 - axel.braun@gmx.de
|
||||||
|
|
||||||
|
- temporary fix for prescription_orders report until 3.0.5 is released
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 22 09:34:44 UTC 2016 - axel.braun@gmx.de
|
||||||
|
|
||||||
|
- Release 3.0.4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 18 18:59:15 UTC 2016 - axel.braun@gmx.de
|
Tue Oct 18 18:59:15 UTC 2016 - axel.braun@gmx.de
|
||||||
|
|
||||||
|
@ -24,13 +24,15 @@ Name: gnuhealth
|
|||||||
# List of additional build dependencies
|
# List of additional build dependencies
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
|
|
||||||
Version: %{majorver}.3
|
Version: %{majorver}.4
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Url: http://health.gnu.org
|
Url: http://health.gnu.org
|
||||||
Source: http://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
|
Source: http://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
|
||||||
Source1: GNUHealth.README.SUSE
|
Source1: GNUHealth.README.SUSE
|
||||||
Source2: gnuhealth_control
|
Source2: gnuhealth_control
|
||||||
|
# temporary, until patchset 3.0.5 is released
|
||||||
|
Source3: prescription_orders.odt
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -90,6 +92,7 @@ You would need the Tryton frontend as well, on the same or a different machine
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
cp %{S:1} .
|
cp %{S:1} .
|
||||||
cp %{S:2} .
|
cp %{S:2} .
|
||||||
|
cp %{S:3} health/report/.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
for i in h*; do
|
for i in h*; do
|
||||||
|
3
prescription_orders.odt
Normal file
3
prescription_orders.odt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f477689ab82fb58ab5833ecbb7e7e538996a711575d21d55c54e939103727cd4
|
||||||
|
size 12196
|
Loading…
Reference in New Issue
Block a user