-fix little
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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> -->
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user