Skip to content

Commit

Permalink
[IMP] OCA report with overdue selection
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroincombenze committed May 4, 2019
1 parent f8ee698 commit 4d6a835
Show file tree
Hide file tree
Showing 44 changed files with 4,513 additions and 465 deletions.
37 changes: 25 additions & 12 deletions account_financial_report_qweb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@ currency balances are not available.

|
|it| Stampa finanziare contabili
--------------------------------
|it| Rapporti finanziari vari
-----------------------------

Stampe finanziarie contabili sotto il menù:

Accounting > Reporting > OCA Reports.

* General ledger
* Trial Balance
* Open Items
* Aged Partner Balance
* VAT Report
* Stampa mastrino
* Bilancino
* Partite aperte
* Bilancio partner storico
* Journal Ledger


Expand Down Expand Up @@ -181,6 +180,12 @@ An Enhancement Proposal may be submitted if your idea gains ground.
ChangeLog History / Cronologia modifiche
----------------------------------------

10.0.3.0.1 (2019-05-05)
~~~~~~~~~~~~~~~~~~~~~~~

* Selection overdue_only in Open Items report


10.0.3.0.0 (2019-01-09)
~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -204,8 +209,8 @@ ChangeLog History / Cronologia modifiche
|
|
Credits / Titoli di coda
========================
Credits / Didascalie
====================

Copyright
---------
Expand All @@ -219,7 +224,12 @@ Odoo is a trademark of `Odoo S.A. <https://www.odoo.com/>`__ (formerly OpenERP)
Authors / Autori
----------------

* Odoo Community Association (OCA) <https://odoo-community.org>
* `Odoo Community Association (OCA) <https://odoo-community.org>`__
* `Camptocamp SA <http://www.camptocamp.com>`__
* `initOS GmbH <https://www.initos.com>`__
* `redCOR AG <http://www.redcor.ch>`__
* `ACSONE SA/NV <http://acsone.eu>`__
* `SHS-AV s.r.l. <https://www.zeroincombenze.it/>`__

Contributors / Collaboratori
----------------------------
Expand All @@ -242,6 +252,7 @@ Contributors / Collaboratori
* Mihai Fekete <feketemihai@gmail.com>
* Benjamin Willig <benjamin.willig@acsone.eu>
* Miquel Raïch <miquel.raich@eficent.com>
* Antonio M. Vigliotti <info@shs-av.com>

Much of the work in this module was done at a sprint in Sorrento, Italy in
April 2016.
Expand All @@ -261,6 +272,8 @@ Acknowledges / Riconoscimenti
| contributions. | contribuito. |
+-----------------------------------+-------------------------------------------+

Much of the work in this module was done at a sprint in Sorrento, Italy in
April 2016.
Much of the work in this module was done at a sprint in Sorrento, Italy in
April 2016.

Expand All @@ -286,7 +299,7 @@ La distribuzione `Zeroincombenze® <https://wiki.zeroincombenze.org/en/Odoo>`__
This module is part of account-financial-reporting project.

Last Update / Ultimo aggiornamento: 2019-04-15
Last Update / Ultimo aggiornamento: 2019-05-03

.. |Maturity| image:: https://img.shields.io/badge/maturity-Alfa-red.png
:target: https://odoo-community.org/page/development-status
Expand All @@ -306,7 +319,7 @@ Last Update / Ultimo aggiornamento: 2019-04-15
.. |Codecov Status| image:: https://codecov.io/gh/zeroincombenze/account-financial-reporting/branch/10.0/graph/badge.svg
:target: https://codecov.io/gh/OCA/account-financial-reporting/branch/10.0
:alt: Codecov
.. |OCA project| image:: Unknown badge-OCA
.. |OCA project| image:: https://raw.githubusercontent.com/zeroincombenze/account-financial-reporting/10.0/account_financial_report_qweb/static/description/Unknown badge-OCA
:target: https://github.com/OCA/account-financial-reporting/tree/10.0
:alt: OCA
.. |Tech Doc| image:: https://www.zeroincombenze.it/wp-content/uploads/ci-ct/prd/button-docs-10.svg
Expand Down
14 changes: 5 additions & 9 deletions account_financial_report_qweb/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'QWeb Financial Reports',
'summary': 'OCA Financial Reports',
'version': '10.0.3.0.1',
'category': 'Reporting',
'summary': 'OCA Financial Reports',
'author': 'Camptocamp SA,'
'initOS GmbH,'
'redCOR AG,'
'ACSONE SA/NV,'
'Odoo Community Association (OCA)',
"website": "https://odoo-community.org/",
'author': 'Odoo Community Association (OCA)',
'website': 'https://odoo-community.org/',
'license': 'LGPL-3',
'depends': [
'account',
'account_group', # account-financial-tools
'account_group',
'date_range',
'report_xlsx',
'report',
Expand Down Expand Up @@ -47,5 +44,4 @@
'installable': True,
'application': True,
'auto_install': False,
'license': 'AGPL-3',
}
7 changes: 6 additions & 1 deletion account_financial_report_qweb/egg-info/authors.txt
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
* Odoo Community Association (OCA) <https://odoo-community.org>
* Odoo Community Association (OCA) <https://odoo-community.org>
* Camptocamp SA <http://www.camptocamp.com>
* initOS GmbH <https://www.initos.com>
* redCOR AG <http://www.redcor.ch>
* ACSONE SA/NV <http://acsone.eu>
* SHS-AV s.r.l. <https://www.zeroincombenze.it/>
1 change: 1 addition & 0 deletions account_financial_report_qweb/egg-info/contributors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Mihai Fekete <feketemihai@gmail.com>
* Benjamin Willig <benjamin.willig@acsone.eu>
* Miquel Raïch <miquel.raich@eficent.com>
* Antonio M. Vigliotti <info@shs-av.com>

Much of the work in this module was done at a sprint in Sorrento, Italy in
April 2016.
13 changes: 6 additions & 7 deletions account_financial_report_qweb/egg-info/descrizione.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Stampa finanziare contabili
---------------------------
Rapporti finanziari vari
------------------------

Stampe finanziarie contabili sotto il menù:

Accounting > Reporting > OCA Reports.

* General ledger
* Trial Balance
* Open Items
* Aged Partner Balance
* VAT Report
* Stampa mastrino
* Bilancino
* Partite aperte
* Bilancio partner storico
* Journal Ledger
6 changes: 6 additions & 0 deletions account_financial_report_qweb/egg-info/history.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
10.0.3.0.1 (2019-05-05)
~~~~~~~~~~~~~~~~~~~~~~~

* Selection overdue_only in Open Items report


10.0.3.0.0 (2019-01-09)
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 4d6a835

Please sign in to comment.