diff --git a/account_move_print/__init__.py b/account_move_print/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/account_move_print/__manifest__.py b/account_move_print/__manifest__.py new file mode 100644 index 00000000..839fd37a --- /dev/null +++ b/account_move_print/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2017-20 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html). +{ + "name": "Account Move Print", + "version": "13.0.1.0.0", + "category": "Accounting", + "license": "LGPL-3", + "summary": "Adds the option to print Journal Entries", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-financial-tools", + "depends": ["account"], + "maintainers": ["JordiBForgeFlow"], + "data": ["report/journal_report.xml"], + "demo": [], + "installable": True, +} diff --git a/account_move_print/readme/CONTRIBUTORS.rst b/account_move_print/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..e8f8095a --- /dev/null +++ b/account_move_print/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* ForgeFlow, S.L. + + * David Borromeo + * Jordi Ballester diff --git a/account_move_print/readme/DESCRIPTION.rst b/account_move_print/readme/DESCRIPTION.rst new file mode 100644 index 00000000..6aaf063d --- /dev/null +++ b/account_move_print/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds the option to print Journal Entries. diff --git a/account_move_print/readme/USAGE.rst b/account_move_print/readme/USAGE.rst new file mode 100644 index 00000000..e9afc14d --- /dev/null +++ b/account_move_print/readme/USAGE.rst @@ -0,0 +1,6 @@ +To use this module, you need to: + +#. Go to the *Accounting module* and click on *Accounting > Journal Entries*. +#. Create or pick one of them. +#. Inside the *print button* you will see a new option called "Journal Entries". +#. You now have your Journal Entry ready to print. diff --git a/account_move_print/report/journal_report.xml b/account_move_print/report/journal_report.xml new file mode 100644 index 00000000..a1370f17 --- /dev/null +++ b/account_move_print/report/journal_report.xml @@ -0,0 +1,197 @@ + + + + + diff --git a/account_move_print/static/description/icon.png b/account_move_print/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/account_move_print/static/description/icon.png differ diff --git a/account_move_print/static/description/index.html b/account_move_print/static/description/index.html new file mode 100644 index 00000000..c5e4583d --- /dev/null +++ b/account_move_print/static/description/index.html @@ -0,0 +1,431 @@ + + + + + + +Account Move Print + + + +
+

Account Move Print

+ + +

This module adds the option to print Journal Entries.

+ +

Table of contents

+ +
+

Usage

+

To use this module, you need to:

+
    +
  1. Go to the Accounting module and click on Accounting > Journal Entries.
  2. +
  3. Create or pick one of them.
  4. +
  5. Inside the print button you will see a new option called "Journal Entries".
  6. +
  7. You now have your Journal Entry ready to print.
  8. +
+
+
+

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 smashing it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • ForgeFlow
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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.

+

This module is part of the OCA/manufacture project on GitHub.

+

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

+
+
+
+ + +