Add CreateChart defaults for the Dominican receivable and payable accounts, following the pattern used by official Tryton localization modules. Register the chart wizard extension, add core-style documentation files, and protect the structure with transactional and static tests.
28 lines
713 B
ReStructuredText
28 lines
713 B
ReStructuredText
Reference
|
|
=========
|
|
|
|
Chart Setup
|
|
-----------
|
|
|
|
When the Dominican chart ``account_do.do_account_root`` is selected, the chart
|
|
creation wizard proposes:
|
|
|
|
* ``account_do.do_account_110201`` as the default receivable account;
|
|
* ``account_do.do_account_210101`` as the default payable account.
|
|
|
|
Fiscal Metadata
|
|
---------------
|
|
|
|
The module extends ``account.tax.template`` and ``account.tax`` with:
|
|
|
|
* ``tax_kind``;
|
|
* ``tax_fiscal_type``;
|
|
* ``tax_application``;
|
|
* ``dgii_legal_reference``;
|
|
* ``dgii_legal_article``;
|
|
* ``dgii_form_hint``;
|
|
* ``dgii_fiscal_status``.
|
|
|
|
These fields classify Dominican taxes without duplicating DGII report box
|
|
mapping. Reporting modules should use them together with account and tax codes.
|