ONYX - Utilization

queues duplication

De MappingDoc
Révision datée du 21 avril 2020 à 10:01 par Jdieu (discussion | contributions) (Page créée avec « 1 : copyqueue1<br> 2 : (blank)<br> 3 : queue1<br> <br> The validation of this screen will instantly create the queue '''copyqueue1'''from the model queue '''queue1''' and... »)
Autres langues :
English • ‎français

Introduction

Mapping 10.1 and behond integrates the queue copy function from a queue models site.

prerequisistes

Mapping Onyx 10.1 or behond

Limits

In the event where the queue to be copied has multiple devices, only the first one will be copied

How it works

Settings

A new parameter has been added to the mapping.conf config file (in the Expert path section) :

[PATH_SITE_MODEL]: Give the name of the queue site models (Site containing all the template queues meant to be copied).


<block name="EXPERT PATH">
    <group>
       <element>
          ...
          <info name="[PATH_SITE_MODEL]">queue_models</info>
          ...		
       </element>
    </group>
 </block>


This new entry is automatically added to the configuration during the mapping ONYX 10.1 installation.

Its default value is queue_models

This given site is not automatically created. We will need to do so.

We will also need to create the queue models inside it.

GUI interface

A new button has been added to the SITES - PRINTERS - ENTRY POINTS screen

OX S CLONEQUEUE1.jpg

Model side creation

The first thing to do is to create the model site (it default name must be queue_models) Its name can be changed in the mapping.conf configuration file.

We also need to create its queue inside it.

In our example, the model site is queue_models and its queues queue1, queue2, queue3.

OX S CLONEQUEUE2.jpg

Queue creation in the main site via the new functionnality

From now on, we can use the new queues duplication functionnality.

  1. Place yourself in the main site level (MAIN)
  2. Click on the "duplicate queue" button of the main site (the main site is, then, the destination of the copy queue)
  3. The following screen shows up :
OX S CLONEQUEUE3.jpg
1 : queue name to create (mandatory)
2 : Description queue name to create (Optionnal) If blank, use the queue or device name
3 : Queue to be copied from (queue of the model site)
4 : Queue creation botton

For our example, we enter :

1 : copyqueue1
2 : (blank)
3 : queue1

The validation of this screen will instantly create the queue copyqueue1from the model queue queue1 and you will be redirected to the modification screen.

OX S CLONEQUEUE4.jpg

Le nom de la queue et la description correspondent aux informations entrées dans l'écran précédent. La device (Printer) reprend les caractéristiques de la queue copiée. (queue1)

Vous pouvez apporter les modifications que vous souhaitez et cliquer sur OK pour revenir sur la page principale.


OX S CLONEQUEUE5.jpg

La queue copyqueue1 avec sa device est créé dans le site MAIN.

Création de queues dans d'autres sites

Il est également possible d'utiliser cette fonctionnalité à partir d'un autre site se situant dans le site principal (SITE1 dans mon exemple) ou dans un site situé dans ce site 1 (SITE11 dans mon exemple)

OX S CLONEQUEUE6.jpg