19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:21 +01:00
parent 7dc55599c6
commit 7f43bbbfcc
650 changed files with 45260 additions and 33436 deletions

View file

@ -1,28 +0,0 @@
"id","name","code","account_type","chart_template_id/id","reconcile"
"a_recv","Account Receivable","1200","asset_receivable","l10n_th.chart","True"
"a_recv_pos","Account Receivable (PoS)","1210","asset_receivable","l10n_th.chart","True"
"a_cheque","Outstanding Cheques","1201","liability_current","l10n_th.chart","True"
"a_invent","Inventory","1300","asset_current","l10n_th.chart","False"
"a_building_depr","Accumulated Depreciation - Building","1411","expense_depreciation","l10n_th.chart","False"
"a_equipment_dept","Accumulated Depreciation - Equipment","1421","expense_depreciation","l10n_th.chart","False"
"a_input_vat","Input VAT","1510","asset_current","l10n_th.chart","False"
"a_wht_income","Withholding Income Tax","1520","asset_current","l10n_th.chart","False"
"a_pay","Account Payable","2101","liability_payable","l10n_th.chart","True"
"a_accr_exp","Accrued Expenses","2102","liability_current","l10n_th.chart","True"
"a_uninvoiced_receipts","Uninvoiced Receipts","2103","liability_current","l10n_th.chart","True"
"a_loan","Loans","2200","liability_current","l10n_th.chart","True"
"a_output_vat","Output VAT","2310","liability_current","l10n_th.chart","False"
"a_wht","Withholding Tax","2320","liability_current","l10n_th.chart","False"
"a_common_stock","Capital Stock","3100","equity","l10n_th.chart","False"
"a_retained_earnings","Retained Earnings","3200","equity","l10n_th.chart","False"
"a_dividends","Dividends","3300","equity","l10n_th.chart","False"
"a_income_summary","Income Summary","3400","equity","l10n_th.chart","False"
"a_sales","Income","4100","income","l10n_th.chart","False"
"a_income_gain","Gain Account","4200","income_other","l10n_th.chart","False"
"a_exp_cogs","Cost of Revenue","5100","expense_direct_cost","l10n_th.chart","False"
"a_exp_salary","Salary","5201","expense","l10n_th.chart","False"
"a_exp_rent","Rent","5202","expense","l10n_th.chart","False"
"a_exp_office","Office Expenses","5203","expense","l10n_th.chart","False"
"a_exp_interest","Interest expenses","5300","expense","l10n_th.chart","False"
"a_exp_income_tax","Income tax expenses","5400","expense","l10n_th.chart","False"
"a_exp_loss","Loss Account","5500","expense","l10n_th.chart","False"
1 id name code account_type chart_template_id/id reconcile
2 a_recv Account Receivable 1200 asset_receivable l10n_th.chart True
3 a_recv_pos Account Receivable (PoS) 1210 asset_receivable l10n_th.chart True
4 a_cheque Outstanding Cheques 1201 liability_current l10n_th.chart True
5 a_invent Inventory 1300 asset_current l10n_th.chart False
6 a_building_depr Accumulated Depreciation - Building 1411 expense_depreciation l10n_th.chart False
7 a_equipment_dept Accumulated Depreciation - Equipment 1421 expense_depreciation l10n_th.chart False
8 a_input_vat Input VAT 1510 asset_current l10n_th.chart False
9 a_wht_income Withholding Income Tax 1520 asset_current l10n_th.chart False
10 a_pay Account Payable 2101 liability_payable l10n_th.chart True
11 a_accr_exp Accrued Expenses 2102 liability_current l10n_th.chart True
12 a_uninvoiced_receipts Uninvoiced Receipts 2103 liability_current l10n_th.chart True
13 a_loan Loans 2200 liability_current l10n_th.chart True
14 a_output_vat Output VAT 2310 liability_current l10n_th.chart False
15 a_wht Withholding Tax 2320 liability_current l10n_th.chart False
16 a_common_stock Capital Stock 3100 equity l10n_th.chart False
17 a_retained_earnings Retained Earnings 3200 equity l10n_th.chart False
18 a_dividends Dividends 3300 equity l10n_th.chart False
19 a_income_summary Income Summary 3400 equity l10n_th.chart False
20 a_sales Income 4100 income l10n_th.chart False
21 a_income_gain Gain Account 4200 income_other l10n_th.chart False
22 a_exp_cogs Cost of Revenue 5100 expense_direct_cost l10n_th.chart False
23 a_exp_salary Salary 5201 expense l10n_th.chart False
24 a_exp_rent Rent 5202 expense l10n_th.chart False
25 a_exp_office Office Expenses 5203 expense l10n_th.chart False
26 a_exp_interest Interest expenses 5300 expense l10n_th.chart False
27 a_exp_income_tax Income tax expenses 5400 expense l10n_th.chart False
28 a_exp_loss Loss Account 5500 expense l10n_th.chart False

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<function model="account.chart.template" name="try_loading">
<value eval="[ref('l10n_th.chart')]"/>
</function>
</data>
</odoo>

View file

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="tax_group_1" model="account.tax.group">
<field name="name">TAX 1%</field>
<field name="country_id" ref="base.th"/>
</record>
<record id="tax_group_2" model="account.tax.group">
<field name="name">TAX 2%</field>
<field name="country_id" ref="base.th"/>
</record>
<record id="tax_group_3" model="account.tax.group">
<field name="name">TAX 3%</field>
<field name="country_id" ref="base.th"/>
</record>
<record id="tax_group_5" model="account.tax.group">
<field name="name">TAX 5%</field>
<field name="country_id" ref="base.th"/>
</record>
<record id="tax_group_vat_7" model="account.tax.group">
<field name="name">VAT 7%</field>
<field name="country_id" ref="base.th"/>
</record>
</data>
</odoo>

View file

@ -1,67 +1,76 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<odoo auto_sequence="1">
<record id="tax_report" model="account.report">
<field name="name">Tax Report</field>
<field name="name@th">รายงานภาษี</field>
<field name="root_report_id" ref="account.generic_tax_report"/>
<field name="country_id" ref="base.th"/>
<field name="filter_fiscal_position" eval="True"/>
<field name="allow_foreign_vat" eval="True"/>
<field name="availability_condition">country</field>
<field name="column_ids">
<record id="tax_report_balance" model="account.report.column">
<field name="name">Balance</field>
<field name="name@th">ยอดคงเหลือ</field>
<field name="expression_label">balance</field>
</record>
</field>
<field name="line_ids">
<record id="tax_report_out_tax_title" model="account.report.line">
<field name="name">Output Tax</field>
<field name="name@th">ภาษีขาย</field>
<field name="aggregation_formula">OUTPUTTAX_SALEAMOUNT.balance + OUTPUTTAX_SALE_ZERO.balance + OUTPUTTAX_EXEMPTED.balance + OUTPUTTAX_TAX.balance</field>
<field name="hierarchy_level">0</field>
<field name="children_ids">
<record id="tax_report_out_tax_sale" model="account.report.line">
<field name="name">1. Sales amount</field>
<field name="name@th">1. ยอดขาย</field>
<field name="code">OUTPUTTAX_SALEAMOUNT</field>
<field name="expression_ids">
<record id="tax_report_out_tax_sale_tag" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">tax_tags</field>
<field name="formula">1. Sales amount</field>
<field name="formula">-1. Sales amount</field>
</record>
</field>
</record>
<record id="tax_report_out_tax_less_sales_0_rate" model="account.report.line">
<field name="name">2. Less sales subject to 0% tax rate </field>
<field name="name@th">2. หักยอดขายโดยคิดอัตราภาษี 0% </field>
<field name="code">OUTPUTTAX_SALE_ZERO</field>
<field name="expression_ids">
<record id="tax_report_out_tax_less_sales_0_rate_tag" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">tax_tags</field>
<field name="formula">2. Less sales subject to 0% tax rate </field>
<field name="formula">-2. Less sales subject to 0% tax rate </field>
</record>
</field>
</record>
<record id="tax_report_out_tax_less_exempted_sales" model="account.report.line">
<field name="name">3. Less exempted sales</field>
<field name="name@th">3. หักยอดขายที่ได้รับการยกเว้น</field>
<field name="code">OUTPUTTAX_EXEMPTED</field>
<field name="expression_ids">
<record id="tax_report_out_tax_less_exempted_sales_tag" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">tax_tags</field>
<field name="formula">3. Less exempted sales</field>
<field name="formula">-3. Less exempted sales</field>
</record>
</field>
</record>
<record id="tax_report_out_tax_taxable_sales_amount" model="account.report.line">
<field name="name">4. Taxable sales amount(1. -2. -3.)</field>
<field name="name@th">4. ยอดขายที่ต้องเสียภาษี(1. -2. -3.)</field>
<field name="aggregation_formula">OUTPUTTAX_SALEAMOUNT.balance-(OUTPUTTAX_SALE_ZERO.balance+OUTPUTTAX_EXEMPTED.balance)</field>
</record>
<record id="tax_report_out_tax" model="account.report.line">
<field name="name">5. Output tax</field>
<field name="name@th">5. ภาษีขาย</field>
<field name="code">OUTPUTTAX_TAX</field>
<field name="expression_ids">
<record id="tax_report_out_tax_tag" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">tax_tags</field>
<field name="formula">5. Output tax</field>
<field name="formula">-5. Output tax</field>
</record>
</field>
</record>
@ -69,11 +78,14 @@
</record>
<record id="tax_report_input_tax_title" model="account.report.line">
<field name="name">Input Tax</field>
<field name="name@th">ภาษีซื้อ</field>
<field name="code">INPUTTAX</field>
<field name="aggregation_formula">6_PURCHASE_AMOUNT_THAT_IS_ENTITLED_TO_DEDUCTION_OF_INPUT_TAX_FROM_OUTPUT_TAX_IN_TAX_COMPUTATION.balance + INPUTTAX_TAX.balance</field>
<field name="hierarchy_level">0</field>
<field name="children_ids">
<record id="tax_report_input_tax_purchase_from_out_tax" model="account.report.line">
<field name="name">6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation</field>
<field name="name@th">6. จำนวนเงินซื้อที่มีสิทธิ์ได้รับการหักภาษีซื้อ จากภาษีขายในการคำนวณภาษี</field>
<field name="code">6_PURCHASE_AMOUNT_THAT_IS_ENTITLED_TO_DEDUCTION_OF_INPUT_TAX_FROM_OUTPUT_TAX_IN_TAX_COMPUTATION</field>
<field name="expression_ids">
<record id="tax_report_input_tax_purchase_from_out_tax_tag" model="account.report.expression">
@ -85,6 +97,7 @@
</record>
<record id="tax_report_input_tax" model="account.report.line">
<field name="name">7. Input tax (according to invoice of purchase amount in 6.)</field>
<field name="name@th">7. ภาษีซื้อ (ตามใบแจ้งหนี้ของจำนวนการซื้อในข้อ 6. )</field>
<field name="code">INPUTTAX_TAX</field>
<field name="expression_ids">
<record id="tax_report_input_tax_tag" model="account.report.expression">
@ -98,10 +111,14 @@
</record>
<record id="tax_report_vat" model="account.report.line">
<field name="name">Value Added Tax</field>
<field name="aggregation_formula">10_EXCESS_TAX_PAYMENT_CARRIED_FORWARD_FROM_LAST_PERIOD.balance</field>
<field name="name@th">ภาษีมูลค่าเพิ่ม</field>
<field name="aggregation_formula">10_EXCESS_CARRIED_FORWARD.balance</field>
<field name="hierarchy_level">0</field>
<field name="children_ids">
<record id="tax_report_vat_payable" model="account.report.line">
<field name="name">8. Tax payable (5. minus 7. (if 5. is greater than 7.))</field>
<field name="name">8. Tax payable (if 5. is greater than 7.)</field>
<field name="name@th">8. ภาษีที่ต้องชำระ (ถ้า 5. มากกว่า 7. )</field>
<field name="code">8_TAX_PAYABLE</field>
<field name="expression_ids">
<record id="tax_report_vat_payable_balance" model="account.report.expression">
<field name="label">balance</field>
@ -112,7 +129,9 @@
</field>
</record>
<record id="tax_report_vat_excess" model="account.report.line">
<field name="name">9. Excess tax payable (7. minus 5. (if 5. is less than 7.))</field>
<field name="name">9. Excess tax payable (if 5. is less than 7.)</field>
<field name="name@th">9. ภาษีเกินที่ต้องชำระ (ถ้า 5. น้อยกว่า 7.)</field>
<field name="code">9_VAT_EXCESS</field>
<field name="expression_ids">
<record id="tax_report_vat_excess_balance" model="account.report.expression">
<field name="label">balance</field>
@ -124,13 +143,24 @@
</record>
<record id="tax_report_vat_payment_last_period" model="account.report.line">
<field name="name">10. Excess tax payment carried forward from last period</field>
<field name="code">10_EXCESS_TAX_PAYMENT_CARRIED_FORWARD_FROM_LAST_PERIOD</field>
<field name="name@th">10. ภาษีส่วนเกินถูกยกมาจากงวดก่อน</field>
<field name="code">10_EXCESS_CARRIED_FORWARD</field>
<field name="expression_ids">
<record id="tax_report_vat_payment_last_period_carryover" model="account.report.expression">
<field name="label">_applied_carryover_balance</field>
<field name="engine">external</field>
<field name="formula">most_recent</field>
<field name="date_scope">previous_return_period</field>
</record>
<record id="tax_report_vat_payment_last_period_tag" model="account.report.expression">
<field name="label">tag</field>
<field name="engine">tax_tags</field>
<field name="formula">10. Excess tax payment carried forward from last period</field>
</record>
<record id="tax_report_vat_payment_last_period_formula" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">external</field>
<field name="formula">sum</field>
<field name="subformula">editable;rounding=2</field>
<field name="engine">aggregation</field>
<field name="formula">10_EXCESS_CARRIED_FORWARD._applied_carryover_balance + 10_EXCESS_CARRIED_FORWARD.tag</field>
</record>
</field>
</record>
@ -138,27 +168,54 @@
</record>
<record id="tax_report_net_vat" model="account.report.line">
<field name="name">Net Tax</field>
<field name="aggregation_formula">11_NET_TAX_PAYABLE_IF_8_IS_GREATER_THAN_10.balance + 12_NET_EXCESS_TAX_PAYABLE_IF_10_IS_GREATER_THAN_8_OR_9_PLUS_10.balance</field>
<field name="name@th">ภาษีสุทธิ</field>
<field name="aggregation_formula">11_NET_TAX_PAYABLE_IF_8_IS_GREATER_THAN_10.balance + 12_NET_VAT_EXCESS.balance</field>
<field name="hierarchy_level">0</field>
<field name="children_ids">
<record id="tax_report_net_vat_payable" model="account.report.line">
<field name="name">11. Net tax payable (if 8. is greater than 10.)</field>
<field name="name@th">11. ภาษีสุทธิที่ต้องชำระ (ถ้า 8. มากกว่า 10.)</field>
<field name="code">11_NET_TAX_PAYABLE_IF_8_IS_GREATER_THAN_10</field>
<!-- If 8 > 10, this should be filled with 8 - 10 -->
<field name="expression_ids">
<record id="tax_report_net_vat_payable_tag" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">tax_tags</field>
<field name="formula">11. Net tax payable (if 8. is greater than 10.)</field>
<field name="engine">aggregation</field>
<field name="formula">8_TAX_PAYABLE.balance - 10_EXCESS_CARRIED_FORWARD.balance</field>
<field name="subformula">if_above(THB(0))</field>
</record>
</field>
</record>
<record id="tax_report_net_vat_excess" model="account.report.line">
<field name="name">12. Net excess tax payable ((if 10. is greater than 8.) or (9. plus 10.))</field>
<field name="code">12_NET_EXCESS_TAX_PAYABLE_IF_10_IS_GREATER_THAN_8_OR_9_PLUS_10</field>
<field name="name@th">12. ภาษีสุทธิส่วนเกินที่ต้องชำระ ((ถ้า 10. มากกว่า 8.) หรือ (9. บวก 10.))</field>
<field name="code">12_NET_VAT_EXCESS</field>
<field name="expression_ids">
<!-- First part. If 10 - 8 > 0 we use this value -->
<record id="tax_report_net_vat_payable_and_carried_forward" model="account.report.expression">
<field name="label">net_vat_payable</field>
<field name="engine">aggregation</field>
<field name="formula">10_EXCESS_CARRIED_FORWARD.balance - 8_TAX_PAYABLE.balance</field>
<field name="subformula">if_above(THB(0))</field>
</record>
<!-- If 9 is set we also want to use it. -->
<record id="tax_report_net_vat_excess_exp" model="account.report.expression">
<field name="label">net_vat_excess</field>
<field name="engine">aggregation</field>
<field name="formula">9_VAT_EXCESS.balance</field>
<field name="subformula">if_other_expr_above(9_VAT_EXCESS.balance, THB(0))</field>
</record>
<!-- 10 - 8 or 10 + 9 (you will never have both 8 and 9)-->
<record id="tax_report_net_vat_excess_tag" model="account.report.expression">
<field name="label">balance</field>
<field name="engine">tax_tags</field>
<field name="formula">12. Net excess tax payable ((if 10. is greater than 8.) or (9. plus 10.))</field>
<field name="engine">aggregation</field>
<field name="formula">12_NET_VAT_EXCESS.net_vat_payable + 12_NET_VAT_EXCESS.net_vat_excess</field>
</record>
<record id="tax_report_net_vat_excess_carryover" model="account.report.expression">
<field name="label">_carryover_balance</field>
<field name="engine">aggregation</field>
<field name="formula">12_NET_VAT_EXCESS.balance</field>
<field name="carryover_target">10_EXCESS_CARRIED_FORWARD._applied_carryover_balance</field>
</record>
</field>
</record>
@ -169,18 +226,21 @@
<record id="tax_report_pnd53" model="account.report">
<field name="name">PND53</field>
<field name="name@th">ภ.ง.ด. 53</field>
<field name="root_report_id" ref="account.generic_tax_report" />
<field name="country_id" ref="base.th" />
<field name="availability_condition">country</field>
<field name="column_ids">
<record id="tax_report_pnd53_balance" model="account.report.column">
<field name="name">Balance</field>
<field name="name@th">ยอดคงเหลือ</field>
<field name="expression_label">balance</field>
</record>
</field>
<field name="line_ids">
<record id="tax_report_total_income_pnd53_line" model="account.report.line">
<field name="name">Total Income</field>
<field name="name@th">รวมยอดเงินได้ทั้งสิ้น</field>
<field name="code">INCOME_PND53</field>
<field name="expression_ids">
<record id="tax_report_total_income_pnd53" model="account.report.expression">
@ -192,6 +252,7 @@
</record>
<record id="tax_report_total_remittance_pnd53_line" model="account.report.line">
<field name="name">Total Remittance</field>
<field name="name@th">รวมยอดภาษีที่นำส่งทั้งสิ้น</field>
<field name="code">P53</field>
<field name="expression_ids">
<record id="tax_report_total_remittance_pnd53" model="account.report.expression">
@ -203,6 +264,7 @@
</record>
<record id="tax_report_surcharge_pnd53_line" model="account.report.line">
<field name="name">Surcharge</field>
<field name="name@th">ค่าธรรมเนียมเพิ่มเติม</field>
<field name="code">S53</field>
<field name="expression_ids">
<record id="tax_report_surcharge_pnd53" model="account.report.expression">
@ -214,6 +276,7 @@
</record>
<record id="tax_report_total_pnd53_line" model="account.report.line">
<field name="name">Total</field>
<field name="name@th">รวมยอดภาษีที่นำส่งทั้งสิ้น และเงินเพิ่ม (2. + 3.)</field>
<field name="expression_ids">
<record id="tax_report_total_pnd53" model="account.report.expression">
<field name="label">balance</field>
@ -227,18 +290,21 @@
<record id="tax_report_pnd3" model="account.report">
<field name="name">PND3</field>
<field name="name@th">ภ.ง.ด. 3</field>
<field name="root_report_id" ref="account.generic_tax_report" />
<field name="country_id" ref="base.th" />
<field name="availability_condition">country</field>
<field name="column_ids">
<record id="tax_report_pnd3_balance" model="account.report.column">
<field name="name">Balance</field>
<field name="name@th">ยอดคงเหลือ</field>
<field name="expression_label">balance</field>
</record>
</field>
<field name="line_ids">
<record id="tax_report_total_income_pnd3_line" model="account.report.line">
<field name="name">Total Income</field>
<field name="name@th">รวมยอดเงินได้ทั้งสิ้น</field>
<field name="code">INCOME_PND3</field>
<field name="expression_ids">
<record id="tax_report_total_income_pnd3" model="account.report.expression">
@ -250,6 +316,7 @@
</record>
<record id="tax_report_total_remittance_pnd3_line" model="account.report.line">
<field name="name">Total Remittance</field>
<field name="name@th">รวมยอดภาษีที่นำส่งทั้งสิ้น</field>
<field name="code">P3</field>
<field name="expression_ids">
<record id="tax_report_total_remittance_pnd3" model="account.report.expression">
@ -261,6 +328,7 @@
</record>
<record id="tax_report_surcharge_pnd3_line" model="account.report.line">
<field name="name">Surcharge</field>
<field name="name@th">ค่าธรรมเนียมเพิ่มเติม</field>
<field name="code">S3</field>
<field name="expression_ids">
<record id="tax_report_surcharge_pnd3" model="account.report.expression">
@ -272,6 +340,7 @@
</record>
<record id="tax_report_total_pnd3_line" model="account.report.line">
<field name="name">Total</field>
<field name="name@th">รวมยอดภาษีที่นำส่งทั้งสิ้น และเงินเพิ่ม (2. + 3.)</field>
<field name="expression_ids">
<record id="tax_report_total_pnd3" model="account.report.expression">
<field name="label">balance</field>

View file

@ -1,507 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="tax_input_vat" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Input VAT 7%</field>
<field name="amount_type">percent</field>
<field name="amount" eval="7"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_vat_7"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_input_tax_purchase_from_out_tax_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_input_vat'),
'plus_report_expression_ids': [ref('tax_report_input_tax_tag')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_input_tax_purchase_from_out_tax_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_input_vat'),
'minus_report_expression_ids': [ref('tax_report_input_tax_tag')],
}),
]"/>
</record>
<record id="tax_output_vat" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Output VAT 7%</field>
<field name="amount_type">percent</field>
<field name="amount" eval="7"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_vat_7"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_out_tax_sale_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_output_vat'),
'plus_report_expression_ids': [ref('tax_report_out_tax_tag')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_out_tax_sale_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_output_vat'),
'minus_report_expression_ids': [ref('tax_report_out_tax_tag')],
}),
]"/>
</record>
<record id="tax_input_vat_0" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Input VAT 0%</field>
<field name="amount_type">percent</field>
<field name="amount" eval="0"/>
<field name="type_tax_use">purchase</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_input_tax_purchase_from_out_tax_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_input_vat'),
'plus_report_expression_ids': [ref('tax_report_input_tax_tag')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_input_tax_purchase_from_out_tax_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_input_vat'),
'plus_report_expression_ids': [ref('tax_report_input_tax_tag')],
}),
]"/>
</record>
<record id="tax_output_vat_0" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Output VAT 0%</field>
<field name="amount_type">percent</field>
<field name="amount" eval="0"/>
<field name="type_tax_use">sale</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_out_tax_sale_tag'), ref('tax_report_out_tax_less_sales_0_rate_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_output_vat'),
'plus_report_expression_ids': [ref('tax_report_out_tax_tag')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_out_tax_sale_tag'), ref('tax_report_out_tax_less_sales_0_rate_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_output_vat'),
'minus_report_expression_ids': [ref('tax_report_out_tax_tag')],
}),
]"/>
</record>
<record id="tax_input_vat_exempted" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Input VAT Exempted</field>
<field name="amount_type">percent</field>
<field name="amount" eval="0"/>
<field name="type_tax_use">purchase</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_input_tax_purchase_from_out_tax_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_input_vat'),
'plus_report_expression_ids': [ref('tax_report_input_tax_tag')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_input_tax_purchase_from_out_tax_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_input_vat'),
'minus_report_expression_ids': [ref('tax_report_input_tax_tag')],
}),
]"/>
</record>
<record id="tax_output_vat_exempted" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Output VAT Exempted</field>
<field name="amount_type">percent</field>
<field name="amount" eval="0"/>
<field name="type_tax_use">sale</field>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_out_tax_sale_tag'), ref('tax_report_out_tax_less_exempted_sales_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_output_vat'),
'plus_report_expression_ids': [ref('tax_report_out_tax_tag')],
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_out_tax_sale_tag'), ref('tax_report_out_tax_less_exempted_sales_tag')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_output_vat'),
'minus_report_expression_ids': [ref('tax_report_out_tax_tag')],
}),
]"/>
</record>
<record id="tax_wht_co_1" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Company Withholding Tax 1% (Transportation)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-1"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_1"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd53')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd53')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
</record>
<record id="tax_wht_co_2" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Company Withholding Tax 2% (Advertising)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-2"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_2"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd53')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd53')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
</record>
<record id="tax_wht_co_3" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Company Withholding Tax 3% (Service)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-3"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_3"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd53')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd53')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
</record>
<record id="tax_wht_co_5" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Company Withholding Tax 5% (Rental)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-5"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_5"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd53')],
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd53')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd53')]
}),
]"/>
</record>
<record id="tax_wht_pers_1" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Personal Withholding Tax 1% (Transportation)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-1"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_1"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
</record>
<record id="tax_wht_pers_2" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Personal Withholding Tax 2% (Advertising)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-2"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_2"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
</record>
<record id="tax_wht_pers_3" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Personal Withholding Tax 3% (Service)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-3"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_3"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
</record>
<record id="tax_wht_pers_5" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Personal Withholding Tax 5% (Rental)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-5"/>
<field name="type_tax_use">purchase</field>
<field name="tax_group_id" ref="tax_group_5"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'plus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'minus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {
'repartition_type': 'base',
'minus_report_expression_ids': [ref('tax_report_total_income_pnd3')]
}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht'),
'plus_report_expression_ids': [ref('tax_report_total_remittance_pnd3')]
}),
]"/>
</record>
<record id="tax_wht_income_1" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Withholding Income Tax 1% (Transportation)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-1"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_1"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
</record>
<record id="tax_wht_income_2" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Withholding Income Tax 2% (Advertising)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-2"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_2"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
</record>
<record id="tax_wht_income_3" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Withholding Income Tax 3% (Service)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-3"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_3"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
</record>
<record id="tax_wht_income_5" model="account.tax.template">
<field name="chart_template_id" ref="chart"/>
<field name="name">Withholding Income Tax 5% (Rental)</field>
<field name="amount_type">percent</field>
<field name="amount" eval="-5"/>
<field name="type_tax_use">sale</field>
<field name="tax_group_id" ref="tax_group_5"/>
<field name="invoice_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
<field name="refund_repartition_line_ids" eval="[(5, 0, 0),
(0,0, {'repartition_type': 'base'}),
(0,0, {
'repartition_type': 'tax',
'account_id': ref('a_wht_income'),
}),
]"/>
</record>
</odoo>

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- CHART OF Template -->
<record id="chart" model="account.chart.template">
<field name="name">Thailand - Chart of Accounts</field>
<field name="cash_account_code_prefix">1100</field>
<field name="bank_account_code_prefix">1110</field>
<field name="transfer_account_code_prefix">16</field>
<field name="currency_id" ref="base.THB"/>
<field name="country_id" ref="base.th"/>
</record>
</odoo>

View file

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="chart" model="account.chart.template">
<field name="property_account_receivable_id" ref="a_recv"/>
<field name="property_account_payable_id" ref="a_pay"/>
<field name="property_account_expense_categ_id" ref="a_exp_cogs"/>
<field name="property_account_income_categ_id" ref="a_sales"/>
<field name="income_currency_exchange_account_id" ref="a_income_gain"/>
<field name="expense_currency_exchange_account_id" ref="a_exp_loss"/>
<field name="default_pos_receivable_account_id" ref="a_recv_pos"/>
</record>
</odoo>

View file

@ -0,0 +1,145 @@
"id","code","name","account_type","reconcile","tag_ids","non_trade","description","name@th_TH","description@th_TH"
"l10n_th_account_111100","111100","Cash on Hand","asset_cash","True","","","Physical cash in safe or tills. Reconcile with daily cash counts.","เงินสดในมือ","เงินสดที่มีอยู่จริงในตู้เซฟหรือลิ้นชักเก็บเงิน ตรวจสอบยอดกับรายงานการนับเงินสดประจำวัน"
"l10n_th_account_111200","111200","Bank Deposits","asset_cash","True","","","Funds in savings/current accounts. Reconcile with monthly bank statements.","เงินฝากธนาคาร","เงินฝากในบัญชีออมทรัพย์หรือกระแสรายวัน ตรวจสอบยอดกับ Bank Statement ประจำเดือน"
"l10n_th_account_111201","111201","Bank Suspense Account","asset_current","True","","","Temporary holding account for imported bank transactions pending reconciliation.","บัญชีพักรอตรวจสอบ (ธนาคาร)","บัญชีพักสำหรับรายการบัญชีธนาคารที่นำเข้ามาแล้วแต่รอการกระทบยอด"
"l10n_th_account_111202","111202","Liquidity Transfer","asset_current","True","","","Interim clearing account for internal fund transfers between bank or cash journals.","บัญชีพักโอนเงินระหว่างกัน","บัญชีพักสำหรับการโอนเงินภายในระหว่างสมุดเงินสดหรือสมุดธนาคาร"
"l10n_th_account_111300","111300","Cash Equivalents","asset_cash","True","","","Highly liquid short-term investments convertible to known cash amounts.","รายการเทียบเท่าเงินสด","เงินลงทุนระยะสั้นที่มีสภาพคล่องสูง สามารถเปลี่ยนเป็นเงินสดได้ในจำนวนที่ทราบได้แน่นอน"
"l10n_th_account_112100","112100","Trade Receivables","asset_receivable","True","","","Amounts owed by customers for goods sold or services rendered on credit.","ลูกหนี้การค้า","ยอดเงินที่ลูกค้าค้างชำระจากการขายสินค้าหรือให้บริการแบบเชื่อ (เครดิต)"
"l10n_th_account_112101","112101","Trade Receivables (POS)","asset_receivable","True","","","Amounts owed by POS customers for goods sold or services rendered on credit.","ลูกหนี้การค้า (POS)","ยอดเงินที่ลูกค้าหน้าร้าน (POS) ค้างชำระจากการขายสินค้าหรือบริการ"
"l10n_th_account_112190","112190","Allowance for Doubtful Accounts","asset_current","False","","","Estimated portion of receivables unlikely to be collected (Contra Asset).","ค่าเผื่อหนี้สงสัยจะสูญ","ประมาณการยอดลูกหนี้ที่คาดว่าจะเก็บเงินไม่ได้ (บัญชีปรับมูลค่าสินทรัพย์)"
"l10n_th_account_112200","112200","Other Receivables","asset_current","True","","","Non-trade receivables such as loans to employees or insurance claims.","ลูกหนี้อื่น","ลูกหนี้ที่ไม่ใช่การค้า เช่น เงินให้กู้ยืมแก่พนักงาน หรือเงินชดเชยประกันภัย"
"l10n_th_account_113100","113100","Goods for resale","asset_current","False","","","Finished goods purchased specifically for resale to customers.","สินค้าสำเร็จรูป / สินค้าเพื่อขาย","สินค้าสำเร็จรูปที่ซื้อมาเพื่อขายต่อให้แก่ลูกค้าโดยเฉพาะ"
"l10n_th_account_113200","113200","Raw materials","asset_current","False","","","Basic materials kept on hand for use in the production process.","วัตถุดิบ","วัสดุพื้นฐานที่เก็บไว้เพื่อใช้ในกระบวนการผลิต"
"l10n_th_account_113300","113300","Consumables","asset_current","False","","","Supplies used in operations (e.g., packaging) that are not direct product costs.","วัสดุสิ้นเปลือง","วัสดุที่ใช้ในการดำเนินงาน (เช่น บรรจุภัณฑ์) ที่ไม่ใช่ต้นทุนสินค้าโดยตรง"
"l10n_th_account_113400","113400","Work in Process","asset_current","False","","","Goods currently in production but not yet completed.","งานระหว่างทำ","สินค้าที่อยู่ระหว่างกระบวนการผลิตแต่ยังผลิตไม่เสร็จสมบูรณ์"
"l10n_th_account_113900","113900","Allowance for Inventory Decline","asset_current","False","","","Provision to reduce inventory value if market price drops below cost.","ค่าเผื่อมูลค่าสินค้าลดลง","การตั้งสำรองเพื่อลดมูลค่าสินค้าคงเหลือ หากราคาตลาดต่ำกว่าราคาทุน"
"l10n_th_account_114100","114100","Undue Input VAT","asset_current","True","","","Suspense VAT: Input tax from service bills received but not yet paid. Move to 'Input VAT' upon payment.","ภาษีซื้อยังไม่ถึงกำหนด","ภาษีซื้อจากค่าบริการที่ได้รับใบแจ้งหนี้แล้วแต่ยังไม่ได้ชำระเงิน (จะย้ายไป ""ภาษีซื้อ"" เมื่อจ่ายเงิน)"
"l10n_th_account_114200","114200","Input VAT","asset_current","True","","","Tax paid on purchases. Balance is transferred to VAT Payable/Receivable at month-end.","ภาษีซื้อ","ภาษีที่จ่ายจากการซื้อสินค้า/บริการ ยอดนี้จะนำไปหักลบกับภาษีขายหรือขอคืนภาษีได้"
"l10n_th_account_114300","114300","WHT Creditable","asset_current","True","","","Prepaid Tax: Income tax deducted by customers when paying you. Claimable against year-end CIT.","ภาษีเงินได้ถูกหัก ณ ที่จ่าย (สินทรัพย์)","ภาษีที่ถูกลูกค้าหักไว้เมื่อรับชำระเงิน สามารถนำไปเครดิตภาษีเงินได้นิติบุคคลสิ้นปี"
"l10n_th_account_114400","114400","VAT Receivable","asset_receivable","True","","True","Net tax refund due from the Revenue Dept (if Input VAT > Output VAT).","ลูกหนี้กรมสรรพากร (ขอคืน VAT)","ยอดขอคืนภาษีสุทธิจากกรมสรรพากร (กรณีภาษีซื้อมากกว่าภาษีขาย)"
"l10n_th_account_114401","114401","WHT Receivable","asset_receivable","True","","True","Tax Closing Account: Consolidated WHT tax credits transferred from daily accounts. To be claimed against annual Corporate Income Tax (P.N.D. 50).","ภาษีหัก ณ ที่จ่ายรอเครดิต/ขอคืน","บัญชีรวบรวมเครดิตภาษีหัก ณ ที่จ่ายรายวัน เพื่อนำไปเครดิตภาษีเงินได้ประจำปี (ภ.ง.ด. 50)"
"l10n_th_account_114500","114500","Prepaid CIT (PND 51)","asset_current","True","","","Prepaid Tax: Corporate Income Tax paid mid-year (Form PND 51). Creditable against annual tax.","ภาษีเงินได้นิติบุคคลจ่ายล่วงหน้า (ภ.ง.ด. 51)","ภาษีเงินได้นิติบุคคลครึ่งปีที่ชำระแล้ว (ภ.ง.ด. 51) ใช้เครดิตภาษีประจำปีได้"
"l10n_th_account_115100","115100","Temporary Investments","asset_current","False","","","Investments held for trading or short-term gains (e.g., stocks, bonds).","เงินลงทุนชั่วคราว","เงินลงทุนที่ถือไว้เพื่อค้าหรือหากำไรระยะสั้น (เช่น หุ้น, พันธบัตร)"
"l10n_th_account_115200","115200","Biological Assets (Current)","asset_current","False","","","Living animals or plants held for sale or harvest within one accounting period.","สินทรัพย์ชีวภาพ (หมุนเวียน)","สัตว์หรือพืชที่มีชีวิตที่ถือไว้เพื่อขายหรือเก็บเกี่ยวภายในรอบบัญชีเดียว"
"l10n_th_account_121100","121100","Investments in Associates","asset_non_current","False","","","Long-term equity investments where the company has significant influence (20-50%).","เงินลงทุนในบริษัทร่วม","เงินลงทุนระยะยาวในหุ้นทุนที่บริษัทมีอิทธิพลอย่างมีนัยสำคัญ (ถือหุ้น 20-50%)"
"l10n_th_account_122100","122100","Investment Property","asset_non_current","False","","","Land or buildings held specifically to earn rentals or for capital appreciation.","อสังหาริมทรัพย์เพื่อการลงทุน","ที่ดินหรืออาคารที่ถือครองเพื่อหาประโยชน์จากค่าเช่า หรือหวังผลกำไรจากการเพิ่มขึ้นของราคา"
"l10n_th_account_123100","123100","Land","asset_fixed","False","","","Land owned for operations. Not depreciated.","ที่ดิน","ที่ดินที่ใช้ในการดำเนินงาน (ไม่มีการคิดค่าเสื่อมราคา)"
"l10n_th_account_123150","123150","Land Improvements","asset_fixed","False","","","Cost of paving, fencing, or drainage systems.","ส่วนปรับปรุงที่ดิน","ต้นทุนการปรับปรุงพื้นที่ เช่น การลาดยาง ทำรั้ว หรือระบบระบายน้ำ"
"l10n_th_account_123151","123151","Accum. Depr. - Land Improvements","asset_fixed","False","","","Accumulated depreciation for land improvements.","ค่าเสื่อมราคาสะสม - ส่วนปรับปรุงที่ดิน","ค่าเสื่อมราคาสะสมสำหรับส่วนปรับปรุงที่ดิน"
"l10n_th_account_123200","123200","Buildings (Structure)","asset_fixed","False","","","Cost of main building structures owned by the company.","อาคาร (โครงสร้าง)","ราคาทุนของโครงสร้างตัวอาคารหลักที่บริษัทเป็นเจ้าของ"
"l10n_th_account_123201","123201","Accum. Depr. - Buildings","asset_fixed","False","","","Accumulated depreciation for buildings.","ค่าเสื่อมราคาสะสม - อาคาร","ค่าเสื่อมราคาสะสมสำหรับอาคาร"
"l10n_th_account_123210","123210","Building Installations","asset_fixed","False","","","Integrated systems like HVAC, solar panels, or elevators with shorter lives.","งานระบบประกอบอาคาร","ระบบที่ติดตั้งในอาคาร เช่น HVAC, แผงโซลาร์เซลล์ หรือลิฟต์ (อายุการใช้งานสั้นกว่าตัวอาคาร)"
"l10n_th_account_123211","123211","Accum. Depr. - Installations","asset_fixed","False","","","Accumulated depreciation for building installations.","ค่าเสื่อมราคาสะสม - งานระบบ","ค่าเสื่อมราคาสะสมสำหรับงานระบบประกอบอาคาร"
"l10n_th_account_123220","123220","Construction in Progress","asset_fixed","False","","","Costs accumulated for assets currently being built. Not depreciated until ready for use.","งานระหว่างก่อสร้าง","ต้นทุนสะสมสำหรับสินทรัพย์ที่กำลังก่อสร้าง (ยังไม่คิดค่าเสื่อมจนกว่าจะพร้อมใช้งาน)"
"l10n_th_account_123230","123230","Machinery & Tools","asset_fixed","False","","","Machinery and equipment used in production or service delivery.","เครื่องจักรและเครื่องมือ","เครื่องจักรและอุปกรณ์ที่ใช้ในการผลิตหรือให้บริการ"
"l10n_th_account_123231","123231","Accum. Depr. - Machinery","asset_fixed","False","","","Accumulated depreciation for machinery.","ค่าเสื่อมราคาสะสม - เครื่องจักร","ค่าเสื่อมราคาสะสมสำหรับเครื่องจักร"
"l10n_th_account_123240","123240","Major Spare Parts (Stand-by)","asset_fixed","False","","","High-value spares expected to be used for >1 year (TFRS NPAEs).","อะไหล่หลัก (สำรองไว้ใช้งาน)","อะไหล่มูลค่าสูงที่คาดว่าจะใช้งานเกิน 1 ปี (ตามมาตรฐาน TFRS for NPAEs)"
"l10n_th_account_123241","123241","Accum. Depr. - Major Spares","asset_fixed","False","","","Accumulated depreciation for major spare parts.","ค่าเสื่อมราคาสะสม - อะไหล่หลัก","ค่าเสื่อมราคาสะสมสำหรับอะไหล่หลัก"
"l10n_th_account_123250","123250","Vehicles","asset_fixed","False","","","Cost of company cars, trucks, or motorcycles.","ยานพาหนะ","ราคาทุนของรถยนต์ รถบรรทุก หรือรถจักรยานยนต์ของบริษัท"
"l10n_th_account_123251","123251","Accum. Depr. - Vehicles","asset_fixed","False","","","Accumulated depreciation for vehicles.","ค่าเสื่อมราคาสะสม - ยานพาหนะ","ค่าเสื่อมราคาสะสมสำหรับยานพาหนะ"
"l10n_th_account_123260","123260","Vehicle Accessories","asset_fixed","False","","","Modifications or add-ons to vehicles.","อุปกรณ์ตกแต่งยานพาหนะ","การดัดแปลงหรืออุปกรณ์เสริมที่ติดตั้งเพิ่มในยานพาหนะ"
"l10n_th_account_123261","123261","Accum. Depr. - Vehicle Acc.","asset_fixed","False","","","Accumulated depreciation for vehicle accessories.","ค่าเสื่อมราคาสะสม - อุปกรณ์รถยนต์","ค่าเสื่อมราคาสะสมสำหรับอุปกรณ์ตกแต่งยานพาหนะ"
"l10n_th_account_123270","123270","Furniture & Fixtures","asset_fixed","False","","","Office furniture, desks, chairs, and fixtures.","เครื่องตกแต่งและติดตั้ง","เฟอร์นิเจอร์สำนักงาน โต๊ะ เก้าอี้ และเครื่องตกแต่งต่างๆ"
"l10n_th_account_123271","123271","Accum. Depr. - Furniture","asset_fixed","False","","","Accumulated depreciation for furniture.","ค่าเสื่อมราคาสะสม - เครื่องตกแต่ง","ค่าเสื่อมราคาสะสมสำหรับเครื่องตกแต่งและติดตั้ง"
"l10n_th_account_123280","123280","Technology & Computers","asset_fixed","False","","","Laptops, servers, and IT hardware.","คอมพิวเตอร์และอุปกรณ์ไอที","แล็ปท็อป เซิร์ฟเวอร์ และฮาร์ดแวร์ไอทีต่างๆ"
"l10n_th_account_123281","123281","Accum. Depr. - Technology","asset_fixed","False","","","Accumulated depreciation for technology.","ค่าเสื่อมราคาสะสม - คอมพิวเตอร์","ค่าเสื่อมราคาสะสมสำหรับคอมพิวเตอร์และอุปกรณ์ไอที"
"l10n_th_account_123290","123290","Other Fixed Assets","asset_fixed","False","","","Miscellaneous fixed assets not categorized above.","สินทรัพย์ถาวรอื่น","สินทรัพย์ถาวรเบ็ดเตล็ดที่ไม่ได้จัดเข้าหมวดหมู่ข้างต้น"
"l10n_th_account_123291","123291","Accum. Depr. - Other Assets","asset_fixed","False","","","Accumulated depreciation for other assets.","ค่าเสื่อมราคาสะสม - สินทรัพย์อื่น","ค่าเสื่อมราคาสะสมสำหรับสินทรัพย์ถาวรอื่น"
"l10n_th_account_124100","124100","Computer Software","asset_non_current","False","","","Intangible assets for purchased software licenses.","โปรแกรมคอมพิวเตอร์ (ซอฟต์แวร์)","สินทรัพย์ไม่มีตัวตนสำหรับค่าลิขสิทธิ์ซอฟต์แวร์ที่ซื้อมา"
"l10n_th_account_124101","124101","Accum. Amortization - Software","asset_non_current","False","","","Accumulated amortization for software.","ค่าตัดจำหน่ายสะสม - ซอฟต์แวร์","ค่าตัดจำหน่ายสะสมสำหรับซอฟต์แวร์"
"l10n_th_account_124200","124200","Goodwill","asset_non_current","False","","","Excess payment over net assets acquired in a business combination.","ค่าความนิยม","ส่วนเกินของเงินที่จ่ายซื้อกิจการที่สูงกว่ามูลค่าสินทรัพย์สุทธิที่ได้มา"
"l10n_th_account_124201","124201","Accum. Amortization - Goodwill","asset_non_current","False","","","Accumulated amortization for goodwill.","ค่าตัดจำหน่ายสะสม - ค่าความนิยม","ค่าตัดจำหน่ายสะสมสำหรับค่าความนิยม"
"l10n_th_account_211100","211100","Bank Overdrafts","liability_current","True","","","Negative bank balance repayable on demand.","เงินเบิกเกินบัญชีธนาคาร (O/D)","ยอดคงเหลือติดลบในธนาคารที่ต้องชำระคืนเมื่อทวงถาม"
"l10n_th_account_211200","211200","Short-term Loans","liability_current","True","","","Bank loans or borrowings due within one year.","เงินกู้ยืมระยะสั้น","เงินกู้ยืมธนาคารหรือหนี้สินที่มีกำหนดชำระคืนภายใน 1 ปี"
"l10n_th_account_212100","212100","Trade Payables","liability_payable","True","","","Amounts owed to suppliers for goods or services purchased on credit.","เจ้าหนี้การค้า","ยอดเงินที่ค้างชำระซัพพลายเออร์สำหรับสินค้าหรือบริการที่ซื้อเชื่อ (เครดิต)"
"l10n_th_account_212200","212200","Other Payables","liability_current","True","","","Non-trade obligations (e.g., payables to directors).","เจ้าหนี้อื่น","หนี้สินที่ไม่ใช่การค้า (เช่น เงินค้างจ่ายกรรมการ)"
"l10n_th_account_212300","212300","Accrued Expenses","liability_current","True","","","Estimated liabilities for services received but not yet billed.","ค่าใช้จ่ายค้างจ่าย","หนี้สินประมาณการสำหรับบริการที่ได้รับแล้วแต่ยังไม่ได้วางบิล"
"l10n_th_account_212400","212400","Advances from Customers","liability_current","True","","","Deposit/Downpayment received from customers. Reconcile against the final Customer Invoice.","เงินรับล่วงหน้าจากลูกค้า","เงินมัดจำหรือเงินดาวน์ที่ได้รับจากลูกค้า (กระทบยอดเมื่อออกใบแจ้งหนี้จริง)"
"l10n_th_account_213100","213100","Undue Output VAT","liability_current","True","","","Suspense VAT: Output tax on service invoices issued but not yet paid.","ภาษีขายยังไม่ถึงกำหนด","ภาษีพัก: ภาษีขายจากการวางบิลค่าบริการที่ยังไม่ได้รับชำระเงิน"
"l10n_th_account_213200","213200","Output VAT","liability_current","True","","","Net VAT liability (Output VAT - Input VAT) to be remitted to Revenue Dept (PP.30).","ภาษีขาย","ภาระภาษีมูลค่าเพิ่มสุทธิ (ภาษีขาย - ภาษีซื้อ) ที่ต้องนำส่งกรมสรรพากร (ภ.พ. 30)"
"l10n_th_account_213300","213300","Tax Withheld - PND 1","liability_current","True","","","Tax deducted from Employee Salaries. Remit monthly via form PND 1.","ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 1","ภาษีที่หักจากเงินเดือนพนักงาน นำส่งรายเดือนด้วยแบบ ภ.ง.ด. 1"
"l10n_th_account_213301","213301","Tax Withheld - PND 3","liability_current","True","","","Tax deducted from Individual Suppliers. Remit monthly via form PND 3.","ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 3","ภาษีที่หักจากบุคคลธรรมดา นำส่งรายเดือนด้วยแบบ ภ.ง.ด. 3"
"l10n_th_account_213302","213302","Tax Withheld - PND 53","liability_current","True","","","Tax deducted from Juristic (Company) Suppliers. Remit monthly via form PND 53.","ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 53","ภาษีที่หักจากนิติบุคคล นำส่งรายเดือนด้วยแบบ ภ.ง.ด. 53"
"l10n_th_account_213303","213303","Tax Withheld - PND 54","liability_current","True","","","Tax deducted from payments sent Overseas. Remit via form PND 54.","ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 54","ภาษีที่หักจากการจ่ายเงินไปต่างประเทศ นำส่งด้วยแบบ ภ.ง.ด. 54"
"l10n_th_account_213400","213400","VAT Payable","liability_payable","True","","","VAT Payable: Tax collected from sales. To be remitted to Revenue Dept (PP.30).","ภาษีมูลค่าเพิ่มค้างจ่าย","ภาษีมูลค่าเพิ่มที่เก็บจากการขาย เตรียมนำส่งกรมสรรพากร (ภ.พ. 30)"
"l10n_th_account_213500","213500","WHT Payable","liability_payable","True","","True","Net WHT liability moved here from PND specific accounts at month-end for lump-sum payment to Revenue Dept.","ภาษีหัก ณ ที่จ่ายค้างจ่าย","ยอดรวมภาษีหัก ณ ที่จ่ายที่โอนมาจากบัญชีย่อย เพื่อเตรียมจ่ายสรรพากร"
"l10n_th_account_213600","213600","Corporate Income Tax Payable","liability_current","True","","","Accrued corporate income tax liability for the year.","ภาษีเงินได้นิติบุคคลค้างจ่าย","ภาระภาษีเงินได้นิติบุคคลค้างจ่ายสำหรับปี"
"l10n_th_account_216100","216100","Provisions for Employee Benefits","liability_current","True","","","Short-term liabilities for employee benefits like severance.","ประมาณการหนี้สินผลประโยชน์พนักงาน","หนี้สินระยะสั้นสำหรับผลประโยชน์พนักงาน เช่น ค่าชดเชย"
"l10n_th_account_221100","221100","Long-Term Loans","liability_non_current","False","","","Bank loans or borrowings due after more than one year.","เงินกู้ยืมระยะยาว","เงินกู้ยืมธนาคารที่มีกำหนดชำระคืนเกินกว่า 1 ปี"
"l10n_th_account_222100","222100","Employee Benefit Obligations","liability_non_current","False","","","Long-term post-employment benefit obligations.","ภาระผูกพันผลประโยชน์พนักงาน","ภาระผูกพันผลประโยชน์พนักงานหลังออกจากงาน (ระยะยาว)"
"l10n_th_account_223100","223100","Deferred Income (Gov Grants)","liability_non_current","False","","","Grant income received but not yet recognized as revenue.","รายได้รับล่วงหน้า (เงินอุดหนุนรัฐ)","รายได้จากเงินอุดหนุนที่ได้รับแล้ว แต่ยังไม่ได้รับรู้เป็นรายได้"
"l10n_th_account_311100","311100","Share Capital","equity","False","","","Par value of shares issued and paid-up.","ทุนจดทะเบียน / ทุนเรือนหุ้น","มูลค่าพาร์ของหุ้นที่ออกและชำระแล้ว"
"l10n_th_account_321100","321100","Legal Reserve","equity","False","","","Profits set aside by law (10% of capital), cannot be distributed.","สำรองตามกฎหมาย","กำไรที่กันไว้ตามกฎหมาย (10% ของทุน) ไม่สามารถนำมาปันผลได้"
"l10n_th_account_321200","321200","Retained Earnings","equity","False","","","Accumulated profits available for dividend distribution.","กำไรสะสม","กำไรสะสมที่สามารถนำมาจ่ายเงินปันผลได้"
"l10n_th_account_411100","411100","Sales Revenue","income","False","","","Revenue from sale of goods (recognized upon delivery/transfer of risk).","รายได้จากการขาย","รายได้จากการขายสินค้า (รับรู้รายได้เมื่อส่งมอบ/โอนความเสี่ยง)"
"l10n_th_account_411200","411200","Service Revenue","income","False","","","Revenue from services (recognized by stage of completion).","รายได้ค่าบริการ","รายได้จากการให้บริการ (รับรู้รายได้ตามขั้นความสำเร็จของงาน)"
"l10n_th_account_411300","411300","Sales Returns and Allowances","income","False","","","Contra-revenue account for customer refunds or credits.","รับคืนสินค้าและส่วนลดจ่าย","บัญชีปรับลดรายได้จากการคืนเงินหรือรับคืนสินค้าจากลูกค้า"
"l10n_th_account_411400","411400","Sales Discounts","income","False","","","Contra-revenue account for discounts given.","ส่วนลดจ่าย (ส่วนลดเงินสด)","บัญชีปรับลดรายได้จากส่วนลดที่ให้ลูกค้า"
"l10n_th_account_421100","421100","Interest Income","income_other","False","","","Income earned from bank deposits or loans provided.","ดอกเบี้ยรับ","รายได้ดอกเบี้ยจากเงินฝากธนาคารหรือเงินให้กู้ยืม"
"l10n_th_account_421200","421200","Dividend Income","income_other","False","","","Income received from share investments.","เงินปันผลรับ","รายได้เงินปันผลจากการลงทุนในหุ้น"
"l10n_th_account_421300","421300","Gain on Exchange Rate","income_other","False","","","Profit from currency fluctuations on foreign transactions.","กำไรจากอัตราแลกเปลี่ยน","กำไรจากความผันผวนของค่าเงินในธุรกรรมต่างประเทศ"
"l10n_th_account_421400","421400","Government Grant Income","income_other","False","","","Income recognized from government subsidies/grants.","รายได้เงินอุดหนุนจากรัฐบาล","รายได้ที่รับรู้จากเงินอุดหนุนของรัฐบาล"
"l10n_th_account_421500","421500","Purchase Discounts","income_other","False","","","Early Pay Gain: Discounts received from suppliers for early payment.","ส่วนลดรับ","กำไรจากการจ่ายชำระเงินเร็ว: ส่วนลดที่ได้รับจากซัพพลายเออร์"
"l10n_th_account_421600","421600","Cash Difference Income","income_other","False","","","Cash Diff Income: Cash overages found during reconciliation.","รายได้จากเงินสดเกินบัญชี","รายได้จากเงินสดเกินที่พบระหว่างการกระทบยอด"
"l10n_th_account_511100","511100","Cost of Goods Sold","expense_direct_cost","False","","","Direct cost of inventory sold during the period.","ต้นทุนขาย","ต้นทุนทางตรงของสินค้าที่ขายไปในระหว่างงวด"
"l10n_th_account_511200","511200","Cost of Services","expense_direct_cost","False","","","Direct costs incurred to provide services (e.g., labor, materials).","ต้นทุนบริการ","ต้นทุนทางตรงที่เกิดขึ้นเพื่อให้บริการ (เช่น ค่าแรง, ค่าวัสดุ)"
"l10n_th_account_511300","511300","Inventory Write-down","expense_direct_cost","False","","","Loss from reducing inventory value to Net Realizable Value.","ขาดทุนจากการลดมูลค่าสินค้า","ผลขาดทุนจากการปรับลดมูลค่าสินค้าคงเหลือให้เท่ากับมูลค่าสุทธิที่จะได้รับ"
"l10n_th_account_511400","511400","Import fees","expense_direct_cost","False","","","Customs duties, freight, and clearance costs for imported goods.","อากรและค่าธรรมเนียมนำเข้","อากรขาเข้า ค่าระวาง และค่าดำเนินพิธีการศุลกากรสำหรับสินค้านำเข้า"
"l10n_th_account_511500","511500","Raw materials Used","expense_direct_cost","False","","","Cost of raw materials consumed in the production process.","วัตถุดิบใช้ไป","ต้นทุนวัตถุดิบที่ใช้ไปในกระบวนการผลิต"
"l10n_th_account_511600","511600","General subcontracting","expense_direct_cost","False","","","Fees paid to subcontractors for direct project work.","ค่าจ้างทำของ / ค่าจ้างเหมารายย่อย","ค่าธรรมเนียมที่จ่ายให้ผู้รับเหมาช่วงสำหรับงานโครงการโดยตรง"
"l10n_th_account_511700","511700","Freight & Transportation","expense_direct_cost","False","","","Direct cost for transporting raw materials or goods to the warehouse (Freight In).","ค่าขนส่งขาเข้า","ต้นทุนทางตรงในการขนส่งวัตถุดิบหรือสินค้าเข้ามายังคลังสินค้า"
"l10n_th_account_611100","611100","Employees compensation","expense","False","","","Salaries, wages, overtime, and bonuses for staff.","เงินเดือนและค่าตอบแทนพนักงาน","เงินเดือน ค่าจ้าง ค่าล่วงเวลา และโบนัสสำหรับพนักงาน"
"l10n_th_account_611200","611200","Commissions & Brokerage Fees","expense","False","","","Fees paid to agents, brokers, or intermediaries for facilitating sales or business deals.","ค่านายหน้าและค่าคอมมิชชั่น","ค่าธรรมเนียมที่จ่ายให้ตัวแทน นายหน้า หรือคนกลางในการขาย"
"l10n_th_account_611300","611300","Social Security","expense","False","","","Employer's contribution to the Social Security Fund.","เงินสมทบประกันสังคม","เงินสมทบกองทุนประกันสังคมส่วนของนายจ้าง"
"l10n_th_account_611400","611400","Other personnel costs","expense","False","","","Staff benefits, vouchers, and other non-salary costs.","ค่าใช้จ่ายเกี่ยวกับพนักงานอื่น","สวัสดิการพนักงาน คูปอง และค่าใช้จ่ายพนักงานอื่นๆ ที่ไม่ใช่เงินเดือน"
"l10n_th_account_611500","611500","Training and documentation","expense","False","","","Expenses for staff training courses and educational materials.","ค่าอบรมและสัมมนา","ค่าใช้จ่ายสำหรับหลักสูตรฝึกอบรมพนักงานและเอกสารประกอบ"
"l10n_th_account_611600","611600","Royalties & License Fees","expense","False","","","Payments for the use of intellectual property, copyrights, franchises, patents, or specialized licensing rights.","ค่าสิทธิและค่าใบอนุญาต","การจ่ายเงินเพื่อใช้ทรัพย์สินทางปัญญา ลิขสิทธิ์ แฟรนไชส์ หรือสิทธิบัตร"
"l10n_th_account_612100","612100","Land Improvements (Depr)","expense_depreciation","False","","","Periodic depreciation charge for land improvements.","ค่าเสื่อมราคา - ส่วนปรับปรุงที่ดิน","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับส่วนปรับปรุงที่ดิน"
"l10n_th_account_612200","612200","Buildings (Depr)","expense_depreciation","False","","","Periodic depreciation charge for building structures.","ค่าเสื่อมราคา - อาคาร","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอาคาร"
"l10n_th_account_612300","612300","Building Installations (Depr)","expense_depreciation","False","","","Periodic depreciation charge for building systems.","ค่าเสื่อมราคา - งานระบบ","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับงานระบบอาคาร"
"l10n_th_account_612400","612400","Machinery & Tools (Depr)","expense_depreciation","False","","","Periodic depreciation charge for machinery and tools.","ค่าเสื่อมราคา - เครื่องจักร","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับเครื่องจักรและเครื่องมือ"
"l10n_th_account_612500","612500","Major Spare Parts (Depr)","expense_depreciation","False","","","Periodic depreciation charge for capitalized spare parts.","ค่าเสื่อมราคา - อะไหล่หลัก","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอะไหล่หลัก (Capitalized)"
"l10n_th_account_612600","612600","Vehicles (Depr)","expense_depreciation","False","","","Periodic depreciation charge for vehicles.","ค่าเสื่อมราคา - ยานพาหนะ","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับยานพาหนะ"
"l10n_th_account_612650","612650","Vehicle Accessories (Depr)","expense_depreciation","False","","","Periodic depreciation charge for vehicle add-ons.","ค่าเสื่อมราคา - อุปกรณ์รถยนต์","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอุปกรณ์ตกแต่งรถยนต์"
"l10n_th_account_612700","612700","Furniture & Fixtures (Depr)","expense_depreciation","False","","","Periodic depreciation charge for furniture.","ค่าเสื่อมราคา - เครื่องตกแต่ง","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับเฟอร์นิเจอร์"
"l10n_th_account_612800","612800","Technology & Computers (Depr)","expense_depreciation","False","","","Periodic depreciation charge for IT equipment.","ค่าเสื่อมราคา - คอมพิวเตอร์","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอุปกรณ์ไอที"
"l10n_th_account_612900","612900","Other Fixed Assets (Depr)","expense_depreciation","False","","","Periodic depreciation charge for miscellaneous assets.","ค่าเสื่อมราคา - สินทรัพย์อื่น","ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับสินทรัพย์เบ็ดเตล็ด"
"l10n_th_account_612950","612950","Computer Software (Amt)","expense_depreciation","False","","","Amortization expense for intangible software assets.","ค่าตัดจำหน่าย - ซอฟต์แวร์","ค่าใช้จ่ายค่าตัดจำหน่ายสำหรับสินทรัพย์ไม่มีตัวตน (ซอฟต์แวร์)"
"l10n_th_account_612960","612960","Goodwill (Amt)","expense_depreciation","False","","","Amortization expense for goodwill.","ค่าตัดจำหน่าย - ค่าความนิยม","ค่าใช้จ่ายค่าตัดจำหน่ายสำหรับค่าความนิยม"
"l10n_th_account_613100","613100","Office Rent","expense","False","","","Monthly rental fees for office space (Operating Lease).","ค่าเช่าสำนักงาน","ค่าเช่ารายเดือนสำหรับพื้นที่สำนักงาน (สัญญาเช่าดำเนินงาน)"
"l10n_th_account_613200","613200","Vehicle rent","expense","False","","","Rental fees for cars or transport vehicles.","ค่าเช่ายานพาหนะ","ค่าเช่ารถยนต์หรือยานพาหนะขนส่ง"
"l10n_th_account_613300","613300","Freight & Postage Expenses","expense","False","","","Administrative expenses for courier services, document delivery, and postage.","ค่าไปรษณีย์และค่าขนส่ง (สนง.)","ค่าใช้จ่ายสำนักงานสำหรับบริการรับส่งเอกสารและพัสดุภัณฑ์"
"l10n_th_account_614100","614100","Office Maintenance services","expense","False","","","Costs for office cleaning, repairs, and general upkeep.","ค่าบริการดูแลรักษาสำนักงาน","ค่าใช้จ่ายทำความสะอาด ซ่อมแซม และดูแลรักษาสำนักงานทั่วไป"
"l10n_th_account_614200","614200","Vehicle maintenance","expense","False","","","Routine repair and maintenance costs for vehicles.","ค่าซ่อมบำรุงยานพาหนะ","ค่าซ่อมแซมและบำรุงรักษายานพาหนะตามปกติ"
"l10n_th_account_614300","614300","Studies & works","expense","False","","","Professional fees for research, studies, or external consultations.","ค่าที่ปรึกษาและวิจัย","ค่าวิชาชีพสำหรับการวิจัย การศึกษา หรือที่ปรึกษาภายนอก"
"l10n_th_account_615100","615100","Accounting Fees","expense","False","","","Fees paid to external audit or bookkeeping firms.","ค่าทำบัญชี / ค่าสอบบัญชี","ค่าธรรมเนียมที่จ่ายให้สำนักงานบัญชีหรือผู้สอบบัญชีภายนอก"
"l10n_th_account_615200","615200","Legal expenses","expense","False","","","Fees paid to lawyers or legal advisors.","ค่าทนายความและกฎหมาย","ค่าธรรมเนียมที่จ่ายให้ทนายความหรือที่ปรึกษากฎหมาย"
"l10n_th_account_615300","615300","Administration fees","expense","False","","","General administrative service fees.","ค่าธรรมเนียมการบริหาร","ค่าธรรมเนียมการบริหารจัดการทั่วไป"
"l10n_th_account_615400","615400","Membership fees","expense","False","","","Subscriptions to professional clubs or associations.","ค่าสมาชิก","ค่าบำรุงสมาชิกสโมสรหรือสมาคมวิชาชีพต่างๆ"
"l10n_th_account_615500","615500","Software Subscription","expense","False","","","Recurring fees for SaaS/Cloud software (not capitalized).","ค่าเช่าใช้ซอฟต์แวร์ (Subscription)","ค่าธรรมเนียมรายงวดสำหรับซอฟต์แวร์ SaaS/Cloud (ไม่บันทึกเป็นสินทรัพย์)"
"l10n_th_account_615801","615801","Fire Insurance","expense","False","","","Insurance premiums for property protection against fire/theft.","ค่าเบี้ยประกันอัคคีภัย","เบี้ยประกันสำหรับคุ้มครองทรัพย์สินจากไฟไหม้/โจรกรรม"
"l10n_th_account_615802","615802","Professional Insurance","expense","False","","","Insurance premiums for business liability coverage.","ค่าเบี้ยประกันภัยวิชาชีพ","เบี้ยประกันภัยสำหรับความรับผิดทางธุรกิจ"
"l10n_th_account_615803","615803","Legal protection Insurance","expense","False","","","Insurance coverage for legal costs.","ประกันภัยคุ้มครองทางกฎหมาย","ความคุ้มครองประกันภัยสำหรับค่าใช้จ่ายทางกฎหมาย"
"l10n_th_account_615804","615804","Professional Liability Insurance","expense","False","","","Insurance for errors and omissions.","ประกันภัยความรับผิดทางวิชาชีพ","ประกันภัยสำหรับความผิดพลาดและการละเลยในการปฏิบัติงาน"
"l10n_th_account_617100","617100","Advertising","expense","False","","","Costs for marketing campaigns and advertising.","ค่าโฆษณา","ค่าใช้จ่ายสำหรับแคมเปญการตลาดและการโฆษณา"
"l10n_th_account_617200","617200","Business gift","expense","False","","","Gifts for clients or partners (Check tax deductibility limits).","ของขวัญธุรกิจ / ของสมนาคุณ","ของขวัญสำหรับลูกค้าหรือคู่ค้า (ตรวจสอบเงื่อนไขภาษีเกี่ยวกับมูลค่า)"
"l10n_th_account_618100","618100","Consumables","expense","False","","","Low-value items used immediately (expensed upon purchase).","วัสดุสิ้นเปลืองใช้ไป","รายการมูลค่าต่ำที่ใช้หมดไปทันที (บันทึกเป็นค่าใช้จ่ายเมื่อซื้อ)"
"l10n_th_account_618200","618200","Office supplies","expense","False","","","Stationery, paper, ink, and general office supplies.","วัสดุสำนักงาน","เครื่องเขียน กระดาษ หมึกพิมพ์ และอุปกรณ์สำนักงานทั่วไป"
"l10n_th_account_618300","618300","Office services","expense","False","","","Utilities, internet, and other general office services.","ค่าบริการสำนักงาน","ค่าสาธารณูปโภค อินเทอร์เน็ต และบริการทั่วไปในสำนักงาน"
"l10n_th_account_618400","618400","Water, electricity, gas","expense","False","","","Utility bills for business premises.","ค่าน้ำ ค่าไฟ แก๊ส","บิลค่าสาธารณูปโภคสำหรับสถานที่ประกอบธุรกิจ"
"l10n_th_account_618500","618500","Phone & Internet","expense","False","","","Communication and internet service costs.","ค่าโทรศัพท์และอินเทอร์เน็ต","ค่าใช้จ่ายด้านการสื่อสารและบริการอินเทอร์เน็ต"
"l10n_th_account_618600","618600","Fuel","expense","False","","","Fuel costs for company vehicles.","ค่าน้ำมันเชื้อเพลิง","ค่าน้ำมันสำหรับยานพาหนะของบริษัท"
"l10n_th_account_618700","618700","Property tax","expense","False","","","Annual taxes paid on land and building ownership.","ภาษีที่ดินและสิ่งปลูกสร้าง","ภาษีรายปีที่จ่ายจากการเป็นเจ้าของที่ดินและอาคาร"
"l10n_th_account_619101","619101","Flights","expense","False","","","Air travel costs for business purposes.","ค่าตั๋วเครื่องบิน","ค่าเดินทางโดยเครื่องบินเพื่อวัตถุประสงค์ทางธุรกิจ"
"l10n_th_account_619102","619102","Hotels","expense","False","","","Accommodation costs during business travel.","ค่าที่พักแรม","ค่าที่พักระหว่างการเดินทางไปติดต่อธุรกิจ"
"l10n_th_account_619103","619103","Public Transportation","expense","False","","","Taxi, train, or bus fares for business travel.","ค่าพาหนะเดินทาง","ค่าแท็กซี่ รถไฟ หรือรถโดยสารสำหรับการเดินทางไปติดต่อธุรกิจ"
"l10n_th_account_619104","619104","Other travel costs","expense","False","","","Miscellaneous travel expenses (per diems, etc.).","ค่าเดินทางอื่นๆ","ค่าใช้จ่ายการเดินทางเบ็ดเตล็ด (เบี้ยเลี้ยง ฯลฯ)"
"l10n_th_account_619200","619200","Bar & Restaurant","expense","False","","","Business meals and entertainment expenses.","ค่ารับรอง (อาหารและเครื่องดื่ม)","ค่าอาหารและการบันเทิงเพื่อธุรกิจ"
"l10n_th_account_619300","619300","Food: Reception & delivery","expense","False","","","Catering costs for office events or receptions.","ค่าอาหารรับรองและจัดเลี้ยง","ค่าจัดเลี้ยงสำหรับกิจกรรมในสำนักงานหรือการต้อนรับ"
"l10n_th_account_619900","619900","Donations","expense","False","","","Charitable donation.","เงินบริจาค","การบริจาคเพื่อการกุศล"
"l10n_th_account_621100","621100","Interest Expense","expense","False","","","Cost of borrowing funds (Finance costs).","ดอกเบี้ยจ่าย","ต้นทุนจากการกู้ยืมเงิน (ต้นทุนทางการเงิน)"
"l10n_th_account_621200","621200","Loss on Exchange Rate","expense","False","","","Realized/unrealized losses from currency fluctuations.","ขาดทุนจากอัตราแลกเปลี่ยน","ผลขาดทุนที่เกิดขึ้นจริง/ยังไม่เกิดขึ้นจริงจากความผันผวนของค่าเงิน"
"l10n_th_account_622100","622100","Bank fees","expense","False","","","Bank charges, transaction fees, and transfer costs.","ค่าธรรมเนียมธนาคาร","ค่าธรรมเนียมธนาคาร ค่าทำธุรกรรม และค่าโอนเงิน"
"l10n_th_account_622200","622200","Cash Difference Loss","expense","False","","","Cash Diff Expense: Cash shortages found during reconciliation or rounding.","ขาดทุนจากเงินสดขาดบัญชี","ค่าใช้จ่ายจากเงินสดขาดบัญชีที่พบระหว่างการกระทบยอดหรือปัดเศษ"
"l10n_th_account_631100","631100","Corporate Income Tax","expense","False","","","Annual tax expense on net profit.","ภาษีเงินได้นิติบุคคล (ค่าใช้จ่าย)","ค่าใช้จ่ายภาษีประจำปีคำนวณจากกำไรสุทธิ"
"l10n_th_account_999999","999999","Current Year Earnings","equity_unaffected","False","","","Automated account for current year profit/loss accumulation.","กำไร(ขาดทุน) สุทธิประจำปี","บัญชีอัตโนมัติสำหรับสะสมกำไรหรือขาดทุนในปีปัจจุบัน"
1 id code name account_type reconcile tag_ids non_trade description name@th_TH description@th_TH
2 l10n_th_account_111100 111100 Cash on Hand asset_cash True Physical cash in safe or tills. Reconcile with daily cash counts. เงินสดในมือ เงินสดที่มีอยู่จริงในตู้เซฟหรือลิ้นชักเก็บเงิน ตรวจสอบยอดกับรายงานการนับเงินสดประจำวัน
3 l10n_th_account_111200 111200 Bank Deposits asset_cash True Funds in savings/current accounts. Reconcile with monthly bank statements. เงินฝากธนาคาร เงินฝากในบัญชีออมทรัพย์หรือกระแสรายวัน ตรวจสอบยอดกับ Bank Statement ประจำเดือน
4 l10n_th_account_111201 111201 Bank Suspense Account asset_current True Temporary holding account for imported bank transactions pending reconciliation. บัญชีพักรอตรวจสอบ (ธนาคาร) บัญชีพักสำหรับรายการบัญชีธนาคารที่นำเข้ามาแล้วแต่รอการกระทบยอด
5 l10n_th_account_111202 111202 Liquidity Transfer asset_current True Interim clearing account for internal fund transfers between bank or cash journals. บัญชีพักโอนเงินระหว่างกัน บัญชีพักสำหรับการโอนเงินภายในระหว่างสมุดเงินสดหรือสมุดธนาคาร
6 l10n_th_account_111300 111300 Cash Equivalents asset_cash True Highly liquid short-term investments convertible to known cash amounts. รายการเทียบเท่าเงินสด เงินลงทุนระยะสั้นที่มีสภาพคล่องสูง สามารถเปลี่ยนเป็นเงินสดได้ในจำนวนที่ทราบได้แน่นอน
7 l10n_th_account_112100 112100 Trade Receivables asset_receivable True Amounts owed by customers for goods sold or services rendered on credit. ลูกหนี้การค้า ยอดเงินที่ลูกค้าค้างชำระจากการขายสินค้าหรือให้บริการแบบเชื่อ (เครดิต)
8 l10n_th_account_112101 112101 Trade Receivables (POS) asset_receivable True Amounts owed by POS customers for goods sold or services rendered on credit. ลูกหนี้การค้า (POS) ยอดเงินที่ลูกค้าหน้าร้าน (POS) ค้างชำระจากการขายสินค้าหรือบริการ
9 l10n_th_account_112190 112190 Allowance for Doubtful Accounts asset_current False Estimated portion of receivables unlikely to be collected (Contra Asset). ค่าเผื่อหนี้สงสัยจะสูญ ประมาณการยอดลูกหนี้ที่คาดว่าจะเก็บเงินไม่ได้ (บัญชีปรับมูลค่าสินทรัพย์)
10 l10n_th_account_112200 112200 Other Receivables asset_current True Non-trade receivables such as loans to employees or insurance claims. ลูกหนี้อื่น ลูกหนี้ที่ไม่ใช่การค้า เช่น เงินให้กู้ยืมแก่พนักงาน หรือเงินชดเชยประกันภัย
11 l10n_th_account_113100 113100 Goods for resale asset_current False Finished goods purchased specifically for resale to customers. สินค้าสำเร็จรูป / สินค้าเพื่อขาย สินค้าสำเร็จรูปที่ซื้อมาเพื่อขายต่อให้แก่ลูกค้าโดยเฉพาะ
12 l10n_th_account_113200 113200 Raw materials asset_current False Basic materials kept on hand for use in the production process. วัตถุดิบ วัสดุพื้นฐานที่เก็บไว้เพื่อใช้ในกระบวนการผลิต
13 l10n_th_account_113300 113300 Consumables asset_current False Supplies used in operations (e.g., packaging) that are not direct product costs. วัสดุสิ้นเปลือง วัสดุที่ใช้ในการดำเนินงาน (เช่น บรรจุภัณฑ์) ที่ไม่ใช่ต้นทุนสินค้าโดยตรง
14 l10n_th_account_113400 113400 Work in Process asset_current False Goods currently in production but not yet completed. งานระหว่างทำ สินค้าที่อยู่ระหว่างกระบวนการผลิตแต่ยังผลิตไม่เสร็จสมบูรณ์
15 l10n_th_account_113900 113900 Allowance for Inventory Decline asset_current False Provision to reduce inventory value if market price drops below cost. ค่าเผื่อมูลค่าสินค้าลดลง การตั้งสำรองเพื่อลดมูลค่าสินค้าคงเหลือ หากราคาตลาดต่ำกว่าราคาทุน
16 l10n_th_account_114100 114100 Undue Input VAT asset_current True Suspense VAT: Input tax from service bills received but not yet paid. Move to 'Input VAT' upon payment. ภาษีซื้อยังไม่ถึงกำหนด ภาษีซื้อจากค่าบริการที่ได้รับใบแจ้งหนี้แล้วแต่ยังไม่ได้ชำระเงิน (จะย้ายไป "ภาษีซื้อ" เมื่อจ่ายเงิน)
17 l10n_th_account_114200 114200 Input VAT asset_current True Tax paid on purchases. Balance is transferred to VAT Payable/Receivable at month-end. ภาษีซื้อ ภาษีที่จ่ายจากการซื้อสินค้า/บริการ ยอดนี้จะนำไปหักลบกับภาษีขายหรือขอคืนภาษีได้
18 l10n_th_account_114300 114300 WHT Creditable asset_current True Prepaid Tax: Income tax deducted by customers when paying you. Claimable against year-end CIT. ภาษีเงินได้ถูกหัก ณ ที่จ่าย (สินทรัพย์) ภาษีที่ถูกลูกค้าหักไว้เมื่อรับชำระเงิน สามารถนำไปเครดิตภาษีเงินได้นิติบุคคลสิ้นปี
19 l10n_th_account_114400 114400 VAT Receivable asset_receivable True True Net tax refund due from the Revenue Dept (if Input VAT > Output VAT). ลูกหนี้กรมสรรพากร (ขอคืน VAT) ยอดขอคืนภาษีสุทธิจากกรมสรรพากร (กรณีภาษีซื้อมากกว่าภาษีขาย)
20 l10n_th_account_114401 114401 WHT Receivable asset_receivable True True Tax Closing Account: Consolidated WHT tax credits transferred from daily accounts. To be claimed against annual Corporate Income Tax (P.N.D. 50). ภาษีหัก ณ ที่จ่ายรอเครดิต/ขอคืน บัญชีรวบรวมเครดิตภาษีหัก ณ ที่จ่ายรายวัน เพื่อนำไปเครดิตภาษีเงินได้ประจำปี (ภ.ง.ด. 50)
21 l10n_th_account_114500 114500 Prepaid CIT (PND 51) asset_current True Prepaid Tax: Corporate Income Tax paid mid-year (Form PND 51). Creditable against annual tax. ภาษีเงินได้นิติบุคคลจ่ายล่วงหน้า (ภ.ง.ด. 51) ภาษีเงินได้นิติบุคคลครึ่งปีที่ชำระแล้ว (ภ.ง.ด. 51) ใช้เครดิตภาษีประจำปีได้
22 l10n_th_account_115100 115100 Temporary Investments asset_current False Investments held for trading or short-term gains (e.g., stocks, bonds). เงินลงทุนชั่วคราว เงินลงทุนที่ถือไว้เพื่อค้าหรือหากำไรระยะสั้น (เช่น หุ้น, พันธบัตร)
23 l10n_th_account_115200 115200 Biological Assets (Current) asset_current False Living animals or plants held for sale or harvest within one accounting period. สินทรัพย์ชีวภาพ (หมุนเวียน) สัตว์หรือพืชที่มีชีวิตที่ถือไว้เพื่อขายหรือเก็บเกี่ยวภายในรอบบัญชีเดียว
24 l10n_th_account_121100 121100 Investments in Associates asset_non_current False Long-term equity investments where the company has significant influence (20-50%). เงินลงทุนในบริษัทร่วม เงินลงทุนระยะยาวในหุ้นทุนที่บริษัทมีอิทธิพลอย่างมีนัยสำคัญ (ถือหุ้น 20-50%)
25 l10n_th_account_122100 122100 Investment Property asset_non_current False Land or buildings held specifically to earn rentals or for capital appreciation. อสังหาริมทรัพย์เพื่อการลงทุน ที่ดินหรืออาคารที่ถือครองเพื่อหาประโยชน์จากค่าเช่า หรือหวังผลกำไรจากการเพิ่มขึ้นของราคา
26 l10n_th_account_123100 123100 Land asset_fixed False Land owned for operations. Not depreciated. ที่ดิน ที่ดินที่ใช้ในการดำเนินงาน (ไม่มีการคิดค่าเสื่อมราคา)
27 l10n_th_account_123150 123150 Land Improvements asset_fixed False Cost of paving, fencing, or drainage systems. ส่วนปรับปรุงที่ดิน ต้นทุนการปรับปรุงพื้นที่ เช่น การลาดยาง ทำรั้ว หรือระบบระบายน้ำ
28 l10n_th_account_123151 123151 Accum. Depr. - Land Improvements asset_fixed False Accumulated depreciation for land improvements. ค่าเสื่อมราคาสะสม - ส่วนปรับปรุงที่ดิน ค่าเสื่อมราคาสะสมสำหรับส่วนปรับปรุงที่ดิน
29 l10n_th_account_123200 123200 Buildings (Structure) asset_fixed False Cost of main building structures owned by the company. อาคาร (โครงสร้าง) ราคาทุนของโครงสร้างตัวอาคารหลักที่บริษัทเป็นเจ้าของ
30 l10n_th_account_123201 123201 Accum. Depr. - Buildings asset_fixed False Accumulated depreciation for buildings. ค่าเสื่อมราคาสะสม - อาคาร ค่าเสื่อมราคาสะสมสำหรับอาคาร
31 l10n_th_account_123210 123210 Building Installations asset_fixed False Integrated systems like HVAC, solar panels, or elevators with shorter lives. งานระบบประกอบอาคาร ระบบที่ติดตั้งในอาคาร เช่น HVAC, แผงโซลาร์เซลล์ หรือลิฟต์ (อายุการใช้งานสั้นกว่าตัวอาคาร)
32 l10n_th_account_123211 123211 Accum. Depr. - Installations asset_fixed False Accumulated depreciation for building installations. ค่าเสื่อมราคาสะสม - งานระบบ ค่าเสื่อมราคาสะสมสำหรับงานระบบประกอบอาคาร
33 l10n_th_account_123220 123220 Construction in Progress asset_fixed False Costs accumulated for assets currently being built. Not depreciated until ready for use. งานระหว่างก่อสร้าง ต้นทุนสะสมสำหรับสินทรัพย์ที่กำลังก่อสร้าง (ยังไม่คิดค่าเสื่อมจนกว่าจะพร้อมใช้งาน)
34 l10n_th_account_123230 123230 Machinery & Tools asset_fixed False Machinery and equipment used in production or service delivery. เครื่องจักรและเครื่องมือ เครื่องจักรและอุปกรณ์ที่ใช้ในการผลิตหรือให้บริการ
35 l10n_th_account_123231 123231 Accum. Depr. - Machinery asset_fixed False Accumulated depreciation for machinery. ค่าเสื่อมราคาสะสม - เครื่องจักร ค่าเสื่อมราคาสะสมสำหรับเครื่องจักร
36 l10n_th_account_123240 123240 Major Spare Parts (Stand-by) asset_fixed False High-value spares expected to be used for >1 year (TFRS NPAEs). อะไหล่หลัก (สำรองไว้ใช้งาน) อะไหล่มูลค่าสูงที่คาดว่าจะใช้งานเกิน 1 ปี (ตามมาตรฐาน TFRS for NPAEs)
37 l10n_th_account_123241 123241 Accum. Depr. - Major Spares asset_fixed False Accumulated depreciation for major spare parts. ค่าเสื่อมราคาสะสม - อะไหล่หลัก ค่าเสื่อมราคาสะสมสำหรับอะไหล่หลัก
38 l10n_th_account_123250 123250 Vehicles asset_fixed False Cost of company cars, trucks, or motorcycles. ยานพาหนะ ราคาทุนของรถยนต์ รถบรรทุก หรือรถจักรยานยนต์ของบริษัท
39 l10n_th_account_123251 123251 Accum. Depr. - Vehicles asset_fixed False Accumulated depreciation for vehicles. ค่าเสื่อมราคาสะสม - ยานพาหนะ ค่าเสื่อมราคาสะสมสำหรับยานพาหนะ
40 l10n_th_account_123260 123260 Vehicle Accessories asset_fixed False Modifications or add-ons to vehicles. อุปกรณ์ตกแต่งยานพาหนะ การดัดแปลงหรืออุปกรณ์เสริมที่ติดตั้งเพิ่มในยานพาหนะ
41 l10n_th_account_123261 123261 Accum. Depr. - Vehicle Acc. asset_fixed False Accumulated depreciation for vehicle accessories. ค่าเสื่อมราคาสะสม - อุปกรณ์รถยนต์ ค่าเสื่อมราคาสะสมสำหรับอุปกรณ์ตกแต่งยานพาหนะ
42 l10n_th_account_123270 123270 Furniture & Fixtures asset_fixed False Office furniture, desks, chairs, and fixtures. เครื่องตกแต่งและติดตั้ง เฟอร์นิเจอร์สำนักงาน โต๊ะ เก้าอี้ และเครื่องตกแต่งต่างๆ
43 l10n_th_account_123271 123271 Accum. Depr. - Furniture asset_fixed False Accumulated depreciation for furniture. ค่าเสื่อมราคาสะสม - เครื่องตกแต่ง ค่าเสื่อมราคาสะสมสำหรับเครื่องตกแต่งและติดตั้ง
44 l10n_th_account_123280 123280 Technology & Computers asset_fixed False Laptops, servers, and IT hardware. คอมพิวเตอร์และอุปกรณ์ไอที แล็ปท็อป เซิร์ฟเวอร์ และฮาร์ดแวร์ไอทีต่างๆ
45 l10n_th_account_123281 123281 Accum. Depr. - Technology asset_fixed False Accumulated depreciation for technology. ค่าเสื่อมราคาสะสม - คอมพิวเตอร์ ค่าเสื่อมราคาสะสมสำหรับคอมพิวเตอร์และอุปกรณ์ไอที
46 l10n_th_account_123290 123290 Other Fixed Assets asset_fixed False Miscellaneous fixed assets not categorized above. สินทรัพย์ถาวรอื่น สินทรัพย์ถาวรเบ็ดเตล็ดที่ไม่ได้จัดเข้าหมวดหมู่ข้างต้น
47 l10n_th_account_123291 123291 Accum. Depr. - Other Assets asset_fixed False Accumulated depreciation for other assets. ค่าเสื่อมราคาสะสม - สินทรัพย์อื่น ค่าเสื่อมราคาสะสมสำหรับสินทรัพย์ถาวรอื่น
48 l10n_th_account_124100 124100 Computer Software asset_non_current False Intangible assets for purchased software licenses. โปรแกรมคอมพิวเตอร์ (ซอฟต์แวร์) สินทรัพย์ไม่มีตัวตนสำหรับค่าลิขสิทธิ์ซอฟต์แวร์ที่ซื้อมา
49 l10n_th_account_124101 124101 Accum. Amortization - Software asset_non_current False Accumulated amortization for software. ค่าตัดจำหน่ายสะสม - ซอฟต์แวร์ ค่าตัดจำหน่ายสะสมสำหรับซอฟต์แวร์
50 l10n_th_account_124200 124200 Goodwill asset_non_current False Excess payment over net assets acquired in a business combination. ค่าความนิยม ส่วนเกินของเงินที่จ่ายซื้อกิจการที่สูงกว่ามูลค่าสินทรัพย์สุทธิที่ได้มา
51 l10n_th_account_124201 124201 Accum. Amortization - Goodwill asset_non_current False Accumulated amortization for goodwill. ค่าตัดจำหน่ายสะสม - ค่าความนิยม ค่าตัดจำหน่ายสะสมสำหรับค่าความนิยม
52 l10n_th_account_211100 211100 Bank Overdrafts liability_current True Negative bank balance repayable on demand. เงินเบิกเกินบัญชีธนาคาร (O/D) ยอดคงเหลือติดลบในธนาคารที่ต้องชำระคืนเมื่อทวงถาม
53 l10n_th_account_211200 211200 Short-term Loans liability_current True Bank loans or borrowings due within one year. เงินกู้ยืมระยะสั้น เงินกู้ยืมธนาคารหรือหนี้สินที่มีกำหนดชำระคืนภายใน 1 ปี
54 l10n_th_account_212100 212100 Trade Payables liability_payable True Amounts owed to suppliers for goods or services purchased on credit. เจ้าหนี้การค้า ยอดเงินที่ค้างชำระซัพพลายเออร์สำหรับสินค้าหรือบริการที่ซื้อเชื่อ (เครดิต)
55 l10n_th_account_212200 212200 Other Payables liability_current True Non-trade obligations (e.g., payables to directors). เจ้าหนี้อื่น หนี้สินที่ไม่ใช่การค้า (เช่น เงินค้างจ่ายกรรมการ)
56 l10n_th_account_212300 212300 Accrued Expenses liability_current True Estimated liabilities for services received but not yet billed. ค่าใช้จ่ายค้างจ่าย หนี้สินประมาณการสำหรับบริการที่ได้รับแล้วแต่ยังไม่ได้วางบิล
57 l10n_th_account_212400 212400 Advances from Customers liability_current True Deposit/Downpayment received from customers. Reconcile against the final Customer Invoice. เงินรับล่วงหน้าจากลูกค้า เงินมัดจำหรือเงินดาวน์ที่ได้รับจากลูกค้า (กระทบยอดเมื่อออกใบแจ้งหนี้จริง)
58 l10n_th_account_213100 213100 Undue Output VAT liability_current True Suspense VAT: Output tax on service invoices issued but not yet paid. ภาษีขายยังไม่ถึงกำหนด ภาษีพัก: ภาษีขายจากการวางบิลค่าบริการที่ยังไม่ได้รับชำระเงิน
59 l10n_th_account_213200 213200 Output VAT liability_current True Net VAT liability (Output VAT - Input VAT) to be remitted to Revenue Dept (PP.30). ภาษีขาย ภาระภาษีมูลค่าเพิ่มสุทธิ (ภาษีขาย - ภาษีซื้อ) ที่ต้องนำส่งกรมสรรพากร (ภ.พ. 30)
60 l10n_th_account_213300 213300 Tax Withheld - PND 1 liability_current True Tax deducted from Employee Salaries. Remit monthly via form PND 1. ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 1 ภาษีที่หักจากเงินเดือนพนักงาน นำส่งรายเดือนด้วยแบบ ภ.ง.ด. 1
61 l10n_th_account_213301 213301 Tax Withheld - PND 3 liability_current True Tax deducted from Individual Suppliers. Remit monthly via form PND 3. ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 3 ภาษีที่หักจากบุคคลธรรมดา นำส่งรายเดือนด้วยแบบ ภ.ง.ด. 3
62 l10n_th_account_213302 213302 Tax Withheld - PND 53 liability_current True Tax deducted from Juristic (Company) Suppliers. Remit monthly via form PND 53. ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 53 ภาษีที่หักจากนิติบุคคล นำส่งรายเดือนด้วยแบบ ภ.ง.ด. 53
63 l10n_th_account_213303 213303 Tax Withheld - PND 54 liability_current True Tax deducted from payments sent Overseas. Remit via form PND 54. ภาษีหัก ณ ที่จ่าย - ภ.ง.ด. 54 ภาษีที่หักจากการจ่ายเงินไปต่างประเทศ นำส่งด้วยแบบ ภ.ง.ด. 54
64 l10n_th_account_213400 213400 VAT Payable liability_payable True VAT Payable: Tax collected from sales. To be remitted to Revenue Dept (PP.30). ภาษีมูลค่าเพิ่มค้างจ่าย ภาษีมูลค่าเพิ่มที่เก็บจากการขาย เตรียมนำส่งกรมสรรพากร (ภ.พ. 30)
65 l10n_th_account_213500 213500 WHT Payable liability_payable True True Net WHT liability moved here from PND specific accounts at month-end for lump-sum payment to Revenue Dept. ภาษีหัก ณ ที่จ่ายค้างจ่าย ยอดรวมภาษีหัก ณ ที่จ่ายที่โอนมาจากบัญชีย่อย เพื่อเตรียมจ่ายสรรพากร
66 l10n_th_account_213600 213600 Corporate Income Tax Payable liability_current True Accrued corporate income tax liability for the year. ภาษีเงินได้นิติบุคคลค้างจ่าย ภาระภาษีเงินได้นิติบุคคลค้างจ่ายสำหรับปี
67 l10n_th_account_216100 216100 Provisions for Employee Benefits liability_current True Short-term liabilities for employee benefits like severance. ประมาณการหนี้สินผลประโยชน์พนักงาน หนี้สินระยะสั้นสำหรับผลประโยชน์พนักงาน เช่น ค่าชดเชย
68 l10n_th_account_221100 221100 Long-Term Loans liability_non_current False Bank loans or borrowings due after more than one year. เงินกู้ยืมระยะยาว เงินกู้ยืมธนาคารที่มีกำหนดชำระคืนเกินกว่า 1 ปี
69 l10n_th_account_222100 222100 Employee Benefit Obligations liability_non_current False Long-term post-employment benefit obligations. ภาระผูกพันผลประโยชน์พนักงาน ภาระผูกพันผลประโยชน์พนักงานหลังออกจากงาน (ระยะยาว)
70 l10n_th_account_223100 223100 Deferred Income (Gov Grants) liability_non_current False Grant income received but not yet recognized as revenue. รายได้รับล่วงหน้า (เงินอุดหนุนรัฐ) รายได้จากเงินอุดหนุนที่ได้รับแล้ว แต่ยังไม่ได้รับรู้เป็นรายได้
71 l10n_th_account_311100 311100 Share Capital equity False Par value of shares issued and paid-up. ทุนจดทะเบียน / ทุนเรือนหุ้น มูลค่าพาร์ของหุ้นที่ออกและชำระแล้ว
72 l10n_th_account_321100 321100 Legal Reserve equity False Profits set aside by law (10% of capital), cannot be distributed. สำรองตามกฎหมาย กำไรที่กันไว้ตามกฎหมาย (10% ของทุน) ไม่สามารถนำมาปันผลได้
73 l10n_th_account_321200 321200 Retained Earnings equity False Accumulated profits available for dividend distribution. กำไรสะสม กำไรสะสมที่สามารถนำมาจ่ายเงินปันผลได้
74 l10n_th_account_411100 411100 Sales Revenue income False Revenue from sale of goods (recognized upon delivery/transfer of risk). รายได้จากการขาย รายได้จากการขายสินค้า (รับรู้รายได้เมื่อส่งมอบ/โอนความเสี่ยง)
75 l10n_th_account_411200 411200 Service Revenue income False Revenue from services (recognized by stage of completion). รายได้ค่าบริการ รายได้จากการให้บริการ (รับรู้รายได้ตามขั้นความสำเร็จของงาน)
76 l10n_th_account_411300 411300 Sales Returns and Allowances income False Contra-revenue account for customer refunds or credits. รับคืนสินค้าและส่วนลดจ่าย บัญชีปรับลดรายได้จากการคืนเงินหรือรับคืนสินค้าจากลูกค้า
77 l10n_th_account_411400 411400 Sales Discounts income False Contra-revenue account for discounts given. ส่วนลดจ่าย (ส่วนลดเงินสด) บัญชีปรับลดรายได้จากส่วนลดที่ให้ลูกค้า
78 l10n_th_account_421100 421100 Interest Income income_other False Income earned from bank deposits or loans provided. ดอกเบี้ยรับ รายได้ดอกเบี้ยจากเงินฝากธนาคารหรือเงินให้กู้ยืม
79 l10n_th_account_421200 421200 Dividend Income income_other False Income received from share investments. เงินปันผลรับ รายได้เงินปันผลจากการลงทุนในหุ้น
80 l10n_th_account_421300 421300 Gain on Exchange Rate income_other False Profit from currency fluctuations on foreign transactions. กำไรจากอัตราแลกเปลี่ยน กำไรจากความผันผวนของค่าเงินในธุรกรรมต่างประเทศ
81 l10n_th_account_421400 421400 Government Grant Income income_other False Income recognized from government subsidies/grants. รายได้เงินอุดหนุนจากรัฐบาล รายได้ที่รับรู้จากเงินอุดหนุนของรัฐบาล
82 l10n_th_account_421500 421500 Purchase Discounts income_other False Early Pay Gain: Discounts received from suppliers for early payment. ส่วนลดรับ กำไรจากการจ่ายชำระเงินเร็ว: ส่วนลดที่ได้รับจากซัพพลายเออร์
83 l10n_th_account_421600 421600 Cash Difference Income income_other False Cash Diff Income: Cash overages found during reconciliation. รายได้จากเงินสดเกินบัญชี รายได้จากเงินสดเกินที่พบระหว่างการกระทบยอด
84 l10n_th_account_511100 511100 Cost of Goods Sold expense_direct_cost False Direct cost of inventory sold during the period. ต้นทุนขาย ต้นทุนทางตรงของสินค้าที่ขายไปในระหว่างงวด
85 l10n_th_account_511200 511200 Cost of Services expense_direct_cost False Direct costs incurred to provide services (e.g., labor, materials). ต้นทุนบริการ ต้นทุนทางตรงที่เกิดขึ้นเพื่อให้บริการ (เช่น ค่าแรง, ค่าวัสดุ)
86 l10n_th_account_511300 511300 Inventory Write-down expense_direct_cost False Loss from reducing inventory value to Net Realizable Value. ขาดทุนจากการลดมูลค่าสินค้า ผลขาดทุนจากการปรับลดมูลค่าสินค้าคงเหลือให้เท่ากับมูลค่าสุทธิที่จะได้รับ
87 l10n_th_account_511400 511400 Import fees expense_direct_cost False Customs duties, freight, and clearance costs for imported goods. อากรและค่าธรรมเนียมนำเข้ อากรขาเข้า ค่าระวาง และค่าดำเนินพิธีการศุลกากรสำหรับสินค้านำเข้า
88 l10n_th_account_511500 511500 Raw materials Used expense_direct_cost False Cost of raw materials consumed in the production process. วัตถุดิบใช้ไป ต้นทุนวัตถุดิบที่ใช้ไปในกระบวนการผลิต
89 l10n_th_account_511600 511600 General subcontracting expense_direct_cost False Fees paid to subcontractors for direct project work. ค่าจ้างทำของ / ค่าจ้างเหมารายย่อย ค่าธรรมเนียมที่จ่ายให้ผู้รับเหมาช่วงสำหรับงานโครงการโดยตรง
90 l10n_th_account_511700 511700 Freight & Transportation expense_direct_cost False Direct cost for transporting raw materials or goods to the warehouse (Freight In). ค่าขนส่งขาเข้า ต้นทุนทางตรงในการขนส่งวัตถุดิบหรือสินค้าเข้ามายังคลังสินค้า
91 l10n_th_account_611100 611100 Employees compensation expense False Salaries, wages, overtime, and bonuses for staff. เงินเดือนและค่าตอบแทนพนักงาน เงินเดือน ค่าจ้าง ค่าล่วงเวลา และโบนัสสำหรับพนักงาน
92 l10n_th_account_611200 611200 Commissions & Brokerage Fees expense False Fees paid to agents, brokers, or intermediaries for facilitating sales or business deals. ค่านายหน้าและค่าคอมมิชชั่น ค่าธรรมเนียมที่จ่ายให้ตัวแทน นายหน้า หรือคนกลางในการขาย
93 l10n_th_account_611300 611300 Social Security expense False Employer's contribution to the Social Security Fund. เงินสมทบประกันสังคม เงินสมทบกองทุนประกันสังคมส่วนของนายจ้าง
94 l10n_th_account_611400 611400 Other personnel costs expense False Staff benefits, vouchers, and other non-salary costs. ค่าใช้จ่ายเกี่ยวกับพนักงานอื่น สวัสดิการพนักงาน คูปอง และค่าใช้จ่ายพนักงานอื่นๆ ที่ไม่ใช่เงินเดือน
95 l10n_th_account_611500 611500 Training and documentation expense False Expenses for staff training courses and educational materials. ค่าอบรมและสัมมนา ค่าใช้จ่ายสำหรับหลักสูตรฝึกอบรมพนักงานและเอกสารประกอบ
96 l10n_th_account_611600 611600 Royalties & License Fees expense False Payments for the use of intellectual property, copyrights, franchises, patents, or specialized licensing rights. ค่าสิทธิและค่าใบอนุญาต การจ่ายเงินเพื่อใช้ทรัพย์สินทางปัญญา ลิขสิทธิ์ แฟรนไชส์ หรือสิทธิบัตร
97 l10n_th_account_612100 612100 Land Improvements (Depr) expense_depreciation False Periodic depreciation charge for land improvements. ค่าเสื่อมราคา - ส่วนปรับปรุงที่ดิน ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับส่วนปรับปรุงที่ดิน
98 l10n_th_account_612200 612200 Buildings (Depr) expense_depreciation False Periodic depreciation charge for building structures. ค่าเสื่อมราคา - อาคาร ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอาคาร
99 l10n_th_account_612300 612300 Building Installations (Depr) expense_depreciation False Periodic depreciation charge for building systems. ค่าเสื่อมราคา - งานระบบ ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับงานระบบอาคาร
100 l10n_th_account_612400 612400 Machinery & Tools (Depr) expense_depreciation False Periodic depreciation charge for machinery and tools. ค่าเสื่อมราคา - เครื่องจักร ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับเครื่องจักรและเครื่องมือ
101 l10n_th_account_612500 612500 Major Spare Parts (Depr) expense_depreciation False Periodic depreciation charge for capitalized spare parts. ค่าเสื่อมราคา - อะไหล่หลัก ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอะไหล่หลัก (Capitalized)
102 l10n_th_account_612600 612600 Vehicles (Depr) expense_depreciation False Periodic depreciation charge for vehicles. ค่าเสื่อมราคา - ยานพาหนะ ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับยานพาหนะ
103 l10n_th_account_612650 612650 Vehicle Accessories (Depr) expense_depreciation False Periodic depreciation charge for vehicle add-ons. ค่าเสื่อมราคา - อุปกรณ์รถยนต์ ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอุปกรณ์ตกแต่งรถยนต์
104 l10n_th_account_612700 612700 Furniture & Fixtures (Depr) expense_depreciation False Periodic depreciation charge for furniture. ค่าเสื่อมราคา - เครื่องตกแต่ง ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับเฟอร์นิเจอร์
105 l10n_th_account_612800 612800 Technology & Computers (Depr) expense_depreciation False Periodic depreciation charge for IT equipment. ค่าเสื่อมราคา - คอมพิวเตอร์ ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับอุปกรณ์ไอที
106 l10n_th_account_612900 612900 Other Fixed Assets (Depr) expense_depreciation False Periodic depreciation charge for miscellaneous assets. ค่าเสื่อมราคา - สินทรัพย์อื่น ค่าใช้จ่ายค่าเสื่อมราคาตามงวดบัญชีสำหรับสินทรัพย์เบ็ดเตล็ด
107 l10n_th_account_612950 612950 Computer Software (Amt) expense_depreciation False Amortization expense for intangible software assets. ค่าตัดจำหน่าย - ซอฟต์แวร์ ค่าใช้จ่ายค่าตัดจำหน่ายสำหรับสินทรัพย์ไม่มีตัวตน (ซอฟต์แวร์)
108 l10n_th_account_612960 612960 Goodwill (Amt) expense_depreciation False Amortization expense for goodwill. ค่าตัดจำหน่าย - ค่าความนิยม ค่าใช้จ่ายค่าตัดจำหน่ายสำหรับค่าความนิยม
109 l10n_th_account_613100 613100 Office Rent expense False Monthly rental fees for office space (Operating Lease). ค่าเช่าสำนักงาน ค่าเช่ารายเดือนสำหรับพื้นที่สำนักงาน (สัญญาเช่าดำเนินงาน)
110 l10n_th_account_613200 613200 Vehicle rent expense False Rental fees for cars or transport vehicles. ค่าเช่ายานพาหนะ ค่าเช่ารถยนต์หรือยานพาหนะขนส่ง
111 l10n_th_account_613300 613300 Freight & Postage Expenses expense False Administrative expenses for courier services, document delivery, and postage. ค่าไปรษณีย์และค่าขนส่ง (สนง.) ค่าใช้จ่ายสำนักงานสำหรับบริการรับส่งเอกสารและพัสดุภัณฑ์
112 l10n_th_account_614100 614100 Office Maintenance services expense False Costs for office cleaning, repairs, and general upkeep. ค่าบริการดูแลรักษาสำนักงาน ค่าใช้จ่ายทำความสะอาด ซ่อมแซม และดูแลรักษาสำนักงานทั่วไป
113 l10n_th_account_614200 614200 Vehicle maintenance expense False Routine repair and maintenance costs for vehicles. ค่าซ่อมบำรุงยานพาหนะ ค่าซ่อมแซมและบำรุงรักษายานพาหนะตามปกติ
114 l10n_th_account_614300 614300 Studies & works expense False Professional fees for research, studies, or external consultations. ค่าที่ปรึกษาและวิจัย ค่าวิชาชีพสำหรับการวิจัย การศึกษา หรือที่ปรึกษาภายนอก
115 l10n_th_account_615100 615100 Accounting Fees expense False Fees paid to external audit or bookkeeping firms. ค่าทำบัญชี / ค่าสอบบัญชี ค่าธรรมเนียมที่จ่ายให้สำนักงานบัญชีหรือผู้สอบบัญชีภายนอก
116 l10n_th_account_615200 615200 Legal expenses expense False Fees paid to lawyers or legal advisors. ค่าทนายความและกฎหมาย ค่าธรรมเนียมที่จ่ายให้ทนายความหรือที่ปรึกษากฎหมาย
117 l10n_th_account_615300 615300 Administration fees expense False General administrative service fees. ค่าธรรมเนียมการบริหาร ค่าธรรมเนียมการบริหารจัดการทั่วไป
118 l10n_th_account_615400 615400 Membership fees expense False Subscriptions to professional clubs or associations. ค่าสมาชิก ค่าบำรุงสมาชิกสโมสรหรือสมาคมวิชาชีพต่างๆ
119 l10n_th_account_615500 615500 Software Subscription expense False Recurring fees for SaaS/Cloud software (not capitalized). ค่าเช่าใช้ซอฟต์แวร์ (Subscription) ค่าธรรมเนียมรายงวดสำหรับซอฟต์แวร์ SaaS/Cloud (ไม่บันทึกเป็นสินทรัพย์)
120 l10n_th_account_615801 615801 Fire Insurance expense False Insurance premiums for property protection against fire/theft. ค่าเบี้ยประกันอัคคีภัย เบี้ยประกันสำหรับคุ้มครองทรัพย์สินจากไฟไหม้/โจรกรรม
121 l10n_th_account_615802 615802 Professional Insurance expense False Insurance premiums for business liability coverage. ค่าเบี้ยประกันภัยวิชาชีพ เบี้ยประกันภัยสำหรับความรับผิดทางธุรกิจ
122 l10n_th_account_615803 615803 Legal protection Insurance expense False Insurance coverage for legal costs. ประกันภัยคุ้มครองทางกฎหมาย ความคุ้มครองประกันภัยสำหรับค่าใช้จ่ายทางกฎหมาย
123 l10n_th_account_615804 615804 Professional Liability Insurance expense False Insurance for errors and omissions. ประกันภัยความรับผิดทางวิชาชีพ ประกันภัยสำหรับความผิดพลาดและการละเลยในการปฏิบัติงาน
124 l10n_th_account_617100 617100 Advertising expense False Costs for marketing campaigns and advertising. ค่าโฆษณา ค่าใช้จ่ายสำหรับแคมเปญการตลาดและการโฆษณา
125 l10n_th_account_617200 617200 Business gift expense False Gifts for clients or partners (Check tax deductibility limits). ของขวัญธุรกิจ / ของสมนาคุณ ของขวัญสำหรับลูกค้าหรือคู่ค้า (ตรวจสอบเงื่อนไขภาษีเกี่ยวกับมูลค่า)
126 l10n_th_account_618100 618100 Consumables expense False Low-value items used immediately (expensed upon purchase). วัสดุสิ้นเปลืองใช้ไป รายการมูลค่าต่ำที่ใช้หมดไปทันที (บันทึกเป็นค่าใช้จ่ายเมื่อซื้อ)
127 l10n_th_account_618200 618200 Office supplies expense False Stationery, paper, ink, and general office supplies. วัสดุสำนักงาน เครื่องเขียน กระดาษ หมึกพิมพ์ และอุปกรณ์สำนักงานทั่วไป
128 l10n_th_account_618300 618300 Office services expense False Utilities, internet, and other general office services. ค่าบริการสำนักงาน ค่าสาธารณูปโภค อินเทอร์เน็ต และบริการทั่วไปในสำนักงาน
129 l10n_th_account_618400 618400 Water, electricity, gas expense False Utility bills for business premises. ค่าน้ำ ค่าไฟ แก๊ส บิลค่าสาธารณูปโภคสำหรับสถานที่ประกอบธุรกิจ
130 l10n_th_account_618500 618500 Phone & Internet expense False Communication and internet service costs. ค่าโทรศัพท์และอินเทอร์เน็ต ค่าใช้จ่ายด้านการสื่อสารและบริการอินเทอร์เน็ต
131 l10n_th_account_618600 618600 Fuel expense False Fuel costs for company vehicles. ค่าน้ำมันเชื้อเพลิง ค่าน้ำมันสำหรับยานพาหนะของบริษัท
132 l10n_th_account_618700 618700 Property tax expense False Annual taxes paid on land and building ownership. ภาษีที่ดินและสิ่งปลูกสร้าง ภาษีรายปีที่จ่ายจากการเป็นเจ้าของที่ดินและอาคาร
133 l10n_th_account_619101 619101 Flights expense False Air travel costs for business purposes. ค่าตั๋วเครื่องบิน ค่าเดินทางโดยเครื่องบินเพื่อวัตถุประสงค์ทางธุรกิจ
134 l10n_th_account_619102 619102 Hotels expense False Accommodation costs during business travel. ค่าที่พักแรม ค่าที่พักระหว่างการเดินทางไปติดต่อธุรกิจ
135 l10n_th_account_619103 619103 Public Transportation expense False Taxi, train, or bus fares for business travel. ค่าพาหนะเดินทาง ค่าแท็กซี่ รถไฟ หรือรถโดยสารสำหรับการเดินทางไปติดต่อธุรกิจ
136 l10n_th_account_619104 619104 Other travel costs expense False Miscellaneous travel expenses (per diems, etc.). ค่าเดินทางอื่นๆ ค่าใช้จ่ายการเดินทางเบ็ดเตล็ด (เบี้ยเลี้ยง ฯลฯ)
137 l10n_th_account_619200 619200 Bar & Restaurant expense False Business meals and entertainment expenses. ค่ารับรอง (อาหารและเครื่องดื่ม) ค่าอาหารและการบันเทิงเพื่อธุรกิจ
138 l10n_th_account_619300 619300 Food: Reception & delivery expense False Catering costs for office events or receptions. ค่าอาหารรับรองและจัดเลี้ยง ค่าจัดเลี้ยงสำหรับกิจกรรมในสำนักงานหรือการต้อนรับ
139 l10n_th_account_619900 619900 Donations expense False Charitable donation. เงินบริจาค การบริจาคเพื่อการกุศล
140 l10n_th_account_621100 621100 Interest Expense expense False Cost of borrowing funds (Finance costs). ดอกเบี้ยจ่าย ต้นทุนจากการกู้ยืมเงิน (ต้นทุนทางการเงิน)
141 l10n_th_account_621200 621200 Loss on Exchange Rate expense False Realized/unrealized losses from currency fluctuations. ขาดทุนจากอัตราแลกเปลี่ยน ผลขาดทุนที่เกิดขึ้นจริง/ยังไม่เกิดขึ้นจริงจากความผันผวนของค่าเงิน
142 l10n_th_account_622100 622100 Bank fees expense False Bank charges, transaction fees, and transfer costs. ค่าธรรมเนียมธนาคาร ค่าธรรมเนียมธนาคาร ค่าทำธุรกรรม และค่าโอนเงิน
143 l10n_th_account_622200 622200 Cash Difference Loss expense False Cash Diff Expense: Cash shortages found during reconciliation or rounding. ขาดทุนจากเงินสดขาดบัญชี ค่าใช้จ่ายจากเงินสดขาดบัญชีที่พบระหว่างการกระทบยอดหรือปัดเศษ
144 l10n_th_account_631100 631100 Corporate Income Tax expense False Annual tax expense on net profit. ภาษีเงินได้นิติบุคคล (ค่าใช้จ่าย) ค่าใช้จ่ายภาษีประจำปีคำนวณจากกำไรสุทธิ
145 l10n_th_account_999999 999999 Current Year Earnings equity_unaffected False Automated account for current year profit/loss accumulation. กำไร(ขาดทุน) สุทธิประจำปี บัญชีอัตโนมัติสำหรับสะสมกำไรหรือขาดทุนในปีปัจจุบัน

View file

@ -0,0 +1,13 @@
"id","name","method","method_number","method_period","account_asset_id","account_depreciation_id","account_depreciation_expense_id","name@th_TH"
"l10n_th_asset_land_improvements","Land Improvements","linear","20","12","l10n_th_account_123150","l10n_th_account_123151","l10n_th_account_612100","ส่วนปรับปรุงที่ดิน"
"l10n_th_asset_buildings_structure","Buildings (Structure)","linear","20","12","l10n_th_account_123200","l10n_th_account_123201","l10n_th_account_612200","อาคาร (โครงสร้าง)"
"l10n_th_asset_building_installations","Building Installations","linear","10","12","l10n_th_account_123210","l10n_th_account_123211","l10n_th_account_612300","งานระบบประกอบอาคาร"
"l10n_th_asset_machinery_tools","Machinery & Tools","linear","5","12","l10n_th_account_123230","l10n_th_account_123231","l10n_th_account_612400","เครื่องจักรและเครื่องมือ"
"l10n_th_asset_major_spare_parts_stand_by","Major Spare Parts (Stand-by)","linear","5","12","l10n_th_account_123240","l10n_th_account_123241","l10n_th_account_612500","อะไหล่หลัก (สำรองไว้ใช้งาน)"
"l10n_th_asset_vehicles","Vehicles","linear","5","12","l10n_th_account_123250","l10n_th_account_123251","l10n_th_account_612600","ยานพาหนะ"
"l10n_th_asset_vehicle_accessories","Vehicle Accessories","linear","5","12","l10n_th_account_123260","l10n_th_account_123261","l10n_th_account_612650","อุปกรณ์ตกแต่งยานพาหนะ"
"l10n_th_asset_furniture_fixtures","Furniture & Fixtures","linear","5","12","l10n_th_account_123270","l10n_th_account_123271","l10n_th_account_612700","เครื่องตกแต่งและติดตั้ง"
"l10n_th_asset_technology_computers","Technology & Computers","linear","3","12","l10n_th_account_123280","l10n_th_account_123281","l10n_th_account_612800","คอมพิวเตอร์และอุปกรณ์ไอที"
"l10n_th_asset_other_fixed_assets","Other Fixed Assets","linear","5","12","l10n_th_account_123290","l10n_th_account_123291","l10n_th_account_612900","สินทรัพย์ถาวรอื่น"
"l10n_th_asset_computer_software","Computer Software","linear","3","12","l10n_th_account_124100","l10n_th_account_124101","l10n_th_account_612950","โปรแกรมคอมพิวเตอร์ (ซอฟต์แวร์)"
"l10n_th_asset_goodwill","Goodwill","linear","20","12","l10n_th_account_124200","l10n_th_account_124201","l10n_th_account_612960","ค่าความนิยม"
1 id name method method_number method_period account_asset_id account_depreciation_id account_depreciation_expense_id name@th_TH
2 l10n_th_asset_land_improvements Land Improvements linear 20 12 l10n_th_account_123150 l10n_th_account_123151 l10n_th_account_612100 ส่วนปรับปรุงที่ดิน
3 l10n_th_asset_buildings_structure Buildings (Structure) linear 20 12 l10n_th_account_123200 l10n_th_account_123201 l10n_th_account_612200 อาคาร (โครงสร้าง)
4 l10n_th_asset_building_installations Building Installations linear 10 12 l10n_th_account_123210 l10n_th_account_123211 l10n_th_account_612300 งานระบบประกอบอาคาร
5 l10n_th_asset_machinery_tools Machinery & Tools linear 5 12 l10n_th_account_123230 l10n_th_account_123231 l10n_th_account_612400 เครื่องจักรและเครื่องมือ
6 l10n_th_asset_major_spare_parts_stand_by Major Spare Parts (Stand-by) linear 5 12 l10n_th_account_123240 l10n_th_account_123241 l10n_th_account_612500 อะไหล่หลัก (สำรองไว้ใช้งาน)
7 l10n_th_asset_vehicles Vehicles linear 5 12 l10n_th_account_123250 l10n_th_account_123251 l10n_th_account_612600 ยานพาหนะ
8 l10n_th_asset_vehicle_accessories Vehicle Accessories linear 5 12 l10n_th_account_123260 l10n_th_account_123261 l10n_th_account_612650 อุปกรณ์ตกแต่งยานพาหนะ
9 l10n_th_asset_furniture_fixtures Furniture & Fixtures linear 5 12 l10n_th_account_123270 l10n_th_account_123271 l10n_th_account_612700 เครื่องตกแต่งและติดตั้ง
10 l10n_th_asset_technology_computers Technology & Computers linear 3 12 l10n_th_account_123280 l10n_th_account_123281 l10n_th_account_612800 คอมพิวเตอร์และอุปกรณ์ไอที
11 l10n_th_asset_other_fixed_assets Other Fixed Assets linear 5 12 l10n_th_account_123290 l10n_th_account_123291 l10n_th_account_612900 สินทรัพย์ถาวรอื่น
12 l10n_th_asset_computer_software Computer Software linear 3 12 l10n_th_account_124100 l10n_th_account_124101 l10n_th_account_612950 โปรแกรมคอมพิวเตอร์ (ซอฟต์แวร์)
13 l10n_th_asset_goodwill Goodwill linear 20 12 l10n_th_account_124200 l10n_th_account_124201 l10n_th_account_612960 ค่าความนิยม

View file

@ -0,0 +1,73 @@
"id","name","description","invoice_label","amount_type","amount","type_tax_use","tax_group_id","repartition_line_ids/repartition_type","repartition_line_ids/document_type","repartition_line_ids/tag_ids","repartition_line_ids/account_id","price_include_override","fiscal_position_ids","original_tax_ids","description@th_TH"
"tax_input_vat","7%","Input VAT 7%","","percent","7.0","purchase","tax_group_vat_7","base","invoice","6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation","","","","","ภาษีซื้อที่ขอคืนได้ตามปกติ (อัตรามาตรฐาน 7%)"
"","","","","","","","","tax","invoice","7. Input tax (according to invoice of purchase amount in 6.)","l10n_th_account_114200","","","",""
"","","","","","","","","base","refund","6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation","","","","",""
"","","","","","","","","tax","refund","7. Input tax (according to invoice of purchase amount in 6.)","l10n_th_account_114200","","","",""
"tax_output_vat","7%","Output VAT 7%","","percent","7.0","sale","tax_group_vat_7","base","invoice","1. Sales amount","","","","","ภาษีขายที่ต้องนำส่งกรมสรรพากร (อัตรามาตรฐาน 7%)"
"","","","","","","","","tax","invoice","5. Output tax","l10n_th_account_213200","","","",""
"","","","","","","","","base","refund","1. Sales amount","","","","",""
"","","","","","","","","tax","refund","5. Output tax","l10n_th_account_213200","","","",""
"tax_input_vat_0","0%","Input VAT 0%","","percent","0.0","purchase","","base","invoice","6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation","","","","","ภาษีซื้อสำหรับสินค้า/บริการที่มีอัตรา 0% (เช่น การขนส่งระหว่างประเทศบางประเภท)"
"","","","","","","","","tax","invoice","7. Input tax (according to invoice of purchase amount in 6.)","l10n_th_account_114200","","","",""
"","","","","","","","","base","refund","6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation","","","","",""
"","","","","","","","","tax","refund","7. Input tax (according to invoice of purchase amount in 6.)","l10n_th_account_114200","","","",""
"tax_output_vat_0","0%","Output VAT 0%","","percent","0.0","sale","","base","invoice","1. Sales amount||2. Less sales subject to 0% tax rate","","","","","ภาษีขายสำหรับกิจการที่ได้รับสิทธิอัตรา 0% (เช่น การส่งออก)"
"","","","","","","","","tax","invoice","5. Output tax","l10n_th_account_213200","","","",""
"","","","","","","","","base","refund","1. Sales amount||2. Less sales subject to 0% tax rate","","","","",""
"","","","","","","","","tax","refund","5. Output tax","l10n_th_account_213200","","","",""
"tax_input_vat_exempted","0% EXEMPT","Input VAT Exempted","","percent","0.0","purchase","","base","invoice","6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation","","","","","ภาษีซื้อจากกิจการที่ได้รับยกเว้นภาษี หรือภาษีซื้อต้องห้ามที่กฎหมายไม่อนุญาตให้ขอคืน"
"","","","","","","","","tax","invoice","7. Input tax (according to invoice of purchase amount in 6.)","l10n_th_account_114200","","","",""
"","","","","","","","","base","refund","6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation","","","","",""
"","","","","","","","","tax","refund","7. Input tax (according to invoice of purchase amount in 6.)","l10n_th_account_114200","","","",""
"tax_output_vat_exempted","0% EXEMPT","Output VAT Exempted","","percent","0.0","sale","","base","invoice","1. Sales amount||3. Less exempted sales","","","","","การขายสินค้าหรือบริการที่ได้รับยกเว้นภาษีมูลค่าเพิ่ม (เช่น ขายพืชผลทางการเกษตร, ค่าเช่าที่พักอาศัย)"
"","","","","","","","","tax","invoice","5. Output tax","l10n_th_account_213200","","","",""
"","","","","","","","","base","refund","1. Sales amount||3. Less exempted sales","","","","",""
"","","","","","","","","tax","refund","5. Output tax","l10n_th_account_213200","","","",""
"tax_wht_co_1","1% WH C T","Company Withholding Tax 1% (Transportation)","","percent","-1.0","purchase","tax_group_1","base","invoice","Income PND53","","","","","ภาษีหัก ณ ที่จ่าย 1% - ค่าขนส่ง (ภ.ง.ด.53 นิติบุคคล)"
"","","","","","","","","tax","invoice","PND53","l10n_th_account_213302","","","",""
"","","","","","","","","base","refund","Income PND53","","","","",""
"","","","","","","","","tax","refund","PND53","l10n_th_account_213302","","","",""
"tax_wht_co_2","2% WH C A","Company Withholding Tax 2% (Advertising)","","percent","-2.0","purchase","tax_group_2","base","invoice","Income PND53","","","","","ภาษีหัก ณ ที่จ่าย 2% - ค่าโฆษณา (ภ.ง.ด.53 นิติบุคคล)"
"","","","","","","","","tax","invoice","PND53","l10n_th_account_213302","","","",""
"","","","","","","","","base","refund","Income PND53","","","","",""
"","","","","","","","","tax","refund","PND53","l10n_th_account_213302","","","",""
"tax_wht_co_3","3% WH C S","Company Withholding Tax 3% (Service)","","percent","-3.0","purchase","tax_group_3","base","invoice","Income PND53","","","","","ภาษีหัก ณ ที่จ่าย 3% - ค่าบริการ (ภ.ง.ด.53 นิติบุคคล)"
"","","","","","","","","tax","invoice","PND53","l10n_th_account_213302","","","",""
"","","","","","","","","base","refund","Income PND53","","","","",""
"","","","","","","","","tax","refund","PND53","l10n_th_account_213302","","","",""
"tax_wht_co_5","5% WH C R","Company Withholding Tax 5% (Rental)","","percent","-5.0","purchase","tax_group_5","base","invoice","Income PND53","","","","","ภาษีหัก ณ ที่จ่าย 5% - ค่าเช่า (ภ.ง.ด.53 นิติบุคคล)"
"","","","","","","","","tax","invoice","PND53","l10n_th_account_213302","","","",""
"","","","","","","","","base","refund","Income PND53","","","","",""
"","","","","","","","","tax","refund","PND53","l10n_th_account_213302","","","",""
"tax_wht_pers_1","1% WH P T","Personal Withholding Tax 1% (Transportation)","","percent","-1.0","purchase","tax_group_1","base","invoice","Income PND3","","","","","ภาษีหัก ณ ที่จ่าย 1% - ค่าขนส่ง (ภ.ง.ด.3 บุคคลธรรมดา)"
"","","","","","","","","tax","invoice","PND3","l10n_th_account_213301","","","",""
"","","","","","","","","base","refund","Income PND3","","","","",""
"","","","","","","","","tax","refund","PND3","l10n_th_account_213301","","","",""
"tax_wht_pers_2","2% WH P A","Personal Withholding Tax 2% (Advertising)","","percent","-2.0","purchase","tax_group_2","base","invoice","Income PND3","","","","","ภาษีหัก ณ ที่จ่าย 2% - ค่าโฆษณา (ภ.ง.ด.3 บุคคลธรรมดา)"
"","","","","","","","","tax","invoice","PND3","l10n_th_account_213301","","","",""
"","","","","","","","","base","refund","Income PND3","","","","",""
"","","","","","","","","tax","refund","PND3","l10n_th_account_213301","","","",""
"tax_wht_pers_3","3% WH P S","Personal Withholding Tax 3% (Service)","","percent","-3.0","purchase","tax_group_3","base","invoice","Income PND3","","","","","ภาษีหัก ณ ที่จ่าย 3% - ค่าบริการ (ภ.ง.ด.3 บุคคลธรรมดา)"
"","","","","","","","","tax","invoice","PND3","l10n_th_account_213301","","","",""
"","","","","","","","","base","refund","Income PND3","","","","",""
"","","","","","","","","tax","refund","PND3","l10n_th_account_213301","","","",""
"tax_wht_pers_5","5% WH P R","Personal Withholding Tax 5% (Rental)","","percent","-5.0","purchase","tax_group_5","base","invoice","Income PND3","","","","","ภาษีหัก ณ ที่จ่าย 5% - ค่าเช่า (ภ.ง.ด.3 บุคคลธรรมดา)"
"","","","","","","","","tax","invoice","PND3","l10n_th_account_213301","","","",""
"","","","","","","","","base","refund","Income PND3","","","","",""
"","","","","","","","","tax","refund","PND3","l10n_th_account_213301","","","",""
"tax_wht_income_1","1% WH T","Withholding Income Tax 1% (Transportation)","","percent","-1.0","sale","tax_group_1","base","invoice","","","tax_excluded","","","ภาษีถูกหัก ณ ที่จ่าย 1% - ค่าขนส่ง (สินทรัพย์รอเครดิตภาษี)"
"","","","","","","","","tax","invoice","","l10n_th_account_114300","","","",""
"","","","","","","","","base","refund","","","","","",""
"","","","","","","","","tax","refund","","l10n_th_account_114300","","","",""
"tax_wht_income_2","2% WH A","Withholding Income Tax 2% (Advertising)","","percent","-2.0","sale","tax_group_2","base","invoice","","","tax_excluded","","","ภาษีถูกหัก ณ ที่จ่าย 2% - ค่าโฆษณา (สินทรัพย์รอเครดิตภาษี)"
"","","","","","","","","tax","invoice","","l10n_th_account_114300","","","",""
"","","","","","","","","base","refund","","","","","",""
"","","","","","","","","tax","refund","","l10n_th_account_114300","","","",""
"tax_wht_income_3","3% WH S","Withholding Income Tax 3% (Service)","","percent","-3.0","sale","tax_group_3","base","invoice","","","tax_excluded","","","ภาษีถูกหัก ณ ที่จ่าย 3% - ค่าบริการ (สินทรัพย์รอเครดิตภาษี)"
"","","","","","","","","tax","invoice","","l10n_th_account_114300","","","",""
"","","","","","","","","base","refund","","","","","",""
"","","","","","","","","tax","refund","","l10n_th_account_114300","","","",""
"tax_wht_income_5","5% WH R","Withholding Income Tax 5% (Rental)","","percent","-5.0","sale","tax_group_5","base","invoice","","","tax_excluded","","","ภาษีถูกหัก ณ ที่จ่าย 5% - ค่าเช่า (สินทรัพย์รอเครดิตภาษี)"
"","","","","","","","","tax","invoice","","l10n_th_account_114300","","","",""
"","","","","","","","","base","refund","","","","","",""
"","","","","","","","","tax","refund","","l10n_th_account_114300","","","",""
1 id name description invoice_label amount_type amount type_tax_use tax_group_id repartition_line_ids/repartition_type repartition_line_ids/document_type repartition_line_ids/tag_ids repartition_line_ids/account_id price_include_override fiscal_position_ids original_tax_ids description@th_TH
2 tax_input_vat 7% Input VAT 7% percent 7.0 purchase tax_group_vat_7 base invoice 6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation ภาษีซื้อที่ขอคืนได้ตามปกติ (อัตรามาตรฐาน 7%)
3 tax invoice 7. Input tax (according to invoice of purchase amount in 6.) l10n_th_account_114200
4 base refund 6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation
5 tax refund 7. Input tax (according to invoice of purchase amount in 6.) l10n_th_account_114200
6 tax_output_vat 7% Output VAT 7% percent 7.0 sale tax_group_vat_7 base invoice 1. Sales amount ภาษีขายที่ต้องนำส่งกรมสรรพากร (อัตรามาตรฐาน 7%)
7 tax invoice 5. Output tax l10n_th_account_213200
8 base refund 1. Sales amount
9 tax refund 5. Output tax l10n_th_account_213200
10 tax_input_vat_0 0% Input VAT 0% percent 0.0 purchase base invoice 6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation ภาษีซื้อสำหรับสินค้า/บริการที่มีอัตรา 0% (เช่น การขนส่งระหว่างประเทศบางประเภท)
11 tax invoice 7. Input tax (according to invoice of purchase amount in 6.) l10n_th_account_114200
12 base refund 6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation
13 tax refund 7. Input tax (according to invoice of purchase amount in 6.) l10n_th_account_114200
14 tax_output_vat_0 0% Output VAT 0% percent 0.0 sale base invoice 1. Sales amount||2. Less sales subject to 0% tax rate ภาษีขายสำหรับกิจการที่ได้รับสิทธิอัตรา 0% (เช่น การส่งออก)
15 tax invoice 5. Output tax l10n_th_account_213200
16 base refund 1. Sales amount||2. Less sales subject to 0% tax rate
17 tax refund 5. Output tax l10n_th_account_213200
18 tax_input_vat_exempted 0% EXEMPT Input VAT Exempted percent 0.0 purchase base invoice 6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation ภาษีซื้อจากกิจการที่ได้รับยกเว้นภาษี หรือภาษีซื้อต้องห้ามที่กฎหมายไม่อนุญาตให้ขอคืน
19 tax invoice 7. Input tax (according to invoice of purchase amount in 6.) l10n_th_account_114200
20 base refund 6. Purchase amount that is entitled to deduction of input tax from output tax in tax computation
21 tax refund 7. Input tax (according to invoice of purchase amount in 6.) l10n_th_account_114200
22 tax_output_vat_exempted 0% EXEMPT Output VAT Exempted percent 0.0 sale base invoice 1. Sales amount||3. Less exempted sales การขายสินค้าหรือบริการที่ได้รับยกเว้นภาษีมูลค่าเพิ่ม (เช่น ขายพืชผลทางการเกษตร, ค่าเช่าที่พักอาศัย)
23 tax invoice 5. Output tax l10n_th_account_213200
24 base refund 1. Sales amount||3. Less exempted sales
25 tax refund 5. Output tax l10n_th_account_213200
26 tax_wht_co_1 1% WH C T Company Withholding Tax 1% (Transportation) percent -1.0 purchase tax_group_1 base invoice Income PND53 ภาษีหัก ณ ที่จ่าย 1% - ค่าขนส่ง (ภ.ง.ด.53 นิติบุคคล)
27 tax invoice PND53 l10n_th_account_213302
28 base refund Income PND53
29 tax refund PND53 l10n_th_account_213302
30 tax_wht_co_2 2% WH C A Company Withholding Tax 2% (Advertising) percent -2.0 purchase tax_group_2 base invoice Income PND53 ภาษีหัก ณ ที่จ่าย 2% - ค่าโฆษณา (ภ.ง.ด.53 นิติบุคคล)
31 tax invoice PND53 l10n_th_account_213302
32 base refund Income PND53
33 tax refund PND53 l10n_th_account_213302
34 tax_wht_co_3 3% WH C S Company Withholding Tax 3% (Service) percent -3.0 purchase tax_group_3 base invoice Income PND53 ภาษีหัก ณ ที่จ่าย 3% - ค่าบริการ (ภ.ง.ด.53 นิติบุคคล)
35 tax invoice PND53 l10n_th_account_213302
36 base refund Income PND53
37 tax refund PND53 l10n_th_account_213302
38 tax_wht_co_5 5% WH C R Company Withholding Tax 5% (Rental) percent -5.0 purchase tax_group_5 base invoice Income PND53 ภาษีหัก ณ ที่จ่าย 5% - ค่าเช่า (ภ.ง.ด.53 นิติบุคคล)
39 tax invoice PND53 l10n_th_account_213302
40 base refund Income PND53
41 tax refund PND53 l10n_th_account_213302
42 tax_wht_pers_1 1% WH P T Personal Withholding Tax 1% (Transportation) percent -1.0 purchase tax_group_1 base invoice Income PND3 ภาษีหัก ณ ที่จ่าย 1% - ค่าขนส่ง (ภ.ง.ด.3 บุคคลธรรมดา)
43 tax invoice PND3 l10n_th_account_213301
44 base refund Income PND3
45 tax refund PND3 l10n_th_account_213301
46 tax_wht_pers_2 2% WH P A Personal Withholding Tax 2% (Advertising) percent -2.0 purchase tax_group_2 base invoice Income PND3 ภาษีหัก ณ ที่จ่าย 2% - ค่าโฆษณา (ภ.ง.ด.3 บุคคลธรรมดา)
47 tax invoice PND3 l10n_th_account_213301
48 base refund Income PND3
49 tax refund PND3 l10n_th_account_213301
50 tax_wht_pers_3 3% WH P S Personal Withholding Tax 3% (Service) percent -3.0 purchase tax_group_3 base invoice Income PND3 ภาษีหัก ณ ที่จ่าย 3% - ค่าบริการ (ภ.ง.ด.3 บุคคลธรรมดา)
51 tax invoice PND3 l10n_th_account_213301
52 base refund Income PND3
53 tax refund PND3 l10n_th_account_213301
54 tax_wht_pers_5 5% WH P R Personal Withholding Tax 5% (Rental) percent -5.0 purchase tax_group_5 base invoice Income PND3 ภาษีหัก ณ ที่จ่าย 5% - ค่าเช่า (ภ.ง.ด.3 บุคคลธรรมดา)
55 tax invoice PND3 l10n_th_account_213301
56 base refund Income PND3
57 tax refund PND3 l10n_th_account_213301
58 tax_wht_income_1 1% WH T Withholding Income Tax 1% (Transportation) percent -1.0 sale tax_group_1 base invoice tax_excluded ภาษีถูกหัก ณ ที่จ่าย 1% - ค่าขนส่ง (สินทรัพย์รอเครดิตภาษี)
59 tax invoice l10n_th_account_114300
60 base refund
61 tax refund l10n_th_account_114300
62 tax_wht_income_2 2% WH A Withholding Income Tax 2% (Advertising) percent -2.0 sale tax_group_2 base invoice tax_excluded ภาษีถูกหัก ณ ที่จ่าย 2% - ค่าโฆษณา (สินทรัพย์รอเครดิตภาษี)
63 tax invoice l10n_th_account_114300
64 base refund
65 tax refund l10n_th_account_114300
66 tax_wht_income_3 3% WH S Withholding Income Tax 3% (Service) percent -3.0 sale tax_group_3 base invoice tax_excluded ภาษีถูกหัก ณ ที่จ่าย 3% - ค่าบริการ (สินทรัพย์รอเครดิตภาษี)
67 tax invoice l10n_th_account_114300
68 base refund
69 tax refund l10n_th_account_114300
70 tax_wht_income_5 5% WH R Withholding Income Tax 5% (Rental) percent -5.0 sale tax_group_5 base invoice tax_excluded ภาษีถูกหัก ณ ที่จ่าย 5% - ค่าเช่า (สินทรัพย์รอเครดิตภาษี)
71 tax invoice l10n_th_account_114300
72 base refund
73 tax refund l10n_th_account_114300

View file

@ -0,0 +1,6 @@
"id","name","country_id","tax_payable_account_id","tax_receivable_account_id","name@th_TH"
"tax_group_1","WHT 1%","base.th","l10n_th_account_213500","l10n_th_account_114401","หัก ณ ที่จ่าย 1%"
"tax_group_2","WHT 2%","base.th","l10n_th_account_213500","l10n_th_account_114401","หัก ณ ที่จ่าย 2%"
"tax_group_3","WHT 3%","base.th","l10n_th_account_213500","l10n_th_account_114401","หัก ณ ที่จ่าย 3%"
"tax_group_5","WHT 5%","base.th","l10n_th_account_213500","l10n_th_account_114401","หัก ณ ที่จ่าย 5%"
"tax_group_vat_7","VAT 7%","base.th","l10n_th_account_213400","l10n_th_account_114400","ภาษีมูลค่าเพิ่ม 7%"
1 id name country_id tax_payable_account_id tax_receivable_account_id name@th_TH
2 tax_group_1 WHT 1% base.th l10n_th_account_213500 l10n_th_account_114401 หัก ณ ที่จ่าย 1%
3 tax_group_2 WHT 2% base.th l10n_th_account_213500 l10n_th_account_114401 หัก ณ ที่จ่าย 2%
4 tax_group_3 WHT 3% base.th l10n_th_account_213500 l10n_th_account_114401 หัก ณ ที่จ่าย 3%
5 tax_group_5 WHT 5% base.th l10n_th_account_213500 l10n_th_account_114401 หัก ณ ที่จ่าย 5%
6 tax_group_vat_7 VAT 7% base.th l10n_th_account_213400 l10n_th_account_114400 ภาษีมูลค่าเพิ่ม 7%