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
- Purchase the module on DoliStore
- Download the module ZIP file
- In Dolibarr, go to Setup > Modules/Applications
- Click Deploy an external module and select the ZIP file
- The module appears in the list, click Enable
Manual installation
- Download the module from DoliStore or GitHub
- Extract the archive to the
htdocs/custom/directory of your Dolibarr installation - Verify that the
productioninterne/folder is present inhtdocs/custom/ - 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:
- Download the new version
- Replace the files in
htdocs/custom/productioninterne/ - Disable then re-enable the module to apply SQL migrations