[Koha] What is the difference / similaritiy between libraries and branches

2014-02-23 Thread Josef Kreitmayer
Hello there,

my name is Josef, we are currently about to implement our first 1600 books
for the Future Library Vienna (Austria) in our Koha setup.

Many thanks to Nicole Engard here, most of what I know about Koha I learned
from her ByWater Solutions Koha Introduction Videos.

I tried to reserach my following topic, but could not find any answer that
gives clarity to my question.
We are setting up a library that has a main library and some branches. The
circulation is mainly closed within the branches, but books can also be
returned at other branches. We also have temporary branches. Our big
question for the Data-Implementation is: How / where do we best assign the
items? One Library, several branches? Is Branch synonymous with Library?
How do we best do for easy (mostly voluntary) administration and good
overview?

There is some posts in the list already touching the topic of libraries and
branches, but I do not really get clarity by them. Sometimes both terms are
used synonymous, sometimes they seem distincted.

___

Libraries and Branches | what is the difference, what is the similarity,
what does it mean administrationwise?




thank you heaps,
josef





*Mag. Josef Kreitmayer*
E  j...@getactive.org
T  0699/81 634 148
www.getactive.org

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


Re: [Koha] xslt and how not to show field if there are no data

2014-02-23 Thread schnydszch
Hi all! I was able to get what I want to show through the following:
xsl:if test=marc:datafield[@tag=597]/marc:subfield[@code='a']
 Musical Director: 
xsl:for-each select=marc:datafield[@tag=597]
xsl:call-template name=subfieldSelect
xsl:with-param name=codesa/xsl:with-param
/xsl:call-template
/xsl:for-each
 
/xsl:if

Cheers Koha community!



--
View this message in context: 
http://koha.1045719.n5.nabble.com/xslt-and-how-not-to-show-field-if-there-are-no-data-tp5788311p5788455.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] grouping of libraries and able to search it

2014-02-23 Thread schnydszch
Hello Koha users and developers! Is it possible with newer Koha versions, to
group many libraries into one (e.g. many libraries into one region, say
'North American libraries', and another region 'Asian libraries') and be
able to search through this groupings? Probably, this could be done through
jquery, if it is not yet available? Thanks and more power Koha community!



--
View this message in context: 
http://koha.1045719.n5.nabble.com/grouping-of-libraries-and-able-to-search-it-tp5788456.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Install Chinese language for 3.14.3

2014-02-23 Thread Anthony Mao
Hi,

I need your help to install Chinese language for 3.14.3

After install 3.14.3 from http://sourceforge.net/projects/koha-latest/
successfully.  Install Chinese language for Ubuntu successfully too.

I could work fine under English interface.

However, refer to fellowing procedures, I could not make Chinese
interface.  Could someone give me a tip.


Installation of additional languages for OPAC and INTRANET staff
client, 
http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client

I did fellowing commands:

$ koha-translate --list
en
$ koha-translate --list --available
including zh-Hans-TW
$ cd /usr/share/koha/misc/translator/po
There are several po files for differenct languages including:
zh-Hans-TW-i-opac-t-prog-v-3006000.po
zh-Hans-TW-i-staff-t-prog-v-3006000.po
zh-Hans-TW-opac-bootstrap.po
zh-Hans-TW-opac-ccsr.po
zh-Hans-TW-pref.po

I remove the Chinese po files

$ sudo rm zh-Hans-TW*

and get fresh ones:

$ sudo wget 
http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-opac-t-prog-v-3006000.po
$ sudo wget 
http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-staff-t-prog-v-3006000.po
$ sudo wget 
http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-bootstrap.po
$ sudo wget 
http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-ccsr.po
$ sudo wget http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-pref.po

$ ls -l
-rw-r--r-- 1 root root   15647  2月 24 09:44
zh-Hans-TW-i-opac-t-prog-v-3006000.po
-rw-r--r-- 1 root root   15653  2月 24 09:44
zh-Hans-TW-i-staff-t-prog-v-3006000.po
-rw-r--r-- 1 root root   15602  2月 24 09:44 zh-Hans-TW-opac-bootstrap.po
-rw-r--r-- 1 root root   15576  2月 24 09:44 zh-Hans-TW-opac-ccsr.po
-rw-r--r-- 1 root root   15553  2月 24 09:45 zh-Hans-TW-pref.po

While I open 127.0.0.1:8080
Home  Administration  system preference
Choose I18N/L10N,
The references of language and opaclanguages have no Chinese-TW, but
English(en) only.


-- 
Wishing you all the best. . . .


Anthony Mao 毛慶禎
+886 2 29052334 (voice)
+ 886 2 29017405 (FAX)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Install Chinese language for 3.14.3

2014-02-23 Thread Chris Cormack
On 24 February 2014 15:02, Anthony Mao maol...@gmail.com wrote:
 Hi,

 I need your help to install Chinese language for 3.14.3

 After install 3.14.3 from http://sourceforge.net/projects/koha-latest/
 successfully.  Install Chinese language for Ubuntu successfully too.

 I could work fine under English interface.

 However, refer to fellowing procedures, I could not make Chinese
 interface.  Could someone give me a tip.


 Installation of additional languages for OPAC and INTRANET staff
 client, 
 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client

 I did fellowing commands:

 $ koha-translate --list
 en
 $ koha-translate --list --available
 including zh-Hans-TW
 $ cd /usr/share/koha/misc/translator/po
 There are several po files for differenct languages including:
 zh-Hans-TW-i-opac-t-prog-v-3006000.po
 zh-Hans-TW-i-staff-t-prog-v-3006000.po
 zh-Hans-TW-opac-bootstrap.po
 zh-Hans-TW-opac-ccsr.po
 zh-Hans-TW-pref.po

 I remove the Chinese po files

 $ sudo rm zh-Hans-TW*

 and get fresh ones:

 $ sudo wget 
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-opac-t-prog-v-3006000.po
 $ sudo wget 
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-staff-t-prog-v-3006000.po
 $ sudo wget 
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-bootstrap.po
 $ sudo wget 
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-ccsr.po
 $ sudo wget http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-pref.po

 $ ls -l
 -rw-r--r-- 1 root root   15647  2月 24 09:44
 zh-Hans-TW-i-opac-t-prog-v-3006000.po
 -rw-r--r-- 1 root root   15653  2月 24 09:44
 zh-Hans-TW-i-staff-t-prog-v-3006000.po
 -rw-r--r-- 1 root root   15602  2月 24 09:44 zh-Hans-TW-opac-bootstrap.po
 -rw-r--r-- 1 root root   15576  2月 24 09:44 zh-Hans-TW-opac-ccsr.pozh-Hans-TW
 -rw-r--r-- 1 root root   15553  2月 24 09:45 zh-Hans-TW-pref.po


After you got these files did you generate the templates?

koha-translate --install zh-Hans-TW

You have to create the templates from the po files, before they will
show in the interface to be picked

Hope this helps

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


Re: [Koha] Install Chinese language for 3.14.3

2014-02-23 Thread Bernardo Gonzalez Kriegel
Anthony,

First, your download links are not right, they are

wget
http://translate.koha-community.org/export/314/zh_TW/zh-Hans-TW-i-opac-t-prog-v-3006000.po
wget
http://translate.koha-community.org/export/314/zh_TW/zh-Hans-TW-i-staff-t-prog-v-3006000.po
wget
http://translate.koha-community.org/export/314/zh_TW/zh-Hans-TW-opac-bootstrap.po
wget
http://translate.koha-community.org/export/314/zh_TW/zh-Hans-TW-opac-ccsr.po
wget http://translate.koha-community.org/export/314/zh_TW/zh-Hans-TW-pref.po

Second, after the update you need to run the command indicated by Chris

Third, enable zh-Hans-TW on language system preference
It works well (http://snag.gy/9qCmB.jpg)

But there are a couple of errors on some files,
please check
http://translate.koha-community.org/zh_TW/314/translate.html#filter=checks,printf

Regards,
Bernardo




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


On Sun, Feb 23, 2014 at 11:06 PM, Chris Cormack ch...@bigballofwax.co.nzwrote:

 On 24 February 2014 15:02, Anthony Mao maol...@gmail.com wrote:
  Hi,
 
  I need your help to install Chinese language for 3.14.3
 
  After install 3.14.3 from http://sourceforge.net/projects/koha-latest/
  successfully.  Install Chinese language for Ubuntu successfully too.
 
  I could work fine under English interface.
 
  However, refer to fellowing procedures, I could not make Chinese
  interface.  Could someone give me a tip.
 
 
  Installation of additional languages for OPAC and INTRANET staff
  client,
 http://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client
 
  I did fellowing commands:
 
  $ koha-translate --list
  en
  $ koha-translate --list --available
  including zh-Hans-TW
  $ cd /usr/share/koha/misc/translator/po
  There are several po files for differenct languages including:
  zh-Hans-TW-i-opac-t-prog-v-3006000.po
  zh-Hans-TW-i-staff-t-prog-v-3006000.po
  zh-Hans-TW-opac-bootstrap.po
  zh-Hans-TW-opac-ccsr.po
  zh-Hans-TW-pref.po
 
  I remove the Chinese po files
 
  $ sudo rm zh-Hans-TW*
 
  and get fresh ones:
 
  $ sudo wget
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-opac-t-prog-v-3006000.po
  $ sudo wget
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-i-staff-t-prog-v-3006000.po
  $ sudo wget
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-bootstrap.po
  $ sudo wget
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-opac-ccsr.po
  $ sudo wget
 http://translate.koha-community.org/zh_TW/314/zh-Hans-TW-pref.po
 
  $ ls -l
  -rw-r--r-- 1 root root   15647  2月 24 09:44
  zh-Hans-TW-i-opac-t-prog-v-3006000.po
  -rw-r--r-- 1 root root   15653  2月 24 09:44
  zh-Hans-TW-i-staff-t-prog-v-3006000.po
  -rw-r--r-- 1 root root   15602  2月 24 09:44 zh-Hans-TW-opac-bootstrap.po
  -rw-r--r-- 1 root root   15576  2月 24 09:44
 zh-Hans-TW-opac-ccsr.pozh-Hans-TW
  -rw-r--r-- 1 root root   15553  2月 24 09:45 zh-Hans-TW-pref.po
 

 After you got these files did you generate the templates?

 koha-translate --install zh-Hans-TW

 You have to create the templates from the po files, before they will
 show in the interface to be picked

 Hope this helps

 Chris
 ___
 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


[Koha] MYSQL

2014-02-23 Thread esmael
Im looking for the report to count number of items that is falls between
specific callnumber, eg Call No   Total ItemH-HA 101 HB-HD112etc ...
tq



--
View this message in context: 
http://koha.1045719.n5.nabble.com/MYSQL-tp5788462.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha