|
| 1 | +========================= |
| 2 | +Account Financial Reports |
| 3 | +========================= |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:4d56adc35fff26b88020bebb3cd0fcb302b7c7c7483639925cfc4f9b850d8ac4 |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 18 | + :alt: License: AGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/account-financial-reporting/tree/18.0/account_financial_report |
| 21 | + :alt: OCA/account-financial-reporting |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/account-financial-reporting-18-0/account-financial-reporting-18-0-account_financial_report |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&target_branch=18.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module adds a set of financial reports. They are accessible under |
| 32 | +Invoicing / Reporting / OCA accounting reports. |
| 33 | + |
| 34 | +- General ledger |
| 35 | +- Trial Balance |
| 36 | +- Open Items |
| 37 | +- Aged Partner Balance |
| 38 | +- VAT Report |
| 39 | +- Journal Ledger |
| 40 | + |
| 41 | +Currently General ledger, Trial Balance and Open Items are fully |
| 42 | +compatible with a foreign currency set up in account in order to display |
| 43 | +balances. Moreover, any foreign currency used in account move lines is |
| 44 | +properly shown. |
| 45 | + |
| 46 | +In case that in an account has not been configured a second currency |
| 47 | +foreign currency balances are not available. |
| 48 | + |
| 49 | +Invoicing / Settings / Invoicing / OCA Aged Report Configuration you |
| 50 | +will be able to set dynamic intervals that will appear on the Aged |
| 51 | +Partner Balance. For further information, check CONFIGURE.rst |
| 52 | + |
| 53 | +**Table of contents** |
| 54 | + |
| 55 | +.. contents:: |
| 56 | + :local: |
| 57 | + |
| 58 | +Configuration |
| 59 | +============= |
| 60 | + |
| 61 | +To configure dynamic intervals for Aged Partner Balance you need to: |
| 62 | + |
| 63 | +Go on 'Settings' -> 'Invoicing' -> 'OCA Aged Report Configuration'. |
| 64 | + |
| 65 | +Click on option 'Configurations' and create new record. |
| 66 | + |
| 67 | +Create new interval. The name established on line will be the column to |
| 68 | +display in Aged Partner Balance. Inferior limit established on line is |
| 69 | +the interval |
| 70 | + |
| 71 | +Example of configuration inferior limit: |
| 72 | + |
| 73 | +-> 15 -> 30 -> 60 |
| 74 | + |
| 75 | +It means the first interval is from 0 to 15, the second from 16 to 30, |
| 76 | +and the third is 61+. |
| 77 | + |
| 78 | +Go on 'Invoicing' -> 'Reporting' -> 'OCA accounting reports' -> 'Aged |
| 79 | +Partner Balance' |
| 80 | + |
| 81 | +When wizard is open, you need to select your interval configuration and |
| 82 | +print report. |
| 83 | + |
| 84 | +If you want to get default interval configuration any time you wish to |
| 85 | +print Aged Partner Report, you can set default interval configuration |
| 86 | +per company in: |
| 87 | + |
| 88 | +'Settings' -> 'Invoicing' -> 'OCA Aged Report Configuration'. |
| 89 | + |
| 90 | +Known issues / Roadmap |
| 91 | +====================== |
| 92 | + |
| 93 | +- 'VAT Report' is valid only for cases where it's met that for each Tax |
| 94 | + defined: all the "Account tags" of all the 'Repartition for Invoices' |
| 95 | + or 'Repartition for Credit Notes' are different. |
| 96 | +- It would be nice to have in reports a column indicating the state of |
| 97 | + the entries when the option "All Entries" is selected in "Target |
| 98 | + Moves" field in a wizard |
| 99 | + |
| 100 | +Changelog |
| 101 | +========= |
| 102 | + |
| 103 | +11.0.2.5.0 (2019-04-26) |
| 104 | +----------------------- |
| 105 | + |
| 106 | +- In the Trial Balance you have an option to hide parent hierarchy |
| 107 | + levels |
| 108 | + |
| 109 | +11.0.2.4.1 (2019-01-08) |
| 110 | +----------------------- |
| 111 | + |
| 112 | +- Handle better multicompany behaviour |
| 113 | +- Improve how title appears in the reports |
| 114 | +- Improve performance in General Ledger |
| 115 | + |
| 116 | +11.0.2.3.1 (2018-11-29) |
| 117 | +----------------------- |
| 118 | + |
| 119 | +- In the Trial Balance you can apply a filter by hierarchy levels |
| 120 | +- In the General Ledger you can apply a filter by Analytic Tag |
| 121 | +- In the Journal Ledger the field 'Journal' is now optional |
| 122 | + |
| 123 | +Bug Tracker |
| 124 | +=========== |
| 125 | + |
| 126 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-reporting/issues>`_. |
| 127 | +In case of trouble, please check there if your issue has already been reported. |
| 128 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 129 | +`feedback <https://github.com/OCA/account-financial-reporting/issues/new?body=module:%20account_financial_report%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 130 | + |
| 131 | +Do not contact contributors directly about support or help with technical issues. |
| 132 | + |
| 133 | +Credits |
| 134 | +======= |
| 135 | + |
| 136 | +Authors |
| 137 | +------- |
| 138 | + |
| 139 | +* Camptocamp |
| 140 | +* initOS GmbH |
| 141 | +* redCOR AG |
| 142 | +* ForgeFlow |
| 143 | + |
| 144 | +Contributors |
| 145 | +------------ |
| 146 | + |
| 147 | +- Jordi Ballester < [email protected]> |
| 148 | +- Yannick Vaucher < [email protected]> |
| 149 | + |
| 150 | +- Leonardo Pistone < [email protected]> |
| 151 | +- Damien Crier < [email protected]> |
| 152 | +- Andrea Stirpe < [email protected]> |
| 153 | + |
| 154 | +- Andrea Gallina < [email protected]> |
| 155 | +- Robert Rottermann < [email protected]> |
| 156 | +- Ciro Urselli < [email protected]> |
| 157 | +- Francesco Apruzzese < [email protected]> |
| 158 | +- Lorenzo Battistini <https://github.com/eLBati> |
| 159 | + |
| 160 | +- Akim Juillerat < [email protected]> |
| 161 | +- Alexis de Lattre < [email protected]> |
| 162 | +- Mihai Fekete < [email protected]> |
| 163 | +- Miquel Ra??ch < [email protected]> |
| 164 | +- Joan Sisquella < [email protected]> |
| 165 | +- `Tecnativa <https://www.tecnativa.com>`__: |
| 166 | + |
| 167 | + - Pedro M. Baeza |
| 168 | + - Sergio Teruel |
| 169 | + - Ernesto Tejeda |
| 170 | + - João Marques |
| 171 | + - Alexandre D. D??az |
| 172 | + - V??ctor Mart??nez |
| 173 | + - Carolina Fernandez |
| 174 | + |
| 175 | +- `Sygel <https://www.sygel.es>`__: |
| 176 | + |
| 177 | + - Harald Panten |
| 178 | + - Valentin Vinagre |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | +- Omar Casti??eira < [email protected]> |
| 183 | + |
| 184 | + |
| 185 | +Much of the work in this module was done at a sprint in Sorrento, Italy |
| 186 | +in April 2016. |
| 187 | + |
| 188 | +Other credits |
| 189 | +------------- |
| 190 | + |
| 191 | +The migration of this module from 17.0 to 18.0 was financially supported |
| 192 | +by Camptocamp. |
| 193 | + |
| 194 | +Maintainers |
| 195 | +----------- |
| 196 | + |
| 197 | +This module is maintained by the OCA. |
| 198 | + |
| 199 | +.. image:: https://odoo-community.org/logo.png |
| 200 | + :alt: Odoo Community Association |
| 201 | + :target: https://odoo-community.org |
| 202 | + |
| 203 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 204 | +mission is to support the collaborative development of Odoo features and |
| 205 | +promote its widespread use. |
| 206 | + |
| 207 | +This module is part of the `OCA/account-financial-reporting <https://github.com/OCA/account-financial-reporting/tree/18.0/account_financial_report>`_ project on GitHub. |
| 208 | + |
| 209 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments