~mga/openerp-india/openerpbook

« back to all changes in this revision

Viewing changes to build/html/_sources/part03/03/index.txt

  • Committer: Mantavya Gajjar
  • Date: 2014-03-28 12:22:54 UTC
  • Revision ID: mga@tinyerp.com-20140328122254-bh9qa0anqhraa5af
[ADD]: add new pages and rebuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _setup-products:
 
2
 
 
3
.. index::
 
4
        single: Products
 
5
        single: Product Category
 
6
        single: Sale Price
 
7
        single: Cost Price
 
8
        single: Product Type
 
9
        single: EAN 13 Barcode
 
10
        single: Procurement Method
 
11
        single: Supply Method
 
12
        single: Quantity on Hand
 
13
        single: Forecasted Quantity
 
14
        
 
15
        
 
16
Setup Products and Category
 
17
===========================
 
18
 
 
19
.. image:: images/product.png
 
20
 
 
21
Product basic configuration
 
22
 
 
23
After :ref:`setup the customer and suppliers <setup-customer-supplier>` next to setup is Products in order to start sale or purchase. Two important fields need to enter to create a new product ``Name`` and ``Category`` of the product.
 
24
 
 
25
Can be Sold and Can be Purchase are the two checkbox used to define product is available for sales and purchase process. If you select product to to be sold you can get more options on product to configure Sales options. 
 
26
 
 
27
Product Information
 
28
-------------------
 
29
All prerequisite information for the product like it is stock-able to not sales price, and references. 
 
30
 
 
31
Product Type
 
32
~~~~~~~~~~~~
 
33
We can define product as a physical product or service in OpenERP. It support below list of options to define the product type. 
 
34
 
 
35
* Stockable Product : Use to define a product which valuation count in to the inventory and issues or transfer possible only if the stock available in warehouse. 
 
36
* Consumable : Movement in warehouse is possible but does in include in inventory valuations, as it does not takes care for the stock to do such movements in warehouse.
 
37
* Service : A product which can not be stock in warehouse, but can be sale or purchase.
 
38
 
 
39
Sale Price
 
40
~~~~~~~~~~
 
41
A fixed price use to define a price for the public. Sale order capture this price when we sale product.
 
42
 
 
43
Internal Reference
 
44
~~~~~~~~~~~~~~~~~~
 
45
Code name for the product used to search the product quickly during various operations like sale or purchase.
 
46
 
 
47
EAN 13 Barcode
 
48
~~~~~~~~~~~~~~
 
49
 
 
50
.. image:: images/barcode.png
 
51
   :height: 100px
 
52
   :width: 400 px
 
53
 
 
54
EAN 13 Barcode for 0075678164125 product code
 
55
 
 
56
A 13 digit International Article Number use to define a barcode data. 
 
57
 
 
58
Description
 
59
~~~~~~~~~~~
 
60
Define the product specification use to describe product technically. 
 
61
 
 
62
Product Procurement
 
63
-------------------
 
64
Informations related to the product procurement & supply method, suppliers of the product.
 
65
 
 
66
.. image:: images/product-procurement.png
 
67
 
 
68
Product procurement configuration
 
69
 
 
70
Procurement Method
 
71
~~~~~~~~~~~~~~~~~~
 
72
Define the method of procuring when you sale product using any of and of the below methods.
 
73
 
 
74
* Make to Stock : When you sell this product, OpenERP will use the available inventory for the delivery order. 
 
75
* Make to Order : OpenERP will trigger a draft purchase order to buy the required quantities to the supplier. The delivery order will be ready after having received the products.
 
76
 
 
77
Supply Method
 
78
~~~~~~~~~~~~~
 
79
Supply method is working with the procurement method, combinations of the this two configuration define how to get the product when needed.
 
80
 
 
81
==================              =================               ==========================================================================================
 
82
Procurement Method              Supply Method                   Result
 
83
==================              =================               ==========================================================================================
 
84
Make to Stock                   Buy                                             If stock is available assigned from warehouse, else it will execute the orderpoints
 
85
Make to Order                   Buy                                             Straight away create a purchase order for the defined first supplier available on product.
 
86
Make to Stock                   Manufacture                             If available assign from stock else create a manufacturing order
 
87
Make to Order                   Manufacture                             Create a manufacturing order when there is a Sales order
 
88
==================              =================               ==========================================================================================
 
89
 
 
90
.. note::
 
91
        When your procure method is ``Make to Stock`` and if there are not enough quantities available, the delivery order will wait for new products. To fulfill the inventory, you should create an orderpoint, also define at least one supplier, else your procurement will stay in the Exception stage.
 
92
 
 
93
 
 
94
Cost Price
 
95
~~~~~~~~~~
 
96
Cost price for the product, either comes from the supplier or manufacturing cost for the product.
 
97
 
 
98
Delays
 
99
~~~~~~
 
100
Delay in days to process the manufacturing order.
 
101
 
 
102
Suppliers
 
103
~~~~~~~~~
 
104
All the suppliers who supply this product and possible to place order to any any form them. Yet no intelligent selection of the supplier is not implemented in OpenERP to select the supplier when need to create a Purchase Order through Procurement.
 
105
 
 
106
Description
 
107
~~~~~~~~~~~
 
108
Product specification use to describe product to supplier, it is simply supplier specific product description.
 
109
 
 
110
Inventory Information
 
111
---------------------
 
112
Informations related to the stock and locations of the products can be found under the this tab.
 
113
 
 
114
.. image:: images/product-inventory.png
 
115
 
 
116
Inventory Information
 
117
 
 
118
Quantity on Hand
 
119
~~~~~~~~~~~~~~~~
 
120
Available quantity in warehouse can be assign for the delivery. You have to keep in mind that once we assign quantity to delivery it will not deduct from the available quantity. 
 
121
 
 
122
Incoming
 
123
~~~~~~~~
 
124
Sum of all the quantity that booked as incoming shipment for related product.
 
125
 
 
126
Outgoing
 
127
~~~~~~~~
 
128
Quantity assigned for the product to the delivery orders, will be deliver in future.  
 
129
 
 
130
Forecasted Quantity
 
131
~~~~~~~~~~~~~~~~~~~
 
132
Virtual quantity is a computed quantity based on the Quantity on hand, Incoming and Outgoing quantity. ``Virtual Quantity =  Quantity on Hand + Incoming - Outgoing``
 
133
 
 
134
There are some informative fields too, like status, product manager, and locations of the storage. 
 
135
 
 
136
Sales Information
 
137
-----------------
 
138
Specify some of the information like time to delivery the product, warranty if any available with the product, and technical specification that appear on the sale order at the time of sale.
 
139
 
 
140
.. image:: images/product-sale.png
 
141
 
 
142
Sale Information
 
143
 
 
144
Accounting Information
 
145
----------------------
 
146
Accounting information linked to the product use while sales and purchase like Taxes and Income and Expense account. 
 
147
 
 
148
.. image:: images/product-accounting.png
 
149
 
 
150
Accounting Information
 
151
 
 
152
Income and Expense Accounts
 
153
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
154
During the sales and purchase process income and expense accounts use to encode the financial transaction, most of the time on product those accounts are not set as it takes those accounts form the category. However you can set those accounts on the product for different income and expense account and it will override the configuration of the accounts defined in product category.
 
155
 
 
156
Customer & Supplier Taxes
 
157
~~~~~~~~~~~~~~~~~~~~~~~~~
 
158
It is the default tax that applied when we make a purchase or sales,  the label should be default Sales & Purchase Tax instead of Customer and Supplier Tax. 
 
 
b'\\ No newline at end of file'