-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
[14.0][ADD] MIS Reports templates for Balance Sheet and Profit & Loss #203
base: 14.0
Are you sure you want to change the base?
[14.0][ADD] MIS Reports templates for Balance Sheet and Profit & Loss #203
Conversation
l10n_be_mis_reports/__manifest__.py
Outdated
"data/mis_report_vat.xml", | ||
], | ||
"installable": True, | ||
"external_dependencies": { | ||
"python": [ | ||
"click", |
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.
I'd remove this, since it is only necessary for generating the template. So let's just document in the README of the script directory.
@mathisjacoby could you do it for 16.0 too? |
567b16e
to
39d1dc1
Compare
correct_xml and generate_xml are two scripts that allow to generate a MIS Report Templates for the Balance Sheet and the Profit & Loss | ||
|
||
First, use the generate_xml script to generate the template of the model that you need. | ||
Then, use the correct_xml script which will make some modification to the template previously generated. |
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.
It would be nice to have a script that regenerates everything.
44c67ab
to
96c45c3
Compare
Add two scripts that generates the MIS Reports Templates for companies with and w/o capital, and associations (full, abridged and micro model)
96c45c3
to
96ae027
Compare
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. |
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. |
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. |
New reports in
l10n_be_mis_reports
for the micro, abridged and full model templates for the Balance Sheet and the Profit & Loss for :The templates are generated with two scripts located in the 'script' folder, which use JSON files containing data from the Central Balance Sheet Office taxonomy.
They are available in English, French, Dutch and German.
The KPI names are structured for an other module that will come later. This module will allow to generate XBRL instances, ready to be submitted to the National Bank of Belgium.