Dynamic General Ledger Report

by
Odoo

49.01

v 9.0 v 10.0 v 11.0 v 12.0 Third Party 112
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 2205
Technical Name account_dynamic_gl
LicenseSee License tab
Versions 10.0 11.0 9.0 12.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Community Apps Dependencies
Lines of code 2205
Technical Name account_dynamic_gl
LicenseSee License tab
Versions 10.0 11.0 9.0 12.0

Dynamic General ledger Report similar to Enterprise Edition

Do you want to show GL report in screen and inspect it? don't worry here we provide a plugin with easy option to show GL Report on the screen to analyze without dowload into system. You have an interactive filter pannel as well as result screen with much more options than existing GL report wizard in Community edition. Also can download report into Pdf as well as Xlsx report. Easily navigate to original records such as Journal entry form or Invoice form from here.


Interactive filter pannel with extra filters

Report welcomes you with a very beautiful filter section with much more options


This section have extra options

  • By Accounts By Account Tags By Analytic Accounts By Partners

After selecting appropriate filters, click on Apply button to show results on the screen.


Here you can get a brief details of the accounts. Click on any line to expand to get a detailed view.


Here you have option to navigate to Journal entry or Invoice record easily


Download report in Pdf and Xlsx formats.


This module is depends on a free module 'accounting_pdf_reports' (https://apps.odoo.com/apps/modules/12.0/accounting_pdf_reports/)

We have similar reports for Balance Sheet and P&L. Please check it out

https://apps.odoo.com/apps/modules/11.0/account_dynamic_bs/ https://apps.odoo.com/apps/modules/11.0/account_dynamic_pl/

Installation Step

This module is depend on report_xlsx module form OCA. You can download it freely from OCA.

For support :- pycustech@gmail.com
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
by
Meghan Fowler
on 11/11/20, 5:35 PM

Is this application available on V13?

Re:
by
sujith s nair
on 11/11/20, 11:19 PM Author

We have all in one financial report in v13. Please have a look at the below link.

https://apps.odoo.com/apps/modules/13.0/account_dynamic_reports/

Thank you

Sujith 


by
ahmedatbeni
on 1/23/20, 5:11 PM

hey is it compatible odoo 12 community in windows ?

Re:
by
sujith s nair
on 1/23/20, 11:51 PM Author

Yes. This module is compatible with v12.


Trial Link
by
Putra Adhi Anggara
on 1/22/20, 10:56 PM

Hello, I would like to buy this module, but I want to try in demo database. Can you share the link of demo database for v12 please? Thanks

Re: Trial Link
by
sujith s nair
on 1/22/20, 11:36 PM Author

Sure. We will send you the demo link by mail. Could you please ping to 'pycustech@gmail.com'


Error
by
cesar v
on 10/7/19, 5:38 PM Confirmed Purchase

Error: Odoo Server Error Traceback (most recent call last): File "/opt/odoo/odoo11/odoo/http.py", line 653, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo11/odoo/http.py", line 312, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo/odoo11/odoo/tools/pycompat.py", line 87, in reraise raise value File "/opt/odoo/odoo11/odoo/http.py", line 695, in dispatch result = self._call_function(**self.params) File "/opt/odoo/odoo11/odoo/http.py", line 344, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/odoo11/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/odoo11/odoo/http.py", line 337, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/odoo11/odoo/http.py", line 939, in __call__ return self.method(*args, **kw) File "/opt/odoo/odoo11/odoo/http.py", line 517, in response_wrap response = f(*args, **kw) File "/opt/odoo/odoo11/addons/web/controllers/main.py", line 934, in call_kw return self._call_kw(model, method, args, kwargs) File "/opt/odoo/odoo11/addons/web/controllers/main.py", line 926, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/odoo11/odoo/api.py", line 687, in call_kw return call_kw_model(method, model, args, kwargs) File "/opt/odoo/odoo11/odoo/api.py", line 672, in call_kw_model result = method(recs, *args, **kwargs) File "/opt/odoo/odoo11-custom-addons/account_dynamic_gl/models/dynamic_report.py", line 301, in render_html move_lines = self.with_context(local_ctx)._get_account_move_entry(accounts, init_balance, sort_by, display_account) File "/opt/odoo/odoo11-custom-addons/account_dynamic_gl/models/dynamic_report.py", line 186, in _get_account_move_entry cr.execute(sql, params) File "/opt/odoo/odoo11/odoo/sql_db.py", line 155, in wrapper return f(self, *args, **kwargs) File "/opt/odoo/odoo11/odoo/sql_db.py", line 232, in execute res = self._obj.execute(query, params) psycopg2.DataError: date/time field value out of range: "31/10/2019" LINE 1: ...07,108,109,110,111,112,117)) AND ("l"."date" <= '31/10/201... ^ HINT: Perhaps you need a different "datestyle" setting.


by
maria wrzesniak
on 9/23/19, 4:34 PM

Hi Guys, any chance i can get prepurchase demo please? Thanks, Maria

Re:
by
sujith s nair
on 9/25/19, 12:59 AM Author

Hi, Please write us to 'pycustech@gmail.com' for demo link. Thank you.


Interested in acquiring the application
by
jpescio@mteargentina.org.ar
on 9/18/19, 9:32 AM

Hello, my name is Juan Pescio. I am interested in acquiring the application, before I wanted to check if it is possible to translate the module into Spanish?