2026-08-09 13:44:20 -04:00
|
|
|
Reference
|
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
|
Chart Setup
|
|
|
|
|
-----------
|
|
|
|
|
|
2026-08-10 00:08:55 -04:00
|
|
|
The module provides two complete chart roots:
|
2026-08-09 13:44:20 -04:00
|
|
|
|
2026-08-10 00:08:55 -04:00
|
|
|
* ``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.
|
2026-08-09 13:44:20 -04:00
|
|
|
|
2026-08-10 00:08:55 -04:00
|
|
|
When the English chart is selected, the chart creation wizard proposes:
|
2026-08-09 13:44:20 -04:00
|
|
|
|
2026-08-10 00:08:55 -04:00
|
|
|
* ``account_do.do_account_110201_en`` as the default receivable account;
|
|
|
|
|
* ``account_do.do_account_210101_en`` as the default payable account.
|
2026-08-09 13:44:20 -04:00
|
|
|
|
2026-08-10 00:08:55 -04:00
|
|
|
For the Spanish chart, the corresponding defaults are
|
|
|
|
|
``account_do.do_account_110201_es_419`` and
|
|
|
|
|
``account_do.do_account_210101_es_419``.
|
2026-08-09 13:44:20 -04:00
|
|
|
|
2026-08-10 00:08:55 -04:00
|
|
|
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.
|