OCA / l10n-thailand

Thai localization
GNU Affero General Public License v3.0
50 stars 65 forks source link

[16.0][ADD] l10n_th_account_tax_netting #449

Open Saran440 opened 5 months ago

Saran440 commented 5 months ago

This module supports users who utilize both account_payment_netting and l10n_th_account_tax within the same project. However, the current calculation of withholding tax (WHT) is incorrect because it only considers the payment side.

Case 1 : Payment with AP > AR but AR has withholding tax

When users net invoices, it incorrectly pays 97฿. The correct amount should be 103฿, including a 3฿ withholding tax.

Case 2 : Payment with AR > AP but AP has withholding tax

When users net invoices, it incorrectly receives 97฿. The correct amount should be 103฿, including a 3฿ withholding tax.

DEPENDS ON:

TODO: