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' => 'ราคาขาย',
'sale_price' => 'ราคาขาย',
'purchase_price' => 'ราคาซื้อ',
];

View File

@ -2,29 +2,26 @@
return [
'this_year' => 'ปีนี้',
'previous_year' => 'ปีก่อน',
'this_quarter' => 'ไตรมาสนี้',
'previous_quarter' => 'ไตรมาสก่อน',
'last_12_months' => '12 เดือนที่ผ่านมา',
'profit_loss' => 'กำไร & ขาดทุน',
'gross_profit' => 'กำไรขั้นต้น',
'net_profit' => 'กำไรสุทธิ',
'total_expenses' => 'ค่าใช้จ่ายทั้งหมด',
'net' => 'สุทธิ',
'summary' => [
'income' => 'สรุปรายได้',
'expense' => 'สรุปค่าใช้จ่าย',
'income_expense' => 'รายได้ เทียบกับ ค่าใช้จ่าย',
'tax' => 'สรุปภาษี',
],
'this_year' => 'ปีนี้',
'previous_year' => 'ปีก่อน',
'this_quarter' => 'ไตรมาสนี้',
'previous_quarter' => 'ไตรมาสก่อน',
'last_12_months' => '12 เดือนที่ผ่านมา',
'profit_loss' => 'กำไร & ขาดทุน',
'gross_profit' => 'กำไรขั้นต้น',
'net_profit' => 'กำไรสุทธิ',
'total_expenses' => 'ค่าใช้จ่ายทั้งหมด',
'net' => 'สุทธิ',
'income_summary' => 'สรุปรายได้',
'expense_summary' => 'สรุปค่าใช้จ่าย',
'income_expense_summary' => 'รายได้ เทียบกับ ค่าใช้จ่าย',
'tax_summary' => 'สรุปภาษี',
'quarter' => [
'1' => 'ม.ค. - มี.ค.',
'2' => 'เม.ย. - มิ.ย.',
'3' => 'ก.ค. - ก.ย.',
'4' => 'ต.ค. - ธ.ค.',
'1' => 'ม.ค. - มี.ค.',
'2' => 'เม.ย. - มิ.ย.',
'3' => 'ก.ค. - ก.ย.',
'4' => 'ต.ค. - ธ.ค.',
],
];