~xrg/openobject-doc/trunk-xrg

« 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-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
.. 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:
 
5
.. i18n: .. 
 
6
 
 
7
.. module:: c2c_reporting_tools
 
8
    :synopsis: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently 
 
9
    :noindex:
 
10
.. 
 
11
 
 
12
.. i18n: .. raw:: html
 
13
.. i18n: 
 
14
.. i18n:       <br />
 
15
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
16
 
 
17
.. raw:: html
 
18
 
 
19
      <br />
 
20
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
21
 
 
22
.. i18n: .. tip:: This module is part of the Open ERP software, the leading Open Source 
 
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.
 
26
 
 
27
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
28
  enterprise management system. If you want to discover Open ERP, check our 
 
29
  `screencasts <http://openerp.tv>`_ or download 
 
30
  `Open ERP <http://openerp.com>`_ directly.
 
31
 
 
32
.. i18n: .. raw:: html
 
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
 
38
 
 
39
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/c2c_reporting_tools"></div>
 
40
    <script src="http://js-kit.com/ratings.js"></script>
 
41
 
 
42
.. i18n: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently (*c2c_reporting_tools*)
 
43
.. i18n: =================================================================================================================
 
44
.. i18n: :Module: c2c_reporting_tools
 
45
.. i18n: :Name: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently
 
46
.. i18n: :Version: 5.0.5.0
 
47
.. i18n: :Author: Camptocamp
 
48
.. i18n: :Directory: c2c_reporting_tools
 
49
.. i18n: :Web: http://www.camptocamp.com
 
50
.. i18n: :Official module: no
 
51
.. i18n: :Quality certified: no
 
52
 
 
53
c2c Reporting Tools. A library that provide a new way to create clean reports efficiently (*c2c_reporting_tools*)
 
54
=================================================================================================================
 
55
:Module: c2c_reporting_tools
 
56
:Name: c2c Reporting Tools. A library that provide a new way to create clean reports efficiently
 
57
:Version: 5.0.5.0
 
58
:Author: Camptocamp
 
59
:Directory: c2c_reporting_tools
 
60
:Web: http://www.camptocamp.com
 
61
:Official module: no
 
62
:Quality certified: no
 
63
 
 
64
.. i18n: Description
 
65
.. i18n: -----------
 
66
 
 
67
Description
 
68
-----------
 
69
 
 
70
.. i18n: ::
 
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
::
 
83
 
 
84
  This module offer a growing collection of objects to create simple and advanced reports in a new way of doing.
 
85
                       You can create powerful reports with a few lines of python code and nothing else. (no sxw, rml or xml)
 
86
                                   This module follow multiple goals: 
 
87
                                     - To accelerate report creation by creating reusable pieces of code (one line of code to create standard header and footer)
 
88
                                     - To accelerate report generation (processing) by getting ride of uncecessary parsing and transformations (direct python to pdf generation) 
 
89
                                     - To improve reporting capabilities by getting ride of uncomplete parsers and limited middle technologies 
 
90
                                     - To make reports designs more uniform 
 
91
                                   
 
92
                                   For exemples of use, have a look at c2c_planning_management. Our first module based on this tool.
 
93
 
 
94
.. i18n: Download links
 
95
.. i18n: --------------
 
96
 
 
97
Download links
 
98
--------------
 
99
 
 
100
.. i18n: You can download this module as a zip file in the following version:
 
101
 
 
102
You can download this module as a zip file in the following version:
 
103
 
 
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>`_
 
106
 
 
107
  * `4.2 <http://www.openerp.com/download/modules/4.2/c2c_reporting_tools.zip>`_
 
108
  * `trunk <http://www.openerp.com/download/modules/trunk/c2c_reporting_tools.zip>`_
 
109
 
 
110
.. i18n: Dependencies
 
111
.. i18n: ------------
 
112
 
 
113
Dependencies
 
114
------------
 
115
 
 
116
.. i18n: None
 
117
 
 
118
None
 
119
 
 
120
.. i18n: Reports
 
121
.. i18n: -------
 
122
 
 
123
Reports
 
124
-------
 
125
 
 
126
.. i18n: None
 
127
 
 
128
None
 
129
 
 
130
.. i18n: Menus
 
131
.. i18n: -------
 
132
 
 
133
Menus
 
134
-------
 
135
 
 
136
.. i18n: None
 
137
 
 
138
None
 
139
 
 
140
.. i18n: Views
 
141
.. i18n: -----
 
142
 
 
143
Views
 
144
-----
 
145
 
 
146
.. i18n: None
 
147
 
 
148
None
 
149
 
 
150
.. i18n: Objects
 
151
.. i18n: -------
 
152
 
 
153
Objects
 
154
-------
 
155
 
 
156
.. i18n: None
 
157
 
 
158
None