Re: [Koha-devel] Installing Koha on a Sun Server?

2011-04-13 Thread Dobrica Pavlinusic
On Thu, Apr 14, 2011 at 08:58:12AM +1200, Chris Cormack wrote: > 2011/4/14 Scott Kushner : > > Does anyone know how to install VirtualBox software on a Sun Solaris > > UltraSparc Sunfire 280R server with Solaris 9 OS…? > > > > > > > Hmm you'd think it would be doable, given they are all Oracle now.

Re: [Koha-devel] Installing Koha on a Sun Server?

2011-04-13 Thread glawson
You'll probably need to upgrade to the latest version of Solaris, which is 10 9/10. That was the word we got from Sun Support when we were running an older version of Solaris 10, and had no success getting VirtualBox installed. Once we did that installing VBox was easy, and it's running fine n

Re: [Koha-devel] Installing Koha on a Sun Server?

2011-04-13 Thread Chris Cormack
2011/4/14 Scott Kushner : > Does anyone know how to install VirtualBox software on a Sun Solaris > UltraSparc Sunfire 280R server with Solaris 9 OS…? > > > Hmm you'd think it would be doable, given they are all Oracle now. I have run Koha itself on Solaris before, but not inside virtualbox. Solari

[Koha-devel] Installing Koha on a Sun Server?

2011-04-13 Thread Scott Kushner
Does anyone know how to install VirtualBox software on a Sun Solaris UltraSparc Sunfire 280R server with Solaris 9 OS...? Any info would be greatly appreciated. Thanks, Scott Kushner Information Systems Librarian Middletown Public Library ___

Re: [Koha-devel] Koha print circulation slips

2011-04-13 Thread Liz Rea
I also added one more bit of information regarding better use of Firefox as a Koha client: http://wiki.koha-community.org/wiki/Using_Portable_Firefox_as_a_Koha_Client This way you can have a version of firefox with a restricted printer, and a version that can print to any printer. Liz Rea NEKL

Re: [Koha-devel] Koha print circulation slips

2011-04-13 Thread Liz Rea
This information can now be found on the Koha wiki as well, at http://wiki.koha-community.org/wiki/Configure_Automatic_Receipt_Printing :) Liz Rea NEKLS On Apr 13, 2011, at 8:57 AM, Linda Culberson wrote: > What wonderfully detailed information! Thank you! > Linda > > On 4/13/2011 8:47 AM, Li

Re: [Koha-devel] Koha print circulation slips

2011-04-13 Thread Linda Culberson
What wonderfully detailed information! Thank you! Linda On 4/13/2011 8:47 AM, Liz Rea wrote: Linda, This configuration information may help you, it is what we do to configure our receipt printers to print automatically. http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/

Re: [Koha-devel] Koha print circulation slips

2011-04-13 Thread Liz Rea
Linda, This configuration information may help you, it is what we do to configure our receipt printers to print automatically. http://www.nexpresslibrary.org/go-live/configure-your-receipt-printers/ You can also do this with a version of portable firefox, used only for Koha, that has the receip

Re: [Koha-devel] Issues table and foreign keys in general

2011-04-13 Thread Galen Charlton
Hi, On Tue, Apr 12, 2011 at 9:38 PM, Srdjan wrote: > 1. issues table has nullable borrowernumber and itemnumber; foreign > key constraints are consequently declared as "ON DELETE SET NULL ON > UPDATE SET NULL" > > 2. That is not an isolated issue, there are many cases where foreign > key field/co

[Koha-devel] Issues table and foreign keys in general

2011-04-13 Thread Srdjan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have noticed some things: 1. issues table has nullable borrowernumber and itemnumber; foreign key constraints are consequently declared as "ON DELETE SET NULL ON UPDATE SET NULL" 2. That is not an isolated issue, there are many cases where fo