[IMP] account_financial_report: pre-commit auto fixes
This commit is contained in:
34
account_financial_report/readme/CONTRIBUTORS.md
Normal file
34
account_financial_report/readme/CONTRIBUTORS.md
Normal file
@@ -0,0 +1,34 @@
|
||||
- Jordi Ballester \<<jordi.ballester@forgeflow.com>\>
|
||||
- Yannick Vaucher \<<yannick.vaucher@camptocamp.com>\>
|
||||
- Simone Orsi \<<simone.orsi@abstract.com>\>
|
||||
- Leonardo Pistone \<<leonardo.pistone@camptocamp.com>\>
|
||||
- Damien Crier \<<damien.crier@camptocamp.com>\>
|
||||
- Andrea Stirpe \<<a.stirpe@onestein.nl>\>
|
||||
- Thomas Rehn \<<thomas.rehn@initos.com>\>
|
||||
- Andrea Gallina \<<4everamd@gmail.com>\>
|
||||
- Robert Rottermann \<<robert@redcor.ch>\>
|
||||
- Ciro Urselli \<<c.urselli@apuliasoftware.it>\>
|
||||
- Francesco Apruzzese \<<opencode@e-ware.org>\>
|
||||
- Lorenzo Battistini \<<https://github.com/eLBati>\>
|
||||
- Julien Coux \<<julien.coux@camptocamp.com>\>
|
||||
- Akim Juillerat \<<akim.juillerat@camptocamp.com>\>
|
||||
- Alexis de Lattre \<<alexis@via.ecp.fr>\>
|
||||
- Mihai Fekete \<<feketemihai@gmail.com>\>
|
||||
- Miquel Ra??ch \<<miquel.raich@forgeflow.com>\>
|
||||
- Joan Sisquella \<<joan.sisquella@forgeflow.com>\>
|
||||
- [Tecnativa](https://www.tecnativa.com):
|
||||
- Pedro M. Baeza
|
||||
- Sergio Teruel
|
||||
- Ernesto Tejeda
|
||||
- Jo??o Marques
|
||||
- Alexandre D. D??az
|
||||
- V??ctor Mart??nez
|
||||
- [Sygel](https://www.sygel.es):
|
||||
- Harald Panten
|
||||
- Valentin Vinagre
|
||||
- Lois Rilo \<<lois.rilo@forgeflow.com>\>
|
||||
- Saran Lim. \<<saranl@ecosoft.co.th>\>
|
||||
- Omar Casti??eira \<<omar@comunitea.com>\>
|
||||
|
||||
Much of the work in this module was done at a sprint in Sorrento, Italy
|
||||
in April 2016.
|
||||
@@ -1,38 +0,0 @@
|
||||
* Jordi Ballester <jordi.ballester@forgeflow.com>
|
||||
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
|
||||
* Simone Orsi <simone.orsi@abstract.com>
|
||||
* Leonardo Pistone <leonardo.pistone@camptocamp.com>
|
||||
* Damien Crier <damien.crier@camptocamp.com>
|
||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
* Thomas Rehn <thomas.rehn@initos.com>
|
||||
* Andrea Gallina <4everamd@gmail.com>
|
||||
* Robert Rottermann <robert@redcor.ch>
|
||||
* Ciro Urselli <c.urselli@apuliasoftware.it>
|
||||
* Francesco Apruzzese <opencode@e-ware.org>
|
||||
* Lorenzo Battistini <https://github.com/eLBati>
|
||||
* Julien Coux <julien.coux@camptocamp.com>
|
||||
* Akim Juillerat <akim.juillerat@camptocamp.com>
|
||||
* Alexis de Lattre <alexis@via.ecp.fr>
|
||||
* Mihai Fekete <feketemihai@gmail.com>
|
||||
* Miquel Ra??ch <miquel.raich@forgeflow.com>
|
||||
* Joan Sisquella <joan.sisquella@forgeflow.com>
|
||||
* `Tecnativa <https://www.tecnativa.com>`__:
|
||||
|
||||
* Pedro M. Baeza
|
||||
* Sergio Teruel
|
||||
* Ernesto Tejeda
|
||||
* Jo??o Marques
|
||||
* Alexandre D. D??az
|
||||
* V??ctor Mart??nez
|
||||
|
||||
* `Sygel <https://www.sygel.es>`__:
|
||||
|
||||
* Harald Panten
|
||||
* Valentin Vinagre
|
||||
|
||||
* Lois Rilo <lois.rilo@forgeflow.com>
|
||||
* Saran Lim. <saranl@ecosoft.co.th>
|
||||
* Omar Casti??eira <omar@comunitea.com>
|
||||
|
||||
Much of the work in this module was done at a sprint in Sorrento, Italy in
|
||||
April 2016.
|
||||
@@ -8,9 +8,10 @@ Invoicing / Reporting / OCA accounting reports.
|
||||
- VAT Report
|
||||
- Journal Ledger
|
||||
|
||||
Currently General ledger, Trial Balance and Open Items are fully compatible with a foreign
|
||||
currency set up in account in order to display balances. Moreover, any foreign
|
||||
currency used in account move lines is properly shown.
|
||||
Currently General ledger, Trial Balance and Open Items are fully
|
||||
compatible with a foreign currency set up in account in order to display
|
||||
balances. Moreover, any foreign currency used in account move lines is
|
||||
properly shown.
|
||||
|
||||
In case that in an account has not been configured a second currency foreign
|
||||
currency balances are not available.
|
||||
In case that in an account has not been configured a second currency
|
||||
foreign currency balances are not available.
|
||||
16
account_financial_report/readme/HISTORY.md
Normal file
16
account_financial_report/readme/HISTORY.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## 11.0.2.5.0 (2019-04-26)
|
||||
|
||||
- In the Trial Balance you have an option to hide parent hierarchy
|
||||
levels
|
||||
|
||||
## 11.0.2.4.1 (2019-01-08)
|
||||
|
||||
- Handle better multicompany behaviour
|
||||
- Improve how title appears in the reports
|
||||
- Improve performance in General Ledger
|
||||
|
||||
## 11.0.2.3.1 (2018-11-29)
|
||||
|
||||
- In the Trial Balance you can apply a filter by hierarchy levels
|
||||
- In the General Ledger you can apply a filter by Analytic Tag
|
||||
- In the Journal Ledger the field 'Journal' is now optional
|
||||
@@ -1,19 +0,0 @@
|
||||
11.0.2.5.0 (2019-04-26)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* In the Trial Balance you have an option to hide parent hierarchy levels
|
||||
|
||||
11.0.2.4.1 (2019-01-08)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Handle better multicompany behaviour
|
||||
* Improve how title appears in the reports
|
||||
* Improve performance in General Ledger
|
||||
|
||||
|
||||
11.0.2.3.1 (2018-11-29)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* In the Trial Balance you can apply a filter by hierarchy levels
|
||||
* In the General Ledger you can apply a filter by Analytic Tag
|
||||
* In the Journal Ledger the field 'Journal' is now optional
|
||||
6
account_financial_report/readme/ROADMAP.md
Normal file
6
account_financial_report/readme/ROADMAP.md
Normal file
@@ -0,0 +1,6 @@
|
||||
- 'VAT Report' is valid only for cases where it's met that for each Tax
|
||||
defined: all the "Account tags" of all the 'Repartition for Invoices'
|
||||
or 'Repartition for Credit Notes' are different.
|
||||
- It would be nice to have in reports a column indicating the state of
|
||||
the entries when the option "All Entries" is selected in "Target
|
||||
Moves" field in a wizard
|
||||
@@ -1,7 +0,0 @@
|
||||
* 'VAT Report' is valid only for cases where it's met that for each
|
||||
Tax defined: all the "Account tags" of all the
|
||||
'Repartition for Invoices' or 'Repartition for Credit Notes'
|
||||
are different.
|
||||
* It would be nice to have in reports a column indicating the
|
||||
state of the entries when the option "All Entries" is selected
|
||||
in "Target Moves" field in a wizard
|
||||
Reference in New Issue
Block a user