No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
This module reviews all known checkpoints to ensure your Dolibarr system will transition smoothly to electronic invoicing. Indeed, electronic invoicing is not just a technical matter...
Orders Mapping adds an interactive map to Dolibarr to visualize orders by location (Leaflet/OpenStreetMap). Using customer/supplier geocoordinates, it shows city/site markers with order counts and status breakdowns (Validated, Draft, etc.). Country/City filters refine analysis. A “Third party on Maps” block lets you set latitude/longitude. TakePOS orders are included.
mp23517d20251114095651
New
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