Re: [Koha] Koha enquiry for a new library

2019-02-19 Thread Bob Birchall
Hello Sumayya, What size is your bibliographic collection and how many users will you have? For a new library, the main steps are: - enter basic administration parameters such as your library or branches, item types and user categories; - configure the system preferences so that Koha supports you

Re: [Koha] Delete no item from koha

2019-02-19 Thread Michael Kuhn
Hi Muhammad > *currently facing a problem. I am working on koha 18.11.02. And** in > my koha there are a lot of record entry in which there are no item** > added. And I want to remove all of them in one go because there are a > lot** of such entries in my database where no item is added in my > f

Re: [Koha] Regarding koha offline circulation - windows

2019-02-19 Thread Alvaro Cornejo
Hi Suresh Sure you can manipulate your DB from within its own command line. You need to have access to it with the required permissions and once inside it run any command you want/need. You can check the create_koc_db.pl to see what steps/commands you need to run. Note that they might vary depend

[Koha] Regarding koha offline circulation - windows

2019-02-19 Thread Suresh Kumar Tejomurtula
Hi, IAM using koha 17.11 on Ubuntu 16.04. When I ran cronjob of running offline db(create_koc_db.pl), IAM getting error that I do not have sqlite Perl module installed and I will not be able to install it as IAM unable to connect my server to internet. Now is there any way with which I can creat

Re: [Koha] Delete no item from koha

2019-02-19 Thread Arshad Iqbal
Thanks for the tip! but looking tricky On Tue, Feb 19, 2019 at 6:49 PM Giuseppe Ciaccio wrote: > I'm a beginner with koha (and more used to koha 17.11) but I would do this > way: > > as admin: Home > Tools > Export data > AFAIK by default only records with items are exported (this default > beh

Re: [Koha] Delete no item from koha

2019-02-19 Thread Giuseppe Ciaccio
I'm a beginner with koha (and more used to koha 17.11) but I would do this way: as admin: Home > Tools > Export data AFAIK by default only records with items are exported (this default behaviour can be changed in the Export page if needed). Keep the default behaviour and do the export. You o

[Koha] Koha enquiry for a new library

2019-02-19 Thread Sumayya lib
Hi All, Our library doesn’t have a library system yet. We are new branch campus in Qatar and we are investigating about various possibilities for managing our physical collection which includes Koha. Even though I heard a lot of positive feedback about Koha in general, I would like to hear from

[Koha] Delete no item from koha

2019-02-19 Thread Arshad Iqbal
*Hi to all* *currently facing a problem. I am working on koha 18.11.02. And** in my koha there are a lot of record entry in which there are no item** added. And I want to remove all of them in one go because there are a lot** of such entries in my database where no item is added in my framework**

Re: [Koha] CSV files are actually semi-colon separated

2019-02-19 Thread Chris Brown
Thank you David, that solves my problem. Chris Brown On Tue, Feb 19, 2019 at 8:16 AM David Nind wrote: > Hi Chris. > > Check the delimiter system preference to see what it is set as: > > https://koha-community.org/manual/18.11/en/html/systempreferences.html#delimiter > > If that's not it, it m

Re: [Koha] CSV files are actually semi-colon separated

2019-02-19 Thread David Nind
Hi Chris. Check the delimiter system preference to see what it is set as: https://koha-community.org/manual/18.11/en/html/systempreferences.html#delimiter If that's not it, it may be related to this bug: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20171 Hope that helps! David Nind