Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Index 

Índice
outlinetrue
exclude.*ndice
stylenone

 


Speaking of Controlled Copy Log...

Issued controlled copy log is the information record of each controlled copy printing. The record is important because it offers total control and traceability of the copies.

...

Through this function, the platform allows you to select the records to be displayed, configure the fields to be displayed, define the way record grouping, as well as print the report generated.

 

Estado
subtletrue
titleLearn more

HTML
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
 <script type="text/javascript">
 
 var abertos = 0;
 var fechados = 0;
 function contador() {
    abertos = 0;
    fechados = 0;
    jQuery(".expand-control").each( function() {
		if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
           	fechados++;
        } else {
        	abertos++;
        }
    });
 }
 AJS.toInit(function() {
 
    contador();
	var soma = abertos + fechados;
	$("#toggleAll").html('Expand/hide ' + soma  + ' additional information.');

    AJS.$('#toggleAll').click(function() {
        contador();
        if (abertos >= fechados) {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        } else {
            jQuery(".expand-control").each(
                function() {
                    if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
                        jQuery(this).trigger("click");
                    }
                }
            )
        }
    });
});
 </script>

Basic Path

 

01. Select the Control Panel feature in the main menu.

02. Access the Documents tab.

03. Click the Controlled Copy Log option.



View controled log copy

...

01. In the main menu, click Control Panel, then check Security and access container and click Controlled copy log.

0204. In the Parameters area, enter start and end numbers, determining a range of documents to be considered.

Learn more
Expandir
title
Painel

Thus only the controlled copy printing log records issued for documents contained in the range entered will be displayed.

0503. Enter the start and end dates, determining a period to be considered.

Expandirpanel
titleLearn more

Thus only the controlled copy printing log records issued on dates contained in the range entered will be displayed.

0604. Enter the issuer name.

Learn more
Expandir
title
Painel

In this field, you should enter the user who generated the controlled copy. This field searches for the user name, for instance: if you enter "John", it will return all logs associated to users that contain John in the name.

0705. Select one or more areas to be considered as target for the issuance in question.

Learn more
Expandir
title
Painel

In this field, the controlled copy target area should be selected. To select more than one area, you need to keep the "CTRL" key pressed. Thus only the controlled copy printing log records issued for the selected areas will be displayed.

0806. Select the display method.

Painel
Expandir
titleLearn more

The available options are:

Valid Documents - When checked, it determines that only the controlled copy printing log records of currently valid documents (Not Expired) should be considered and displayed.

Documents Expired - When selected, it determines that only the controlled copy printing log records of documents already expired should be considered and displayed.

All - When selected, it determines that controlled copy printing log records of valid ans expired documents should be considered and displayed. 

0907. Check if it will only display the last document printing.

Learn more
Expandir
title
Painel

This field allows you to filter the controlled copy printing log records so only the last printing records of each document are presented. 

1008. In the Report Configuration area, check the options that you want to view for the issuance in question.

Learn more
Expandir
title
Painel

The controlled copy log has some properties and, in the report configuration, you can choose what properties will appear in the Controlled Copy Log report that will be generated. 

1109. Click Query.

1210. View information displayed.

Painel
Expandir
titleLearn more

The platform generates a report, displaying the issued controlled copy log records, respecting the selections entered and settings defined. 

 

 



Informações
titlePlease note!

This documentation is valid from the 1.6.5 .10 update - Liquid. If you use a previous update, it may contain information different from what you see on your platform.

 

...