Re: [Koha] integrating KOHA with other financial system

2013-11-18 Thread Dennis Njuguna
Robin Sheat, You have no idea how you have saved me, thanks a million

It worked


On Thu, Nov 14, 2013 at 12:16 AM, Robin Sheat ro...@catalyst.net.nz wrote:

 Dennis Njuguna schreef op wo 13-11-2013 om 13:22 [+0300]:
  the payments are done there and I need to update my koha I am
  inserting back to the same table successfully but when I go to the
  patrons'
  fines list in koha the entry  my payment is there but the total
  havent
  cleared what do I need to do here.

 When updating the accountlines table you need to go and retroactively
 update the totals for the borrower.

 Here's an example from a script that I use when migrating accounts from
 a legacy system to Koha:


 https://gitorious.org/koha-migration-toolbox/koha-migration-toolbox/source/a634e99d18577b87de93708cf992e829ede3ce46:migration/Liberty/accounts.pl#L206

 this function goes through all the borrowers that have been updated and
 replays the transactions to keep the totals in sync.

 --
 Robin Sheat
 Catalyst IT Ltd.
 ✆ +64 4 803 2204
 GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
Hi all I need some help here, Im am supposed to link koha and the main
financial system of our school, i.e patrons who are students I need to
either rename a field in koha called Admission Number and have it
mandatory, I was thinking of using the field Sort1 or Initials and have
it mandatory like field Surname or Zip/Postal

I have renamed it in mysql but its not renamed in koha.

is this even possible in the first place?

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
Thanks alot, then my best option would be the *IntranetUserJS way*, I
wonder what I'm not doing right:

1. I go to *IntranetUserJS using the administration, global system
perferences
*
*2. then I try
*

 $(#memberentry_contact label[for='phone']).html(my primary phone :);

but I see no change once I save and open the patrons' page

is it something im missing?




On Wed, Apr 17, 2013 at 11:22 AM, Fischer, Katrin
katrin.fisc...@bsz-bw.dewrote:

 Hi,

 please don't change the database structure in Koha as this will cause all
 kinds of problems for you. If you need the field to be directly in the
 borrowers table, you could try relabeling it in the interface using jQuery (
 http://wiki.koha-community.org/wiki/JQuery_Library). Another option is
 using patron attributes, that allow you to configure additional fields for
 patron records in a nice way (
 http://manual.koha-community.org/3.12/en/patscirc.html#patronattributetypes
 ).

 Hope this helps,

 Katrin


  -Original Message-
  From: koha-boun...@lists.katipo.co.nz [mailto:koha-
  boun...@lists.katipo.co.nz] On Behalf Of Dennis Njuguna
  Sent: Wednesday, April 17, 2013 10:08 AM
  To: koha@lists.katipo.co.nz
  Subject: [Koha] queries in koha
 
  Hi all I need some help here, Im am supposed to link koha and the main
  financial system of our school, i.e patrons who are students I need to
  either rename a field in koha called Admission Number and have it
  mandatory, I was thinking of using the field Sort1 or Initials and
 have
  it mandatory like field Surname or Zip/Postal
 
  I have renamed it in mysql but its not renamed in koha.
 
  is this even possible in the first place?
 
  --
 
  Dennis K. Njuguna
  ___
  Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
  http://lists.katipo.co.nz/mailman/listinfo/koha
 




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] (no subject)

2013-04-17 Thread Dennis Njuguna
Thanks alot people for assistance, then my best option would be the
*IntranetUserJS
way*, I wonder what I'm not doing right:

1. I go to *IntranetUserJS using the administration, global system
perferences
*
*2. then I try
*

 $(#memberentry_contact label[for='phone']).html(my primary phone :);

but I see no change once I save and open the patrons' page

is it something im missing?



-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
1. I go to IntranetUserJS using the administration, global system
perferences
2. then I try

 $(#memberentry_contact label[for='phone']).html(my primary phone :);



but I see no change once I save and open the patrons' page

is it something im missing?



On Wed, Apr 17, 2013 at 12:46 PM, Dennis Njuguna cknjug...@gmail.com
wrote:

 Thanks alot, then my best option would be the IntranetUserJS way, I
wonder what I'm not doing right:

 1. I go to IntranetUserJS using the administration, global system
perferences
 2. then I try

  $(#memberentry_contact label[for='phone']).html(my primary phone :);



 but I see no change once I save and open the patrons' page

 is it something im missing?




 On Wed, Apr 17, 2013 at 11:22 AM, Fischer, Katrin 
katrin.fisc...@bsz-bw.de wrote:

 Hi,

 please don't change the database structure in Koha as this will cause
all kinds of problems for you. If you need the field to be directly in the
borrowers table, you could try relabeling it in the interface using jQuery
( http://wiki.koha-community.org/wiki/JQuery_Library). Another option is
using patron attributes, that allow you to configure additional fields for
patron records in a nice way (
http://manual.koha-community.org/3.12/en/patscirc.html#patronattributetypes
).

 Hope this helps,

 Katrin


  -Original Message-
  From: koha-boun...@lists.katipo.co.nz [mailto:koha-
  boun...@lists.katipo.co.nz] On Behalf Of Dennis Njuguna
  Sent: Wednesday, April 17, 2013 10:08 AM
  To: koha@lists.katipo.co.nz
  Subject: [Koha] queries in koha
 
  Hi all I need some help here, Im am supposed to link koha and the main
  financial system of our school, i.e patrons who are students I need to
  either rename a field in koha called Admission Number and have it
  mandatory, I was thinking of using the field Sort1 or Initials and
have
  it mandatory like field Surname or Zip/Postal
 
  I have renamed it in mysql but its not renamed in koha.
 
  is this even possible in the first place?
 
  --
 
  Dennis K. Njuguna
  ___
  Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
  http://lists.katipo.co.nz/mailman/listinfo/koha
 




 --

 Dennis K. Njuguna




--

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] queries in koha

2013-04-17 Thread Dennis Njuguna
Ohhh yes thanks alot Bernado, one last one can I re-label other field like
initials I need to use this as student number


On Wed, Apr 17, 2013 at 1:58 PM, Bernardo Gonzalez Kriegel 
bgkrie...@gmail.com wrote:

 Dennis,
 the wiki page pointed by Katrin said:
 --begin
 You must include
   $(document).ready(function(){ multiple statements go here });
 inside the preference, around your statements. Examples listed below are
 considered statements.
 --end

 So, you are forgetting that function. Please try
  $(document).ready(function(){ $(#memberentry_contact
 label[for='phone']).html(my primary phone :); });

 It works.

 Regards,
 Bernardo


 --
 Bernardo Gonzalez Kriegel
 bgkrie...@gmail.com


 On Wed, Apr 17, 2013 at 7:19 AM, Dennis Njuguna cknjug...@gmail.comwrote:

 1. I go to IntranetUserJS using the administration, global system
 perferences
 2. then I try

  $(#memberentry_contact label[for='phone']).html(my primary phone :);



 but I see no change once I save and open the patrons' page

 is it something im missing?



 On Wed, Apr 17, 2013 at 12:46 PM, Dennis Njuguna cknjug...@gmail.com
 wrote:
 
  Thanks alot, then my best option would be the IntranetUserJS way, I
 wonder what I'm not doing right:
 
  1. I go to IntranetUserJS using the administration, global system
 perferences
  2. then I try
 
   $(#memberentry_contact label[for='phone']).html(my primary phone
 :);
 
 
 
  but I see no change once I save and open the patrons' page
 
  is it something im missing?
 
 
 
 
  On Wed, Apr 17, 2013 at 11:22 AM, Fischer, Katrin 
 katrin.fisc...@bsz-bw.de wrote:
 
  Hi,
 
  please don't change the database structure in Koha as this will cause
 all kinds of problems for you. If you need the field to be directly in the
 borrowers table, you could try relabeling it in the interface using jQuery
 ( http://wiki.koha-community.org/wiki/JQuery_Library). Another option is
 using patron attributes, that allow you to configure additional fields for
 patron records in a nice way (

 http://manual.koha-community.org/3.12/en/patscirc.html#patronattributetypes
 ).
 
  Hope this helps,
 
  Katrin
 
 
   -Original Message-
   From: koha-boun...@lists.katipo.co.nz [mailto:koha-
   boun...@lists.katipo.co.nz] On Behalf Of Dennis Njuguna
   Sent: Wednesday, April 17, 2013 10:08 AM
   To: koha@lists.katipo.co.nz
   Subject: [Koha] queries in koha
  
   Hi all I need some help here, Im am supposed to link koha and the
 main
   financial system of our school, i.e patrons who are students I need
 to
   either rename a field in koha called Admission Number and have it
   mandatory, I was thinking of using the field Sort1 or Initials
 and
 have
   it mandatory like field Surname or Zip/Postal
  
   I have renamed it in mysql but its not renamed in koha.
  
   is this even possible in the first place?
  
   --
  
   Dennis K. Njuguna
   ___
   Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
   http://lists.katipo.co.nz/mailman/listinfo/koha
  
 
 
 
 
  --
 
  Dennis K. Njuguna




 --

 Dennis K. Njuguna
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha





-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Data Migration (Dennis Njuguna)

2012-10-25 Thread Dennis Njuguna
Thank you Sunil for that info, I have found the current one is holding info
at tag 852 I have edited it using MARCEdit 8.5 and when I import I see
there are items imported though when I go to the book itself to view it
tells me that no physical items for this record

what could I be doing wrong?



On Thu, Oct 25, 2012 at 7:22 AM, Sunil Kumar sunil.ku...@ecoleglobal.comwrote:

 Dear Dennis,

 I believe you are missing MARC tag 952 series, 952 is the local tags which
 contain all the information about the holding. For example.

 952$8$9$a$b$c$g$h$p$y
 $8 is for collection code
 $9 is for biblio number
 $a is for permanent location
 $b is for current location
 $c is for shelf location
 $g is for purchase price (you can include the vendor name, location and
 invoice details also here)
 $h is for volume details of the resources mainly it is used for the
 journal/magazine/periodicals
 $p is for the barcode
 $y is for the item type

 Once you have all the required information in 952 series you can convert
 the
 file into marc format and upload the same to koha, as the standard process.

 Thanks and Regards

 R Sunil Kumar
 Library Technologist



 -Original Message-
 From: koha-boun...@lists.katipo.co.nz
 [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of
 koha-requ...@lists.katipo.co.nz
 Sent: 25 October 2012 03:21
 To: koha@lists.katipo.co.nz
 Subject: Koha Digest, Vol 84, Issue 45

 Send Koha mailing list submissions to
 koha@lists.katipo.co.nz

 To subscribe or unsubscribe via the World Wide Web, visit
 http://lists.katipo.co.nz/mailman/listinfo/koha
 or, via email, send a message with subject or body 'help' to
 koha-requ...@lists.katipo.co.nz

 You can reach the person managing the list at
 koha-ow...@lists.katipo.co.nz

 When replying, please edit your Subject line so it is more specific than
 Re: Contents of Koha digest...


 Today's Topics:

1. Re: Data Migration (Dennis Njuguna)
2. Re: Data Migration (Mohamed zalabany)
3. Problems upgrading to 3.8 (Ramon Andi?ach)
4. Re: Problems upgrading to 3.8 (Hugo Agud)
5. Email. (Estel Porras)
6. Help needed with report - how to extract subtitle and
   edition? (Elaine Bradtke)
7. Re: Help needed with report - how to extract subtitle and
   edition? (mh_zalab...@hotmail.com)


 --

 Message: 1
 Date: Wed, 24 Oct 2012 12:17:39 +0300
 From: Dennis Njuguna cknjug...@gmail.com
 To: Mohamed zalabany mh_zalab...@hotmail.com
 Cc: koha list koha@lists.katipo.co.nz,manny_tama...@sil.org
 manny_tama...@sil.org
 Subject: Re: [Koha] Data Migration
 Message-ID:
 
 cah0m1x-abcrevvzfvol9oj4ne7nmd0o4-uytqtua0lfgxyo...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 it is marc compliant, but when I take it to marcedit i view the file but I
 cannot see/view the barcode, if I import the marc into koha I can only
 import the biblios records, no holdings.



 On Tue, Oct 23, 2012 at 7:02 PM, Mohamed zalabany
 mh_zalab...@hotmail.comwrote:

   Hello
  conversion from mandarin M3 will be easy if your version is supporting
  Marc 21 for holding you need to know what is the local field that the
  system uses to put the items information and edit the record by MARC
  edit to change the tag of the item field to
  (952) koha local field for item information
 
  *
  *
 
  *
  *
 
  *Mohamed El Zalabaitny*
  **
  *Integrated library systems consultant*
 
  Zalabany Knowledge Systems Team?
  For Libraries and Information systems Development and support
  mh_zalab...@hotmail.com
  Mobile: 0111291444
 
  **
 
 
  --
  Date: Tue, 23 Oct 2012 17:08:09 +0300
  Subject: Re: [Koha] Data Migration
  From: cknjug...@gmail.com
  To: mh_zalab...@hotmail.com
  CC: manny_tama...@sil.org; koha@lists.katipo.co.nz
 
 
  Hello Mohamed what about data migration from mandarin M3 especially
  the holdings?
 
  On Tue, Oct 23, 2012 at 2:51 PM, Mohamed zalabany
  mh_zalab...@hotmail.com
   wrote:
 
 
  i have a big experience in data conversion but unfortunately i don't
  know MAELISA library systemso could you tell us is the data is MARC
  format i what format and send me a sample of data
 
 
 
  Mohamed El ZalabanyIntegrated library systems consultant
 
  Zalabany Knowledge Systems Team?
  For Libraries and Information systems Development and support
  mh_zalab...@hotmail.com
  Mobile: 202-0111291444
 
 
 
   From: manny_tama...@sil.org
   To: koha@lists.katipo.co.nz
   Date: Tue, 23 Oct 2012 10:21:40 +0800
   Subject: [Koha] Data Migration
  
   Good day to all,
  
  
  
   I'm Manny from Manila and in the process of data migration of the
   library from MAELISA to KOHA.
  
   Is there anyone who had done this process or has a script that may
 help?
  
  
  
   Salamat
  
  
  
   Manny Tamayao
  
   Librarian/Archivist
  
   SIL Philippines
  
   skype: mannytamayao
  
   mobile: 09152822329

Re: [Koha] Data Migration

2012-10-24 Thread Dennis Njuguna
it is marc compliant, but when I take it to marcedit i view the file but I
cannot see/view the barcode, if I import the marc into koha I can only
import the biblios records, no holdings.



On Tue, Oct 23, 2012 at 7:02 PM, Mohamed zalabany
mh_zalab...@hotmail.comwrote:

  Hello
 conversion from mandarin M3 will be easy if your version is supporting
 Marc 21
 for holding you need to know what is the local field that the system uses
 to put the items information
 and edit the record by MARC edit to change the tag of the item field to
 (952) koha local field for item information

 *
 *

 *
 *

 *Mohamed El Zalabaitny*
 **
 *Integrated library systems consultant*

 Zalabany Knowledge Systems Team©
 For Libraries and Information systems Development and support
 mh_zalab...@hotmail.com
 Mobile: 0111291444

 **


 --
 Date: Tue, 23 Oct 2012 17:08:09 +0300
 Subject: Re: [Koha] Data Migration
 From: cknjug...@gmail.com
 To: mh_zalab...@hotmail.com
 CC: manny_tama...@sil.org; koha@lists.katipo.co.nz


 Hello Mohamed what about data migration from mandarin M3 especially the
 holdings?

 On Tue, Oct 23, 2012 at 2:51 PM, Mohamed zalabany mh_zalab...@hotmail.com
  wrote:


 i have a big experience in data conversion but unfortunately i don't know
 MAELISA library systemso could you tell us is the data is MARC format i
 what format and send me a sample of data



 Mohamed El ZalabanyIntegrated library systems consultant

 Zalabany Knowledge Systems Team©
 For Libraries and Information systems Development and support
 mh_zalab...@hotmail.com
 Mobile: 202-0111291444



  From: manny_tama...@sil.org
  To: koha@lists.katipo.co.nz
  Date: Tue, 23 Oct 2012 10:21:40 +0800
  Subject: [Koha] Data Migration
 
  Good day to all,
 
 
 
  I'm Manny from Manila and in the process of data migration of the library
  from MAELISA to KOHA.
 
  Is there anyone who had done this process or has a script that may help?
 
 
 
  Salamat
 
 
 
  Manny Tamayao
 
  Librarian/Archivist
 
  SIL Philippines
 
  skype: mannytamayao
 
  mobile: 09152822329
 
 
 
 
 
 
 
 
 
 
 
  ___
  Koha mailing list  http://koha-community.org
  Koha@lists.katipo.co.nz
  http://lists.katipo.co.nz/mailman/listinfo/koha

 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




 --

 Dennis K. Njuguna




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Data Migration

2012-10-23 Thread Dennis Njuguna
Hello Mohamed what about data migration from mandarin M3 especially the
holdings?

On Tue, Oct 23, 2012 at 2:51 PM, Mohamed zalabany
mh_zalab...@hotmail.comwrote:


 i have a big experience in data conversion but unfortunately i don't know
 MAELISA library systemso could you tell us is the data is MARC format i
 what format and send me a sample of data



 Mohamed El ZalabanyIntegrated library systems consultant

 Zalabany Knowledge Systems Team©
 For Libraries and Information systems Development and support
 mh_zalab...@hotmail.com
 Mobile: 202-0111291444



  From: manny_tama...@sil.org
  To: koha@lists.katipo.co.nz
  Date: Tue, 23 Oct 2012 10:21:40 +0800
  Subject: [Koha] Data Migration
 
  Good day to all,
 
 
 
  I'm Manny from Manila and in the process of data migration of the library
  from MAELISA to KOHA.
 
  Is there anyone who had done this process or has a script that may help?
 
 
 
  Salamat
 
 
 
  Manny Tamayao
 
  Librarian/Archivist
 
  SIL Philippines
 
  skype: mannytamayao
 
  mobile: 09152822329
 
 
 
 
 
 
 
 
 
 
 
  ___
  Koha mailing list  http://koha-community.org
  Koha@lists.katipo.co.nz
  http://lists.katipo.co.nz/mailman/listinfo/koha

 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Barcodes

2012-10-03 Thread Dennis Njuguna
Hello Good people

I want to change the (label or field) p - Accession Number to read p - Barcode
especially when editing/adding items for a book, how do I do that?
*
*

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Software Error

2012-09-14 Thread Dennis Njuguna
Hi All I am getting the following error when searching for materials:
---
Software error:

Can't call method data on an undefined value at
/usr/share/koha/lib/C4/Search.pm line 1494.

 For help, please send mail to the webmaster (webmaster@koha), giving this
error message and the time and date of the error.



what could be the issue?

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] MARC Records to KOHA

2012-09-12 Thread Dennis Njuguna
hi all,

I am trying to import to koha, i have checked and matched the fields but
once i get to the 'staged' so that I can import the file uploaded its
foever staying at the 0% and not importing what could be the problem? I
have further tried to create a framework in koha, to have the fields match
the fields at the marc file but its not working.


--

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] importing MARC records to koha

2012-09-11 Thread Dennis Njuguna
Hey I have been unsuccessfull in doing this is the a link I can find the
step by step to this?

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] importing MARC records to koha

2012-09-11 Thread Dennis Njuguna
I am extremely new to koha just managed to install it now i do have a marc
record file i need to import into koha 3.8 , please help.

regards
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] From MandarinM3 to Koha

2012-09-06 Thread Dennis Njuguna
Hi all,

I am doing a changeover from mandarin M3 to Koha, I wonder if there is
someone out there  who has been able to know export from mandarin M3 to
other format especially the holidings bit.

regards

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Newbie progressing

2012-09-05 Thread Dennis Njuguna
Dear all

Im sure this has been asked before but help me on how I can change the koha
logo at the intranet and have my library's logo instead, I have managed
opac.

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Newbie just started on koha

2012-09-04 Thread Dennis Njuguna
Hi all

I appreciate the advice accorded, so far as newbie in ubuntu/koha now I
have both koha 3.8.2 im running it on an ubuntu VM, my current problem is i
am giving my machine an IP address, 192.168.100.2 successfully since its
even browsing the internet and I can ping it from our LAN but when I try to
access koha I have to access it using  127.0.1.1:8080 how do I change this
to have it run at my ip address or rather I want to access this koha
application from the network.

I used a godsent link liveCD

Regards

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Newbie just started on koha

2012-09-04 Thread Dennis Njuguna
Thanks it works

On Tue, Sep 4, 2012 at 4:34 PM, Bernardo Gonzalez Kriegel 
bgkrie...@gmail.com wrote:

 Dennis,
 perhaps it has to do with the apache configuration on the VM.
 Look at the file /etc/koha/koha-httpd.conf, on the lines with VirtualHost
 127.0.0.1:80/8080
 you must put VirtualHost *:80/8080 or your IP address instead of *,
 then restart apache
 (sudo apache2ctl restart)

 Hope that helps

 Bernardo
 --
 Bernardo Gonzalez Kriegel
 bgkrie...@gmail.com



 On Tue, Sep 4, 2012 at 10:20 AM, Dennis Njuguna cknjug...@gmail.comwrote:

 Hi all

 I appreciate the advice accorded, so far as newbie in ubuntu/koha now I
 have both koha 3.8.2 im running it on an ubuntu VM, my current problem is
 i
 am giving my machine an IP address, 192.168.100.2 successfully since its
 even browsing the internet and I can ping it from our LAN but when I try
 to
 access koha I have to access it using  127.0.1.1:8080 how do I change
 this
 to have it run at my ip address or rather I want to access this koha
 application from the network.

 I used a godsent link liveCD

 Regards

 --

 Dennis K. Njuguna
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha





-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] new in koha

2012-09-03 Thread Dennis Njuguna
noted thanks for the update.

On Mon, Sep 3, 2012 at 9:31 AM, Mark Tompsett mtomp...@hotmail.com wrote:

   Greetings,

 3.01 is a very old, unsupported version. Additionally, Koha is developed
 and supported by those using debian-based operating systems, so the support
 for OpenSUSE is minimal. The wiki pages only list Koha 3.0 (
 http://wiki.koha-community.org/wiki/Koha_3.0.0_on_openSUSE_11.3). This
 will be drastically out of date compared to 3.10.0 which comes out at the
 end of November. And the answers to all the problems you encounter will be:
 upgrade to the latest version. If you do not have organizational
 requirements, please consider moving to a debian-based OS (Debian, Ubuntu,
 etc.).

 If you have VMWare installed, then you really should use the images
 provided at http://kylehall.info/

  GPML,
  Mark Tompsett




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] HELP ON CATALOGUE

2012-09-03 Thread Dennis Njuguna
Hi

just installed koha but i cannot search and find 'authorities and./or books
once i enter(add) them what should i do.




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Fwd: HELP ON CATALOGUE

2012-09-03 Thread Dennis Njuguna
just installed koha but i cannot search and find 'authorities and./or books
once i enter(add) them what should i do.


more info
what I did was to install using a live CD and inserted it which in turn
gave me the os openSUSE and koha 3.01.00.999.

what are the steps to activate the search?

im new to linux and koha too

regards



On Mon, Sep 3, 2012 at 3:28 PM, Bernardo Gonzalez Kriegel 
bgkrie...@gmail.com wrote:

 On Mon, Sep 3, 2012 at 9:09 AM, Dennis Njuguna cknjug...@gmail.comwrote:

 Hi

 just installed koha but i cannot search and find 'authorities and./or
 books
 once i enter(add) them what should i do.


 Hello Dennis,
 could you give a little more information?

 Your Koha version, linux distribution and if you followed all the steps
 necessary to activate the search (zebra).


 Bernardo
 --
 Bernardo Gonzalez Kriegel
 bgkrie...@gmail.com




-- 

Dennis K. Njuguna




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Fwd: HELP ON CATALOGUE

2012-09-03 Thread Dennis Njuguna
Yes, Robin Shea, you are correct i found that, and im currently dowloading
this koha_livecd_325_ub1010_x64.r8.iso to try it since I did try the manual
installation unsuccesfully severally. hoping this works

On Mon, Sep 3, 2012 at 3:42 PM, Robin Sheat ro...@catalyst.net.nz wrote:

 Op 03-09-12 14:36, Dennis Njuguna schreef:
  more info
  what I did was to install using a live CD and inserted it which in turn
  gave me the os openSUSE and koha 3.01.00.999.

 I assume you found this:

 http://sourceforge.net/projects/koha-3-live-cd/

 which says:  Last Update: 2010-02-16

 This was over 2 years ago, and so it's very out of date. If you want to
 go for a live CD, there are newer versions around. You are best starting
 at the www.koha-community.org site and finding things from there. There
 are also other installation methods available.

 --
 Robin Sheat
 Catalyst IT Ltd.
 ✆ +64 4 803 2204
 GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] new in koha

2012-09-02 Thread Dennis Njuguna
thanks alot for the advice and I have installed vmware with openSUSE and
the koha is 3.01.00.999 the installation is okay the I used a live CD
'thank God for that' since im new to both o/s and koha, thanks alot for the
replies,

Dennis


On Sun, Sep 2, 2012 at 1:26 PM, Manos Petridis egpetri...@yahoo.com wrote:

 I use koha on a Debian Linux virtual machine myself, running on Oracle
 Virtualbox, on a 32-bit MS-Windows 7 host.
 The VM was imported from a ready-made koha appliance, downloaded from
 http://kylehall.info/ (Kyle M Hall).
 The VM koha was initially at v3.8, however the installation comes with a
 menu allowing for git updates, so it now is at v3.08.04.000.  Everything
 more-or-less runs ok. The only thing missing is an easy way to back-up
 koha. The VM appliance doesn't come with a pre-installed GUI, one can be
 easily added from the command-line though. You might want to try it, and
 see how it feels.

 Mine is not an installation for heavy use, it does have a massive
 potential for upgrade if needed: simply copy/move the VM to a larger host
 and reconfigure the VM so that it uses more memory and CPU cores.

 Manos Petridis
 Athens, Greece


   --
 *From:* Mark Tompsett mtomp...@hotmail.com
 *To:* cknjug...@gmail.com
 *Cc:* koha@lists.katipo.co.nz
 *Sent:* Sunday, September 2, 2012 9:08 AM
 *Subject:* Re: [Koha] new in koha

 Greetings,

 These are ideas being thought out loud, these are not directions. So
 please don't blame me for anything, if something goes wrong.

 If you are running under windows, you could look into installing
 VirtualBox (www.virtualbox.org). I generally set it to use a Bridged
 Adapter, use a wired connection, and make sure that the interface is setup
 to allow all. You could also consider a virtual appliance:
 http://wiki.koha-community.org/wiki/Koha_Virtual_Appliances

 I use VirtualBox and Ubuntu. Though, this is not recommended for a
 production system. I believe I heard someone suggest on IRC that if we are
 going to recommend a perl for Windows it should be Strawberry Perl. You
 could then attempt to run Koha natively on Windows, but I can't stress
 enough that even if you do succeed (which would make you truly awesome),
 you are also alone. The majority of users are on Debian-based OSes (Debian,
 Ubuntu, etc.) and that is what we can support well.

 If you do attempt VirtualBox and Ubuntu, here are some links. Ubuntu can
 be found at http://www.ubuntu.com/download/server. Based on your host
 operating system, you need to decide 32 or 64 bit. Under Windows 7: Left
 click Start - Right click on Computer - Left click on Properties - read
 the 'System Type'. VirtualBox which can be downloaded from
 https://www.virtualbox.org/wiki/Downloads.

 If you have recovery CDs and/or backup, such that you can return the
 machine to its original state (with all the software installed that is
 currently installed), then perhaps you could attempt a dual boot. Though, I
 think you'll find that a single boot works so much easier. This would be
 more suitable for a production environment.

 If you succeed at getting a booted Debian or Ubuntu environment (either in
 VirtualBox or directly on the machine), then you probably want to look at
 the instructions found on Koha's wiki pages. It says Debian, but does
 generally apply to debian-based OSes (including Ubuntu). The instructions
 are at http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze.

 Of course, you may be in a networked, corporate environment. In which
 case, you need to consult with your network and system administrators
 before doing anything. My librarian colleague works in the office and he
 does not have permission to install a machine on the network. This means
 his virtual machines use two network adapters in Virtualbox (a combination
 of NAT and Host-Only) to simulate the equivalent of a bridged connection.
 Host Only will allow you to access the VM web server from your host
 machine, but you need NAT to give the VM internet access.

 I hope in this rambling there is something useful.

 GPML,
 Mark Tompsett
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha





-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] new in koha

2012-09-01 Thread Dennis Njuguna
I am new to koha i want to implement the windows ver 2.2.9 which I have
done successfully (I hope so) since the opac is running well on the
network the intranet is not. please advice on what I should do i tried
googling unsuccessfully.

-- 

Dennis K. Njuguna
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha