Difference between revisions of "Module DoliMyAdmin (Administration of Dolibarr Database)"

(Created page with "Category:Complementary modules")
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<!-- BEGIN origin interlang links -->
 +
<!-- You can edit this section but do NOT remove these comments
 +
    Links below will be automatically replicated on translated pages by PolyglotBot -->
 +
[[fr:DoliMyAdmin_(Administration_de_la_base_de_données_Dolibarr)]]
 +
<!-- END interlang links -->
 +
 
[[Category:Complementary modules]]
 
[[Category:Complementary modules]]
 +
 +
==Presentation==
 +
 +
The DoliMyAdmin module for Dolibarr is used to manage the "raw" data of the Dolibarr database in use.
 +
 +
A kind of mini PhpMyAdmin specific to the current database.
 +
 +
==Features==
 +
 +
* Display the list of tables of the current Dolibarr database.
 +
 +
* Display the list of records of the selected table
 +
 +
* Add / Edit / Delete records (submitted directly to the database)
 +
 +
* Export records in CSV format
 +
 +
* Does not require any additional login / password, if your Dolibarr works, the DoliMyAdmin module will also work
 +
 +
 +
[[File:04-liste-enregistrements-en.PNG|500px|Records of the selected table]]
 +
 +
 +
==Some use cases==
 +
 +
* If you have a problem in Dolibarr, it will allow you to quickly diagnose problematic data and possibly fix it manually without having to deal with the complexity of PhpMyAdmin.
 +
 +
* You do not have access to PhpMyAdmin and you still want to keep an eye on your "raw" data.
 +
 +
* Quickly export data from tables of interest for backup or integration into another Dolibarr instance.
 +
 +
 +
More info can be found here: ''[https://doc.progsi.ma/en/dolimyadmin Doc DoliMyAdmin]''
 +
 +
Demo: ''[https://dma.progsi.ma Demo]''
 +
 +
DoliStore card: ''[https://www.dolistore.com/en/modules/1107-DoliMyAdmin--Administration-of-Dolibarr-Database-.html DoliMyAdmin]''

Latest revision as of 11:17, 24 July 2019


Presentation

The DoliMyAdmin module for Dolibarr is used to manage the "raw" data of the Dolibarr database in use.

A kind of mini PhpMyAdmin specific to the current database.

Features

  • Display the list of tables of the current Dolibarr database.
  • Display the list of records of the selected table
  • Add / Edit / Delete records (submitted directly to the database)
  • Export records in CSV format
  • Does not require any additional login / password, if your Dolibarr works, the DoliMyAdmin module will also work


 


Some use cases

  • If you have a problem in Dolibarr, it will allow you to quickly diagnose problematic data and possibly fix it manually without having to deal with the complexity of PhpMyAdmin.
  • You do not have access to PhpMyAdmin and you still want to keep an eye on your "raw" data.
  • Quickly export data from tables of interest for backup or integration into another Dolibarr instance.


More info can be found here: Doc DoliMyAdmin

Demo: Demo

DoliStore card: DoliMyAdmin