~openerp-vietnam/openobject-doc/technical-tutorial

« back to all changes in this revision

Viewing changes to build/html/part_3/wf_etiny.html

  • Committer: Najlaâ EL KHAYAT
  • Date: 2009-04-07 12:47:35 UTC
  • Revision ID: nel@tinyerp.com-20090407124735-fvnl6acj42fhff34
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
3
 
 
4
<html xmlns="http://www.w3.org/1999/xhtml">
 
5
  <head>
 
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
7
    
 
8
    <title>Workflows in eTiny &mdash; openerp v1 documentation</title>
 
9
    <link rel="stylesheet" href="../_static/default.css" type="text/css" />
 
10
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 
11
    <script type="text/javascript">
 
12
      var DOCUMENTATION_OPTIONS = {
 
13
        URL_ROOT:    '../',
 
14
        VERSION:     '1',
 
15
        COLLAPSE_MODINDEX: false,
 
16
        FILE_SUFFIX: '.html',
 
17
        HAS_SOURCE:  true
 
18
      };
 
19
    </script>
 
20
    <script type="text/javascript" src="../_static/jquery.js"></script>
 
21
    <script type="text/javascript" src="../_static/doctools.js"></script>
 
22
    <link rel="top" title="openerp v1 documentation" href="../index.html" />
 
23
    <link rel="up" title="Workflows" href="index.html" />
 
24
    <link rel="next" title="Objects, Fields and Methods" href="../part_4/index.html" />
 
25
    <link rel="prev" title="Workflow-Business Process" href="wf_changes.html" /> 
 
26
  </head>
 
27
  <body>
 
28
    <div class="related">
 
29
      <h3>Navigation</h3>
 
30
      <ul>
 
31
        <li class="right" style="margin-right: 10px">
 
32
          <a href="../genindex.html" title="General Index"
 
33
             accesskey="I">index</a></li>
 
34
        <li class="right" >
 
35
          <a href="../part_4/index.html" title="Objects, Fields and Methods"
 
36
             accesskey="N">next</a> |</li>
 
37
        <li class="right" >
 
38
          <a href="wf_changes.html" title="Workflow-Business Process"
 
39
             accesskey="P">previous</a> |</li>
 
40
        <li><a href="../index.html">openerp v1 documentation</a> &raquo;</li>
 
41
          <li><a href="index.html" accesskey="U">Workflows</a> &raquo;</li> 
 
42
      </ul>
 
43
    </div>  
 
44
 
 
45
    <div class="document">
 
46
      <div class="documentwrapper">
 
47
        <div class="bodywrapper">
 
48
          <div class="body">
 
49
            
 
50
  <div class="section" id="workflows-in-etiny">
 
51
<h1>Workflows in eTiny<a class="headerlink" href="#workflows-in-etiny" title="Permalink to this headline">¶</a></h1>
 
52
<div class="section" id="editing-workflows-in-web-client">
 
53
<h2>Editing workflows in web client<a class="headerlink" href="#editing-workflows-in-web-client" title="Permalink to this headline">¶</a></h2>
 
54
<div class="section" id="edition-of-sale-order-workflow">
 
55
<h3>Edition of sale order workflow<a class="headerlink" href="#edition-of-sale-order-workflow" title="Permalink to this headline">¶</a></h3>
 
56
<p>First, when you are on the tree sale order, click on &#8216;Manage Workflows&#8217;.</p>
 
57
<img alt="../_images/1edit_wf.jpeg" src="../_images/1edit_wf.jpeg" />
 
58
<p>To see or edit workflow of the sale order click on Edit button.</p>
 
59
<a class="reference external image-reference" href="../_images/5edit_wf.jpeg"><img alt="../_images/5edit_wf.jpeg" src="../_images/5edit_wf.jpeg" style="width: 609.0px; height: 335.25px;" /></a>
 
60
<p>Above diagram shows the workflow of the sale order means how the sale order is executed.
 
61
First each sale order is in draft state. User can proceed further or can cancel the order.
 
62
He can create a invoice and shipping. Once invoice and shipping process are done then process is completed.
 
63
User can also cancel the shipping and invoice.
 
64
This workflow has been changed to pass one step. It will create directly invoice when confirming the sale order.</p>
 
65
<img alt="../_images/5sale_order_create_invoice.jpeg" src="../_images/5sale_order_create_invoice.jpeg" />
 
66
</div>
 
67
<div class="section" id="edition-of-purchase-order-workflow">
 
68
<h3>Edition of purchase order workflow<a class="headerlink" href="#edition-of-purchase-order-workflow" title="Permalink to this headline">¶</a></h3>
 
69
<img alt="../_images/6purchaseOrder_create_invoice.jpeg" src="../_images/6purchaseOrder_create_invoice.jpeg" />
 
70
<p>Above diagram show the workflow of the purchase order, how the purchase order executed.
 
71
First each purchase order is in draft state. User can confirm or cancel order. After purchase order confirmed,user can create invoice and picking. User can also cancel invoice and picking. Once the invoice and picking are done successfully the purchase order process is completed.</p>
 
72
</div>
 
73
</div>
 
74
</div>
 
75
 
 
76
 
 
77
          </div>
 
78
        </div>
 
79
      </div>
 
80
      <div class="sphinxsidebar">
 
81
        <div class="sphinxsidebarwrapper">
 
82
            <h3><a href="../index.html">Table Of Contents</a></h3>
 
83
            <ul>
 
84
<li><a class="reference external" href="">Workflows in eTiny</a><ul>
 
85
<li><a class="reference external" href="#editing-workflows-in-web-client">Editing workflows in web client</a><ul>
 
86
<li><a class="reference external" href="#edition-of-sale-order-workflow">Edition of sale order workflow</a></li>
 
87
<li><a class="reference external" href="#edition-of-purchase-order-workflow">Edition of purchase order workflow</a></li>
 
88
</ul>
 
89
</li>
 
90
</ul>
 
91
</li>
 
92
</ul>
 
93
 
 
94
            <h4>Previous topic</h4>
 
95
            <p class="topless"><a href="wf_changes.html"
 
96
                                  title="previous chapter">Workflow-Business Process</a></p>
 
97
            <h4>Next topic</h4>
 
98
            <p class="topless"><a href="../part_4/index.html"
 
99
                                  title="next chapter">Objects, Fields and Methods</a></p>
 
100
            <h3>This Page</h3>
 
101
            <ul class="this-page-menu">
 
102
              <li><a href="../_sources/part_3/wf_etiny.txt"
 
103
                     rel="nofollow">Show Source</a></li>
 
104
            </ul>
 
105
          <div id="searchbox" style="display: none">
 
106
            <h3>Quick search</h3>
 
107
              <form class="search" action="../search.html" method="get">
 
108
                <input type="text" name="q" size="18" />
 
109
                <input type="submit" value="Go" />
 
110
                <input type="hidden" name="check_keywords" value="yes" />
 
111
                <input type="hidden" name="area" value="default" />
 
112
              </form>
 
113
              <p class="searchtip" style="font-size: 90%">
 
114
              Enter search terms or a module, class or function name.
 
115
              </p>
 
116
          </div>
 
117
          <script type="text/javascript">$('#searchbox').show(0);</script>
 
118
        </div>
 
119
      </div>
 
120
      <div class="clearer"></div>
 
121
    </div>
 
122
    <div class="related">
 
123
      <h3>Navigation</h3>
 
124
      <ul>
 
125
        <li class="right" style="margin-right: 10px">
 
126
          <a href="../genindex.html" title="General Index"
 
127
             >index</a></li>
 
128
        <li class="right" >
 
129
          <a href="../part_4/index.html" title="Objects, Fields and Methods"
 
130
             >next</a> |</li>
 
131
        <li class="right" >
 
132
          <a href="wf_changes.html" title="Workflow-Business Process"
 
133
             >previous</a> |</li>
 
134
        <li><a href="../index.html">openerp v1 documentation</a> &raquo;</li>
 
135
          <li><a href="index.html" >Workflows</a> &raquo;</li> 
 
136
      </ul>
 
137
    </div>
 
138
    <div class="footer">
 
139
      &copy; Copyright 2009, openerp.
 
140
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.1.
 
141
    </div>
 
142
  </body>
 
143
</html>
 
 
b'\\ No newline at end of file'