~openerp-chinese-team/openobject-doc/Chinese-init

« back to all changes in this revision

Viewing changes to i18n/zh_CN/source/technical_guide/base_report_unicode.rst

  • Committer: JoshuaJan
  • Date: 2012-12-04 01:36:44 UTC
  • Revision ID: popkar77@gmail.com-20121204013644-k25kpyac672wxe22
Chinese initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: base_report_unicode
 
3
.. i18n:     :synopsis: Unicode Reports with TrueType fonts 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: base_report_unicode
 
9
    :synopsis: Unicode Reports with TrueType fonts 
 
10
    :noindex:
 
11
.. 
 
12
 
 
13
.. i18n: .. raw:: html
 
14
.. i18n: 
 
15
.. i18n:       <br />
 
16
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
17
..
 
18
 
 
19
.. raw:: html
 
20
 
 
21
      <br />
 
22
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
23
 
 
24
.. i18n: .. tip:: This module is part of the OpenERP software, the leading Open Source 
 
25
.. i18n:   enterprise management system. If you want to discover OpenERP, check our 
 
26
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
27
.. i18n:   `OpenERP <http://openerp.com>`_ directly.
 
28
..
 
29
 
 
30
.. tip:: This module is part of the OpenERP software, the leading Open Source 
 
31
  enterprise management system. If you want to discover OpenERP, check our 
 
32
  `screencasts <http://openerp.tv>`_ or download 
 
33
  `OpenERP <http://openerp.com>`_ directly.
 
34
 
 
35
.. i18n: .. raw:: html
 
36
.. i18n: 
 
37
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/base_report_unicode"></div>
 
38
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
39
..
 
40
 
 
41
.. raw:: html
 
42
 
 
43
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/base_report_unicode"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Unicode Reports with TrueType fonts (*base_report_unicode*)
 
47
.. i18n: ===========================================================
 
48
.. i18n: :Module: base_report_unicode
 
49
.. i18n: :Name: Unicode Reports with TrueType fonts
 
50
.. i18n: :Version: 5.0.1.1
 
51
.. i18n: :Author: Gábor Dukai
 
52
.. i18n: :Directory: base_report_unicode
 
53
.. i18n: :Web: http://exploringopenerp.blogspot.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Unicode Reports with TrueType fonts (*base_report_unicode*)
 
59
===========================================================
 
60
:Module: base_report_unicode
 
61
:Name: Unicode Reports with TrueType fonts
 
62
:Version: 5.0.1.1
 
63
:Author: Gábor Dukai
 
64
:Directory: base_report_unicode
 
65
:Web: http://exploringopenerp.blogspot.com
 
66
:Official module: no
 
67
:Quality certified: no
 
68
 
 
69
.. i18n: Description
 
70
.. i18n: -----------
 
71
..
 
72
 
 
73
Description
 
74
-----------
 
75
 
 
76
.. i18n: ::
 
77
.. i18n: 
 
78
.. i18n:   This module replaces the standard PDF Type1 fonts with TrueType fonts that have
 
79
.. i18n:       unicode characters.
 
80
.. i18n:       The module contains the DejaVu fonts v2.29 from http://dejavu-fonts.org/
 
81
.. i18n:       With this module you can continue to use the old font names in the templates,
 
82
.. i18n:       they will be replaced with the DejaVu font names every time before creating a pdf.
 
83
.. i18n:   
 
84
.. i18n:       Compatibility: tested with OpenERP v5.0
 
85
.. i18n:   
 
86
.. i18n:       NOTE: You have to copy this module to the addons folder. It doesn't work from a zip file!
 
87
..
 
88
 
 
89
::
 
90
 
 
91
  This module replaces the standard PDF Type1 fonts with TrueType fonts that have
 
92
      unicode characters.
 
93
      The module contains the DejaVu fonts v2.29 from http://dejavu-fonts.org/
 
94
      With this module you can continue to use the old font names in the templates,
 
95
      they will be replaced with the DejaVu font names every time before creating a pdf.
 
96
  
 
97
      Compatibility: tested with OpenERP v5.0
 
98
  
 
99
      NOTE: You have to copy this module to the addons folder. It doesn't work from a zip file!
 
100
 
 
101
.. i18n: Download links
 
102
.. i18n: --------------
 
103
..
 
104
 
 
105
Download links
 
106
--------------
 
107
 
 
108
.. i18n: You can download this module as a zip file in the following version:
 
109
..
 
110
 
 
111
You can download this module as a zip file in the following version:
 
112
 
 
113
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/base_report_unicode.zip>`_
 
114
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/base_report_unicode.zip>`_
 
115
..
 
116
 
 
117
  * `5.0 <http://www.openerp.com/download/modules/5.0/base_report_unicode.zip>`_
 
118
  * `trunk <http://www.openerp.com/download/modules/trunk/base_report_unicode.zip>`_
 
119
 
 
120
.. i18n: Dependencies
 
121
.. i18n: ------------
 
122
..
 
123
 
 
124
Dependencies
 
125
------------
 
126
 
 
127
.. i18n:  * :mod:`base`
 
128
..
 
129
 
 
130
 * :mod:`base`
 
131
 
 
132
.. i18n: Reports
 
133
.. i18n: -------
 
134
..
 
135
 
 
136
Reports
 
137
-------
 
138
 
 
139
.. i18n: None
 
140
..
 
141
 
 
142
None
 
143
 
 
144
.. i18n: Menus
 
145
.. i18n: -------
 
146
..
 
147
 
 
148
Menus
 
149
-------
 
150
 
 
151
.. i18n: None
 
152
..
 
153
 
 
154
None
 
155
 
 
156
.. i18n: Views
 
157
.. i18n: -----
 
158
..
 
159
 
 
160
Views
 
161
-----
 
162
 
 
163
.. i18n: None
 
164
..
 
165
 
 
166
None
 
167
 
 
168
.. i18n: Objects
 
169
.. i18n: -------
 
170
..
 
171
 
 
172
Objects
 
173
-------
 
174
 
 
175
.. i18n: None
 
176
..
 
177
 
 
178
None