Sin productos
* Los precios pueden variar dependiendo de su país.
* Se puede añadir un aporte adicional al momento del pago.
Nuevos productos
Normaliza automáticamente los datos de terceros y contactos: nombres en mayúsculas, nombres de pila con mayúsculas compuestas, emails en minúsculas, teléfonos en formato internacional, etc.
The DoliCarbon module lets you build and track a greenhouse gas emission inventory inside Dolibarr: year-based inventories, activity lines (scopes 1, 2 and 3), emission factors, reduction actions, methodological framing, dashboards, reporting with exports, and an import wizard from your Dolibarr data. An embedded web application (Angular) complements the standard module screens.
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