Nessun prodotto
* I prezzi possono variare a seconda del Paese.
* Al momento del pagamento è possibile aggiungere un contributo aggiuntivo.
Nuovi Prodotti
Gestione dei numeri di serie sulle righe di preventivi, ordini, fatture e bolle di consegna. Inserimento per intervallo o individuale, propagazione automatica, ricerca globale.
The 27 edition of this book is being published at a time when the reputation of Dolibarr™ is already well established. 24 years after the first lines of code were written by Rodolphe Quiédeville, under the leadership of Laurent Destailleur and with the help of many contributors, the Dolibarr™ ERP/CRM has become a key player in the world of Open Source software.
mp23517d20251114095651
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.
|
|
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