~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/account_tax_include.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: account_tax_include
 
3
    :synopsis: Invoices and prices with taxes included (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_tax_include"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Invoices and prices with taxes included (*account_tax_include*)
 
23
===============================================================
 
24
:Module: account_tax_include
 
25
:Name: Invoices and prices with taxes included
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: account_tax_include
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Allow the user to work tax included prices.
 
39
  Especially useful for b2c businesses.
 
40
      
 
41
  This module implement the modification on the invoice form.
 
42
 
 
43
Download links
 
44
--------------
 
45
 
 
46
You can download this module as a zip file in the following version:
 
47
 
 
48
  * `4.2 <http://www.openerp.com/download/modules/4.2/account_tax_include.zip>`_
 
49
  * `5.0 <http://www.openerp.com/download/modules/5.0/account_tax_include.zip>`_
 
50
  * `trunk <http://www.openerp.com/download/modules/trunk/account_tax_include.zip>`_
 
51
 
 
52
 
 
53
Dependencies
 
54
------------
 
55
 
 
56
 * :mod:`account`
 
57
 
 
58
Reports
 
59
-------
 
60
 
 
61
None
 
62
 
 
63
 
 
64
Menus
 
65
-------
 
66
 
 
67
 
 
68
None
 
69
 
 
70
 
 
71
Views
 
72
-----
 
73
 
 
74
 * \* INHERIT account.tax.exlcuded.view.form (form)
 
75
 * \* INHERIT account.invoice.vat.exlcuded.view.form (form)
 
76
 * \* INHERIT account.invoice.supplier.tax_include (form)
 
77
 * \* INHERIT account.invoice.supplier.tax_include2 (form)
 
78
 * \* INHERIT account.invoice.supplier.tax_include3 (form)
 
79
 * \* INHERIT account.invoice.line.tree (tree)
 
80
 
 
81
 
 
82
Objects
 
83
-------
 
84
 
 
85
None