Browse Source

description update

pull/65/head
luc-demeyer 9 years ago
parent
commit
c8cc4000b2
  1. 11
      account_move_line_report_xls/README.rst
  2. 3
      account_move_line_report_xls/__openerp__.py
  3. 133
      account_move_line_report_xls/static/description/index.html
  4. BIN
      account_move_line_report_xls/static/description/journal_items.png
  5. BIN
      account_move_line_report_xls/static/description/oca_logo.png

11
account_move_line_report_xls/README.rst

@ -7,10 +7,10 @@ This module extends the functionality of the journal items
Installation
============
To install this module manually, you need also the **report_xls**
To install this module, you need also the **report_xls**
module located in:
https://launchpad.net/openerp-reporting-engines
https://github.com/OCA/reporting-engine
Usage
=====
@ -18,7 +18,7 @@ Usage
To use this module, you need to:
* go to the list view of the journal items
* select the line you wish to export
* select the lines you wish to export
* click on the button on top to export
The Excel export can be tailored to your exact needs via the following methods
@ -46,9 +46,12 @@ of the 'account.move.line' object:
Credits
=======
Author
------------
* Luc De Meyer, Noviat <info@noviat.com>
Contributors
------------
* Noviat <info@noviat.com>
* Guillaume Auger <guillaume.auger@savoirfairelinux.com>
Icon

3
account_move_line_report_xls/__openerp__.py

@ -24,8 +24,9 @@
'name': 'Account Move Line XLS export',
'version': '0.6',
'license': 'AGPL-3',
'author': "Noviat,Odoo Community Association (OCA)",
'author': "Noviat, Odoo Community Association (OCA)",
'category': 'Accounting & Finance',
'summary': 'Journal Items Excel export',
'depends': ['account', 'report_xls'],
'data': [
'report/move_line_list_xls.xml',

133
account_move_line_report_xls/static/description/index.html

@ -0,0 +1,133 @@
<data>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Journal Items Excel export</h2>
</div>
<div class="oe_span6">
<div class="oe_demo oe_picture oe_screenshot">
<img src="journal_items.png"/>
</div>
</div>
<div class="oe_span6">
<p class="oe_mt32">
This module extends the functionality of the journal items ('account.move.line') list view and allow you to export the selected lines.
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Installation &amp; Usage</h2>
<p class="oe_mt32">
To install this module, you need also the <b>report_xls</b> module located in:
<br/><a href="https://github.com/OCA/reporting-engine">https://github.com/OCA/reporting-engine</a>
</p>
<p class="oe_mt32">
To use this module, you need to:
<ul>
<li>go to the list view of the journal items</li>
<li>select the lines you wish to export</li>
<li>click on the button on top to export</li>
</ul>
</p>
<p class="oe_mt32">
The Excel export can be tailored to your exact needs via the following methods of the 'account.move.line' object:
<ul>
<li>
<b>_report_xls_fields</b>
<div style="padding-top:10px">
Add/drop columns or change order from the list of columns that are defined in the Excel template.
<br>
The following fields are available:
<div style="margin-left:40px">
<code>
move, name, date, journal, period, partner, account,
<br/>
date_maturity, debit, credit, balance,
<br/>
reconcile, reconcile_partial, analytic_account,
<br/>
ref, partner_ref, tax_code, tax_amount, amount_residual,
<br/>
amount_currency, currency_name, company_currency,
<br/>
amount_residual_currency, product, product_ref', product_uom, quantity,
<br/>statement, invoice, narration, blocked
</code>
</div>
</div>
</li>
</ul>
</p>
<p class="oe_mt32">
<ul>
<li>
<b>_report_xls_template</b>
<div style="padding-top:10px">
Change/extend the Excel template.
</div>
</li>
</ul>
</p>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">Credits</h2>
<div class="oe_span6">
<p class="oe_mt32">
Author:
<ul>
<li>
<a href="mailto:info@noviat.com">Luc De Meyer (Noviat)</a>
</li>
</ul>
</p>
</div>
<div class="oe_span6">
<p class="oe_mt32">
Contributors:
<ul>
<li>
<a href="mailto:guillaume.auger@savoirfairelinux.com">Guillaume Auger, Savoir-faire LINUX</a>
</li>
</ul>
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Maintainer</h2>
</div>
<div class="oe_span8">
<p class="oe_mt32">
This module is maintained by the OCA.
</p>
<p>
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.
</p>
<p>
To contribute to this module, please visit <a href="http://odoo-community.org">http://odoo-community.org.</a>
</p>
</div>
<div class="oe_span4">
<a href="http://odoo-community.org">
<div class="oe_picture">
<img src="oca_logo.png"/>
</div>
</a>
</div>
</div>
</section>
</data>

BIN
account_move_line_report_xls/static/description/journal_items.png

After

Width: 1170  |  Height: 347  |  Size: 46 KiB

BIN
account_move_line_report_xls/static/description/oca_logo.png

After

Width: 180  |  Height: 76  |  Size: 13 KiB

Loading…
Cancel
Save