~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/exercice/10_6_Pricelists/index.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
*************
 
2
Price Control
 
3
*************
 
4
 
 
5
Introduction
 
6
============
 
7
 
 
8
The NotSoTiny have two types of customers: the final consummers and the retailers.
 
9
They have segmented their customers into two type of consummers: one shot
 
10
consummers and recurring consummers. Their policy is to 
 
11
 
 
12
Consummers pricelists
 
13
=====================
 
14
 
 
15
The price of the "one shot" consummers are given on the product form. That's
 
16
the basic price and they fix it manually. For recurring consummers, they
 
17
propose them 10% on all stockable products and 15% on services. They also
 
18
want that the stockable products finish by 0.99€.
 
19
 
 
20
.. note:: Exercice 1 - Define recurring consummer pricelist
 
21
 
 
22
    Create the recurring cnosummer
 
23
 
 
24
"ZeroOne Inc" is a recurring consummer. You should write this on their partner
 
25
form so that sales man always propose this discount when they do a quotation
 
26
to ZeroOne Inc.
 
27
 
 
28
.. note:: Exercice 2 - Set ZeroOne Inc as recurring consummer
 
29
 
 
30
    Create a sale order to test the prices, with services and shelves.
 
31
 
 
32
 
 
33
Retailers pricelists
 
34
====================
 
35
 
 
36
In the shelves market, the price of the raw material (the woods) is frequently
 
37
changing. As a result, it's very difficult for NotSoTiny to control their margin
 
38
and to have prices that adapts automatically to the market.
 
39
 
 
40
For retailers, as margin are lower, they compute the retailer price based on
 
41
the cost of the product.
 
42
 
 
43
To compute a retailer price, they take the cost of the product and apply 30%
 
44
more on it.
 
45
 
 
46
 
 
47
.. note:: Exercice 3 - Define the retailer pricelist
 
48
 
 
49
    Create a sale order to test the prices, with services and shelves.
 
50
 
 
51
 
 
52
Control Margins
 
53
===============
 
54
 
 
55
Prepare some sales orders and invoices for the demonstration purpose, using these
 
56
rules to compute customers prices. After one month working on the system, Luc, 
 
57
the sales manager, will require statistics about his margin.
 
58
 
 
59
 
 
60
.. note:: Exercice 4 - Give statistics about products margins
 
61
 
 
62
    Install the required modules and give statistics about the margins you made
 
63
    on the different products.
 
64
 
 
65