PRICE INDEXATION

mp23517d20251114095651

Neu

Give the ability to automatically calculate the indexed unit price of a product line in Propal/Bill from initial price, initial index and current index stored in extrafields.

KOSTENLOS

  • Autor Jean-Marie ARSAC
  • Modulversion 1.0
  • Veröffentlichungsdatum 14.11.2025
  • Zugriff auf Updates und Downloads Lebenslanger Zugriff
  • Kompatibilität Dolibarr V9+   -   PHP7 - 8.4
  • Letztes Update 21.11.2025 10:21

Mehr Infos

Give the ability to automatically calculate the indexed unit price of a product line in Propal/Bill from initial price, initial index and current index stored in extrafields.

The new indexed unit price is calculated with the following formula :

unit price = price0 x index1 / index0

Probably, you'll need add this information in public note of propal/invoices

Indexed price according to formula P = P0 * (S / S0)

P : Final price

P0 : initial price

S : current index

S0 : initial index