akaunting 3.0 (the last dance)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'Giá bán',
|
||||
'sale_price' => 'Giá bán',
|
||||
'purchase_price' => 'Giá Mua',
|
||||
|
||||
];
|
||||
|
@ -2,29 +2,26 @@
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'Năm nay',
|
||||
'previous_year' => 'Năm trước',
|
||||
'this_quarter' => 'Quý này',
|
||||
'previous_quarter' => 'Quý trước',
|
||||
'last_12_months' => '12 tháng gần nhất',
|
||||
'profit_loss' => 'Lãi lỗ',
|
||||
'gross_profit' => 'Lợi nhuận gộp',
|
||||
'net_profit' => 'Lợi nhuận ròng',
|
||||
'total_expenses' => 'Tổng chi phí',
|
||||
'net' => 'NET',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Tổng hợp thu nhập',
|
||||
'expense' => 'Tổng hợp chi phí',
|
||||
'income_expense' => 'Thu nhập vs Chi phí',
|
||||
'tax' => 'Tổng hợp thuế',
|
||||
],
|
||||
'this_year' => 'Năm nay',
|
||||
'previous_year' => 'Năm trước',
|
||||
'this_quarter' => 'Quý này',
|
||||
'previous_quarter' => 'Quý trước',
|
||||
'last_12_months' => '12 tháng gần nhất',
|
||||
'profit_loss' => 'Lãi lỗ',
|
||||
'gross_profit' => 'Lợi nhuận gộp',
|
||||
'net_profit' => 'Lợi nhuận ròng',
|
||||
'total_expenses' => 'Tổng chi phí',
|
||||
'net' => 'NET',
|
||||
'income_summary' => 'Tổng hợp thu nhập',
|
||||
'expense_summary' => 'Tổng hợp chi phí',
|
||||
'income_expense_summary' => 'Thu nhập vs Chi phí',
|
||||
'tax_summary' => 'Tổng hợp thuế',
|
||||
|
||||
'quarter' => [
|
||||
'1' => 'Quý I',
|
||||
'2' => 'Quý II',
|
||||
'3' => 'Quý III',
|
||||
'4' => 'Quý IV',
|
||||
'1' => 'Quý I',
|
||||
'2' => 'Quý II',
|
||||
'3' => 'Quý III',
|
||||
'4' => 'Quý IV',
|
||||
],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user