Templates for use with the notifys/fines.pl script
authorrangi <rangi>
Fri, 5 Mar 2004 21:24:38 +0000 (21:24 +0000)
committerrangi <rangi>
Fri, 5 Mar 2004 21:24:38 +0000 (21:24 +0000)
misc/notifys/templates/email-15.txt [new file with mode: 0644]
misc/notifys/templates/email-29.txt [new file with mode: 0644]
misc/notifys/templates/email-8.txt [new file with mode: 0644]
misc/notifys/templates/fax-15.html [new file with mode: 0644]
misc/notifys/templates/fax-29.html [new file with mode: 0644]
misc/notifys/templates/fax-8.html [new file with mode: 0644]
misc/notifys/templates/letter-29.html [new file with mode: 0644]
misc/notifys/templates/sms-15.txt [new file with mode: 0644]
misc/notifys/templates/sms-8.txt [new file with mode: 0644]

diff --git a/misc/notifys/templates/email-15.txt b/misc/notifys/templates/email-15.txt
new file mode 100644 (file)
index 0000000..eb31e97
--- /dev/null
@@ -0,0 +1,7 @@
+Dear Library Member
+According to the library's records, you or your children have the following 
+overdue items borrowed from a Horowhenua Library and not yet returned. 
+Please return them immediately to avoid increasing fines.
+
+<TMPL_LOOP NAME=BOOKDETAILS><TMPL_VAR NAME=DATE_DUE>   <TMPL_VAR NAME=TITLE>   <TMPL_VAR NAME=ITEMTYPE> <TMPL_IF NAME=FINE>$<TMPL_VAR NAME=FINE></TMPL_IF>
+</TMPL_LOOP>
diff --git a/misc/notifys/templates/email-29.txt b/misc/notifys/templates/email-29.txt
new file mode 100644 (file)
index 0000000..d48ef68
--- /dev/null
@@ -0,0 +1,17 @@
+Invoice for lost book(s)
+This is an invoice for the replacement cost of items you
+or your children borrowed from the library which have not been returned.
+
+<TMPL_LOOP NAME=BOOKDETAILS><TMPL_VAR NAME=DATE_DUE>   <TMPL_VAR NAME=TITLE>   <TMPL_VAR NAME=ITEMTYPE>        <TMPL_IF NAME=FINE>$<TMPL_VAR NAME=FINE></TMPL_IF>      <TMPL_IF NAME=REP>$<TMPL_VAR NAME=REP></TMPL_IF>
+</TMPL_LOOP>
+
+Total Owing: $<TMPL_VAR NAME=OWING>
+
+
+If you return all overdue items, the total owing in fines will be $<TMPL_VAR
+NAME=FINES_TOTAL>
+
+Please deal with this matter immediately. If you need more time to search or pay, or you think a mistake 
+has been made, please contact the library straight away. If you do not respond to this letter,  this 
+account will be handed to a debt collection agency.
+
diff --git a/misc/notifys/templates/email-8.txt b/misc/notifys/templates/email-8.txt
new file mode 100644 (file)
index 0000000..cd0d59e
--- /dev/null
@@ -0,0 +1,11 @@
+Dear Library member
+This is a reminder about some items you or your children borrowed from the library 
+recently, which are now overdue and incurring fines. 
+
+They are:
+<TMPL_LOOP NAME=BOOKDETAILS><TMPL_VAR NAME=DATE_DUE>   <TMPL_VAR NAME=TITLE>   <TMPL_VAR NAME=ITEMTYPE>        <TMPL_IF NAME=FINE>$<TMPL_VAR NAME=FINE></TMPL_IF>
+</TMPL_LOOP>
+
+Please return or renew them as soon as you can.
+Rosalie Blake
+Head of Libraries
diff --git a/misc/notifys/templates/fax-15.html b/misc/notifys/templates/fax-15.html
new file mode 100644 (file)
index 0000000..4d25ba2
--- /dev/null
@@ -0,0 +1,15 @@
+Dear <TMPL_VAR NAME="NAME"><p>
+According to the library's records, you or your children have the following overdue 
+items borrowed from a Horowhenua Library and not yet returned. Please return them immediately to avoid increasing fines.
+<p>
+<table border=\"1\">
+<TMPL_LOOP NAME=BOOKDETAILS>
+<tr>
+<td><TMPL_VAR NAME=DATE_DUE></td>
+<td><TMPL_VAR NAME=BARCODE></td>
+<td><TMPL_VAR NAME=TITLE></td>
+<td><TMPL_VAR NAME=ITEMTYPE></td>
+<td>$<TMPL_VAR NAME=FINE></td>
+</tr>
+</TMPL_LOOP>
+<table>
diff --git a/misc/notifys/templates/fax-29.html b/misc/notifys/templates/fax-29.html
new file mode 100644 (file)
index 0000000..57b24c7
--- /dev/null
@@ -0,0 +1,40 @@
+Dear <TMPL_VAR NAME="NAME"><p>
+
+Invoice for lost book(s)                                  <br>  
+This is an invoice for the replacement cost of items you or your children
+borrowed from the library which have not been returned.
+
+<p>
+<table border=\"1\">
+<TMPL_LOOP NAME=BOOKDETAILS>
+<tr>
+<td><TMPL_VAR NAME=DATE_DUE></td>
+<td><TMPL_VAR NAME=BARCODE></td>
+<td><TMPL_VAR NAME=TITLE></td>
+<td><TMPL_VAR NAME=ITEMTYPE></td>
+<td>$<TMPL_VAR NAME=FINE></td>
+<td>$<TMPL_VAR NAME=REP></td>
+</tr>
+</TMPL_LOOP>
+<table>
+Total Owing: $<TMPL_VAR NAME=OWING> <p> 
+If you return all overdue items, the total owing in fines will be $<TMPL_VAR NAME=FINES_TOTAL>                                     
+<br>                                     
+Please deal with this matter
+immediately. If you need more time to search or pay, or you think a mistake
+has been made, please contact the library straight away. If you do not
+respond to this letter,  this                
+account will be handed to a debt collection agency.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/misc/notifys/templates/fax-8.html b/misc/notifys/templates/fax-8.html
new file mode 100644 (file)
index 0000000..1af20cb
--- /dev/null
@@ -0,0 +1,15 @@
+Dear <TMPL_VAR NAME="NAME"><p>
+According to the library's records, you or your children have the following overdue 
+items borrowed from a Horowhenua  Library and not yet returned. Please return them immediately to avoid increasing fines.
+<p>
+<table border=\"1\">
+<TMPL_LOOP NAME=BOOKDETAILS>
+<tr>
+<td><TMPL_VAR NAME=DATE_DUE></td>        
+<td><TMPL_VAR NAME=BARCODE></td>
+<td><TMPL_VAR NAME=TITLE></td>
+<td><TMPL_VAR NAME=ITEMTYPE></td>                
+<td>$<TMPL_VAR NAME=FINE></td>        
+</tr>
+</TMPL_LOOP>             
+</table>
diff --git a/misc/notifys/templates/letter-29.html b/misc/notifys/templates/letter-29.html
new file mode 100644 (file)
index 0000000..ef8effc
--- /dev/null
@@ -0,0 +1,45 @@
+Dear <TMPL_VAR NAME="NAME"><p>
+Invoice for lost book(s)                                  <br>   
+This is an invoice for the replacement cost of items you or your children 
+borrowed from the library which have not been returned.
+
+<p>
+<table border=\"1\">
+<TMPL_LOOP NAME=BOOKDETAILS>
+<tr>
+<td><TMPL_VAR NAME=DATE_DUE></td>
+<td><TMPL_VAR NAME=BARCODE></td>
+<td><TMPL_VAR NAME=TITLE></td>
+<td><TMPL_VAR NAME=ITEMTYPE></td>
+<td>$<TMPL_VAR NAME=FINE></td>
+<td>$<TMPL_VAR NAME=REP></td>
+
+</tr>
+</TMPL_LOOP>
+</table>
+Total Owing: $<TMPL_VAR NAME=OWING> <p>                                     
+If you return all overdue items, the total owing in fines will be $<TMPL_VAR NAME=FINES_TOTAL>
+<br>                                     
+Please deal with this matter                                     
+immediately. If you need more time to search or pay, or you think a mistake 
+has been made, please contact the library straight away. If you do not 
+respond to this letter,  this                                     
+account will be handed to a debt collection agency.  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/misc/notifys/templates/sms-15.txt b/misc/notifys/templates/sms-15.txt
new file mode 100644 (file)
index 0000000..6a1309a
--- /dev/null
@@ -0,0 +1 @@
+ovdues @lib ret immed
diff --git a/misc/notifys/templates/sms-8.txt b/misc/notifys/templates/sms-8.txt
new file mode 100644 (file)
index 0000000..c1cdac3
--- /dev/null
@@ -0,0 +1,2 @@
+ovdues @lib pls ret
+