Hi Bill & Janet
I just wanted to point out a related bug -
https://bugs.launchpad.net/evergreen/+bug/1175293
When trying to allocate money to funds from the funding sources
interface --> Inactive funds are displayed in the drop down menu.
There are currently two problems with this drop down menu:
1. The year is not displayed beside the fund code in brackets.
2. Funds that have been set to Active = FALSE appear in this menu.
These two problems mean that after funds have been propagated for a new
fiscal year the user cannot distinguish between funds from the previous
and current fiscal years as the same codes are used. For example, a
library that has three fiscal years in Evergreen will have the code AF
display three times in this drop down menu for their Adult Fiction funds.
As Janet mentioned,
"As time goes by, I see a huge, unmanageable list if we aren't able to fix this
soon."
Currently as a workaround, we recommend using the fund interface to allocate
money to funds (instead of the funding sources interface).
Cheers,
Christine
On 1/04/16 11:05 AM, [email protected]
wrote:
Send Open-ils-general mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://libmail.georgialibraries.org/mailman/listinfo/open-ils-general
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Open-ils-general digest..."
Today's Topics:
1. How can I fix 'libdb' things? (윤현탁)
2. Acquisitions Funds question (Janet Brown)
3. Re: How can I fix 'libdb' things? (Chris Sharp)
4. Re: Acquisitions Funds question (Bill Erickson)
----------------------------------------------------------------------
Message: 1
Date: Tue, 5 Jan 2016 03:23:20 +0900
From: 윤현탁 <[email protected]>
To: Evergreen Discussion Group
<[email protected]>
Subject: [OPEN-ILS-GENERAL] How can I fix 'libdb' things?
Message-ID:
<cakhczuvjru+zhwssq8l-4fsh68psa7qtmxncvrt2tpqjvos...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I`m trying to installing Evergreen 2.9 on Ubuntu 14.04 and amazon EC2.
I followed installation document and finish that steps but website occurs
an error(500).
By setting-tester.pl, it told me libdb-pgsql driver is not found.
/etc/ld.so.conf file`s contents is only "include
/etc/ld.so.conf.d/opensrf.conf",
and /etc/ld.so.conf.d/opensrf.conf includes only "/openils/lib".
After this error, i downloaded libdb file and driver(
http://libdbi.sourceforge.net/download.html) and installed/type 'ldconfig'
as root but setting tester returns same output.
What can I do to fix it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20160105/8401a84f/attachment-0001.html>
------------------------------
Message: 2
Date: Mon, 4 Jan 2016 18:30:26 +0000
From: Janet Brown <[email protected]>
To: "'[email protected]'"
<[email protected]>
Subject: [OPEN-ILS-GENERAL] Acquisitions Funds question
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="utf-8"
We are beginning our third year using the Acquisitions module of Evergreen and
are learning more about it each year.
That being said, we do have a question regarding the Funds list. Wherever
there is the option to look at the list of funds (like in a purchase order),
all of the 2014 funds and all of the 2015 funds show up - not necessarily in
any discernable order. Since we can't roll over any of the monies to the new
year we have been creating new funding sources, but the list is getting to be
too long. Does anyone know how to filter or hide the old funds so they don't
show up as options anymore? If need be, we could even delete the 2014 funds
and just keep the 2015 funds as needed. As time goes by, I see a huge,
unmanageable list if we aren't able to fix this soon.
Maybe others deal with the funds in a different way. We would be happy to hear
about how that works too.
Thank you for any help!
Janet Brown
SysAdmin/Circ Supervisor
Burlington Public Library
820 E Washington Ave
Burlington WA 98233
360-755-0760
[email protected]<mailto:[email protected]>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20160104/fe089911/attachment-0001.html>
------------------------------
Message: 3
Date: Mon, 4 Jan 2016 13:52:21 -0500 (EST)
From: Chris Sharp <[email protected]>
To: Evergreen Discussion Group
<[email protected]>
Subject: Re: [OPEN-ILS-GENERAL] How can I fix 'libdb' things?
Message-ID:
<1672379016.2273275.1451933541713.javamail.zim...@georgialibraries.org>
Content-Type: text/plain; charset=utf-8
Hi,
That particular test of settings-tester.pl is outdated and should either be
updated or removed. You can discover whether you have libdbd-pgsql installed
on your system with the command 'dpkg -l | grep libdbd-pgsql'. On my 14.04
system, that returns the following line:
ii libdbd-pgsql:amd64 0.9.0-2ubuntu2
amd64 PostgreSQL database server driver for libdbi
That test was written at a time when it was recommended to install PostgreSQL
from source, so it's only checking /usr/local/lib/dbd for the shared object
file. On a 64-bit 14.04 system, it's in /usr/lib/x86_64-linux-gnu/dbd/
instead, but settings-testing.pl doesn't know that.
Hope that helps!
Chris
----- Original Message -----
From: "윤현탁" <[email protected]>
To: "Evergreen Discussion Group" <[email protected]>
Sent: Monday, January 4, 2016 1:23:20 PM
Subject: [OPEN-ILS-GENERAL] How can I fix 'libdb' things?
I`m trying to installing Evergreen 2.9 on Ubuntu 14.04 and amazon EC2.
I followed installation document and finish that steps but website occurs
an error(500).
By setting-tester.pl, it told me libdb-pgsql driver is not found.
/etc/ld.so.conf file`s contents is only "include
/etc/ld.so.conf.d/opensrf.conf",
and /etc/ld.so.conf.d/opensrf.conf includes only "/openils/lib".
After this error, i downloaded libdb file and driver(
http://libdbi.sourceforge.net/download.html) and installed/type 'ldconfig'
as root but setting tester returns same output.
What can I do to fix it?