Á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 configuring the corporate organizational chart widget ...

The Corporate organizational chart widget displays the corporate organizational structure of the company based on information from the ERP. Its settings allow you to set from where this information will be obtained.

...

Nota
titleAttention

In order to have this widget displayed on the list of widgets available for pages, first it is necessary to get the Intranet kit artifact at fluig Storefrom the Fluig Git directory. Then, import the artifact from Import and export pages. After completing these procedures, the widget will be available for use.

More information is available at Intranet kit.

 

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

 



Configure corporate organizational chart widget

...

01. After you add the widget on the page under editing, define the settings of your choosing for it.

Expandirpanel
titleLearn more

Required information:

Service link
IP address and TBC service port on TOTVS RM - in the format http://host:port.

Login
Login to access the service on TOTVS RM.

Password
Password to access the service on TOTVS RM.

Supervisor user
User code to be displayed at the top of the corporate organizational chart registered on TOTVS RM.

Supervisor user’s slate
Supervisor user’s slate to be displayed at the top of the corporate organizational chart registered on TOTVS RM.

02. Click Save.

Painel
Expandir
titleLearn more

For the changes in the widget settings to be displayed to users, publish the page that contains it. More information about publishing pages can be found at Add page and Edit page.

 

 




Informações
titlePlease note!

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

 

...