Reference ========= Chart Setup ----------- The module provides two complete chart roots: * ``account_do.do_account_root_en`` for English accounting data; * ``account_do.do_account_root_es_419`` for Dominican Spanish accounting data, using Tryton's ``es_419`` language until ``es_DO`` is available. When the English chart is selected, the chart creation wizard proposes: * ``account_do.do_account_110201_en`` as the default receivable account; * ``account_do.do_account_210101_en`` as the default payable account. For the Spanish chart, the corresponding defaults are ``account_do.do_account_110201_es_419`` and ``account_do.do_account_210101_es_419``. The selected language is permanent accounting data. Changing a user's interface language does not rename an existing chart. Taxes ----- The module defines Dominican tax groups, tax templates, tax codes, and tax rules using the standard models from :mod:`account`. Each tax template keeps its legal basis in ``legal_notice`` and uses ``start_date`` and ``end_date`` when a rate has a limited period of validity. DGII form classifications and form-box mappings are intentionally outside the accounting localization. Reporting modules can derive fiscal totals from the stable tax and tax-code identifiers provided by this module.