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

View File

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

View File

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