~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to source/technical_guide/account_invoice_layout.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: account_invoice_layout
 
3
    :synopsis: account_invoice_layout (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/account_invoice_layout"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
account_invoice_layout (*account_invoice_layout*)
 
23
=================================================
 
24
:Module: account_invoice_layout
 
25
:Name: account_invoice_layout
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: account_invoice_layout
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This module provides some features to improve the layout of the invoices.
 
39
  
 
40
      It gives you the possibility to
 
41
          * order all the lines of an invoice
 
42
          * add titles, comment lines, sub total lines
 
43
          * draw horizontal lines and put page breaks
 
44
  
 
45
      Moreover, there is one option which allow you to print all the selected invoices with a given special message at the bottom of it. This feature can be very useful for printing your invoices with end-of-year wishes, special punctual conditions...
 
46
 
 
47
Download links
 
48
--------------
 
49
 
 
50
You can download this module as a zip file in the following version:
 
51
 
 
52
  * `5.0 <http://www.openerp.com/download/modules/5.0/account_invoice_layout.zip>`_
 
53
  * `trunk <http://www.openerp.com/download/modules/trunk/account_invoice_layout.zip>`_
 
54
 
 
55
 
 
56
Dependencies
 
57
------------
 
58
 
 
59
 * :mod:`base`
 
60
 * :mod:`account`
 
61
 
 
62
Reports
 
63
-------
 
64
 
 
65
 * Invoices with Layout
 
66
 
 
67
Menus
 
68
-------
 
69
 
 
70
 * Financial Management/Configuration/Notification Message
 
71
 * Financial Management/Configuration/Notification Message/All Notification Messages
 
72
 
 
73
Views
 
74
-----
 
75
 
 
76
 * \* INHERIT account.invoice.line.form.inherit_1 (form)
 
77
 * \* INHERIT account.invoice.line.tree.inherit_1 (tree)
 
78
 * \* INHERIT account.invoice.line.tree.inherit_2 (tree)
 
79
 * \* INHERIT account.invoice.form.inherit_1 (form)
 
80
 * notify.message.tree (tree)
 
81
 * notify.message.form (form)
 
82
 
 
83
 
 
84
Objects
 
85
-------
 
86
 
 
87
Object: Notify By Messages (notify.message)
 
88
###########################################
 
89
 
 
90
 
 
91
 
 
92
:msg: Special Message, text, required
 
93
 
 
94
    *This notification will appear at the bottom of the Invoices when printed.*
 
95
 
 
96
 
 
97
 
 
98
:name: Title, char, required
 
99
 
 
100