You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.4 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ==========================
  5. Journal Items Excel Export
  6. ==========================
  7. This module extends the functionality of the journal items
  8. ('account.move.line') list view and allow you to export the selected lines.
  9. Installation
  10. ============
  11. To install this module, you need also the **report_xlsx_helper**
  12. module located in:
  13. https://github.com/OCA/reporting-engine
  14. Usage
  15. =====
  16. To use this module, you need to:
  17. * go to the list view of the journal items
  18. * select the lines you wish to export
  19. * click on the button on top to export
  20. The Excel export can be tailored to your exact needs via the following methods
  21. of the 'account.move.line' object:
  22. * **_report_xlsx_fields**
  23. Add/drop columns or change order from the list of columns that are defined
  24. in the Excel template.
  25. The following fields are defined in the Excel template:
  26. move, name, date, journal, period, partner, account,
  27. date_maturity, debit, credit, balance,
  28. reconcile, reconcile_partial, analytic_account,
  29. ref, partner_ref, tax_code, tax_amount, amount_residual,
  30. amount_currency, currency_name, company_currency,
  31. amount_residual_currency, product, product_ref', product_uom, quantity,
  32. statement, invoice, narration, blocked
  33. * **_report_xlsx_template**
  34. Change/extend the Excel template.