[Bug 3203] New: Some Letters template variables are not available to certain notice types
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Summary: Some Letters template variables are not available to certain notice types Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Notices AssignedTo: henridamien@koha-fr.org ReportedBy: rch@liblime.com Estimated Hours: 0.0 Change sponsored?: --- digest type notices do not know what library they belong to, yet the interface allows the user to add branches.branchname. I assume it would make sense to add this as the patron's registration branch. advance_notices types do not parse items.content. digest types know the special variable <<count>> though it's not listed in the variable list. Ultimately, we define message_attributes but we hard-code special meanings in certain letter_codes. Only variables available to a given letter type should be listed in the interface. Minimally, advance_notices should probably handle items.content and parse the 'branches' variables. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Maria Laude <maria.laude@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maria.laude@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Cookie Wolfrom <cookie.wolfrom@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cookie.wolfrom@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwagner@ptfs.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs- | |europe.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 --- Comment #1 from Cookie Wolfrom <cookie.wolfrom@liblime.com> 2009-08-25 22:43:37 --- account details message does not handle branch variables -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 hdlaurent <henridamien@koha-fr.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |3383 -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Beverly Church <beverly.church@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |beverly.church@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Daniel G <dgrobani@samuelmerritt.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dgrobani@samuelmerritt.edu -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2009-12-01 09:55:28 --- account details message does not handle branch variables - this is still true for Koha 3.01.00.061. Also not all fields from borrowers work: Because the library does not set OPAC Login for all of its users, we changed the standard template from <<borrowers.userid>> to <<borrowers.cardnumber>>. Output in email: Cardnumber: <<borrowers.cardnumber>> -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Sharon Moreland <smoreland@nekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |smoreland@nekls.org -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 Jane Wagner <jwagner@ptfs.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent --- Comment #3 from Jane Wagner <jwagner@ptfs.com> 2010-05-12 11:56:22 --- The fix for this bug can be pulled from the public git repoisitory at http://github.com/Koha-PTFS, branch Bug3203 -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 --- Comment #4 from Jane Wagner <jwagner@ptfs.com> 2010-05-12 12:06:50 --- Note: The fix allows for use of some specific item fields in advance notices, such as <<items.date_due>>, <<items.itemcallnumber>>. It also allows use of date due or issue date in the checkin/checkout/item due notices. Some sample notice text: Advance notice: Dear <<borrowers.firstname>> <<borrowers.surname>>, The following item will be due in three days: <<biblio.title>> Due: <<items.date_due>> <<items.itemcallnumber>> <<items.barcode>> Checkin notice: The following items have been checked in: ---- <<biblio.title>> <<biblio.author>> <<items.itemcallnumber>> Due Date: <<items.date_due>> Barcode: <<items.barcode>> Checkout notice: Dear <<borrowers.firstname>> <<borrowers.surname>>, The following item has been checked out to you. If this is an interlibrary loan, a hold item, or a book you requested the library purchase, the item is available for pick-up at the reference desk in the library. ---- <<biblio.title>> <<biblio.author>> <<items.itemcallnumber>> Due Date: <<items.date_due>> Barcode: <<items.barcode>> -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (2)
-
bugzilla-daemon@kohaorg.ec2.liblime.com -
bugzilla-daemon@liblime.com