****** Design ****** The *Purchase Module* introduces some new concepts and updates existing concepts to make them work seamlessly with purchases. .. _model-purchase.purchase: Purchase ======== The *Purchase* is used to manage the purchasing process. Each purchase, at any time, can be in one of several different states. A purchase progresses through these states until eventually it is either done or gets cancelled. When some of these state changes happen the `Employee ` that triggered the state change is also recorded. Details are stored about the `Company ` making the purchase and any other `Parties `, `Contact Mechanisms ` and `Addresses ` that relate to it, such as the supplier, the contact at the supplier or the party that is sending the `Invoice `. A purchase is identified by a unique number that is generated automatically from the configured `Sequence ` and may also have other general information such as the purchase date, a description, or a reference provided by the supplier. Each purchase is made up from one or more lines. These lines can be put into a particular order if desired. Normally most lines on a purchase provide information about which `Products ` or items are required. Informational lines can also be added for things like titles, comments or subtotals. The total, untaxed, and tax amounts for a purchase are derived from the amounts, prices and `Taxes ` of the purchase's lines. A destination `Warehouse ` is required for purchases of physical items such as goods or assets. The purchase will automatically create `Stock Moves ` for these products. These stock moves are linked to the purchase's lines and must be recreated or ignored if they get cancelled. `Invoices ` relating to the purchase may be created, depending on which invoice method is selected. These invoices are based on the details from the purchase, and must be recreated or ignored if they get cancelled. .. seealso:: Purchases can be found by opening the main menu item: |Purchase --> Purchases|__ menu item. .. |Purchase --> Purchases| replace:: :menuselection:`Purchase --> Purchases` __ https://demo.tryton.org/model/purchase.purchase Reports ------- .. _report-purchase.purchase: Purchase Report ^^^^^^^^^^^^^^^ The *Purchase Report* provides a purchase order that can be sent to the supplier when making a purchase. It includes all the relevant information from the selected purchases. Wizards ------- .. _wizard-purchase.handle.shipment.exception: Handle Shipment Exception ^^^^^^^^^^^^^^^^^^^^^^^^^ The *Handle Shipment Exception* wizard helps the user ensure the purchase has the correct `Stock Moves ` associated with it. For stock moves that have been cancelled, it lets the user decide which should be re-created, and which should be ignored. .. _wizard-purchase.handle.invoice.exception: Handle Invoice Exception ^^^^^^^^^^^^^^^^^^^^^^^^ The *Handle Invoice Exception* wizard helps the user make sure the purchase only has the appropriate `Invoices ` associated with it. If any of the purchase's invoices get cancelled this wizard provides the user with the option to re-create or ignore the cancelled invoice. .. _wizard-purchase.modify_header: Modify Header ^^^^^^^^^^^^^ Some fields on a draft purchase become read-only when lines are added to it. The *Modify Header* wizard allows the values in these fields to be safely updated. .. _wizard-purchase.return_purchase: Return Purchase ^^^^^^^^^^^^^^^ The *Return Purchase* wizard is used when a purchase needs to be sent back. It creates new draft purchases that match any selected purchases, but with all the quantities negated. .. _model-purchase.product_supplier: Product Supplier ================ The *Product Supplier* concept links together a `Product ` with a `Party ` that acts as a supplier. The product can be either a `Product Template ` or one of its `Variants `. Each `Company ` has their own list of product suppliers. A supplier's product name and code, and a lead time can be defined for each combination of products and suppliers. Also different purchase prices can be set for different minimum order quantities. .. seealso:: A list of products and their suppliers can be found by opening the main menu item: |Product --> Product Suppliers|__ .. |Product --> Product Suppliers| replace:: :menuselection:`Product --> Product Suppliers` __ https://demo.tryton.org/model/purchase.product_supplier .. _model-purchase.configuration: Configuration ============= The *Purchase Configuration* concept is used to store the settings that affect the general behaviour and default values for purchase related activities. .. note:: Some of the purchase configuration options have no effect unless the :doc:`Task Queue ` has been setup and some workers are running. .. seealso:: Purchase configuration settings are found by opening the main menu item: |Purchase --> Configuration --> Purchase Configuration|__ .. |Purchase --> Configuration --> Purchase Configuration| replace:: :menuselection:`Purchase --> Configuration --> Purchase Configuration` __ https://demo.tryton.org/model/purchase.configuration/1