Files
17168ERP/web/admin/print/html/receipt-v-A.html
2025-08-29 01:27:25 +08:00

67 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<html>
<head>
<link href="./print.css" rel="stylesheet" />
<style>
.page {
page: a5;
font-family: ;
width: 148mm;
height: 209mm;
margin: 0;
}
.content {
padding: 5mm 5mm;
font-size: 16pt;
width: auto;
height: 197mm;
position: relative;
}
.vertical {
text-orientation: mixed;
}
</style>
</head>
<body class="receipt-v a5" data-body-class="receipt-v a5">
<div class="docs">
<div class="page border" data-body-class="receipt-v a5">
<div class="content">
<div class="num">{IB2211080046}</div>
<div class="text vertical">
<div class="d-flex justify-content-between">
<h2 class="mt-0 mb-1">
感 謝 狀</h1>
<div class="note">{第二聯 存根聯}</div>
</div>
<div class="w-2em">承蒙 <b>{陳色嬌}</b> 大德捐獻{供佛基金}</div>
<div>新台幣 <b>{三千}</b> 元整</div>
<div>植福佈施功德無量 僅此銘謝</div>
<h3 class="text-center m-0">臺中市佛教如是住弘法協會</h3>
<div class="d-flex mb-1">
<div class="stamp">
<img src="./images/stamp-01.svg" />
</div>
<div class="info-list">
<pre class="m-0">登記字號府社團字第3688號
統一編號88406618
地址427 台中市潭子區中山路二段135號9樓
聯絡電話04-25340148
經手人:郭芳玉</pre>
</div>
</div>
<div class="date text-end"><b>中華民國 {111年11月08日}</b></div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.2.min.js"></script>
<script src="print.js"></script>
</body>
</html>