2018-05-14 10:01:48 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'rate' => 'อัตรา',
|
|
|
|
'rate_percent' => 'อัตรา (%)',
|
2019-01-10 12:53:37 +03:00
|
|
|
'normal' => 'ปกติ',
|
|
|
|
'inclusive' => 'รวมภาษีแล้ว',
|
2021-02-07 16:50:23 +00:00
|
|
|
'compound' => 'ภาษีอัตราผสม',
|
|
|
|
'fixed' => 'ภาษีแบบคงที่',
|
|
|
|
'withholding' => 'ภาษีหัก ณ ที่จ่าย',
|
2018-05-14 10:01:48 +03:00
|
|
|
];
|