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

« back to all changes in this revision

Viewing changes to i18n/zh_CN/source/technical_guide/mrp_operations.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:: mrp_operations
 
3
.. i18n:     :synopsis: Workcenter Production start end workflow (Official, Quality Certified)
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: mrp_operations
 
9
    :synopsis: Workcenter Production start end workflow (Official, Quality Certified)
 
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="/mrp_operations"></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="/mrp_operations"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Workcenter Production start end workflow (*mrp_operations*)
 
47
.. i18n: ===========================================================
 
48
.. i18n: :Module: mrp_operations
 
49
.. i18n: :Name: Workcenter Production start end workflow
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Tiny
 
52
.. i18n: :Directory: mrp_operations
 
53
.. i18n: :Web: http://www.openerp.com
 
54
.. i18n: :Official module: yes
 
55
.. i18n: :Quality certified: yes
 
56
..
 
57
 
 
58
Workcenter Production start end workflow (*mrp_operations*)
 
59
===========================================================
 
60
:Module: mrp_operations
 
61
:Name: Workcenter Production start end workflow
 
62
:Version: 5.0.1.0
 
63
:Author: Tiny
 
64
:Directory: mrp_operations
 
65
:Web: http://www.openerp.com
 
66
:Official module: yes
 
67
:Quality certified: yes
 
68
 
 
69
.. i18n: Description
 
70
.. i18n: -----------
 
71
..
 
72
 
 
73
Description
 
74
-----------
 
75
 
 
76
.. i18n: ::
 
77
.. i18n: 
 
78
.. i18n:   This module adds state, date_start,date_stop in production order operation lines
 
79
.. i18n:        (in the "Workcenters" tab)
 
80
.. i18n:        State: draft, confirm, done, cancel
 
81
.. i18n:        When finishing/confirming,cancelling production orders set all state lines to the according state
 
82
.. i18n:        Create menus:
 
83
.. i18n:            Production Management > All Operations
 
84
.. i18n:            Production Management > All Operations > Operations To Do (state="confirm")
 
85
.. i18n:        Which is a view on "Workcenters" lines in production order,
 
86
.. i18n:        editable tree
 
87
.. i18n:   
 
88
.. i18n:       Add buttons in the form view of production order under workcenter tab:
 
89
.. i18n:       * start (set state to confirm), set date_start
 
90
.. i18n:       * done (set state to done), set date_stop
 
91
.. i18n:       * set to draft (set state to draft)
 
92
.. i18n:       * cancel set state to cancel
 
93
.. i18n:   
 
94
.. i18n:       When the production order becomes "ready to produce", operations must
 
95
.. i18n:       become 'confirmed'. When the production order is done, all operations
 
96
.. i18n:       must become done.
 
97
.. i18n:   
 
98
.. i18n:       The field delay is the delay(stop date - start date).
 
99
.. i18n:       So that we can compare the theoretic delay and real delay.
 
100
..
 
101
 
 
102
::
 
103
 
 
104
  This module adds state, date_start,date_stop in production order operation lines
 
105
       (in the "Workcenters" tab)
 
106
       State: draft, confirm, done, cancel
 
107
       When finishing/confirming,cancelling production orders set all state lines to the according state
 
108
       Create menus:
 
109
           Production Management > All Operations
 
110
           Production Management > All Operations > Operations To Do (state="confirm")
 
111
       Which is a view on "Workcenters" lines in production order,
 
112
       editable tree
 
113
  
 
114
      Add buttons in the form view of production order under workcenter tab:
 
115
      * start (set state to confirm), set date_start
 
116
      * done (set state to done), set date_stop
 
117
      * set to draft (set state to draft)
 
118
      * cancel set state to cancel
 
119
  
 
120
      When the production order becomes "ready to produce", operations must
 
121
      become 'confirmed'. When the production order is done, all operations
 
122
      must become done.
 
123
  
 
124
      The field delay is the delay(stop date - start date).
 
125
      So that we can compare the theoretic delay and real delay.
 
126
 
 
127
.. i18n: Download links
 
128
.. i18n: --------------
 
129
..
 
130
 
 
131
Download links
 
132
--------------
 
133
 
 
134
.. i18n: You can download this module as a zip file in the following version:
 
135
..
 
136
 
 
137
You can download this module as a zip file in the following version:
 
138
 
 
139
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/mrp_operations.zip>`_
 
140
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/mrp_operations.zip>`_
 
141
..
 
142
 
 
143
  * `5.0 <http://www.openerp.com/download/modules/5.0/mrp_operations.zip>`_
 
144
  * `trunk <http://www.openerp.com/download/modules/trunk/mrp_operations.zip>`_
 
145
 
 
146
.. i18n: Dependencies
 
147
.. i18n: ------------
 
148
..
 
149
 
 
150
Dependencies
 
151
------------
 
152
 
 
153
.. i18n:  * :mod:`stock`
 
154
.. i18n:  * :mod:`hr`
 
155
.. i18n:  * :mod:`purchase`
 
156
.. i18n:  * :mod:`product`
 
157
.. i18n:  * :mod:`mrp`
 
158
..
 
159
 
 
160
 * :mod:`stock`
 
161
 * :mod:`hr`
 
162
 * :mod:`purchase`
 
163
 * :mod:`product`
 
164
 * :mod:`mrp`
 
165
 
 
166
.. i18n: Reports
 
167
.. i18n: -------
 
168
..
 
169
 
 
170
Reports
 
171
-------
 
172
 
 
173
.. i18n:  * Workcenters Barcode
 
174
.. i18n: 
 
175
.. i18n:  * Start/Stop Barcode
 
176
..
 
177
 
 
178
 * Workcenters Barcode
 
179
 
 
180
 * Start/Stop Barcode
 
181
 
 
182
.. i18n: Menus
 
183
.. i18n: -------
 
184
..
 
185
 
 
186
Menus
 
187
-------
 
188
 
 
189
.. i18n:  * Manufacturing/All Work Orders
 
190
.. i18n:  * Manufacturing/All Work Orders/Work Orders to Do
 
191
.. i18n:  * Manufacturing/All Work Orders/Future Work Orders
 
192
.. i18n:  * Manufacturing/All Work Orders/Work Orders Planning
 
193
.. i18n:  * Manufacturing/Configuration/Start - Stop Codes
 
194
.. i18n:  * Manufacturing/Work Order Events Using Bar Codes
 
195
..
 
196
 
 
197
 * Manufacturing/All Work Orders
 
198
 * Manufacturing/All Work Orders/Work Orders to Do
 
199
 * Manufacturing/All Work Orders/Future Work Orders
 
200
 * Manufacturing/All Work Orders/Work Orders Planning
 
201
 * Manufacturing/Configuration/Start - Stop Codes
 
202
 * Manufacturing/Work Order Events Using Bar Codes
 
203
 
 
204
.. i18n: Views
 
205
.. i18n: -----
 
206
..
 
207
 
 
208
Views
 
209
-----
 
210
 
 
211
.. i18n:  * mrp.production.workcenter.line.tree (tree)
 
212
.. i18n:  * mrp.production.workcenter.line.form (form)
 
213
.. i18n:  * mrp.production.workcenter.line.calendar (calendar)
 
214
.. i18n:  * mrp.production.workcenter.line.gantt (gantt)
 
215
.. i18n:  * mrp.production.code.tree (tree)
 
216
.. i18n:  * mrp.production.code.form (form)
 
217
.. i18n:  * mrp.production.operation.tree (tree)
 
218
.. i18n:  * graph.in.hrs.workcenter (graph)
 
219
.. i18n:  * \* INHERIT mrp.production.allow_reorder.form (form)
 
220
.. i18n:  * mrp.perations.calendar (calendar)
 
221
..
 
222
 
 
223
 * mrp.production.workcenter.line.tree (tree)
 
224
 * mrp.production.workcenter.line.form (form)
 
225
 * mrp.production.workcenter.line.calendar (calendar)
 
226
 * mrp.production.workcenter.line.gantt (gantt)
 
227
 * mrp.production.code.tree (tree)
 
228
 * mrp.production.code.form (form)
 
229
 * mrp.production.operation.tree (tree)
 
230
 * graph.in.hrs.workcenter (graph)
 
231
 * \* INHERIT mrp.production.allow_reorder.form (form)
 
232
 * mrp.perations.calendar (calendar)
 
233
 
 
234
.. i18n: Objects
 
235
.. i18n: -------
 
236
..
 
237
 
 
238
Objects
 
239
-------
 
240
 
 
241
.. i18n: Object: mrp_operations.operation.code (mrp_operations.operation.code)
 
242
.. i18n: #####################################################################
 
243
..
 
244
 
 
245
Object: mrp_operations.operation.code (mrp_operations.operation.code)
 
246
#####################################################################
 
247
 
 
248
.. i18n: :start_stop: Status, selection, required
 
249
..
 
250
 
 
251
:start_stop: Status, selection, required
 
252
 
 
253
.. i18n: :code: Code, char, required
 
254
..
 
255
 
 
256
:code: Code, char, required
 
257
 
 
258
.. i18n: :name: Operation Name, char, required
 
259
..
 
260
 
 
261
:name: Operation Name, char, required
 
262
 
 
263
.. i18n: Object: mrp_operations.operation (mrp_operations.operation)
 
264
.. i18n: ###########################################################
 
265
..
 
266
 
 
267
Object: mrp_operations.operation (mrp_operations.operation)
 
268
###########################################################
 
269
 
 
270
.. i18n: :code_id: Code, many2one, required
 
271
..
 
272
 
 
273
:code_id: Code, many2one, required
 
274
 
 
275
.. i18n: :date_finished: End Date, datetime
 
276
..
 
277
 
 
278
:date_finished: End Date, datetime
 
279
 
 
280
.. i18n: :date_start: Start Date, datetime
 
281
..
 
282
 
 
283
:date_start: Start Date, datetime
 
284
 
 
285
.. i18n: :production_id: Production, many2one, required
 
286
..
 
287
 
 
288
:production_id: Production, many2one, required
 
289
 
 
290
.. i18n: :order_date: Order Date, date, readonly
 
291
..
 
292
 
 
293
:order_date: Order Date, date, readonly
 
294
 
 
295
.. i18n: :workcenter_id: Workcenter, many2one, required
 
296
..
 
297
 
 
298
:workcenter_id: Workcenter, many2one, required