-fix little
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m46s
Build Docker Image / Restart Docker Compose (push) Successful in 0s

This commit is contained in:
2025-12-01 16:27:49 +07:00
parent d6b171a0a7
commit 278bfe80ec
3 changed files with 5 additions and 5 deletions

View File

@@ -259,7 +259,7 @@
<span class="ledger-category">{{ idx.actcatnam }}</span>
<span class="ledger-amount" [ngClass]="idx.acttyp === 'i' ? 'is-credit' : 'is-debit'">
{{ idx.actqty }}
{{ idx.actqty | number:'1.0-2' }}
</span>
<span class="ledger-note">{{ idx.actcmt }}</span>
@@ -307,7 +307,7 @@
<div>
<p class="pie-legend__label">{{ idx.label }}</p>
<p class="pie-legend__value">{{ idx.percent }}%</p>
<p class="pie-legend__value">{{ idx.value }} บาท</p>
<p class="pie-legend__value">{{ idx.value | number:'1.0-2'}} บาท</p>
</div>
</li>
</ul>
@@ -356,7 +356,7 @@
</ng-container>
<ng-template #textVal>
{{ ratio.value }}
{{ ratio.value }}
</ng-template>
</span>

View File

@@ -3,7 +3,7 @@
<div>
<p class="eyebrow">สรุปรายงาน</p>
<h1>รายงานรายรับรายจ่าย</h1>
<p class="muted">ช่วงวันที่ {{ reportRange.start }} - {{ reportRange.end }}</p>
<!-- <p class="muted">ช่วงวันที่ {{ reportRange.start }} - {{ reportRange.end }}</p> -->
</div>
<div class="report__actions">
<!-- <button class="btn btn--ghost">ส่งออกเป็น Excel</button> -->

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>AccountingNgNuttakit</title>
<title>SmartAccount</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">