Re: [Koha] Problem with Notices & Slips

2019-02-13 Thread अभिषेक नागर Abhishek Nãgar
Thanks i was able to do it by using http://kohageek.blogspot.com/2017/03/borrowers-force-messaging-defaults.html On Wed, 13 Feb 2019 at 13:00, अभिषेक नागर Abhishek Nãgar < abhis...@kashipur.in> wrote: > Hi Katrin, > > Thanks for your Help i was able to setup Overdue Notice, was also able to > im

Re: [Koha] Problem with Notices & Slips

2019-02-12 Thread अभिषेक नागर Abhishek Nãgar
Hi Katrin, Thanks for your Help i was able to setup Overdue Notice, was also able to import sample Notice, Would like to know how ate these notices triggered eg i want to send an email to Patrons to whom Booked were checked out on daily basis. how do i do that On Wed, 13 Feb 2019 at 12:39, अभिष

Re: [Koha] Problem with Notices & Slips

2019-02-12 Thread अभिषेक नागर Abhishek Nãgar
Hi, Thanks i was able to import and its working now Thanks Again On Wed, 13 Feb 2019 at 12:35, Katrin Fischer wrote: > Hi, > > sorry, the table is: message_transports > > You will need to add the configuration data missed while installing. The > SQL files for this are part of your installati

Re: [Koha] Problem with Notices & Slips

2019-02-12 Thread Katrin Fischer
Hi, sorry, the table is: message_transports You will need to add the configuration data missed while installing. The SQL files for this are part of your installation in installer/data/mysql/en/mandatory/ They rarely change, so these are the links to the current versions in git: http://git.koha

Re: [Koha] Problem with Notices & Slips

2019-02-12 Thread अभिषेक नागर Abhishek Nãgar
Hi Katrin, My Database contains Tables message_attributes and message_transport_types but are empty Table message_transport does not exist how can i get the Default SQL for creating the tables mysql> select * from message_transport_types; Empty set (0.00 sec) mysql> select * from message_transpo

Re: [Koha] Problem with Notices & Slips

2019-02-12 Thread Katrin Fischer
Hi Abhishek, I think you might not be missing the sample notices, but some of the mandatory data. Check your database tables: message_attributes, message_transport and message_transport_types. Especially the last one should have 4 entries: email, phone, print, sms. But the others need to have da

Re: [Koha] Problem with Notices & Slips

2019-02-10 Thread Katrin Fischer
Hi, you can find examples for a lot of the notices in the wiki: https://wiki.koha-community.org/wiki/Notices_and_Slips_Library If you have access to your database you could also load the sample notices using SQL. The SQL file is part of your Koha installation. But not having the sample notices

[Koha] Problem with Notices & Slips

2019-02-04 Thread अभिषेक नागर Abhishek Nãgar
Dear All, I am relatively new to Koha, installed my first instance was able to import 4+ titles from LibSys ane approx 3000 Users. Koha installation is working quite well on a 8 Gb RAM VPS Cataloguing, Circulation and everything thing is working just file. But No default templates are availab