Search 1.9 billion lines of Odoo code on GitHub

l10n_th_account_tax

Author: Ecosoft, Odoo Community Association (OCA)
License: AGPL-3
Branch: 14.0-fix-l10n_th_amount_to_text_production
Repository: ecosoft-odoo/l10n-thailand
Dependencies: account, and product
Languages: HTML (448, 10.7%), Python (2375, 56.7%), XML (1163, 27.8%), and reStructuredText (201, 4.8%)
Other branches: 14.0-add-l10n_th_account_tax, 15.0-add-l10n_th_account_tax, 15.0-add-l10n_th_account_tax_expense, 15.0-add-l10n_th_account_tax_kittiu, 15.0-add-l10n_th_account_tax_report_2, 15.0-add-l10n_th_bank_payment_export, 15.0-add-l10n_th_gov_account_asset_management, 15.0-add-l10n_th_gov_hr_expense, 15.0-copier, 15.0-fix-account_tax_report_date-not_late, 15.0-fix-compute-tax_base, 15.0-fix-l10n_th_account_asset_management-change_image, 15.0-fix-l10n_th_account_tax_expense-show_reference, 15.0-fix-l10n_th_gov_purchase_guarantee-compute_sudo, 15.0-fix-partner_search_error, 15.0-fix-purchase_guarantee-compute_sudo, 15.0-fix-wht_table_overflow, 15.0-imp-l10n_th_account_asset_management-allow_select_asset_on_je, 15.0-mig-l10n_th_account_asset_management, 15.0-mig-l10n_th_account_tax_expense, 15.0-mig-l10n_th_account_tax_multi, 15.0-mig-l10n_th_account_wht_cert_form, 15.0-mig-l10n_th_base_location, 15.0-mig-l10n_th_gov_purchase_agreement, 15.0-mig-l10n_th_gov_purchase_guarantee, 15.0-mig-l10n_th_gov_purchase_request, 15.0-mig-l10n_th_partner_2, 15.0-mig-l10n_th_purchase_work_acceptance, 15.0-mig-l10n_th_sequence_be, 15.0-mig-l10n_th_sequence_branch, 15.0-mig-l10n_th_sequence_qoy, 15.0-mig-l10n_th_sequence_range_end, 15.0-mig-l10n_th_sequence_refactored, 15.0-upd-l10n_th_amount_to_text_stable, 15.0-update-copier, kittiu-remove-check-tax, kittiu-temp, and test_purchase_agreement
Other repositories: OCA/l10n-thailand, kurogeek/l10n-thailand, and newtratip/l10n-thailand

<h1 class="title">Thai Localization - VAT and Withholding Tax</h1> <p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/OCA/l10n-thailand/tree/15.0/l10n_th_account_tax"><img alt="OCA/l10n-thailand" src="https://img.shields.io/badge/github-OCA%2Fl10n--thailand-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/l10n-thailand-15-0/l10n-thailand-15-0-l10n_th_account_tax"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/238/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This module address 2 main tax requirement in Thailand</p> <a name="tax-invoice-vat"></a> <h2>1. Tax Invoice (VAT)</h2> <p>Point of tax invoice can occur either on Invoice (VAT) or on Payment (Undue VAT on invoice become VAT on payment)</p> <a name="withholding-tax"></a> <h2>2. Withholding Tax</h2> <p>This is the tax that is deducted during payment. There are 2 kinds of withholding tax calculataion.</p> <ol class="arabic simple"> <li>Fixed rate of based amount, i.e., service 3%</li> <li>Progressive rate of accumulated amount, i.e., personal income tax</li> </ol> <p><strong>Table of contents</strong></p> <a name="configuration"></a> <h2>Configuration</h2> <a name="tax-invoices"></a> <h2>Tax Invoices</h2> <p><strong>Preparing Undue Tax</strong></p> <ul class="simple"> <li>Use Developer Mode</li> <li>In Chart of Account, add new account for Undue Tax, if not already exists.</li> <li>As admin, add access rights <code>Show Full Accounting Features</code></li> <li>Go to Invoicing &gt; Configuration &gt; Settings and select <code>Cash Basis</code>, this will open cash basis options in Tax master data</li> <li>Go to Invoicing &gt; Configuration &gt; Accounting &gt; Taxes, create new undue tax for both sales and purchase</li> </ul> <p>For Sales Taxes (tax scope = Sales), there is option to run Tax Invoice number by sequence model. If set properly, Tax Invoice Number will be using this sequence instead of customer invoice number / payment number</p> <ul class="simple"> <li>Goto Accounting &gt; Configuration &gt; Invoicing &gt; Taxes</li> <li>For sales tax, choose 'Tax Invoice Sequence' (or create new one)</li> <li>Make sure you also set the same sequence for the same tax on payment too. I.e., Output VAT7% and Undue Output VAT7% must select the same sequence, both both of them will result in same Tax Report</li> </ul> <p>Note: this option is not avaiable for purchase tax, because the Tax Invoice Number is from vendor, and are filled manually.</p> <a name="withholding-tax-and-personal-income-tax-pit"></a> <h2>Withholding Tax and Personal Income Tax (PIT)</h2> <p>Setup account related to withholding tax will help set default tax amount when create certificate from payment.</p> <ul class="simple"> <li>Go to Invoicing &gt; Configuration &gt; Accounting &gt; Chart of Accounts</li> <li>Search for withholding tax related account</li> <li>Check &quot;WHT Account&quot;</li> <li>Go to Invoicing &gt; Configuration &gt; Invoicing &gt; Withholding Tax</li> <li>Create withholding Tax (normal and personal income tax)</li> </ul> <p><strong>Configured Withholding Tax by Product (optional)</strong></p> <ul class="simple"> <li>Go to Invoicing &gt; Customers or Vendors &gt; Products</li> <li>Select product that you need withholding tax</li> <li>Add Withholding Tax on General Information Tab (Invoices) / Purchase Tab (Bills)</li> </ul> <p><strong>Configure Personal Income Tax Rate</strong></p> <ol class="arabic simple"> <li>Go to Invoicing &gt; Configuration &gt; Accounting &gt; PIT Rate</li> <li>Change range or tax rate (if any)</li> </ol> <p>Configure PIT Withholding Tax as following,</p> <ol class="arabic simple"> <li>Go to Invoicing &gt; Configuration &gt; Invoicing &gt; Withholing Tax</li> <li>Create new Withholding Tax for PIT and check Personal Income Tax checkbox</li> <li>PIT Rate that will be used to caclulate the withholding amount will be shown</li> <li>You can set default Withholding Tax on the Product's Purchase Tab</li> </ol> <a name="usage"></a> <h2>Usage</h2> <a name="tax-invoice"></a> <h2>Tax Invoice</h2> <p>With this, 2 new tax related fields will be introduced in account.move.tax.invoice</p> <ol class="arabic simple"> <li>tax_invoice_number : Tax Invoice Number</li> <li>tax_invoice_date : Tax Invoice Date</li> </ol> <p>In customer invoice, both field will be defaulted by Odoo's document number and date. But in supplier invoice, both field must be filled by user with tax invoice number and date from vendor.</p> <p>Note: The new table account.move.tax.invoice is the main source of Thai VAT Report</p> <p><strong>Case Customer Invoice and Payment</strong></p> <ul class="simple"> <li>Create new customer invoice and choose to use sales' VAT or Undue VAT</li> <li>Process invoice and payment as per normal, Odoo document number and date should be used as Tax Invoice Number/Date</li> </ul> <p><strong>Case Supplier Invoice/Payment</strong></p> <p><strong>1) Case Input VAT</strong></p> <ul class="simple"> <li>Create new vendor bill and choose Input VAT</li> <li>At vendor bill's tax invoice tab, fill in 2 new fields, <code>Tax Invoice</code> and <code>Tax Date</code> given by your vendor</li> <li>Validate this vendor bill, the given Tax Invoice Number and Tax Date are set in account.move.tax.invoice</li> </ul> <p><strong>2) Case Undue Input VAT</strong></p> <ul class="simple"> <li>Create new vendor bill and choose Undue Input VAT</li> <li>Validate vendor bill, journal entry will be created with Undue VAT</li> <li>Register payment as per normal, this will create new payment document as per normal</li> <li>From this process, the journal entry (cash basis) for clear undue is created, but it will be in state <strong>Draft</strong></li> <li>Go to payment document, in tax invoice tab, fill in Tax Invoice Number and Tax Date</li> <li>Click on Clear VAT button, the journal entry (cash basis) for clear undue will now be <strong>Posted</strong></li> </ul> <a name="id1"></a> <h2>Withholding Tax</h2> <p>From bills / invoices that require withheld tax,</p> <ul class="simple"> <li>Create invoice and Fill withholding tax in Field WT at Invoice Lines tab.</li> <li>Post &gt; Register Payment.</li> <li>System will auto computed amount include withholding tax.</li> </ul> <p><strong>Note</strong></p> <ul> <li><p class="first">if you configured withholding tax on product, it fill withholding tax in field WT automatic.</p> </li> <li><p class="first">for invoices with withholding tax,</p> <blockquote> <ul class="simple"> <li>you can't make payment to multiple invoices belongs to multiple partners.</li> <li>you can only make payment to multiple invoices belongs to the same partner (using Group Payments).</li> </ul> </blockquote> </li> </ul> <a name="bug-tracker"></a> <h2>Bug Tracker</h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/l10n-thailand/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/l10n-thailand/issues/new?body=module:%20l10n_th_account_tax%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2>Credits</h2> <a name="authors"></a> <h3>Authors</h3> <ul class="simple"> <li>Ecosoft</li> </ul> <a name="contributors"></a> <h3>Contributors</h3> <ul class="simple"> <li><a class="reference external" href="http://ecosoft.co.th">Ecosoft</a>:<ul> <li>Kitti U. &lt;<a class="reference external" href="mailto:kittiu&#64;ecosoft.co.th">kittiu&#64;ecosoft.co.th</a>&gt;</li> <li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li> <li>Pimolnat Suntian &lt;<a class="reference external" href="mailto:pimolnats&#64;ecosoft.co.th">pimolnats&#64;ecosoft.co.th</a>&gt;</li> </ul> </li> </ul> <a name="maintainers"></a> <h3>Maintainers</h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <p><a class="reference external" href="https://github.com/kittiu"><img alt="kittiu" src="https://github.com/kittiu.png?size=40px" /></a></p> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/l10n-thailand/tree/15.0/l10n_th_account_tax">OCA/l10n-thailand</a> project on GitHub.</p> <p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>