Circulation - Notices (over due) - help
Hi, Currently with Koha 16.5/Package Installation/ Ubuntu 14.04 Desktop / I am unable to retrieve details in Overdue Notice(ODUE) template for auto generation of email. For Checkout, Checkin, Advance Notice, Due Reminder, books/items details are retrieved. But not sure, why the same code in not retrieving for Overdue Notices. It comes with blank email. Overdue Template contains Title: <<biblio.title>>, by <<biblio.author>> Accession No: <<items.barcode>> Check out (Borrowed) date: <<issues.issuedate>> Due Date: <<issues.date_due>> Can you please help me to fix/ or is there any reason, I meant, I want to retrieve above said details in Overdue Notices. With Thanks. Satish MV Librarian Govt. Engineering College, Hassan. Karnataka. --
Satish, Biblio and item level detail need to be surrounded by opening and closing <item> tags: <item> Title: <<biblio.title>>, by <<biblio.author>> Accession No: <<items.barcode>> Check out (Borrowed) date: <<issues.issuedate>> Due Date: <<issues.date_due>> </item> See https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips#ODUE On Fri, Mar 31, 2017 at 2:43 AM, SATISH <lis4satish@gmail.com> wrote:
Hi,
Currently with Koha 16.5/Package Installation/ Ubuntu 14.04 Desktop /
I am unable to retrieve details in Overdue Notice(ODUE) template for auto generation of email.
For Checkout, Checkin, Advance Notice, Due Reminder, books/items details are retrieved. But not sure, why the same code in not retrieving for Overdue Notices. It comes with blank email.
Overdue Template contains
Title: <<biblio.title>>, by <<biblio.author>> Accession No: <<items.barcode>> Check out (Borrowed) date: <<issues.issuedate>> Due Date: <<issues.date_due>>
Can you please help me to fix/ or is there any reason, I meant, I want to retrieve above said details in Overdue Notices.
With Thanks.
Satish MV Librarian Govt. Engineering College, Hassan. Karnataka.
-- _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Thank you Barton, It works now ! On 31 March 2017 at 20:46, Barton Chittenden <barton@bywatersolutions.com> wrote:
Satish,
Biblio and item level detail need to be surrounded by opening and closing <item> tags:
<item> Title: <<biblio.title>>, by <<biblio.author>> Accession No: <<items.barcode>> Check out (Borrowed) date: <<issues.issuedate>> Due Date: <<issues.date_due>> </item>
See
https://wiki.koha-community.org/wiki/Customising_Notices_and_Slips#ODUE
On Fri, Mar 31, 2017 at 2:43 AM, SATISH <lis4satish@gmail.com> wrote:
Hi,
Currently with Koha 16.5/Package Installation/ Ubuntu 14.04 Desktop /
I am unable to retrieve details in Overdue Notice(ODUE) template for auto generation of email.
For Checkout, Checkin, Advance Notice, Due Reminder, books/items details are retrieved. But not sure, why the same code in not retrieving for Overdue Notices. It comes with blank email.
Overdue Template contains
Title: <<biblio.title>>, by <<biblio.author>> Accession No: <<items.barcode>> Check out (Borrowed) date: <<issues.issuedate>> Due Date: <<issues.date_due>>
Can you please help me to fix/ or is there any reason, I meant, I want to retrieve above said details in Overdue Notices.
With Thanks.
Satish MV Librarian Govt. Engineering College, Hassan. Karnataka.
-- _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
--
participants (2)
-
Barton Chittenden -
SATISH