Skip to content

Module to remove the confirmation pop-up for Dolibarr > V9.0

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

ksar-ksar/Dolibarr_removeconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REMOVE CONFIRMATION POP-UP FOR DOLIBARR ERP CRM

Features

Module that allows administrators to remove some confirmation pop-up for selected users. By default nothing is removed, activation must be done in the user permissions under Remove confirmation pop-up

Initial idea module done by ksar, enhanced by the Dolibarr community <3

Screenshot removeconf

Other modules are available on Dolistore.com.

Translations

Translations can be define manually by editing files into directories langs.

Install

From the ZIP file and GUI interface

  • If you get the module in a zip file (like when downloading it from the marketplace Dolistore), go into menu Home - Setup - Modules - Deploy external module and upload the zip file.

Note: If this screen tell you there is no custom directory, check your setup is correct:

  • In your Dolibarr installation directory, edit the htdocs/conf/conf.php file and check that following lines are not commented:

    //$dolibarr_main_url_root_alt ...
    //$dolibarr_main_document_root_alt ...
  • Uncomment them if necessary (delete the leading //) and assign a sensible value according to your Dolibarr installation

    For example :

    • UNIX:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
    • Windows:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';

From a GIT repository

  • Clone the repository in $dolibarr_main_document_root_alt/removeconf
cd ....../custom
git clone git@github.com:gitlogin/removeconf.git removeconf

Final steps

From your browser:

  • Log into Dolibarr as a super-administrator
  • Go to "Setup" -> "Modules"
  • You should now be able to find and enable the module

Licenses

Main code

GPLv3 logo

GPLv3 or (at your option) any later version.

See COPYING for more information.

Documentation

All texts and readmes.

About

Module to remove the confirmation pop-up for Dolibarr > V9.0

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages