Lines 1-24
Link Here
|
1 |
INSERT INTO `letter` (module, code, name, title, content, message_transport_type) |
1 |
INSERT INTO letter |
2 |
VALUES ('circulation','ODUE','Overdue Notice','Item Overdue','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nAccording to our current records, you have items that are overdue.Your library does not charge late fines, but please return or renew them at the branch below as soon as possible.\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>> <<branches.branchaddress3>>\nPhone: <<branches.branchphone>>\nFax: <<branches.branchfax>>\nEmail: <<branches.branchemail>>\n\nIf you have registered a password with the library, and you have a renewal available, you may renew online. If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned.\n\nThe following item(s) is/are currently overdue:\n\n<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>\n\nThank-you for your prompt attention to this matter.\n\n<<branches.branchname>> Staff\n', 'email'), |
2 |
(module, code, name, is_html, title, |
3 |
('claimacquisition','ACQCLAIM','Acquisition Claim','Item Not Received','<<aqbooksellers.name>>\r\n<<aqbooksellers.address1>>\r\n<<aqbooksellers.address2>>\r\n<<aqbooksellers.address3>>\r\n<<aqbooksellers.address4>>\r\n<<aqbooksellers.phone>>\r\n\r\n<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>', 'email'), |
3 |
content, |
4 |
('serial','RLIST','Routing List','Serial is now available','<<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following issue is now available:\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)\r\n\r\nPlease pick it up at your convenience.', 'email'), |
4 |
message_transport_type) |
5 |
('members','ACCTDETAILS','Account Details Template - DEFAULT','Your new Koha account details.','Hello <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>.\r\n\r\nYour new Koha account details are:\r\n\r\nUser: <<borrowers.userid>>\r\nPassword: <<borrowers.password>>\r\n\r\nIf you have any problems or questions regarding your account, please contact your Koha Administrator.\r\n\r\nThank you,\r\nKoha Administrator\r\nkohaadmin@yoursite.org', 'email'), |
5 |
VALUES |
6 |
('circulation','DUE','Item Due Reminder','Item Due Reminder','Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following item is now due:\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)', 'email'), |
6 |
('claimacquisition','ACQCLAIM','Acquisition Claim',0,'Item Not Received', |
7 |
('circulation','DUEDGST','Item Due Reminder (Digest)','Item Due Reminder','You have <<count>> items due', 'email'), |
7 |
'<<aqbooksellers.name>>\r\n<<aqbooksellers.address1>>\r\n<<aqbooksellers.address2>>\r\n<<aqbooksellers.address3>>\r\n<<aqbooksellers.address4>>\r\n<<aqbooksellers.phone>>\r\n\r\n<order>Ordernumber <<aqorders.ordernumber>> (<<biblio.title>>) (<<aqorders.quantity>> ordered) ($<<aqorders.listprice>> each) has not been received.</order>', |
8 |
('circulation','PREDUE','Advance Notice of Item Due','Advance Notice of Item Due','Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following item will be due soon:\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)', 'email'), |
8 |
'email'), |
9 |
('circulation','PREDUEDGST','Advance Notice of Item Due (Digest)','Advance Notice of Item Due','You have <<count>> items due soon', 'email'), |
9 |
|
10 |
('circulation','RENEWAL','Item Renewals','Item Renewals','The following items have been renewed:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.', 'email'), |
10 |
('circulation','CHECKIN','Item Check-in (Digest)',0,'Check-ins', |
11 |
('reserves', 'HOLD', 'Hold Available for Pickup', 'Hold Available for Pickup at <<branches.branchname>>', 'Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nYou have a hold available for pickup as of <<reserves.waitingdate>>:\r\n\r\nTitle: <<biblio.title>>\r\nAuthor: <<biblio.author>>\r\nCopy: <<items.copynumber>>\r\nLocation: <<branches.branchname>>\r\n<<branches.branchaddress1>>\r\n<<branches.branchaddress2>>\r\n<<branches.branchaddress3>>\r\n<<branches.branchcity>> <<branches.branchzip>>', 'email'), |
11 |
'The following items have been checked in:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you.', |
12 |
('reserves', 'HOLD', 'Hold Available for Pickup', 'Hold Available for Pickup (print notice)', '<<branches.branchname>>\r\n<<branches.branchaddress1>>\r\n<<branches.branchaddress2>>\r\n\r\n\r\nChange Service Requested\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<<borrowers.firstname>> <<borrowers.surname>>\r\n<<borrowers.address>>\r\n<<borrowers.city>> <<borrowers.zipcode>>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<<borrowers.firstname>> <<borrowers.surname>> <<borrowers.cardnumber>>\r\n\r\nYou have a hold available for pickup as of <<reserves.waitingdate>>:\r\n\r\nTitle: <<biblio.title>>\r\nAuthor: <<biblio.author>>\r\nCopy: <<items.copynumber>>\r\n', 'print'), |
12 |
'email'), |
13 |
('circulation','CHECKIN','Item Check-in (Digest)','Check-ins','The following items have been checked in:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you.', 'email'), |
13 |
('circulation','CHECKOUT','Item Check-out (Digest)',0,'Checkouts', |
14 |
('circulation','CHECKOUT','Item Check-out (Digest)','Checkouts','The following items have been checked out:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.', 'email'), |
14 |
'The following items have been checked out:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.', |
15 |
('reserves', 'HOLDPLACED', 'Hold Placed on Item', 'Hold Placed on Item','A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>).', 'email'), |
15 |
'email'), |
16 |
('suggestions','ACCEPTED','Suggestion accepted', 'Purchase suggestion accepted','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nThe library has reviewed your suggestion today. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the item arrives at the library.\n\nIf you have any questions, please email us at <<branches.branchemail>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'), |
16 |
('circulation','DUE','Item Due Reminder',0,'Item Due Reminder', |
17 |
('suggestions','AVAILABLE','Suggestion available', 'Suggested purchase available','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nWe are pleased to inform you that the item you requested is now part of the collection.\n\nIf you have any questions, please email us at <<branches.branchemail>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'), |
17 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following item is now due:\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)', |
18 |
('suggestions','ORDERED','Suggestion ordered', 'Suggested item ordered','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nWe are pleased to inform you that the item you requested has now been ordered. It should arrive soon, at which time it will be processed for addition into the collection.\n\nYou will be notified again when the book is available.\n\nIf you have any questions, please email us at <<branches.branchemail>>\n\nThank you,\n\n<<branches.branchname>>', 'email'), |
18 |
'email'), |
19 |
('suggestions','REJECTED','Suggestion rejected', 'Purchase suggestion declined','Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nThe library has reviewed your request today, and has decided not to accept the suggestion at this time.\n\nThe reason given is: <<suggestions.reason>>\n\nIf you have any questions, please email us at <<branches.branchemail>>.\n\nThank you,\n\n<<branches.branchname>>', 'email'); |
19 |
('circulation','DUEDGST','Item Due Reminder (Digest)',0,'Item Due Reminder', |
20 |
INSERT INTO `letter` (module, code, name, title, content, is_html) |
20 |
'You have <<count>> items due', |
21 |
VALUES ('circulation','ISSUESLIP','Issue Slip','Issue Slip', '<h3><<branches.branchname>></h3> |
21 |
'email'), |
|
|
22 |
('circulation','ISSUESLIP','Issue Slip',1,'Issue Slip', |
23 |
'<h3><<branches.branchname>></h3> |
22 |
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
24 |
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
23 |
(<<borrowers.cardnumber>>) <br /> |
25 |
(<<borrowers.cardnumber>>) <br /> |
24 |
|
26 |
|
Lines 52-59
Date due: <<issues.date_due>><br />
Link Here
|
52 |
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> |
54 |
<p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> |
53 |
<hr /> |
55 |
<hr /> |
54 |
</div> |
56 |
</div> |
55 |
</news>', 1), |
57 |
</news>', |
56 |
('circulation','ISSUEQSLIP','Issue Quick Slip','Issue Quick Slip', '<h3><<branches.branchname>></h3> |
58 |
'email'), |
|
|
59 |
('circulation','ISSUEQSLIP','Issue Quick Slip',1,'Issue Quick Slip', |
60 |
'<h3><<branches.branchname>></h3> |
57 |
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
61 |
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> |
58 |
(<<borrowers.cardnumber>>) <br /> |
62 |
(<<borrowers.cardnumber>>) <br /> |
59 |
|
63 |
|
Lines 66-73
Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>
Link Here
|
66 |
Barcode: <<items.barcode>><br /> |
70 |
Barcode: <<items.barcode>><br /> |
67 |
Date due: <<issues.date_due>><br /> |
71 |
Date due: <<issues.date_due>><br /> |
68 |
</p> |
72 |
</p> |
69 |
</checkedout>', 1), |
73 |
</checkedout>', |
70 |
('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> |
74 |
'email'), |
|
|
75 |
('circulation','ODUE','Overdue Notice',0,'Item Overdue', |
76 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nAccording to our current records, you have items that are overdue.Your library does not charge late fines, but please return or renew them at the branch below as soon as possible.\n\n<<branches.branchname>>\n<<branches.branchaddress1>>\n<<branches.branchaddress2>> <<branches.branchaddress3>>\nPhone: <<branches.branchphone>>\nFax: <<branches.branchfax>>\nEmail: <<branches.branchemail>>\n\nIf you have registered a password with the library, and you have a renewal available, you may renew online. If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned.\n\nThe following item(s) is/are currently overdue:\n\n<item>"<<biblio.title>>" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>\n\nThank-you for your prompt attention to this matter.\n\n<<branches.branchname>> Staff\n', |
77 |
'email'), |
78 |
('circulation','PREDUE','Advance Notice of Item Due',0,'Advance Notice of Item Due', |
79 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following item will be due soon:\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)', |
80 |
'email'), |
81 |
('circulation','PREDUEDGST','Advance Notice of Item Due (Digest)',0,'Advance Notice of Item Due', |
82 |
'You have <<count>> items due soon', |
83 |
'email'), |
84 |
('circulation','RENEWAL','Item Renewals',0,'Item Renewals', |
85 |
'The following items have been renewed:\r\n----\r\n<<biblio.title>>\r\n----\r\nThank you for visiting <<branches.branchname>>.', |
86 |
'email'), |
87 |
('circulation','RESERVESLIP','Reserve Slip',1,'Reserve Slip', |
88 |
'<h5>Date: <<today>></h5> |
71 |
|
89 |
|
72 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
90 |
<h3> Transfer to/Hold in <<branches.branchname>></h3> |
73 |
|
91 |
|
Lines 93-101
Date due: <<issues.date_due>><br />
Link Here
|
93 |
</ul> |
111 |
</ul> |
94 |
<p>Notes: |
112 |
<p>Notes: |
95 |
<pre><<reserves.reservenotes>></pre> |
113 |
<pre><<reserves.reservenotes>></pre> |
96 |
</p> |
114 |
</p>', |
97 |
', 1), |
115 |
'email'), |
98 |
('circulation','TRANSFERSLIP','Transfer Slip','Transfer Slip', '<h5>Date: <<today>></h5> |
116 |
('circulation','TRANSFERSLIP','Transfer Slip',1,'Transfer Slip', |
|
|
117 |
'<h5>Date: <<today>></h5> |
99 |
|
118 |
|
100 |
<h3>Transfer to <<branches.branchname>></h3> |
119 |
<h3>Transfer to <<branches.branchname>></h3> |
101 |
|
120 |
|
Lines 105-125
Date due: <<issues.date_due>><br />
Link Here
|
105 |
<ul> |
124 |
<ul> |
106 |
<li><<items.barcode>></li> |
125 |
<li><<items.barcode>></li> |
107 |
<li><<items.itemcallnumber>></li> |
126 |
<li><<items.itemcallnumber>></li> |
108 |
</ul>', 1); |
127 |
</ul>', |
109 |
|
128 |
'email'), |
110 |
INSERT INTO `letter` (`module`,`code`,`branchcode`,`name`,`is_html`,`title`,`content`) |
|
|
111 |
VALUES ( |
112 |
'members', 'OPAC_REG_VERIFY', '', 'Opac Self-Registration Verification Email', '1', 'Verify Your Account', 'Hello! |
113 |
|
114 |
Your library account has been created. Please verify your email address by clicking this link to complete the signup process: |
115 |
|
116 |
http://<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>> |
117 |
|
129 |
|
118 |
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.' |
130 |
('members','ACCTDETAILS','Account Details Template - DEFAULT',0,'Your new Koha account details.', |
119 |
); |
131 |
'Hello <<borrowers.title>> <<borrowers.firstname>> <<borrowers.surname>>.\r\n\r\nYour new Koha account details are:\r\n\r\nUser: <<borrowers.userid>>\r\nPassword: <<borrowers.password>>\r\n\r\nIf you have any problems or questions regarding your account, please contact your Koha Administrator.\r\n\r\nThank you,\r\nKoha Administrator\r\nkohaadmin@yoursite.org', |
120 |
|
132 |
'email'), |
121 |
INSERT INTO letter (module, code, branchcode, name, is_html, title, content, message_transport_type) |
133 |
('members','COMMENT_CREATED','Comment created notification',0,'Comment from <<borrowers.cardnumber>> is waiting for moderation', |
122 |
VALUES ( 'members', 'COMMENT_CREATED', '', 'Comment created notification', '0', 'Comment from <<borrowers.cardnumber>> is waiting for moderation', |
|
|
123 |
'Dear moderator, |
134 |
'Dear moderator, |
124 |
|
135 |
|
125 |
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>. |
136 |
We want to inform you that borrower <<borrowers.cardnumber>> has just created a new comment on <<biblio.title>>, which is biblionumber <<biblio.biblionumber>>. |
Lines 140-150
http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl
Link Here
|
140 |
Check it out! |
151 |
Check it out! |
141 |
|
152 |
|
142 |
Your library.', |
153 |
Your library.', |
143 |
'email' |
154 |
'email'), |
144 |
); |
155 |
('members','OPAC_REG_VERIFY','Opac Self-Registration Verification Email',1,'Verify Your Account', |
|
|
156 |
'Hello! |
157 |
|
158 |
Your library account has been created. Please verify your email address by clicking this link to complete the signup process: |
145 |
|
159 |
|
146 |
INSERT INTO letter (module, code, branchcode, name, is_html, title, content) |
160 |
http://<<OPACBaseURL>>/cgi-bin/koha/opac-registration-verify.pl?token=<<borrower_modifications.verification_token>> |
147 |
VALUES ('members', 'SHARE_INVITE', '', 'Invitation for sharing a list', '0', 'Share list <<listname>>', 'Dear patron, |
161 |
|
|
|
162 |
If you did not initiate this request, you may safely ignore this one-time message. The request will expire shortly.', |
163 |
'email'), |
164 |
('members','SHARE_ACCEPT','Notification about an accepted share',0,'Share on list <<listname>> accepted', |
165 |
'Dear patron, |
166 |
|
167 |
We want to inform you that <<borrowers.firstname>> <<borrowers.surname>> accepted your invitation to share your list <<listname>> in our library catalog. |
168 |
|
169 |
Thank you. |
170 |
|
171 |
Your library.', |
172 |
'email'), |
173 |
('members','SHARE_INVITE','Invitation for sharing a list',0,'Share list <<listname>>', |
174 |
'Dear patron, |
148 |
|
175 |
|
149 |
One of our patrons, <<borrowers.firstname>> <<borrowers.surname>>, invites you to share a list <<listname>> in our library catalog. |
176 |
One of our patrons, <<borrowers.firstname>> <<borrowers.surname>>, invites you to share a list <<listname>> in our library catalog. |
150 |
|
177 |
|
Lines 156-169
In case you are not a patron in our library or do not want to accept this invita
Link Here
|
156 |
|
183 |
|
157 |
Thank you. |
184 |
Thank you. |
158 |
|
185 |
|
159 |
Your library.' |
186 |
Your library.', |
160 |
); |
187 |
'email'), |
161 |
INSERT INTO letter (module, code, branchcode, name, is_html, title, content) |
188 |
|
162 |
VALUES ( 'members', 'SHARE_ACCEPT', '', 'Notification about an accepted share', '0', 'Share on list <<listname>> accepted', 'Dear patron, |
189 |
('reserves','HOLD','Hold Available for Pickup',0,'Hold Available for Pickup at <<branches.branchname>>', |
163 |
|
190 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nYou have a hold available for pickup as of <<reserves.waitingdate>>:\r\n\r\nTitle: <<biblio.title>>\r\nAuthor: <<biblio.author>>\r\nCopy: <<items.copynumber>>\r\nLocation: <<branches.branchname>>\r\n<<branches.branchaddress1>>\r\n<<branches.branchaddress2>>\r\n<<branches.branchaddress3>>\r\n<<branches.branchcity>> <<branches.branchzip>>', |
164 |
We want to inform you that <<borrowers.firstname>> <<borrowers.surname>> accepted your invitation to share your list <<listname>> in our library catalog. |
191 |
'email'), |
165 |
|
192 |
('reserves','HOLD','Hold Available for Pickup',0,'Hold Available for Pickup (print notice)', |
166 |
Thank you. |
193 |
'<<branches.branchname>>\r\n<<branches.branchaddress1>>\r\n<<branches.branchaddress2>>\r\n\r\n\r\nChange Service Requested\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<<borrowers.firstname>> <<borrowers.surname>>\r\n<<borrowers.address>>\r\n<<borrowers.city>> <<borrowers.zipcode>>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<<borrowers.firstname>> <<borrowers.surname>> <<borrowers.cardnumber>>\r\n\r\nYou have a hold available for pickup as of <<reserves.waitingdate>>:\r\n\r\nTitle: <<biblio.title>>\r\nAuthor: <<biblio.author>>\r\nCopy: <<items.copynumber>>\r\n', |
167 |
|
194 |
'print'), |
168 |
Your library.' |
195 |
('reserves','HOLDPLACED','Hold Placed on Item',0,'Hold Placed on Item', |
169 |
); |
196 |
'A hold has been placed on the following item : <<biblio.title>> (<<biblio.biblionumber>>) by the user <<borrowers.firstname>> <<borrowers.surname>> (<<borrowers.cardnumber>>).', |
|
|
197 |
'email'), |
198 |
|
199 |
('serial','RLIST','Routing List',0,'Serial is now available', |
200 |
'<<borrowers.firstname>> <<borrowers.surname>>,\r\n\r\nThe following issue is now available:\r\n\r\n<<biblio.title>>, <<biblio.author>> (<<items.barcode>>)\r\n\r\nPlease pick it up at your convenience.', |
201 |
'email'), |
202 |
|
203 |
('suggestions','ACCEPTED','Suggestion accepted',0,'Purchase suggestion accepted', |
204 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nThe library has reviewed your suggestion today. The item will be ordered as soon as possible. You will be notified by mail when the order is completed, and again when the item arrives at the library.\n\nIf you have any questions, please email us at <<branches.branchemail>>.\n\nThank you,\n\n<<branches.branchname>>', |
205 |
'email'), |
206 |
('suggestions','AVAILABLE','Suggestion available',0,'Suggested purchase available', |
207 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nWe are pleased to inform you that the item you requested is now part of the collection.\n\nIf you have any questions, please email us at <<branches.branchemail>>.\n\nThank you,\n\n<<branches.branchname>>', |
208 |
'email'), |
209 |
('suggestions','ORDERED','Suggestion ordered',0,'Suggested item ordered', |
210 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nWe are pleased to inform you that the item you requested has now been ordered. It should arrive soon, at which time it will be processed for addition into the collection.\n\nYou will be notified again when the book is available.\n\nIf you have any questions, please email us at <<branches.branchemail>>\n\nThank you,\n\n<<branches.branchname>>', |
211 |
'email'), |
212 |
('suggestions','REJECTED','Suggestion rejected',0,'Purchase suggestion declined', |
213 |
'Dear <<borrowers.firstname>> <<borrowers.surname>>,\n\nYou have suggested that the library acquire <<suggestions.title>> by <<suggestions.author>>.\n\nThe library has reviewed your request today, and has decided not to accept the suggestion at this time.\n\nThe reason given is: <<suggestions.reason>>\n\nIf you have any questions, please email us at <<branches.branchemail>>.\n\nThank you,\n\n<<branches.branchname>>', |
214 |
'email'); |
170 |
- |
|
|