Re: [OPEN-ILS-GENERAL] Acquisitions Permission Issue

2011-06-29 Thread Tara Robertson
Yesterday I was working with Mark Bucholtz on the Sitka team to review
our vendors/providers before he loads them on to production.

I wasn't able to see the vendors/providers, and he was sure they were
there. It turned out to be a permission problem, I was missing:

CREATE_PROVIDER
DELETE_PROVIDER
UPDATE_PROVIDER
VIEW_PROVIDER

I don't see those on your list in Google Docs. I just needed
VIEW_PROVIDER to be able to view providers/vendors, but you'll
probably want to add some or all to both these groups.

Hope this helps,
Tara Robertson
Emily Carr University of Art + Design


On Wed, Jun 29, 2011 at 12:54 PM, Tim Spindler  wrote:
> I posted this a long time ago and put in a bug report.  Since I have never
> really gotten a response and was just talking to Tom Berezansky about this
> (who unfortunately couldn't help much because they aren't currently using
> acquistions) but this is the problems.
> With "manage providers" and "admin providers" set at system org unit type,
> we are not seeing any providers but if any of them are set at consortium
> level, we see everyone's providers.  I have seen this on 2.01, and we are
> currently running 2.1 beta.
> Below are the permissions I was trying to use for acquisitions
> administrator.  Even if others could reproduce this issue it would be
> helpful to know if it is truly a bug or  there is a problem with my
> permission setup.  (see google doc of our set up
> here http://tinyurl.com/3q7wajw)
> --
> Tim Spindler
> tjspind...@gmail.com
>
> P   Go Green - Save a tree! Please don't print this e-mail unless it's
> really necessary.
>
>
>


[OPEN-ILS-GENERAL] Access 2011: register and book your hotel!

2011-06-29 Thread Tara Robertson
It's only 112 days until the Access 2011 conference this fall. A
friendly reminder to look at the schedule and started making plans to
come to Vancouver! We're also still accepting Hackfest project
suggestions: http://access2011.library.ubc.ca/hackfest/ Submit some
Evergreen related ones?

Early Bird registration rate is only available until August 1st
http://access2011.library.ubc.ca/registration/. At only $169/night the
conference hotel is quickly booking up. The rate is available for
several days before and after the conference, but you must book
through the link on the conference website
http://access2011.library.ubc.ca/hotel/.

Open data, open source development and community building, digital
preservation, artful data visualization and more! We hope to see you
here for all this and more October 19-22, 2011 in Vancouver.

Follow us on Twitter (@access_2011)

Cheers,
Tara

Tara Robertson
Access 2011 Conference Chair


Re: [OPEN-ILS-GENERAL] javac for opensrf?

2011-06-29 Thread Boggs, John
Thanks, all! This got me through the build. I wiped out the install so far and 
re-configured without java or python.

John D. Boggs, PLAN Database Manager
Peninsula Library System
2471 Flores Street
San Mateo, CA  94403-2273
(650)571-6799 x3062
bo...@plsinfo.org

-Original Message-
From: open-ils-general-boun...@list.georgialibraries.org 
[mailto:open-ils-general-boun...@list.georgialibraries.org] On Behalf Of Galen 
Charlton
Sent: Wednesday, June 29, 2011 11:36 AM
To: Evergreen Discussion Group
Subject: Re: [OPEN-ILS-GENERAL] javac for opensrf?

Hi,

On Jun 29, 2011, at 2:19 PM, Boggs, John wrote:
> I've hit a wall in trying to install the latest opensrf. The instructions at 
> http://docs.evergreen-ils.org/2.0/draft/html/ say "If you wish to include 
> support for Python and Java, add the configuration options --enable-python 
> and --enable-java."  Since it doesn't state whether those options are 
> necessary for Evergreen, I decided to play it safe and include them, but now 
> I'm coming up against the lack of a javac on my system when the build process 
> tries to build json. (../opensrf-2.0.0/src/java/deps)

OpenSRF's Java support is not required to install and use Evergreen.  However, 
you can get yourself a Java stack on Debian by installing the gcj or openjdk 
packages.

Regards,

Galen
--
Galen Charlton
Director of Support and Implementation
Equinox Software, Inc. / Your Library's Guide to Open Source
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org & 
http://evergreen-ils.org



Re: [OPEN-ILS-GENERAL] javac for opensrf?

2011-06-29 Thread Galen Charlton
Hi,

On Jun 29, 2011, at 2:19 PM, Boggs, John wrote:
> I’ve hit a wall in trying to install the latest opensrf. The instructions at 
> http://docs.evergreen-ils.org/2.0/draft/html/ say “If you wish to include 
> support for Python and Java, add the configuration options --enable-python 
> and --enable-java.”  Since it doesn’t state whether those options are 
> necessary for Evergreen, I decided to play it safe and include them, but now 
> I’m coming up against the lack of a javac on my system when the build process 
> tries to build json. (../opensrf-2.0.0/src/java/deps)

OpenSRF's Java support is not required to install and use Evergreen.  However, 
you can get yourself a Java stack on Debian by installing the gcj or openjdk 
packages.

Regards,

Galen
--
Galen Charlton
Director of Support and Implementation
Equinox Software, Inc. / Your Library's Guide to Open Source
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org & 
http://evergreen-ils.org



Re: [OPEN-ILS-GENERAL] javac for opensrf?

2011-06-29 Thread Jason Stephenson

John,

You don't need python nor java for Evergreen to work.

Python support in OpenSRF should actually work.

Java, as you've found out, is currently busted.

HtH,
Jason



[OPEN-ILS-GENERAL] javac for opensrf?

2011-06-29 Thread Boggs, John

Hi all,

I've hit a wall in trying to install the latest opensrf. The instructions at 
http://docs.evergreen-ils.org/2.0/draft/html/ say "If you wish to include 
support for Python and Java, add the configuration options --enable-python and 
--enable-java."  Since it doesn't state whether those options are necessary for 
Evergreen, I decided to play it safe and include them, but now I'm coming up 
against the lack of a javac on my system when the build process tries to build 
json. (../opensrf-2.0.0/src/java/deps)

Was I wrong to try to include java and python (or at least java)? I've searched 
high & low to figure out how to get a javac on my box, and I'm coming up blank. 
(Debian Squeeze)

The error I get from the make process is:
  make[2]: Entering directory `/usr/local/src/opensrf-2.0.0/src/java'

  missing dependency !

I did have to go out & manually download json, as the wget in the subdirectory 
is no longer valid, but now I'm left with a bunch of .java files and no javac 
to compile them...

Thanks for any pointers you all have for me!

John D. Boggs, PLAN Database Manager
Peninsula Library System
2471 Flores Street
San Mateo, CA  94403-2273
(650)571-6799 x3062
bo...@plsinfo.orgmailto:bo...@plsinfo.org>



Re: [OPEN-ILS-GENERAL] ALERT: Evergreen 2.0.7 and locales problem

2011-06-29 Thread Ben Shum
New server tar.gz has been uploaded (thanks Mike!) and new staff clients
built for 2.0.7.  Links on downloads page are pointed at the corrected
files.

Thank you for your understanding.

-- Ben

On 06/29/2011 12:25 PM, Ben Shum wrote:
> Hi everyone,
>
> We've received reports of problems using the latest release of Evergreen
> 2.0.7 with locales other than "en-US" and have traced it back to a
> problem with one of the locale files being empty (circ.properties). 
> This also affected the Evergreen 2.1-RC1 as well.
>
> Mike Rylander is rebuilding the release tar.gz file to fix this as soon
> as possible, a follow-up email will be announced as soon as that's been
> completed.
>
> Sorry for any inconvenience.
>
> -- Ben
>


[OPEN-ILS-GENERAL] Receipt Templates Quirkiness in 2.0.6

2011-06-29 Thread Melissa Lefebvre
Hi Everyone,

 

We were wondering if anyone else on 2.0.6 has experienced where custom
receipt templates that have been imported and saved locally, randomly reset
themselves back to the Evergreen receipt defaults without actually clicking
the "Default" button.  If so what did you do to resolve this issue.  If not
is there anything we can check on our system that might be causing this
reset.

 

Thanks,

Melissa

 

Melissa Lefebvre

Open Source Project Manager

Web Services Administrator

Bibliomation, Inc.

32 Crest Road

Middlebury, CT 06762

203-577-4070 ext. 116



[OPEN-ILS-GENERAL] ALERT: Evergreen 2.0.7 and locales problem

2011-06-29 Thread Ben Shum
Hi everyone,

We've received reports of problems using the latest release of Evergreen
2.0.7 with locales other than "en-US" and have traced it back to a
problem with one of the locale files being empty (circ.properties). 
This also affected the Evergreen 2.1-RC1 as well.

Mike Rylander is rebuilding the release tar.gz file to fix this as soon
as possible, a follow-up email will be announced as soon as that's been
completed.

Sorry for any inconvenience.

-- Ben

-- 
Benjamin Shum
Open Source Software Coordinator
Bibliomation, Inc.
32 Crest Road
Middlebury, CT 06762
203-577-4070, ext. 113



Re: [OPEN-ILS-GENERAL] Open-ils-general Digest, Vol 60, Issue 46

2011-06-29 Thread Michael Mannheim
I am out of the office until July 5. Please contact 413-205-3225 if you
need assistance. 



Re: [OPEN-ILS-GENERAL] Scheduling next Community meeting (suggested: Friday, July 8 @ 2:00 PM Canada/Eastern)?

2011-06-29 Thread Steve Wills
+1
-Original Message-
From: Galen Charlton [mailto:g...@esilibrary.com]
Sent: Monday, June 27, 2011 11:13 AM
To: 'Evergreen Discussion Group'
Subject: Re: [OPEN-ILS-GENERAL] Scheduling next Community meeting   
(suggested: Friday, July 8 @ 2:00 PM Canada/Eastern)?

Hi,> So, tentatively, I would like to suggest that we aim for Friday, July> 8th 
at 2:00 PM Eastern for the next Community meeting. If you would> like to attend 
and can make that date/time, please respond with a> "+1". If the response is 
poor, then I'll gladly pass the scheduling> hat to somebody else to give it a 
shot!+1Regards,Galen--Galen CharltonDirector of Support and 
ImplementationEquinox Software, Inc. / Your Library's Guide to Open 
Sourceemail: gmc@esilibrary.comdirect: +1 770-709-5581cell: +1 
404-984-4366skype: gmcharltweb: http://www.esilibrary.com/Supporting Koha and 
Evergreen: http://koha-community.org & http://evergreen-ils.orgEquinox is going 
to New Orleans! Please visit us at booth 550at ALA Annual to learn more about 
Koha and Evergreen.