~openerp-dev/openobject-doc/v61-web_page-kjo

« back to all changes in this revision

Viewing changes to web-page/Feature_sub.html

  • Committer: Kuldeep Joshi(OpenERP)
  • Date: 2011-10-11 11:00:40 UTC
  • Revision ID: kjo@tinyerp.com-20111011110040-z76k7un41chtadkt
[IMP] add pages

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
     <h3>Simple and reusable advanced filters.</h3>
 
4
</head>
 
5
<body>
 
6
    <p>
 
7
        The new web client allows you to create, use and store complex filter expressions like:
 
8
    </p>
 
9
    <ul>
 
10
        <li>
 
11
            sales analysis group by countries on:</li>
 
12
            <ul>
 
13
                <li>
 
14
                    sales with order date between March and May 2011 AND</li>
 
15
                <li>
 
16
                    having a product in the category "computers" OR</li>
 
17
                <li>
 
18
                    having a product = 'iPad'</li>
 
19
            </ul>
 
20
        <li>
 
21
            AND the order concerns customers in one of the countries in Europe</li>
 
22
    </ul>
 
23
    <p>
 
24
        Filter expressions uses normal fields and not only character fields, which is more convenient to create 
 
25
        expressions based on dates or many2one fields. If you <b>save a filter and reuse it later, the filter appears 
 
26
        in the same way</b> so that you can easily modify it for different needs.
 
27
    </p>
 
28
    <img src="cond.png"/>
 
29
    <h3>Dynamic Gantt Charts</h3>
 
30
    <p>
 
31
        Gantt view has been completely reviewed using the dhtmlxscheduler widget (http://...). Gantt supports 
 
32
        filtering and the grouping through buttons of  the search window. We added constraints between the parent 
 
33
        and children elements but you can move the whole group by using shift drag & drop. We also added 
 
34
        progress bar inside an element if a gantt chart and dependencies between elements.
 
35
    </p>
 
36
    <p>
 
37
        -- screenshot of a gantt ---
 
38
    </p>
 
39
    <p>
 
40
        Here is code of the view defining the above gantt chart:
 
41
    </p>
 
42
    <p>
 
43
        <br/>
 
44
        <'gantt string="Tasks">
 
45
        <br/>
 
46
        ...
 
47
        <br/>
 
48
        <'/gantt>
 
49
    </p>
 
50
    <h3>Many2one Fields</h3>
 
51
    <p>
 
52
        The usability of the many2one fields have been completely improved. In v6.1, they look like a selection box 
 
53
        so that it's very easy for lambda users to use it. Some of their features include:
 
54
    </p>
 
55
    <ul>
 
56
        <li>
 
57
            auto-completion when you write</li>
 
58
        <li>
 
59
            clear on 'more...' to get the full search view popup</li>
 
60
        <li>
 
61
            quick-create without any popup (if the record supports it by having only one required field 
 
62
            with no default value)</li>
 
63
        <li>
 
64
            'create and edit' that opens the record for edition</li>
 
65
        <li>
 
66
            report, action and relation related to the linked record</li>
 
67
        <li>
 
68
            fully usable using the keyboard, without mouse</li>
 
69
    </ul>
 
70
</body>
 
71
</html>