-
-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][WIP][ADD] account_liquidity_forecast #1084
base: 16.0
Are you sure you want to change the base?
[16.0][WIP][ADD] account_liquidity_forecast #1084
Conversation
I would posit that exporting to spreadsheets might be a nice feature to add through an extension module? |
@JordiBForgeFlow news? |
5eb6920
to
c87c09e
Compare
if you have empty db and you try, |
c87c09e
to
154a56a
Compare
@andreampiovesana Fixed! Please try again |
154a56a
to
7c618f7
Compare
ok now, EXPORT XLSX no output, VIEW and ESPORT PDF yes |
afc5084
to
db098ec
Compare
@@ -7,7 +7,7 @@ | |||
<field name="format">custom</field> | |||
<field name="page_height">297</field> | |||
<field name="page_width">210</field> | |||
<field name="orientation">Portrait</field> | |||
<field name="orientation">Landscap</field> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't that be Landscape with an e?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
its updated,
Thanks
a5c8856
to
73ea0ae
Compare
…ding non-reconciled items in a given period
get the incoming and outgoing payment accounts
With previous approach the results were incorrect. We would be proposing to show the items that are open back in the bucket date, but in reality we want to see, based on today, what is open based on the due date of the open item.
ad63376
to
1476edb
Compare
@JordiBForgeFlow can we merge as draft? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional test: LGTM
@MaurizioPellegrinet @andreampiovesana Can you add some tests? |
@JordiBForgeFlow It's possible to integrate:
|
@MaurizioPellegrinet You can make a proposal. I suggest as a separate module. In the meanwhile I suggest that you contribute to add some tests to the module, as it is. |
@JordiBForgeFlow here some tests |
@MaurizioPellegrinet I mean tests in the code. |
@JordiBForgeFlow sorry, I'm functional (only) |
@JordiBForgeFlow Hi, in Liquidity Forecast Planning Groups is possible to duplicate the row or import list to .xlsx? |
Dear Friends, Great job on the liquidity forecast module; it's easy to create the report. I'd like to present some modules that offer a similar purpose but from a different perspective. These modules use the MIS Builder Cashflow as the base and are designed to populate the mis.cash_flow.forecast_line model with source data calculated in each module. base:mis_builder_cash_flow_forecast_integration Sources:mis_builder_cash_flow_forecast_purchase In the future, consider adding: All of these modules are currently in use with some customer instances but are not yet available in the OCA environment. I am confident that the author @marcelsavegnago aims to include them there. I don’t want to disrupt the current work but merely wanted to present an alternative approach to achieving the same goal. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Module presented during OCA Days https://odoo-community.org/event/oca-days-2023-liege-2023-11-06-2023-11-07-143/track/02-45-treasury-management-let-s-make-it-happen-217
Slides: https://docs.google.com/presentation/d/1fSRMP9tK_YQCA6sQFS9mzXKVDmOLAIBhOSojxfA_AF4/edit?usp=sharing
This is work in progress
Todo: