Skip to content

🔧 A module to include "Bugfish Framework" into Dolibarr and additional logging and debugging features.

License

Notifications You must be signed in to change notification settings

bugfishtm/Bugfish-Dolibarr-Module

Repository files navigation

Bugfish Dolibarr Module

Introduction

The Bugfish Dolibarr Module integrates the Bugfish Framework into Dolibarr, offering advanced features for development and debugging. For detailed information, refer to the full documentation.

Bugfish Framework Banner

Documentation

This framework is documented inside the files you can find in the "docs" folder. Just open the index.html with your web browser and you can navigate through the documentation of every class and function.

You can also find the documentation at: https://bugfishtm.github.io/Bugfish-Dolibarr-Module/

Key Features

  • Trigger and Object Logging: View detailed trigger and object information under Utilities in the xFramework menu.
  • JavaScript Error Logging: Track and access JavaScript errors caused by users under Utilities -> xFramework -> JavaScript Logging.
  • MySQL Error Logging: Access logs for MySQL errors related to x_class_mysql under Utilities in the xFramework menu.
  • Changelog: Monitor changes in various areas (e.g., facture, bank_account, user) under Utilities -> xFramework -> Process Logs.

Bugfish Framework Integration

The module includes Bugfish Framework v.3.20, which may not be the latest version. Instructions for updating the framework can be found in this readme file.

Extension Functions

All extension functions from the m_library.php file in the Dolibarr functions module are included. For detailed information, refer to the documentation linked above.

Updating the Bugfish Framework

To update the Bugfish Framework to a newer version:

  1. Download the latest version from Bugfish Framework GitHub.
  2. Move files from the "_framework" folder to the xframework/remote folder, overwriting existing files.
  3. Update files directly on your server or create a new zip file and push it to the repository.

Support and Reporting Issues

For support or to report issues:

License

The module is licensed under GPLv3. For complete license details, refer to the license.md file in the repository.

🐟 Bugfish <3