[ADD] contract_price_revision: new module to update contract prices easily

This commit is contained in:
cubells
2019-03-01 09:23:23 +01:00
committed by Juanjo
parent 16ca332250
commit 1bd13b6e01
18 changed files with 1149 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
* `Tecnativa <https://www.tecnativa.com>`_:
* Vicent Cubells

View File

@@ -0,0 +1 @@
This module allows to create revisions of contract line prices.

View File

@@ -0,0 +1,14 @@
To use this module:
#. Go to **Invoicing > Documents > Customer Contracts** if you are a billing
user.
#. Select as many contracts as you want to update line prices.
#. Click on Action button and execute the wizard **Create revision of contract
lines**.
#. Enter date start from which the new price will be valid and enter date
end and percentage to increase old contract lines.
#. By clicking on Apply button, a new contract line will be created with
a price increased accordingly to the percent entered. Old contract lines
will have as ending date the day before the entered date.
#. When create invoices related to contracts selected, prices will be update
with the prices that are not out of date.