migrate to new git
This commit is contained in:
63
web/admin/print/html/receipt-h-A.html
Normal file
63
web/admin/print/html/receipt-h-A.html
Normal file
@@ -0,0 +1,63 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<link href="./print.css" rel="stylesheet" />
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
<div class="docs">
|
||||
<div class="page border" data-body-class="receipt-h a5l">
|
||||
<div class="head d-flex">
|
||||
<div class="logo">
|
||||
<img src="./images/logo-01.svg">
|
||||
</div>
|
||||
<div class="info">
|
||||
<h3 class="my-1">臺中市佛教如是住弘法協會</h3>
|
||||
<div>
|
||||
<div class="d-flex justify-content-between">
|
||||
<div>核准文號:府社團字第3688號</div>
|
||||
<div>統一編號:88406618</div>
|
||||
</div>
|
||||
<div>地址:427 台中市潭子區中山路二段135號9樓</div>
|
||||
<div class="d-flex justify-content-between align-items-end">
|
||||
<div>電話:04-25340148</div>
|
||||
<div><small>2022 年 11 月 9 日</small></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="stamp">
|
||||
<img src="./images/stamp-01.svg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="content">
|
||||
<pre>茲 收 到
|
||||
<b>{臺中市私立欣幼幼兒園}</b> 大德
|
||||
|
||||
|
||||
|
||||
捐助新台幣 <b>{貳仟}</b> 元整
|
||||
|
||||
僅此感謝
|
||||
</pre>
|
||||
<div class="note text-end"><small>收執聯</small></div>
|
||||
</div>
|
||||
<div class="foot d-flex justify-content-between">
|
||||
<div class="note mt-0">
|
||||
<small>編號:IB2211090001</small>
|
||||
</div>
|
||||
<div class="note mt-0">
|
||||
<small>理事長:{ }</small>
|
||||
</div>
|
||||
<div class="note mt-0 text-end">
|
||||
<small>經辦人:郭芳玉</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://code.jquery.com/jquery-3.6.2.min.js"></script>
|
||||
<script src="print.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user