Skip to content

Commit 541a0db

Browse files
hipper-gifclaude
andcommitted
feat: 寝屋川市重度障害者(児)タクシー利用券 請求書ページを追加 [test]
- taxi_ticket_invoice.php: A4横の請求書を画面入力・印刷可能 - 乗車料金(680/660/640/620/610/600/590/580/570 + その他1行)× 月別3か月の枚数を入力 - 金額・合計はJSで自動計算、会社情報は company_info から自動取得 - 印刷時は紙の様式に合わせたA4横レイアウト(@media print) - master_menu に導線追加、unified-header にページ設定追加 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent fd610ca commit 541a0db

3 files changed

Lines changed: 413 additions & 0 deletions

File tree

wts/includes/unified-header.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,16 @@ function getPageConfiguration($page_type) {
313313
'priority' => 'normal'
314314
],
315315

316+
'taxi_ticket_invoice' => [
317+
'category' => 'management',
318+
'icon' => 'ticket-alt',
319+
'title' => 'タクシー利用券請求書',
320+
'subtitle' => '寝屋川市重度障害者(児)タクシー利用券 請求書',
321+
'description' => '事業者→市への月別請求書を入力・印刷',
322+
'frequency' => '月次',
323+
'priority' => 'normal'
324+
],
325+
316326
// 🛠️ 診断・管理ツール(5ページ)
317327
'data_management' => [
318328
'category' => 'diagnostic',

wts/master_menu.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,20 @@ function safeTableCount($pdo, $query) {
496496
</a>
497497
</div>
498498

499+
<!-- タクシー利用券請求書 -->
500+
<div class="col-lg-4 col-md-6 mb-3">
501+
<a href="taxi_ticket_invoice.php" class="master-card">
502+
<div class="position-relative">
503+
<i class="fas fa-ticket-alt master-icon" style="color:#f59e0b;"></i>
504+
<h6 class="fw-bold">タクシー利用券請求書</h6>
505+
<p class="card-description">
506+
寝屋川市重度障害者(児)タクシー利用券<br>
507+
月別の請求書を入力・印刷
508+
</p>
509+
</div>
510+
</a>
511+
</div>
512+
499513
<!-- 予約管理(Phase2 - カレンダー未完成のため非表示) -->
500514
</div>
501515

0 commit comments

Comments
 (0)