-
-
Notifications
You must be signed in to change notification settings - Fork 520
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by pedrobaeza
- Loading branch information
Showing
23 changed files
with
13,849 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,154 @@ | ||
======================================================== | ||
Plantillas MIS Builder para informes contables españoles | ||
======================================================== | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:1465d875255aaa68d6b12cc57253a0bd8f35b90ac850183a0f8bab6de7ddf7bb | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--spain-lightgray.png?logo=github | ||
:target: https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_mis_report | ||
:alt: OCA/l10n-spain | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/l10n-spain-17-0/l10n-spain-17-0-l10n_es_mis_report | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/l10n-spain&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Incluye las siguientes plantillas para el motor de informes provisto por | ||
el módulo *mis_builder*: | ||
|
||
- Balance PYMEs (PGCE 2008) | ||
- Cuenta de pérdidas y ganancias PYMEs (PGCE 2008) | ||
- Balance abreviado (PGCE 2008) | ||
- Cuenta de pérdidas y ganancias abreviado (PGCE 2008) | ||
- Balance normal (PGCE 2008) | ||
- Cuenta de pérdidas y ganancias completo (PGCE 2008) | ||
- Estado de ingresos y gastos reconocidos (PGCE 2008) | ||
|
||
Las plantillas están basadas en los modelos para el depósito de cuentas | ||
anuales del Registro Mercantil: | ||
|
||
- *Normal*: | ||
https://www.mjusticia.gob.es/es/Ciudadano/Registros/Documents/Normal%20Castellano%20Editable%202020.PDF | ||
- *Abreviado*: | ||
https://www.mjusticia.gob.es/es/Ciudadano/Registros/Documents/Abreviado%20Castellano%20Editable%202020.PDF | ||
- *PYMEs*: | ||
https://www.mjusticia.gob.es/es/Ciudadano/Registros/Documents/PYMES%20Castellano%20Editable%202020.PDF | ||
|
||
La información general del Registro Mercantil se encuentra en el | ||
apartado 'Depósito de cuentas/Anexo I': | ||
|
||
- https://www.mjusticia.gob.es/es/ciudadania/registros/propiedad-mercantiles/registro-mercantil | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Installation | ||
============ | ||
|
||
Este módulo depende del módulo mis_builder, que puede obtenerse en | ||
https://odoo-community.org/shop, o bien en | ||
https://github.com/OCA/mis-builder. | ||
|
||
Usage | ||
===== | ||
|
||
1. Acceda a *Contabilidad > Informes > MIS > Informes MIS* | ||
2. Cree un nuevo informe, | ||
3. Seleccione una de las plantillas que se corresponde con los informes | ||
financieros españoles. | ||
4. Desmarque la opción de evitar auto-expansión de cuentas si desea que | ||
se oculten las cuentas contables y se muestren solamente los niveles | ||
predefinidos por el formato oficial. | ||
5. Para seleccionar los periodos puede: | ||
|
||
- Seleccionar directamente el intervalo de fechas deseado o el | ||
nombre del rango para obtener el informe únicamente para ese | ||
periodo. | ||
- Pulsar sobre "Modo de comparación", e introducir en la pestaña | ||
"Columnas" tantas líneas como distintas periodos se quieran poner. | ||
Dichos periodos se pueden definir también con fechas fijas, o | ||
poner periodos relativos (por ejemplo "Tipo de periodo" = "Año", | ||
"Desplazamiento" = "0" y "Duración" = "1" para el año N, y lo | ||
mismo pero con "Desplazamiento" = "-1" para el año N - 1. No hay | ||
que olvidar que la fecha base del informe esté en el año a | ||
analizar). | ||
|
||
6. Pulse sobre "Previsualizar", "Imprimir" o "Exportar" para calcular el | ||
informe y realizar la acción pulsada. | ||
7. Si está en modo previsualización, podrá pulsar sobre la cifra de las | ||
filas detalle para ver los apuntes relacionados con dicha cifra. | ||
|
||
*AVISO*: El informe solamente considera las cuentas numeradas de acuerdo | ||
con el formato establecido por el PGCE. Cualquier cuenta personalizada | ||
que no sea subcuenta (tenga un código derivado incluido), deberá ser | ||
añadida manualmente a la plantilla. | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/l10n-spain/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/l10n-spain/issues/new?body=module:%20l10n_es_mis_report%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
------- | ||
|
||
* ForgeFlow | ||
* Tecnativa | ||
|
||
Contributors | ||
------------ | ||
|
||
- ForgeFlow (https://www.forgeflow.com) | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Pedro M. Baeza | ||
|
||
- `Sygel <http://www.sygel.es>`__: | ||
|
||
- Harald Panten <[email protected]> | ||
- Valentin Vinagre <[email protected]> | ||
|
||
- `APSL - Nagarro <http://www.apsl.tech>`__: | ||
|
||
- Miquel Pascual <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
.. image:: https://odoo-community.org/logo.png | ||
:alt: Odoo Community Association | ||
:target: https://odoo-community.org | ||
|
||
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. | ||
|
||
This module is part of the `OCA/l10n-spain <https://github.com/OCA/l10n-spain/tree/17.0/l10n_es_mis_report>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Copyright 2018 ForgeFlow, S.L. <[email protected]> | ||
# Copyright 2018-2023 Tecnativa - Pedro M. Baeza | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl | ||
|
||
{ | ||
"name": "Plantillas MIS Builder para informes contables españoles", | ||
"summary": "Plantillas MIS Builder para informes contables españoles", | ||
"author": "ForgeFlow, Tecnativa, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/l10n-spain", | ||
"category": "Reporting", | ||
"version": "17.0.1.0.0", | ||
"license": "AGPL-3", | ||
"depends": ["l10n_es", "mis_builder"], # OCA/mis-builder | ||
"data": [ | ||
"data/mis_report_styles.xml", | ||
"data/mis_report_balance_abreviated.xml", | ||
"data/mis_report_balance_normal.xml", | ||
"data/mis_report_balance_sme.xml", | ||
"data/mis_report_balance_sme_sfl.xml", | ||
"data/mis_report_pyg_abreviated.xml", | ||
"data/mis_report_pyg_normal.xml", | ||
"data/mis_report_pyg_sme.xml", | ||
"data/mis_report_pyg_sme_sfl.xml", | ||
"data/mis_report_revenues_expenses_normal.xml", | ||
], | ||
"installable": True, | ||
} |
Oops, something went wrong.