You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="ja">
-
- <head>
- <meta charset="utf-8">
- <title>領収証</title>
- <style>
-
- </style>
- <link rel="stylesheet" href="{{ resource_path('css/receipt_common.css') }}">
- <link rel="stylesheet" href="{{ resource_path('css/receipt_a4.css') }}">
- </head>
-
- <body>
-
- <div class="main">
-
- <section class="header">
- <p>発行日 2023/05/29</p>
- <p>領収証番号 20230529-123456</p>
- </section>
- <section class="title b">
- <P>領収証</P>
- </section>
- <section class="name">
- 株式会社サテライトテクノロジーズ 様
- </section>
- <section class="amount">
- <div class="container">
- <div class="item">
- ¥1,600-
- </div>
- <div class="item tax">
- (内税 10%対象)
- </div>
- </div>
- </section>
- <section class="amount_sub">
- 内消費税 ¥160-
- </section>
- <section class="description">
- <P>但し 駐車料金として</P>
- <P>上記正に領収いたしました。</P>
- <P>利用日 : 2023/05/28</P>
- <P>駐車場名 : 浜松町サテ駐車場</P>
- </section>
- <section class="issuer">
- <P>発行者 株式会社パーキングサテライト</P>
- <P>インボイス登録番号 T1234567890123</P>
-
- </section>
-
- </div>
- </body>
-
- </html>
|