diff --git a/mis_template_financial_report/README.rst b/mis_template_financial_report/README.rst index 502ea8a7..4c86d837 100644 --- a/mis_template_financial_report/README.rst +++ b/mis_template_financial_report/README.rst @@ -17,18 +17,19 @@ Profit & Loss / Balance sheet MIS templates :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-reporting/tree/16.0/mis_template_financial_report + :target: https://github.com/OCA/account-financial-reporting/tree/17.0/mis_template_financial_report :alt: OCA/account-financial-reporting .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-mis_template_financial_report + :target: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-mis_template_financial_report :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This addon provides MIS builder templates to generate generic Profit & Loss and Balance Sheet reports. +This addon provides MIS builder templates to generate generic Profit & +Loss and Balance Sheet reports. **Table of contents** @@ -38,22 +39,26 @@ This addon provides MIS builder templates to generate generic Profit & Loss and Configuration ============= -To render the reports from this module horizontally in two columns on the same -page, check the `Horizontal` checkbox on the `Layout` tab of the report. -This checkbox is only available for reports that support the horizontal mode. +To render the reports from this module horizontally in two columns on +the same page, check the Horizontal checkbox on the Layout tab of the +report. This checkbox is only available for reports that support the +horizontal mode. Usage ===== -Select one of the `Profit & Loss` or `Balance Sheet` templates in a new MIS report. +Select one of the Profit & Loss or Balance Sheet templates in a new MIS +report. -For details, refer to the `MIS Builder documentation `_ +For details, refer to the `MIS Builder +documentation `__ Known issues / Roadmap ====================== -* support horizontal mode for xslx export -* split off all code to `mis_builder_horizontal` and only keep the KPI definitions here +- support horizontal mode for xslx export +- split off all code to mis_builder_horizontal and only keep the KPI + definitions here Bug Tracker =========== @@ -61,7 +66,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -69,18 +74,19 @@ Credits ======= Authors -~~~~~~~ +------- * Hunki Enterprises BV Contributors -~~~~~~~~~~~~ +------------ -* Holger Brunn (https://hunki-enterprises.nl) -* Stefan Rijnhart (https://opener.amsterdam) +- Holger Brunn + (https://hunki-enterprises.nl) +- Stefan Rijnhart (https://opener.amsterdam) Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -100,6 +106,6 @@ Current `maintainer `__: |maintainer-hbrunn| -This module is part of the `OCA/account-financial-reporting `_ project on GitHub. +This module is part of the `OCA/account-financial-reporting `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mis_template_financial_report/pyproject.toml b/mis_template_financial_report/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/mis_template_financial_report/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mis_template_financial_report/readme/CONFIGURE.md b/mis_template_financial_report/readme/CONFIGURE.md new file mode 100644 index 00000000..6b9463fa --- /dev/null +++ b/mis_template_financial_report/readme/CONFIGURE.md @@ -0,0 +1,4 @@ +To render the reports from this module horizontally in two columns on +the same page, check the Horizontal checkbox on the Layout tab of the +report. This checkbox is only available for reports that support the +horizontal mode. diff --git a/mis_template_financial_report/readme/CONFIGURE.rst b/mis_template_financial_report/readme/CONFIGURE.rst deleted file mode 100644 index 2a870ac3..00000000 --- a/mis_template_financial_report/readme/CONFIGURE.rst +++ /dev/null @@ -1,3 +0,0 @@ -To render the reports from this module horizontally in two columns on the same -page, check the `Horizontal` checkbox on the `Layout` tab of the report. -This checkbox is only available for reports that support the horizontal mode. diff --git a/mis_template_financial_report/readme/CONTRIBUTORS.md b/mis_template_financial_report/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..02b9343c --- /dev/null +++ b/mis_template_financial_report/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Holger Brunn \<\> + () +- Stefan Rijnhart \<\> + () diff --git a/mis_template_financial_report/readme/CONTRIBUTORS.rst b/mis_template_financial_report/readme/CONTRIBUTORS.rst deleted file mode 100644 index f648949d..00000000 --- a/mis_template_financial_report/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Holger Brunn (https://hunki-enterprises.nl) -* Stefan Rijnhart (https://opener.amsterdam) diff --git a/mis_template_financial_report/readme/DESCRIPTION.rst b/mis_template_financial_report/readme/DESCRIPTION.md similarity index 62% rename from mis_template_financial_report/readme/DESCRIPTION.rst rename to mis_template_financial_report/readme/DESCRIPTION.md index 15e8480f..fdb5d9b8 100644 --- a/mis_template_financial_report/readme/DESCRIPTION.rst +++ b/mis_template_financial_report/readme/DESCRIPTION.md @@ -1 +1,2 @@ -This addon provides MIS builder templates to generate generic Profit & Loss and Balance Sheet reports. +This addon provides MIS builder templates to generate generic Profit & +Loss and Balance Sheet reports. diff --git a/mis_template_financial_report/readme/ROADMAP.md b/mis_template_financial_report/readme/ROADMAP.md new file mode 100644 index 00000000..9529f2aa --- /dev/null +++ b/mis_template_financial_report/readme/ROADMAP.md @@ -0,0 +1,3 @@ +- support horizontal mode for xslx export +- split off all code to mis_builder_horizontal and only keep the KPI + definitions here diff --git a/mis_template_financial_report/readme/ROADMAP.rst b/mis_template_financial_report/readme/ROADMAP.rst deleted file mode 100644 index 5b5b68de..00000000 --- a/mis_template_financial_report/readme/ROADMAP.rst +++ /dev/null @@ -1,2 +0,0 @@ -* support horizontal mode for xslx export -* split off all code to `mis_builder_horizontal` and only keep the KPI definitions here diff --git a/mis_template_financial_report/readme/USAGE.md b/mis_template_financial_report/readme/USAGE.md new file mode 100644 index 00000000..262a1cd1 --- /dev/null +++ b/mis_template_financial_report/readme/USAGE.md @@ -0,0 +1,5 @@ +Select one of the Profit & Loss or Balance Sheet templates in a new MIS +report. + +For details, refer to the [MIS Builder +documentation](https://github.com/OCA/mis-builder/tree/14.0/mis_builder#usage) diff --git a/mis_template_financial_report/readme/USAGE.rst b/mis_template_financial_report/readme/USAGE.rst deleted file mode 100644 index 35345bf0..00000000 --- a/mis_template_financial_report/readme/USAGE.rst +++ /dev/null @@ -1,3 +0,0 @@ -Select one of the `Profit & Loss` or `Balance Sheet` templates in a new MIS report. - -For details, refer to the `MIS Builder documentation `_ diff --git a/mis_template_financial_report/static/description/index.html b/mis_template_financial_report/static/description/index.html index b83951b6..ac850e61 100644 --- a/mis_template_financial_report/static/description/index.html +++ b/mis_template_financial_report/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -275,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -301,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -369,8 +369,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:35e3ad836c47238b09fe511febcb806bafddc4699aedb0e224e55517c31128d0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runboat

-

This addon provides MIS builder templates to generate generic Profit & Loss and Balance Sheet reports.

+

Beta License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runboat

+

This addon provides MIS builder templates to generate generic Profit & +Loss and Balance Sheet reports.

Table of contents

    @@ -388,20 +389,24 @@ ul.auto-toc {

Configuration

-

To render the reports from this module horizontally in two columns on the same -page, check the Horizontal checkbox on the Layout tab of the report. -This checkbox is only available for reports that support the horizontal mode.

+

To render the reports from this module horizontally in two columns on +the same page, check the Horizontal checkbox on the Layout tab of the +report. This checkbox is only available for reports that support the +horizontal mode.

Usage

-

Select one of the Profit & Loss or Balance Sheet templates in a new MIS report.

-

For details, refer to the MIS Builder documentation

+

Select one of the Profit & Loss or Balance Sheet templates in a new MIS +report.

+

For details, refer to the MIS Builder +documentation

Known issues / Roadmap

  • support horizontal mode for xslx export
  • -
  • split off all code to mis_builder_horizontal and only keep the KPI definitions here
  • +
  • split off all code to mis_builder_horizontal and only keep the KPI +definitions here
@@ -409,7 +414,7 @@ This checkbox is only available for reports that support the horizontal mode.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -423,20 +428,23 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

hbrunn

-

This module is part of the OCA/account-financial-reporting project on GitHub.

+

This module is part of the OCA/account-financial-reporting project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.