- Features:
- Update purchase price after receipt
- Depends on system parameters:
- purchase.update_standard_price - If set to True, the product's standard_price will be overwritten
- purchase.update_product_price - if set to False, the product supplier's price will not be modified, if set to True, the product's supplier price will be allways overwritten
- purchase.add_supplier_to_product - if set to True, the supplier and the price will be automatically added to the supplier info of the product, if set to False, no modifications will be made in the supplier info of the product
- purchase.update_list_price - if set to True, the list price will be updated according to trade markup value. If set to False, the list price will not be updated.
- sale.list_price_round - decimal number to which the list price is rounded
- New fields added in product template:
- last_purchase_price - last purchase price. It's updated at receipt validation
- trade_markup - trade markup for the product. It can be updated with a wizard (Action->Set trade markup)
- New feature:
- if trade_markup is set for a product, at reception the sale price will be computed from last_purchase_price and trade_markup
Table of contents
Bugs are tracked on Terrabit Issues. In case of trouble, please check there if your issue has already been reported.
Do not contact contributors directly about support or help with technical issues.
- Terrabit
- Dorin Hongu
Current maintainer:
This module is part of the dhongu/deltatech project on GitHub.
You are welcome to contribute.