25 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'total_incomes'             => 'รายได้รวม',
 | |
|     'receivables'               => 'ลูกหนี้',
 | |
|     'open_invoices'             => 'เปิดใบแจ้งหนี้',
 | |
|     'overdue_invoices'          => 'ใบแจ้งหนี้ที่ค้างชำระ',
 | |
|     'total_expenses'            => 'ค่าใช้จ่ายทั้งหมด',
 | |
|     'payables'                  => 'เจ้าหนี้',
 | |
|     'open_bills'                => 'เปิดบิล',
 | |
|     'overdue_bills'             => 'บิลที่ค้างชำระ',
 | |
|     'total_profit'              => 'กำไรรวม',
 | |
|     'open_profit'               => 'เปิดกำไร',
 | |
|     'overdue_profit'            => 'กำไรที่ค้างชำระ',
 | |
|     'cash_flow'                 => 'กระแสเงินสด',
 | |
|     'no_profit_loss'            => 'ไม่มีการสูญเสียกำไร',
 | |
|     'incomes_by_category'       => 'รายได้ตามประเภท',
 | |
|     'expenses_by_category'      => 'ค่าใช้จ่ายตามประเภท',
 | |
|     'account_balance'           => 'ยอดเงินในบัญชี',
 | |
|     'latest_incomes'            => 'รายได้ล่าสุด',
 | |
|     'latest_expenses'           => 'ค่าใช้จ่ายล่าสุด',
 | |
| 
 | |
| ];
 |