~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to i18n/vi/source/technical_guide/mrp_operations.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:: mrp_operations
3
 
    .. i18n: :synopsis: Workcenter Production start end workflow (Official, Quality Certified)
4
 
    .. i18n: :noindex:
 
3
.. i18n:     :synopsis: Workcenter Production start end workflow (Official, Quality Certified)
 
4
.. i18n:     :noindex:
5
5
.. i18n: .. 
6
6
 
7
7
.. module:: mrp_operations
8
8
    :synopsis: Workcenter Production start end workflow (Official, Quality Certified)
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="/mrp_operations"></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="/mrp_operations"></div>
36
 
    <script src="http://js-kit.com/ratings.js"></script>
37
 
 
38
 
    .. i18n: <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/mrp_operations"></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="/mrp_operations"></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="/mrp_operations"></div>
42
40
    <script src="http://js-kit.com/ratings.js"></script>
70
68
-----------
71
69
 
72
70
.. i18n: ::
73
 
 
74
 
  This module adds state, date_start,date_stop in production order operation lines
75
 
       (in the "Workcenters" tab)
76
 
       State: draft, confirm, done, cancel
77
 
       When finishing/confirming,cancelling production orders set all state lines to the according state
78
 
       Create menus:
79
 
           Production Management > All Operations
80
 
           Production Management > All Operations > Operations To Do (state="confirm")
81
 
       Which is a view on "Workcenters" lines in production order,
82
 
       editable tree
83
 
  
84
 
      Add buttons in the form view of production order under workcenter tab:
85
 
      * start (set state to confirm), set date_start
86
 
      * done (set state to done), set date_stop
87
 
      * set to draft (set state to draft)
88
 
      * cancel set state to cancel
89
 
  
90
 
      When the production order becomes "ready to produce", operations must
91
 
      become 'confirmed'. When the production order is done, all operations
92
 
      must become done.
93
 
  
94
 
      The field delay is the delay(stop date - start date).
95
 
      So that we can compare the theoretic delay and real delay.
96
 
 
97
 
  .. i18n: This module adds state, date_start,date_stop in production order operation lines
98
 
       .. i18n: (in the "Workcenters" tab)
99
 
       .. i18n: State: draft, confirm, done, cancel
100
 
       .. i18n: When finishing/confirming,cancelling production orders set all state lines to the according state
101
 
       .. i18n: Create menus:
102
 
           .. i18n: Production Management > All Operations
103
 
           .. i18n: Production Management > All Operations > Operations To Do (state="confirm")
104
 
       .. i18n: Which is a view on "Workcenters" lines in production order,
105
 
       .. i18n: editable tree
106
 
  .. i18n: 
107
 
      .. i18n: Add buttons in the form view of production order under workcenter tab:
108
 
      .. i18n: * start (set state to confirm), set date_start
109
 
      .. i18n: * done (set state to done), set date_stop
110
 
      .. i18n: * set to draft (set state to draft)
111
 
      .. i18n: * cancel set state to cancel
112
 
  .. i18n: 
113
 
      .. i18n: When the production order becomes "ready to produce", operations must
114
 
      .. i18n: become 'confirmed'. When the production order is done, all operations
115
 
      .. i18n: must become done.
116
 
  .. i18n: 
117
 
      .. i18n: The field delay is the delay(stop date - start date).
118
 
      .. i18n: So that we can compare the theoretic delay and real delay.
 
71
.. i18n: 
 
72
.. i18n:   This module adds state, date_start,date_stop in production order operation lines
 
73
.. i18n:        (in the "Workcenters" tab)
 
74
.. i18n:        State: draft, confirm, done, cancel
 
75
.. i18n:        When finishing/confirming,cancelling production orders set all state lines to the according state
 
76
.. i18n:        Create menus:
 
77
.. i18n:            Production Management > All Operations
 
78
.. i18n:            Production Management > All Operations > Operations To Do (state="confirm")
 
79
.. i18n:        Which is a view on "Workcenters" lines in production order,
 
80
.. i18n:        editable tree
 
81
.. i18n:   
 
82
.. i18n:       Add buttons in the form view of production order under workcenter tab:
 
83
.. i18n:       * start (set state to confirm), set date_start
 
84
.. i18n:       * done (set state to done), set date_stop
 
85
.. i18n:       * set to draft (set state to draft)
 
86
.. i18n:       * cancel set state to cancel
 
87
.. i18n:   
 
88
.. i18n:       When the production order becomes "ready to produce", operations must
 
89
.. i18n:       become 'confirmed'. When the production order is done, all operations
 
90
.. i18n:       must become done.
 
91
.. i18n:   
 
92
.. i18n:       The field delay is the delay(stop date - start date).
 
93
.. i18n:       So that we can compare the theoretic delay and real delay.
 
94
 
 
95
::
119
96
 
120
97
  This module adds state, date_start,date_stop in production order operation lines
121
98
       (in the "Workcenters" tab)
150
127
 
151
128
You can download this module as a zip file in the following version:
152
129
 
153
 
  .. i18n: * `5.0 <http://www.openerp.com/download/modules/5.0/mrp_operations.zip>`_
154
 
  .. i18n: * `trunk <http://www.openerp.com/download/modules/trunk/mrp_operations.zip>`_
 
130
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/mrp_operations.zip>`_
 
131
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/mrp_operations.zip>`_
155
132
 
156
133
  * `5.0 <http://www.openerp.com/download/modules/5.0/mrp_operations.zip>`_
157
134
  * `trunk <http://www.openerp.com/download/modules/trunk/mrp_operations.zip>`_
162
139
Dependencies
163
140
------------
164
141
 
165
 
 .. i18n: * :mod:`stock`
166
 
 .. i18n: * :mod:`hr`
167
 
 .. i18n: * :mod:`purchase`
168
 
 .. i18n: * :mod:`product`
169
 
 .. i18n: * :mod:`mrp`
 
142
.. i18n:  * :mod:`stock`
 
143
.. i18n:  * :mod:`hr`
 
144
.. i18n:  * :mod:`purchase`
 
145
.. i18n:  * :mod:`product`
 
146
.. i18n:  * :mod:`mrp`
170
147
 
171
148
 * :mod:`stock`
172
149
 * :mod:`hr`
180
157
Reports
181
158
-------
182
159
 
183
 
 .. i18n: * Workcenters Barcode
184
 
 
185
 
 * Start/Stop Barcode
186
 
 
187
 
 .. i18n: * Start/Stop Barcode
 
160
.. i18n:  * Workcenters Barcode
 
161
.. i18n: 
 
162
.. i18n:  * Start/Stop Barcode
 
163
 
 
164
 * Workcenters Barcode
188
165
 
189
166
 * Start/Stop Barcode
190
167
 
194
171
Menus
195
172
-------
196
173
 
197
 
 .. i18n: * Manufacturing/All Work Orders
198
 
 .. i18n: * Manufacturing/All Work Orders/Work Orders to Do
199
 
 .. i18n: * Manufacturing/All Work Orders/Future Work Orders
200
 
 .. i18n: * Manufacturing/Configuration/Start - Stop Codes
201
 
 .. i18n: * Manufacturing/Work Order Events Using Bar Codes
 
174
.. i18n:  * Manufacturing/All Work Orders
 
175
.. i18n:  * Manufacturing/All Work Orders/Work Orders to Do
 
176
.. i18n:  * Manufacturing/All Work Orders/Future Work Orders
 
177
.. i18n:  * Manufacturing/Configuration/Start - Stop Codes
 
178
.. i18n:  * Manufacturing/Work Order Events Using Bar Codes
202
179
 
203
180
 * Manufacturing/All Work Orders
204
181
 * Manufacturing/All Work Orders/Work Orders to Do
212
189
Views
213
190
-----
214
191
 
215
 
 .. i18n: * mrp.production.workcenter.line.tree (tree)
216
 
 .. i18n: * mrp.production.workcenter.line.form (form)
217
 
 .. i18n: * mrp.production.workcenter.line.calendar (calendar)
218
 
 .. i18n: * mrp.production.workcenter.line.gantt (gantt)
219
 
 .. i18n: * mrp.production.code.tree (tree)
220
 
 .. i18n: * mrp.production.code.form (form)
221
 
 .. i18n: * mrp.production.operation.tree (tree)
222
 
 .. i18n: * graph.in.hrs.workcenter (graph)
223
 
 .. i18n: * mrp.perations.calendar (calendar)
 
192
.. i18n:  * mrp.production.workcenter.line.tree (tree)
 
193
.. i18n:  * mrp.production.workcenter.line.form (form)
 
194
.. i18n:  * mrp.production.workcenter.line.calendar (calendar)
 
195
.. i18n:  * mrp.production.workcenter.line.gantt (gantt)
 
196
.. i18n:  * mrp.production.code.tree (tree)
 
197
.. i18n:  * mrp.production.code.form (form)
 
198
.. i18n:  * mrp.production.operation.tree (tree)
 
199
.. i18n:  * graph.in.hrs.workcenter (graph)
 
200
.. i18n:  * mrp.perations.calendar (calendar)
224
201
 
225
202
 * mrp.production.workcenter.line.tree (tree)
226
203
 * mrp.production.workcenter.line.form (form)