This commit is contained in:
2025-11-13 19:00:31 +07:00
parent 3cc4a4a632
commit 80edb10361
2 changed files with 35 additions and 35 deletions

View File

@@ -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' },