[ADD] Purchase : Add all the pages

This commit is contained in:
Yannick Tivisse 2015-11-04 15:05:19 +01:00
parent 5c4a33cba0
commit 0dc65b8b0d
40 changed files with 151 additions and 17 deletions

View File

@ -131,7 +131,7 @@ some Invoices and Vendors Bills.
for more information about booking invoices and purchase orders see:
* :doc:`../../receivables/customer_invoices/overview`
* :doc:`../../../purchase/overview/from_po_to_invoice`
* :doc:`../../../purchase/overview/process/from_po_to_invoice`
Go back in the budget list and find the Smith Project.

View File

@ -106,7 +106,7 @@ Purchase Product
We also need to buy a software for our customers. In the purchase app
create a purchase order for the software product. (please
refer to the following document: :doc:`../../../purchase/overview/from_po_to_invoice`).
refer to the following document: :doc:`../../../purchase/overview/process/from_po_to_invoice`).
Within the line we can link the product's cost with the analytical
account. Specify the order line and select the correct analytical
account. Confirm the sale.

View File

@ -5,5 +5,6 @@ Overview
.. toctree::
:titlesonly:
overview/difference
overview/from_po_to_invoice
overview/concepts
overview/start
overview/process

View File

@ -0,0 +1,9 @@
================
Main Concepts
================
.. toctree::
:titlesonly:
concepts/introduction
concepts/terminologies

View File

@ -0,0 +1,3 @@
========================================
Introduction to Odoo Purchase Management
========================================

View File

@ -0,0 +1,3 @@
=============
Terminologies
=============

View File

@ -0,0 +1,9 @@
================
Process Overview
================
.. toctree::
:titlesonly:
process/from_po_to_invoice.rst
process/difference.rst

View File

@ -80,7 +80,7 @@ If you want to know how to create a **Purchase Order**, read the
documentation on :doc:`from_po_to_invoice`
If you want to know how to create a **RfQ**, read the documentation
on :doc:`../purchases/rfq/create`
on :doc:`../../purchases/rfq/create`
If you want to know how to create a **Purchase Tender**, read the
documentation on :doc:`../purchases/tender/manage_multiple_offers`
documentation on :doc:`../../purchases/tender/manage_multiple_offers`

View File

@ -0,0 +1,8 @@
================
Getting Started
================
.. toctree::
:titlesonly:
start/setup

View File

@ -0,0 +1,3 @@
===========================
How to setup Odoo purchase?
===========================

View File

@ -5,5 +5,6 @@ Purchases
.. toctree::
:titlesonly:
purchases/master
purchases/rfq
purchases/tender

View File

@ -0,0 +1,11 @@
===========
Master Data
===========
.. toctree::
:titlesonly:
master/configuration
master/uom
master/suppliers
master/import

View File

@ -0,0 +1,3 @@
========================================
How to configure products for purchases?
========================================

View File

@ -0,0 +1,3 @@
==================================
How to import supplier pricelists?
==================================

View File

@ -0,0 +1,3 @@
==========================================
How to set several suppliers on a product?
==========================================

View File

@ -0,0 +1,3 @@
=========================================================
How to purchase in different unit of measures than sales?
=========================================================

View File

@ -1,9 +1,15 @@
========================
Request for Quotatations
========================
======================
Request for Quotations
======================
.. toctree::
:titlesonly:
rfq/create
rfq/bills
rfq/reception
rfq/cancel
rfq/currency
rfq/approvals
rfq/analyze
rfq/subcontracting

View File

@ -0,0 +1,3 @@
=============================================
How to analyze the performance of my vendors?
=============================================

View File

@ -0,0 +1,3 @@
========================================================
How to setup two levels of approval for purchase orders?
========================================================

View File

@ -0,0 +1,3 @@
==============================
How to control supplier bills?
==============================

View File

@ -0,0 +1,3 @@
================================
How to cancel a purchase order?
================================

View File

@ -9,7 +9,8 @@ products to your supplier. Once your supplier has answered your request,
you can choose to go ahead with the offer and purchase or to turn down
the offer.
For more information on best uses, please read the chapter :doc:`../../overview/difference`
For more information on best uses, please read the chapter
:doc:`../../overview/process/difference`
Configuration
=============
@ -72,4 +73,4 @@ right corner of the order will show 1 Shipment and 0 Invoice.
.. seealso::
:doc:`../../overview/from_po_to_invoice`
:doc:`../../overview/process/from_po_to_invoice`

View File

@ -0,0 +1,3 @@
======================================
How to purchase in a foreign currency?
======================================

View File

@ -0,0 +1,3 @@
=======================================================
How to control product received? (entirely & partially)
=======================================================

View File

@ -6,3 +6,4 @@ Purchase Tenders
:titlesonly:
tender/manage_multiple_offers
tender/partial_purchase

View File

@ -9,7 +9,8 @@ Tender is sent to multiple suppliers, stating each are competing with
one another, and that the best offer will win. The main interest is that
it usually leads to better offers.
For more information on best uses, please read the chapter :doc:`../../overview/difference`
For more information on best uses, please read the chapter
:doc:`../../overview/process/difference`
Configuration
=============
@ -128,6 +129,6 @@ back to your PT and click on **Done** to close the PT.
.. seealso::
:doc:`../../overview/from_po_to_invoice`
:doc:`../../overview/process/from_po_to_invoice`
:doc:`../../overview/difference`
:doc:`../../overview/process/difference`

View File

@ -0,0 +1,3 @@
=======================================================================
How to purchase partially at two vendors for the same purchase tenders?
=======================================================================

View File

@ -5,4 +5,6 @@ Replenishment
.. toctree::
:titlesonly:
replenishment/flows
replenishment/flows
replenishment/multicompany
replenishment/trouble_shooting

View File

@ -6,4 +6,8 @@ Replenishment Flows
:titlesonly:
flows/replenishment_methods
flows/dropshipping
flows/setup_stock_rule
flows/purchase_triggering
flows/warning_triggering
flows/compute_date

View File

@ -0,0 +1,3 @@
====================================================
How are the order date and scheduled dates computed?
====================================================

View File

@ -0,0 +1,3 @@
===========================
How to setup drop-shipping?
===========================

View File

@ -0,0 +1,3 @@
=======================================================
How to trigger the purchase of products based on sales?
=======================================================

View File

@ -133,10 +133,10 @@ based on your maximum quantity to replenish your stock.
12:00PM.
To know how to configure and run the schedulers manually, read the
document on :doc:`../../../inventory/management/miscellaneous/schedulers`
document on :doc:`../../../inventory/management/misc/schedulers`
.. seealso::
:doc:`replenishment_methods`
:doc:`../../../inventory/management/miscellaneous/schedulers`
:doc:`../../../inventory/management/misc/schedulers`

View File

@ -0,0 +1,3 @@
==============================================================
How to trigger a warning when purchasing at a specific vendor?
==============================================================

View File

@ -0,0 +1,8 @@
===============
Multi-Companies
===============
.. toctree::
:titlesonly:
multicompany/setup

View File

@ -0,0 +1,3 @@
================================================
How to setup a multi-company sale/purchase flow?
================================================

View File

@ -0,0 +1,9 @@
================
Trouble-Shooting
================
.. toctree::
:titlesonly:
trouble_shooting/not_generated
trouble_shooting/is_everything_ok

View File

@ -0,0 +1,3 @@
=============================================
How to check that everything is working fine?
=============================================

View File

@ -0,0 +1,3 @@
================================================
My purchase orders have not been generated, why?
================================================