~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to i18n/vi/source/technical_guide/c2c_reporting_tools.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
1
 
2
2
.. i18n: .. module:: c2c_reporting_tools
3
 
    .. i18n: :synopsis: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently 
4
 
    .. i18n: :noindex:
 
3
.. i18n:     :synopsis: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently 
 
4
.. i18n:     :noindex:
5
5
.. i18n: .. 
6
6
 
7
7
.. module:: c2c_reporting_tools
8
8
    :synopsis: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently 
9
9
    :noindex:
10
 
.... i18n:  
 
10
.. 
11
11
 
12
12
.. i18n: .. raw:: html
13
 
 
14
 
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_reporting_tools"></div>
15
 
    <script src="http://js-kit.com/ratings.js"></script>
16
 
 
17
 
      .. i18n: <br />
18
 
    .. i18n: <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
13
.. i18n: 
 
14
.. i18n:       <br />
 
15
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
16
 
 
17
.. raw:: html
19
18
 
20
19
      <br />
21
20
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
22
21
 
23
22
.. i18n: .. tip:: This module is part of the Open ERP software, the leading Open Source 
24
 
  .. i18n: enterprise management system. If you want to discover Open ERP, check our 
25
 
  .. i18n: `screencasts <http://openerp.tv>`_ or download 
26
 
  .. i18n: `Open ERP <http://openerp.com>`_ directly.
 
23
.. i18n:   enterprise management system. If you want to discover Open ERP, check our 
 
24
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
25
.. i18n:   `Open ERP <http://openerp.com>`_ directly.
27
26
 
28
27
.. tip:: This module is part of the Open ERP software, the leading Open Source 
29
28
  enterprise management system. If you want to discover Open ERP, check our 
31
30
  `Open ERP <http://openerp.com>`_ directly.
32
31
 
33
32
.. i18n: .. raw:: html
34
 
 
35
 
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_reporting_tools"></div>
36
 
    <script src="http://js-kit.com/ratings.js"></script>
37
 
 
38
 
    .. i18n: <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_reporting_tools"></div>
39
 
    .. i18n: <script src="http://js-kit.com/ratings.js"></script>
 
33
.. i18n: 
 
34
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_reporting_tools"></div>
 
35
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
36
 
 
37
.. raw:: html
40
38
 
41
39
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_reporting_tools"></div>
42
40
    <script src="http://js-kit.com/ratings.js"></script>
70
68
-----------
71
69
 
72
70
.. i18n: ::
73
 
 
74
 
  This module offer a growing collection of objects to create simple and advanced reports in a new way of doing.
75
 
                       You can create powerful reports with a few lines of python code and nothing else. (no sxw, rml or xml)
76
 
                                   This module follow multiple goals: 
77
 
                                     - To accelerate report creation by creating reusable pieces of code (one line of code to create standard header and footer)
78
 
                                     - To accelerate report generation (processing) by getting ride of uncecessary parsing and transformations (direct python to pdf generation) 
79
 
                                     - To improve reporting capabilities by getting ride of uncomplete parsers and limited middle technologies 
80
 
                                     - To make reports designs more uniform 
81
 
                                   
82
 
                                   For exemples of use, have a look at c2c_planning_management. Our first module based on this tool.
83
 
 
84
 
  .. i18n: This module offer a growing collection of objects to create simple and advanced reports in a new way of doing.
85
 
                       .. i18n: You can create powerful reports with a few lines of python code and nothing else. (no sxw, rml or xml)
86
 
                                   .. i18n: This module follow multiple goals: 
87
 
                                     .. i18n: - To accelerate report creation by creating reusable pieces of code (one line of code to create standard header and footer)
88
 
                                     .. i18n: - To accelerate report generation (processing) by getting ride of uncecessary parsing and transformations (direct python to pdf generation) 
89
 
                                     .. i18n: - To improve reporting capabilities by getting ride of uncomplete parsers and limited middle technologies 
90
 
                                     .. i18n: - To make reports designs more uniform 
91
 
                                   .. i18n: 
92
 
                                   .. i18n: For exemples of use, have a look at c2c_planning_management. Our first module based on this tool.
 
71
.. i18n: 
 
72
.. i18n:   This module offer a growing collection of objects to create simple and advanced reports in a new way of doing.
 
73
.. i18n:                       You can create powerful reports with a few lines of python code and nothing else. (no sxw, rml or xml)
 
74
.. i18n:                                   This module follow multiple goals: 
 
75
.. i18n:                                     - To accelerate report creation by creating reusable pieces of code (one line of code to create standard header and footer)
 
76
.. i18n:                                     - To accelerate report generation (processing) by getting ride of uncecessary parsing and transformations (direct python to pdf generation) 
 
77
.. i18n:                                     - To improve reporting capabilities by getting ride of uncomplete parsers and limited middle technologies 
 
78
.. i18n:                                     - To make reports designs more uniform 
 
79
.. i18n:                                   
 
80
.. i18n:                                   For exemples of use, have a look at c2c_planning_management. Our first module based on this tool.
 
81
 
 
82
::
93
83
 
94
84
  This module offer a growing collection of objects to create simple and advanced reports in a new way of doing.
95
85
                       You can create powerful reports with a few lines of python code and nothing else. (no sxw, rml or xml)
111
101
 
112
102
You can download this module as a zip file in the following version:
113
103
 
114
 
  .. i18n: * `4.2 <http://www.openerp.com/download/modules/4.2/c2c_reporting_tools.zip>`_
115
 
  .. i18n: * `trunk <http://www.openerp.com/download/modules/trunk/c2c_reporting_tools.zip>`_
 
104
.. i18n:   * `4.2 <http://www.openerp.com/download/modules/4.2/c2c_reporting_tools.zip>`_
 
105
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/c2c_reporting_tools.zip>`_
116
106
 
117
107
  * `4.2 <http://www.openerp.com/download/modules/4.2/c2c_reporting_tools.zip>`_
118
108
  * `trunk <http://www.openerp.com/download/modules/trunk/c2c_reporting_tools.zip>`_