akaunting 3.0 (the last dance)

This commit is contained in:
Burak Civan
2022-06-01 10:15:55 +03:00
parent cead09f6d4
commit d9c0764572
3812 changed files with 126831 additions and 102949 deletions

View File

@ -2,7 +2,7 @@
return [
'sales_price' => 'Giá bán',
'sale_price' => 'Giá bán',
'purchase_price' => 'Giá Mua',
];

View File

@ -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',
],
];