diff --git a/CHANGES.txt b/CHANGES.txt index c3b3521..f6c63e6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -83,7 +83,7 @@ Outre ces changements, voici d'autres changements importants : ======= CHANGES ======= ------- -03/09/2020 v3.7.9.93 (EP) +03/09/2020 v3.7.9.93-94 (EP) - (e) Nouveau format etiquette 19mm avec QrCode pour la nouvelle etiqueteuse Dymo MobileLabeler => format etiquette numéro 3 ------- diff --git a/README.md b/README.md index ffdca41..b3ddae8 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Logiciel testé et validé sur les configurations suivantes : -------------------------------------------------------------------------------------------- -Date: 03/09/2020 -Version: 3.7.9.93 +Date: 04/09/2020 +Version: 3.7.9.94 HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes) diff --git a/src/Controller/MaterielsController.php b/src/Controller/MaterielsController.php index 9072180..dff6522 100755 --- a/src/Controller/MaterielsController.php +++ b/src/Controller/MaterielsController.php @@ -3673,7 +3673,7 @@ class MaterielsController extends AppController { /* * RUBAN (19mm) - * LABEL FOR PRINTER Dymo LabelManager PCII : 2 lines WITH LOGO + * LABEL FOR PRINTER Dymo LabelManager PCII : 2 lines WITH QrCode * Format CRAL */ private function etiquette_format2($numeroLab, $organisme, $dateAcquisition, $numeroInventaireOrganisme) { diff --git a/src/Template/Configurations/edit.ctp b/src/Template/Configurations/edit.ctp index 7559b9e..94e1128 100644 --- a/src/Template/Configurations/edit.ctp +++ b/src/Template/Configurations/edit.ctp @@ -103,16 +103,18 @@ function echoSection($title, $section) { ]); echo $this->Form->control('label_format_num', [ 'options' => [ - '1' => 1, - '2' => 2, - '3' => 3, - '4' => 4, + '1' => '1 - Etiquette 12mm, texte sur 2 lignes avec LOGO laboratoire (ruban, DYMO LabelManager PnP, IRAP)', + '2' => '2 - Etiquette 19mm, texte sur 2 lignes avec QrCode (ruban, Dymo LabelManager PCII, CRAL)', + '3' => '3 - Etiquette 19mm, texte sur 3 lignes avec QrCode (ruban, DYMO MobileLabeler, IRAP)', + '4' => '4 - Etiquette 12mm, texte sur 2 lignes avec QrCode (ruban, DYMO LabelManager PnP, IRAP)', + /* '5' => 5, '6' => 6, '7' => 7, '8' => 8, '9' => 9, '10' => 10, + */ ], 'label' => 'Numéro Format Etiquette' ]); -- libgit2 0.21.2