← Previous day | Today | Next day → | Search | Index
All times shown according to UTC.
Time | Nick | Message |
---|---|---|
12:50 | JCATS | koha:/home/koha/koha-2.2.9/scripts/misc/translator# ./tmpl_process3.pl create -i ../../../intranet-html/intranet-tmpl/default/en/ -s test_AL.po -r |
12:50 | Warning: Can't determine original templates' charset, defaulting to ISO-8859-1 | |
12:50 | Charset for test_AL.po : ISO-8859-1 | |
12:50 | Removing empty file test_AL.po | |
12:50 | Create FAILED. | |
12:50 | koha:/home/koha/koha-2.2.9/scripts/misc/translator# | |
12:57 | kados | hi JCATS |
12:57 | I think I know the source of that problem | |
12:58 | just a sec, I'll track it down | |
12:59 | JCATS | If you have time I can give you the IP and the username and pass to my server |
13:27 | kados | morning owen |
13:27 | owen | Hi kados |
14:13 | darcilicious | kados :) |
14:15 | kados | hi darcilicious |
14:16 | darcilicious | about time :) |
14:16 | kados | heh |
14:53 | owen | kados, did you see http://bugs.koha.org/cgi-bin/b[…]w_bug.cgi?id=1390 |
14:54 | I wonder if that's an encoding problem rather than a template problem. | |
19:48 | martinmorris | evening, long time no see :) got a question on koha best practice |
19:49 | for the library i'm setting up, most of the collection is not borrowable, but about a quarter is (and expanding) so i'm wondering what the best way to specify this is in koha | |
19:50 | do i set up separate item types and transfer items between item types (which seems a little wrong) or simply set up every item to be not borrowable automaticlly and then take off that flag for those items that are borrowable, without changing item types? | |
19:50 | anybody has any ideas i'll stay logged in - thanks if you can help :) | |
20:33 | kados | martinmorris: you'll want to set up an itemtype for that |
20:33 | martinmorris: and specify that itemtype as not borrable | |
20:34 | borrowable I mean | |
20:37 | darcilicious | kados! are you home yet? |
20:38 | kados | darcilicious: delayed flight to chicago ... 6 hours :( |
20:38 | darcilicious | o.m.g. i'm sorry! :( |
20:38 | martinmorris | thanks kados - and sorry to hear about the flight! |
20:38 | darcilicious | i thought you were going to stop flying thru chicago? ;-) |
20:38 | kados | hehe |
20:38 | yea, but there just aren't that many connections to ottawa | |
20:39 | darcilicious | bummer. >:/ |
20:40 | martinmorris | got another question |
20:41 | i've been playing with the koha database because i want the barcode for every item to be the same as the biblio number | |
20:41 | kados | hmmm |
20:41 | martinmorris | not the recommended way I'm sure |
20:41 | kados | martinmorris: item -> biblio is a many to one relationship |
20:41 | you are better off using itemnumber = barcode | |
20:41 | martinmorris | yes, that i realise, but at the moment there is only one item per biblio |
20:42 | so i could have chosen either :) | |
20:42 | kados | yea, but the first time someone creates two items for a biblio it'll break :-) |
20:42 | martinmorris | well, surely they'll just get the next number in the list for the barcode when they add an item |
20:43 | i've only done this the once and wouldn't do it ever agai | |
20:43 | n | |
20:43 | i'm just trying to speed up stuff that's all as after importing my marc data a while back i got an item for each biblio without a barcode | |
20:44 | anyway, it doesn't seem to show up in koha at all so i'm wondering if there's more than once place i need to do the SQL command, can't see any other relevant table... | |
20:44 | I did the change in the items table | |
20:44 | kados | ahh, yes |
20:44 | you'll also need to update the marc data | |
20:44 | martinmorris | ah OK |
20:45 | marc_biblio? | |
20:45 | dewey | marc_biblio is where you can find the relationship between marc_subfield_table.bibid and biblioitems.biblionumber in the 2.2 series of Koha |
20:45 | kados | trying to do that in the sql will be pretty complex |
20:46 | martinmorris | that table just has 5000 or so lines where bibid=biblionumber for every line |
20:46 | one for each biblio | |
20:49 | so i can't see where that would help - and there's no other obvious table :) | |
20:51 | i dont' really have to put in each barcode number manually do I? | |
20:54 | oh well if you get an idea let me know, cheers | |
21:32 | hmm, still looking around this | |
21:32 | i really can't see anywhere for individual data about the specific items other than the items table | |
22:28 | chris | martinmorris: marc_subfield_table, and marc_word |
00:23 | kados | martinmorris: it's not something you'll want to do from sql :-) |
00:23 | martinmorris: best approach would be to write a script to update items | |
00:23 | martinmorris: in bulk | |
00:23 | martinmorris: and use the itemnumber ! :-) |
← Previous day | Today | Next day → | Search | Index