← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 03:45 | eric_b joined #koha | |
| 03:48 | ebegin left #koha | |
| 03:51 | Braedon left #koha | |
| 03:51 | Braedon joined #koha | |
| 05:38 | wajasu left #koha | |
| 05:57 | brendan left #koha | |
| 08:13 | hdl joined #koha | |
| 08:40 | hdl left #koha | |
| 08:56 | hdl joined #koha | |
| 09:01 | hdl left #koha | |
| 09:03 | davi joined #koha | |
| 09:08 | davi left #koha | |
| 09:10 | davi joined #koha | |
| 10:38 | cait joined #koha | |
| 11:11 | cait | hi #koha |
| 11:51 | irmaB joined #koha | |
| 11:59 | cait | @wunder wellington nz |
| 11:59 | munin | cait: The current temperature in Wellington, New Zealand is 11.0�C (12:00 AM NZDT on October 03, 2010). Conditions: Partly Cloudy. Humidity: 82%. Dew Point: 8.0�C. Pressure: 30.39 in 1029 hPa (Steady). |
| 11:59 | cait | @wunder konstanz |
| 11:59 | munin | cait: The current temperature in Konstanz, Germany is 18.0�C (2:00 PM CEST on October 02, 2010). Conditions: Partly Cloudy. Humidity: 58%. Dew Point: 12.0�C. Pressure: 29.98 in 1015 hPa (Falling). |
| 12:00 | jcamins_a is now known as jcamins | |
| 12:00 | jcamins | Good morning, cait |
| 12:00 | cait | hi jcamins |
| 12:01 | did you make fudge? | |
| 12:02 | jcamins | Not yet. My wife had a cocktail party last night which I accompanied her to, and we were completely tired out by the time we got home. I'm actually thinking about making some right now. |
| 12:12 | cait | hmm :) |
| 12:21 | cait is now known as cait_afk | |
| 12:49 | irmaB left #koha | |
| 12:55 | cait_afk is now known as cait | |
| 13:05 | matts left #koha | |
| 13:22 | jcamins | Mmm. Fudge! |
| 13:23 | * jcamins | gives a spoonful of molten coconut fudge to cait, and leaves a bowl sitting out in #koha for anyone else who would like some |
| 13:23 | cait | yay :) |
| 13:23 | thank you jcamins :) | |
| 13:29 | jcamins | You're welcome. |
| 13:32 | munin left #koha | |
| 13:32 | munin joined #koha | |
| 13:36 | munin left #koha | |
| 13:37 | munin joined #koha | |
| 14:11 | DUlm joined #koha | |
| 14:13 | DUlm | Hello |
| 14:15 | jcamins | Hello. |
| 14:36 | wajasu joined #koha | |
| 14:38 | DUlm left #koha | |
| 15:19 | brendan_l | morning all |
| 15:21 | jcamins | Morning. |
| 16:27 | jcamins is now known as jcamins_a | |
| 16:46 | hdl joined #koha | |
| 16:55 | hdl left #koha | |
| 16:58 | hdl joined #koha | |
| 17:14 | hdl left #koha | |
| 17:22 | brendan joined #koha | |
| 18:04 | brendan | @wunder 93117 |
| 18:04 | munin | brendan: The current temperature in Northwest Goleta, Goleta, California is 23.8�C (11:07 AM PDT on October 02, 2010). Conditions: Clear. Humidity: 65%. Dew Point: 17.0�C. Pressure: 29.96 in 1014.4 hPa (Rising). |
| 18:06 | tance joined #koha | |
| 18:08 | tance | does anyone know how to bult koha multi opac |
| 18:08 | i tried at this link http://koha.1045719.n5.nabble.[…]502.html#a3063502 | |
| 18:09 | brendan | there are some examples that are from the mailing list |
| 18:09 | ah what's your email address I'll forward you an archived message | |
| 18:09 | tance | dritan.meminaj gmail.com |
| 18:10 | thanks | |
| 18:10 | i am waiting | |
| 18:10 | brendan | give me a sec to find it |
| 18:10 | :) | |
| 18:10 | tance | ok |
| 18:20 | brendan | ah sorry were you thinking multiple databases? |
| 18:20 | or just multiple opacs to one database | |
| 18:22 | if you are thinking multiple opacs - then look in the koha-httpd.conf and you'll see a section that says | |
| 18:22 | # Repeat this virtualhost stanza changing the following environment vars to | |
| 18:22 | # create multiple OPAC interfaces with custom css and/or search limits: | |
| 18:22 | # SetEnv OPAC_CSS_OVERRIDE mystyle.css | |
| 18:22 | # SetEnv OPAC_SEARCH_LIMIT branch:CODE | |
| 18:22 | # SetEnv OPAC_LIMIT_OVERRIDE 1 | |
| 18:23 | tance | i want and multiply databases |
| 18:24 | brendan | ok I sent an email - should help you out |
| 18:24 | tance | ok thanks |
| 18:25 | another question can create seperate database for each library branch? | |
| 18:25 | brendan | yes you could - remember that each database would mean a different staff-client and OPAC (no sharing) |
| 18:26 | or you could create one database (one-staff-side) and have different opac's with the branch code as a search limit applied per OPAC (and one global OPAC) | |
| 18:26 | tance | yes this feature i want |
| 18:26 | brendan | ok that email I sent should help you with that |
| 18:27 | tance | thanks brendan |
| 18:43 | hdl joined #koha | |
| 19:01 | testkoha joined #koha | |
| 19:01 | testkoha | how do i view all item in the koha database? |
| 19:02 | brendan | show tables; |
| 19:02 | select * from items; | |
| 19:03 | testkoha | thx but is there a way to do it through the koha admin interface?(i'm new to koha i downloaded the vm appliance and i'm trying to see if it can work for my institution |
| 19:09 | brendan | not really - you could search on the letter 'a' and that will let you know how many items you have (it should show at least most of them) |
| 19:15 | chris_n1 | @wunder 28334 |
| 19:15 | munin? | |
| 19:15 | munin | chris_n1: The current temperature in Dunn, North Carolina is 25.1�C (3:20 PM EDT on October 02, 2010). Conditions: Clear. Humidity: 13%. Dew Point: -5.0�C. Pressure: 29.53 in 999.9 hPa (Falling). |
| 19:15 | chris_n1 | @quote random |
| 19:15 | munin | chris_n1: Quote #41: "owen: Being an ass doesn't qualify as a medical condition ;)" (added by jwagner at 11:13 AM, October 16, 2009) |
| 19:16 | chris_n1 | wow.... munin must be taking it easy this weekend |
| 19:22 | chris | @wunder wellington nz |
| 19:22 | munin | chris: The current temperature in Wellington, New Zealand is 9.0�C (8:00 AM NZDT on October 03, 2010). Conditions: Clear. Humidity: 93%. Dew Point: 8.0�C. Pressure: 30.42 in 1030 hPa (Steady). |
| 19:23 | chris | http://metservice.com/towns-cities/wellington |
| 19:23 | tance left #koha | |
| 19:24 | chris | sun sun and sun |
| 19:25 | hdl left #koha | |
| 19:31 | chris | ok time to go do something with the day :) |
| 19:32 | hdl joined #koha | |
| 19:32 | brendan | @wunder 93117 |
| 19:33 | munin | brendan: The current temperature in Northwest Goleta, Goleta, California is 24.7�C (12:37 PM PDT on October 02, 2010). Conditions: Scattered Clouds. Humidity: 61%. Dew Point: 17.0�C. Pressure: 29.96 in 1014.4 hPa (Rising). |
| 19:52 | hdl left #koha | |
| 20:32 | jcamins_a is now known as jcamins | |
| 20:54 | Johnindy left #koha | |
| 21:13 | jcamins | testkoha: you can also see all items in your database by going to the Advanced Search and limiting by branch, if you have only one branch. |
| 21:20 | Nate joined #koha | |
| 21:21 | Nate left #koha | |
| 21:22 | CGI729 joined #koha | |
| 21:23 | CGI729 left #koha | |
| 21:33 | testkoha | jcamins what i'm really trying to do is list all the books in the current database |
| 21:35 | chris_n1 left #koha | |
| 21:41 | jcamins | testkoha: that's the only way I know of to do it. |
| 21:41 | I mean, if you're not willing to directly access the database, which is the best way. | |
| 21:44 | davi left #koha | |
| 22:21 | cait left #koha | |
| 22:27 | larsw left #koha | |
| 22:27 | larsw joined #koha | |
| 22:29 | DUlm joined #koha | |
| 22:49 | testkoha left #koha | |
| 22:51 | Braedon left #koha | |
| 22:51 | Braedon joined #koha | |
| 22:53 | DUlm left #koha | |
| 23:13 | brendan_l | .away |
| 23:13 | ;) | |
| 23:17 | larsw left #koha | |
| 23:17 | larsw joined #koha |
← Previous day | Today | Next day → | Search | Index