Cheick-in and check-out Email Notification
Item check-out
Goto: Tools › Notices and Slips › Check out slip
Email Section Past it these codes
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body{
}
h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
.container{
width: 90%;
margin-right: auto;
margin-left: auto;
}
.brand-section{
background-color: #0047AB;
padding: 10px 20px;
}
.logo{
width: 50%;
}
}
.col-6{
width: 50%;
flex: 0 0 auto;
}
.text-white{
color: #fff;
}
.company-details{
float: left;
text-align: left;
}
.body-section{
padding: 16px;
border: 1px solid gray;
}
.heading{
font-size: 20px;
margin-bottom: 08px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="brand-section">
<div class="row">
<div class="col-6">
<h1 class="text-white"><img align="right" src="https://.png"width="35" height="40">
<p class="text-white"> <p style="text-align:left">Library Name</p></h1>
</div>
<div class="col-6">
</div>
</div>
</div>
<div class="body-section">
<div class="row">
<div class="col-6">
<h3>Welcome <br>
Name: <<borrowers.firstname>> <<borrowers.surname>><br>
Card No: <<borrowers.cardnumber>><br>
Department of: <<borrowers.borrowernotes>><br>
Barcode / Accession No:<<items.barcode>><br>
Title:<<biblio.title>><br>
Author:<<biblio.author>><br>
Date of Checkout:<<issues.date>> <br>
Due Date: <<issues.date_due>><br>
<br>Thank you for visiting</b><br>
</div>
<div class="col-6">
</div>
</div>
</div>
</body>
</html>
<html lang="en">
<head>
<style>
body{
}
h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
.container{
width: 90%;
margin-right: auto;
margin-left: auto;
}
.brand-section{
background-color: #0047AB;
padding: 10px 20px;
}
.logo{
width: 50%;
}
}
.col-6{
width: 50%;
flex: 0 0 auto;
}
.text-white{
color: #fff;
}
.company-details{
float: left;
text-align: left;
}
.body-section{
padding: 16px;
border: 1px solid gray;
}
.heading{
font-size: 20px;
margin-bottom: 08px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="brand-section">
<div class="row">
<div class="col-6">
<h1 class="text-white"><img align="right" src="https://.png"width="35" height="40">
<p class="text-white"> <p style="text-align:left">Library Name</p></h1>
</div>
<div class="col-6">
</div>
</div>
</div>
<div class="body-section">
<div class="row">
<div class="col-6">
<h3>Welcome <br>
Name: <<borrowers.firstname>> <<borrowers.surname>><br>
Card No: <<borrowers.cardnumber>><br>
Department of: <<borrowers.borrowernotes>><br>
Barcode / Accession No:<<items.barcode>><br>
Title:<<biblio.title>><br>
Author:<<biblio.author>><br>
Date of Checkout:<<issues.date>> <br>
Due Date: <<issues.date_due>><br>
<br>Thank you for visiting</b><br>
</div>
<div class="col-6">
</div>
</div>
</div>
</body>
</html>
Item check-in
Goto: Tools › Notices and Slips › Check out slip
Email Section Past it these codes
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body{
}
h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
}
p{
margin: 0;
padding: 0;
}
.container{
width: 90%;
margin-right: auto;
margin-left: auto;
}
.brand-section{
background-color: #0047AB;
padding: 10px 20px;
}
.logo{
width: 50%;
}
}
.col-6{
width: 50%;
flex: 0 0 auto;
}
.text-white{
color: #fff;
}
.company-details{
float: left;
text-align: left;
}
.body-section{
padding: 16px;
border: 1px solid gray;
}
.heading{
font-size: 20px;
margin-bottom: 08px;
}
}
</style>
</head>
<body>
<div class="container">
<div class="brand-section">
<div class="row">
<div class="col-6">
<h1 class="text-white"><img align="right" src="https://.png"width="35" height="40">
<p class="text-white"> <p style="text-align:left">Library Name</p></h1>
</div>
<div class="col-6">
</div>
</div>
</div>
<div class="body-section">
<div class="row">
<div class="col-6">
<h3>Welcome <br>
Name: <<borrowers.firstname>> <<borrowers.surname>><br>
Card No: <<borrowers.cardnumber>><br>
Department of: <<borrowers.borrowernotes>><br>
Barcode / Accession No:<<items.barcode>><br>
Title:<<biblio.title>><br>
Author:<<biblio.author>><br>
Date of Checkin:<<old_issues.returndate>> <br>
<br> Thank you for visiting</b><br>
</div>
<div class="col-6">
</div>
</div>
</div>
</body>
</html>
Comments
Post a Comment