Bugzilla – Attachment 133360 Details for
Bug 30555
Add more sample notice for SMS messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30555 : Add more sample notice for sms messages
Bug-30555--Add-more-sample-notice-for-sms-messages.patch (text/plain), 4.85 KB, created by
Shi Yao Wang
on 2022-04-15 15:45:08 UTC
(
hide
)
Description:
Bug 30555 : Add more sample notice for sms messages
Filename:
MIME Type:
Creator:
Shi Yao Wang
Created:
2022-04-15 15:45:08 UTC
Size:
4.85 KB
patch
obsolete
>From a2b2d34ad2b89d0ba3fa559f7fb7482137fbbbdd Mon Sep 17 00:00:00 2001 >From: Shi Yao Wang <shiyao@inlibro.com> >Date: Fri, 15 Apr 2022 11:42:29 -0400 >Subject: [PATCH] Bug 30555 : Add more sample notice for sms messages > >It would be nice if we had sms sample notice for due, hold, checkin and checkout >--- > .../mysql/en/mandatory/sample_notices.yml | 94 +++++++++++++++++++ > 1 file changed, 94 insertions(+) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 0af93cd37b..300b7e7c6b 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -396,6 +396,22 @@ tables: > - "----" > - "Thank you." > >+ - module: circulation >+ code: CHECKIN >+ branchcode: "" >+ name: "Item check-in (digest)" >+ is_html: 0 >+ title: "Check-ins" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi <<borrowers.firstname>> <<borrowers.surname>>," >+ - "The following items have been checked in:" >+ - "----" >+ - "[% biblio.title %]" >+ - "----" >+ - "Thank you." >+ > - module: circulation > code: CHECKOUT > branchcode: "" >@@ -411,6 +427,22 @@ tables: > - "----" > - "Thank you for visiting [% branch.branchname %]." > >+ - module: circulation >+ code: CHECKOUT >+ branchcode: "" >+ name: "Item check-out (digest)" >+ is_html: 0 >+ title: "Checkouts" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi <<borrowers.firstname>> <<borrowers.surname>>," >+ - "The following items have been checked out:" >+ - "----" >+ - "[% biblio.title %]" >+ - "----" >+ - "Thank you." >+ > - module: circulation > code: CHECKOUT_NOTE > branchcode: "" >@@ -437,6 +469,19 @@ tables: > - "" > - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)" > >+ - module: circulation >+ code: DUE >+ branchcode: "" >+ name: "Item due reminder" >+ is_html: 0 >+ title: "Item due reminder" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi," >+ - "The following item(s) are now due:" >+ - "<<biblio.title>>" >+ > - module: circulation > code: DUEDGST > branchcode: "" >@@ -454,6 +499,18 @@ tables: > - "" > - "Thank you." > >+ - module: circulation >+ code: DUEDGST >+ branchcode: "" >+ name: "Item due reminder (digest)" >+ is_html: 0 >+ title: "Item due reminder" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi" >+ - "You have <<count>> item(s) that are now due" >+ > - module: circulation > code: HOLD_SLIP > branchcode: "" >@@ -621,6 +678,19 @@ tables: > - "" > - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)" > >+ - module: circulation >+ code: PREDUE >+ branchcode: "" >+ name: "Advance notice of item due" >+ is_html: 0 >+ title: "Advance notice of item due" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi" >+ - "The following item will be due soon:" >+ - "<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)" >+ > - module: circulation > code: PREDUEDGST > branchcode: "" >@@ -638,6 +708,18 @@ tables: > - "" > - "Thank you." > >+ - module: circulation >+ code: PREDUEDGST >+ branchcode: "" >+ name: "Advance notice of item due (digest)" >+ is_html: 0 >+ title: "Advance notice of item due" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi" >+ - "You have <<count>> item(s) that will be due soon." >+ > - module: circulation > code: RENEWAL > branchcode: "" >@@ -1227,6 +1309,18 @@ tables: > - "<<branches.branchaddress3>>" > - "<<branches.branchcity>> <<branches.branchzip>>" > >+ - module: reserves >+ code: HOLD >+ branchcode: "" >+ name: "Hold available for pickup" >+ is_html: 0 >+ title: "Hold available for pickup at <<branches.branchname>>" >+ message_transport_type: sms >+ lang: default >+ content: >+ - "Hi" >+ - "Your hold for <<biblio.title>> is available for pickup as of <<reserves.waitingdate>>" >+ > - module: reserves > code: HOLD > branchcode: "" >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30555
:
133360
|
139692
|
140192
|
148252