Skip to content
Snippets Groups Projects
Commit b1b8fc30 authored by Thomas Negre's avatar Thomas Negre
Browse files

Merge branch '2024_rc_presentation' into '2024_rc'

2024 rc presentation

See merge request dolibarr-extension/quicklist!28
parents 77a5fabd 90626b13
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [Non Distribué]
## [14.0.36] - 29-05-2024
- Changement de logo, modif mod.
## [14.0.35] - 19-03-2024
- Ajout d'une règle de filtrage au niveau des dates de début et de fin
......@@ -142,7 +145,8 @@ Le format du fichier est basé sur [Tenez un ChangeLog](http://keepachangelog.co
## [4.0.0] - 06-11-2017
- Version initial.
[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/quicklist/compare/v14.0.35...HEAD
[Non Distribué]: http://git.open-dsi.fr/dolibarr-extension/quicklist/compare/v14.0.36...HEAD
[14.0.36]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.36
[14.0.35]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.35
[14.0.34]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v14.0.34
[4.0.34]: https://git.open-dsi.fr/dolibarr-extension/quicklist/commits/v4.0.34
......
14.0.35
\ No newline at end of file
14.0.36
\ No newline at end of file
......@@ -69,15 +69,20 @@ class modQuickList extends DolibarrModules
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
$this->description = "Description of module \"Quick List\"";
$this->descriptionlong = "";
$this->editor_name = '<b>Easya Solutions</b> (Ex Open-Dsi)';
$this->editor_name = '<b>Easya Solutions</b>';
$this->editor_web = 'https://easya.solutions';
$this->editor_url = "https://easya.solutions";
$this->editor_email = 'support@easya.solutions';
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = file_get_contents(__DIR__.'/../../VERSION');
$this->url_last_version = 'https://git.open-dsi.fr/dolibarr-extension/quicklist/-/raw/HEAD/VERSION';
$this->url_last_version = 'https://git.open-dsi.fr/dolibarr-extension/quicklist/-/raw/2024/VERSION';
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$easya_info = json_decode(file_get_contents(__DIR__.'/../../.easya_info.json'));
$this->phpmin = explode('.', $easya_info->php_min_version); // Minimum version of PHP required by module
$this->need_dolibarr_version = explode('.', $easya_info->dlb_min_version); // Minimum version of Dolibarr required by module
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Name of image file used for this module.
// If file is in theme/yourtheme/img directory under name object_pictovalue.png, use this->picto='pictovalue'
......
img/object_easya_big.png

36.9 KiB | W: | H:

img/object_easya_big.png

32.7 KiB | W: | H:

img/object_easya_big.png
img/object_easya_big.png
img/object_easya_big.png
img/object_easya_big.png
  • 2-up
  • Swipe
  • Onion skin
img/opendsi_dolibarr_preferred_partner.png

5.98 KiB | W: | H:

img/opendsi_dolibarr_preferred_partner.png

34.3 KiB | W: | H:

img/opendsi_dolibarr_preferred_partner.png
img/opendsi_dolibarr_preferred_partner.png
img/opendsi_dolibarr_preferred_partner.png
img/opendsi_dolibarr_preferred_partner.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -3,5 +3,5 @@ CHARSET=UTF-8
easyaFamily=Easya Solutions
OpenDsiAboutDesc1=Ce module a été développé par <a href="https://easya.solutions" target="_blank">Easya Solutions</a><br><br>Pour toute question technique ou retour, déposez une demande de support sur
OpenDsiAboutDesc2=notre support
OpenDsiAboutDesc3=ou contactez-nous sur <a href="mailto:support@easya.solutions">support@easya.solutions</a><br><br>Pour toute question commerciale, contactez-nous sur <a href="mailto:info@easya.solutions">info@easya.solutions</a> ou au +33 4 82 53 94 76<br><br>Retrouvez nos autres modules sur <a href="http://www.dolistore.com/search.php?orderby=position&orderway=desc&search_query=open-dsi&submit_search=Rechercher" target="_blank">Dolistore</a>
OpenDsiAboutDesc3=<br><br>Pour toute question commerciale, contactez-nous sur <a href="mailto:info@easya.solutions">info@easya.solutions</a> ou au +33 4 82 53 94 76<br><br>Retrouvez nos autres modules sur <a href="http://www.dolistore.com/search.php?orderby=position&orderway=desc&search_query=easya&submit_search=Rechercher" target="_blank">Dolistore</a>
OpenDsiChangeLog=Fichier de log
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment