diff --git a/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.html b/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.html
index df518b8..fb417ab 100644
--- a/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.html
+++ b/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.html
@@ -157,7 +157,7 @@
{{ idx.acttypnam }}
-
{{ (idx.actacpdtm ?? '') | dtmtodatetime }}
+
{{ idx.actacpdtm ?? '' | dtmtodatetime}}
diff --git a/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.ts b/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.ts
index d981930..0bd0910 100644
--- a/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.ts
+++ b/accounting-ng-nuttakit/src/app/component/main-dashboard/main-dashboard.component.ts
@@ -140,40 +140,40 @@ export class MainDashboardComponent implements OnInit {
}
];
- readonly ledgerEntries = [
- {
- type: 'i',
- title: 'ค่าบริการที่ปรึกษา',
- category: 'บริการ',
- amount: '+฿85,000',
- date: 'วันนี้ · 10:15',
- note: 'โครงการ Warehouse Automation'
- },
- {
- type: 'e',
- title: 'ค่าเช่าออฟฟิศ',
- category: 'ค่าใช้จ่ายคงที่',
- amount: '-฿48,000',
- date: 'วันนี้ · 09:00',
- note: 'สำนักงานพระราม 9'
- },
- {
- type: 'i',
- title: 'รับเงินมัดจำ',
- category: 'สัญญาใหม่',
- amount: '+฿120,000',
- date: 'เมื่อวาน',
- note: 'ลูกค้า Urbane CoWorking'
- },
- {
- type: 'e',
- title: 'ค่าวัตถุดิบ',
- category: 'ต้นทุนโครงการ',
- amount: '-฿27,500',
- date: '12 มิ.ย.',
- note: 'สั่งผ่าน Blue Supply'
- }
- ];
+ // readonly ledgerEntries = [
+ // {
+ // type: 'i',
+ // title: 'ค่าบริการที่ปรึกษา',
+ // category: 'บริการ',
+ // amount: '+฿85,000',
+ // date: 'วันนี้ · 10:15',
+ // note: 'โครงการ Warehouse Automation'
+ // },
+ // {
+ // type: 'e',
+ // title: 'ค่าเช่าออฟฟิศ',
+ // category: 'ค่าใช้จ่ายคงที่',
+ // amount: '-฿48,000',
+ // date: 'วันนี้ · 09:00',
+ // note: 'สำนักงานพระราม 9'
+ // },
+ // {
+ // type: 'i',
+ // title: 'รับเงินมัดจำ',
+ // category: 'สัญญาใหม่',
+ // amount: '+฿120,000',
+ // date: 'เมื่อวาน',
+ // note: 'ลูกค้า Urbane CoWorking'
+ // },
+ // {
+ // type: 'e',
+ // title: 'ค่าวัตถุดิบ',
+ // category: 'ต้นทุนโครงการ',
+ // amount: '-฿27,500',
+ // date: '12 มิ.ย.',
+ // note: 'สั่งผ่าน Blue Supply'
+ // }
+ // ];
readonly expenseBreakdown = [
{ label: 'ฝ่ายบริหาร', value: 32, color: '#0ea5e9' },