-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
[ADD] account_analytic_report: New module account_analytic_report #1249
Conversation
4ed0b0a
to
d434e2d
Compare
925a0ea
to
6e38739
Compare
<field name="date_from" required="1" /> | ||
<field name="date_to" required="1" /> | ||
<field name="fy_start_date" invisible="1" /> | ||
</group> | ||
<group name="other_filters"> | ||
<field name="plan_id" required="1" /> |
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.
Put required on a declaration of the field
6e38739
to
e5b0c72
Compare
Thanks for your comment @peluko00! Could you review again please? |
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.
Works as expected in runboat and code review
e5b0c72
to
16e6378
Compare
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.
LGTM, nice work!
Shouldn't this be in OCA/account-analytic instead? |
@pedrobaeza You are totally right. Here is the new pr: #730 |
New module account_analytic_report
Using this module is straightforward. Follow these steps:
Navigate to the Report:
Go to Invoicing -> Reporting -> Analytic Trial Balance.
Customize the Report with Filters:
Adjust the report using the available options:
Group by Analytic Account:
Groups the results by analytic accounts instead of financial accounts.
Show Hierarchy and Limit Hierarchy Level:
Displays the amounts split by the hierarchy levels of financial accounts.
Filter Accounts:
When used independently (without grouping by analytic accounts or showing hierarchy), the results will be split by both financial accounts.
Example: Filtering by accounts Test 1 and Test 2:
Show Months (Excel export only):
Enabled when filtering accounts without grouping by analytic accounts or showing hierarchy. It generates a separate sheet in the Excel file for each filtered account, detailing the amounts by month within the selected date range.
cc https://github.com/APSL 162352
@miquelalzanillas @lbarry-apsl @mpascuall @peluko00 @javierobcn @ppyczko please review