Documentation

Installation

Prerequisites

  • Dolibarr: Version 18.0 or higher
  • PHP: Version 7.4 or higher (recommended 8.0+)
  • Database: MySQL 5.7+ or MariaDB 10.2+

Installation from DoliStore

  1. Purchase the module on DoliStore
  2. Download the module ZIP file
  3. In Dolibarr, go to Setup > Modules/Applications
  4. Click Deploy an external module and select the ZIP file
  5. The module appears in the list, click Enable

Manual installation

  1. Download the module from DoliStore or GitHub
  2. Extract the archive to the htdocs/custom/ directory of your Dolibarr installation
  3. Verify that the productioninterne/ folder is present in htdocs/custom/
  4. Enable the module from Setup > Modules/Applications

Verification

After activation, the module automatically creates:

  • Database tables (llx_productioninterne_production, llx_productioninterne_line)
  • Product extrafields (supply mode, delay, capacity, warehouse)
  • Navigation menus
  • User permissions

Update

To update the module:

  1. Download the new version
  2. Replace the files in htdocs/custom/productioninterne/
  3. Disable then re-enable the module to apply SQL migrations