att
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
<!-- RATING STARS -->
|
||||
<link rel="stylesheet" href="/style-guide/css/fluig-style-guide-ratingstars.min.css">
|
||||
|
||||
<!-- JQUERY (Fluig já usa, mas pode manter) -->
|
||||
<!-- JQUERY (Fluig j� usa, mas pode manter) -->
|
||||
<script src="/resources/js/jquery/jquery.js"></script>
|
||||
<script src="/resources/js/jquery/jquery-ui.min.js"></script>
|
||||
|
||||
<!-- MUSTACHE (WCM / Câmara) -->
|
||||
<!-- MUSTACHE (WCM / C�mara) -->
|
||||
<script src="/resources/js/mustache/mustache-min.js"></script>
|
||||
|
||||
<!-- FLUIG JS -->
|
||||
<script src="/style-guide/js/fluig-style-guide.min.js"></script>
|
||||
<script src="/style-guide/js/fluig-style-guide-ratingstars.min.js"></script>
|
||||
|
||||
<!-- Máscaras -->
|
||||
<!-- M�scaras -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.min.js"></script>
|
||||
<script src="/webdesk/vcXMLRPC.js?plugin=jQueryMask"></script>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
<body>
|
||||
<div class="fluig-style-guide" style="background-color: white">
|
||||
<form>
|
||||
<form name="form" role="form">
|
||||
<div style="display: none">
|
||||
<input type="text" id="WKNumProces" name="WKNumProces" />
|
||||
<input type="text" id="activity" name="activity" />
|
||||
@@ -77,11 +77,11 @@
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-account-box" aria-hidden="true"></i>
|
||||
Informações gerais
|
||||
Informa��es gerais
|
||||
</h2>
|
||||
<h6>
|
||||
Estes são os dados referentes aos responsáveis pela abertura e
|
||||
pela solicitação do atual processo.
|
||||
Estes s�o os dados referentes aos respons�veis pela abertura e
|
||||
pela solicita��o do atual processo.
|
||||
</h6>
|
||||
<br />
|
||||
</div>
|
||||
@@ -90,9 +90,9 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="requesterName"> Gestor da Área </label>
|
||||
<label for="requesterName"> Gestor da �rea </label>
|
||||
<input type="text" name="requesterName" id="requesterName" class="form-control"
|
||||
readonly data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
readonly data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
@@ -134,27 +134,27 @@
|
||||
]
|
||||
}" />
|
||||
<p class="text-danger text-error">
|
||||
Preenchimento obrigatório.
|
||||
Preenchimento obrigat�rio.
|
||||
</p>
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="colabCpf"> CPF: </label>
|
||||
<input type="text" name="colabCpf" id="colabCpf" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="colabadmissao"> Data de Admissão </label>
|
||||
<label for="colabadmissao"> Data de Admiss�o </label>
|
||||
<input type="text" name="colabadmissao" id="colabadmissao" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-3 col-xs-6">
|
||||
<label for="departamento"> Departamento </label>
|
||||
<input type="text" name="departamento" id="departamento" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
@@ -167,14 +167,14 @@
|
||||
<div class="form-group col-md-3 col-xs-4">
|
||||
<label for="emailColaborador"> E-mail do colaborador: </label>
|
||||
<input type="text" name="emailColaborador" id="emailColaborador" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-3 col-xs-6">
|
||||
<label for="cargoColaborador"> Função do Colaborador </label>
|
||||
<label for="cargoColaborador"> Fun��o do Colaborador </label>
|
||||
<input type="text" name="cargoColaborador" id="cargoColaborador" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
@@ -193,9 +193,9 @@
|
||||
</label>
|
||||
<select id="tipodesligamento" name="tipodesligamento" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="experiencia">Período de Experiência</option>
|
||||
<option value="experiencia">Per�odo de Experi�ncia</option>
|
||||
<option value="desempenho">Baixo Desempenho</option>
|
||||
<option value="substituicao">Substituição</option>
|
||||
<option value="substituicao">Substitui��o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
<select id="feedbackColaborador" name="feedbackColaborador" class="form-control">
|
||||
<option value="">Selecione</option>
|
||||
<option value="sim">Sim</option>
|
||||
<option value="nao">Não</option>
|
||||
<option value="nao">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -229,12 +229,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="activity activity-20">
|
||||
<div class="activity activity-51">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-settings icon-md" aria-hidden="true"></i>
|
||||
Aprovação de Desligamento
|
||||
Análise de Desligamento
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
@@ -242,9 +242,71 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userAprov"> Responsável </label>
|
||||
<label for="userAprova"> Responsável </label>
|
||||
<input type="text" name="userAprova" id="userAprova" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataUserAprova"> Data </label>
|
||||
<input type="text" name="dataUserAprova" id="dataUserAprova" class="form-control"
|
||||
readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Análise de desligamento</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<select id="DesligamentoAprova" name="DesligamentoAprova" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Analisado</option>
|
||||
<option value="Nao">Não, processo de desligamento cancelado.</option>
|
||||
<option value="MaisInformacoes">Necessito de mais informações</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="Aprovadesligamento">Jusitificativa</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="Aprovadesligamento"
|
||||
id="Aprovadesligamento"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="activity activity-20">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-settings icon-md" aria-hidden="true"></i>
|
||||
Aprova��o de Desligamento
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userAprov"> Responsável </label>
|
||||
<input type="text" name="userAprov" id="userAprov" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
@@ -268,8 +330,8 @@
|
||||
<select id="DesligamentoAprov" name="DesligamentoAprov" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não, processo de desligamento cancelado.</option>
|
||||
<option value="MaisInformacoes">Necessito de mais informações</option>
|
||||
<option value="Nao">Não, processo de desligamento cancelado.</option>
|
||||
<option value="MaisInformacoes">Necessito de mais informações</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -298,7 +360,7 @@
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-message icon-md" aria-hidden="true"></i>
|
||||
Previsão de Desligamento
|
||||
Previs�o de Desligamento
|
||||
</h2>
|
||||
<h6>Insira abaixo detalhes adicionais.</h6>
|
||||
<br />
|
||||
@@ -307,7 +369,7 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="analistaComunicado"> Responsável</label>
|
||||
<label for="analistaComunicado"> Respons�vel</label>
|
||||
<input type="text" name="analistaDesligamento" id="analistaDesligamento"
|
||||
class="form-control" readonly data-protection="Analista"
|
||||
data-protection-anonymizable data-protection-sensitive data-protection-name
|
||||
@@ -330,7 +392,7 @@
|
||||
</label>
|
||||
<div class="d-flex" style="display: flex; align-items: center; gap: 6px;">
|
||||
<input type="date" name="dataInicio" id="dataInicio" class="form-control" style="width: 48%;" />
|
||||
<span>até</span>
|
||||
<span>at�</span>
|
||||
<input type="date" name="dataFim" id="dataFim" class="form-control" style="width: 48%;" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -346,59 +408,59 @@
|
||||
|
||||
<div class="row mt-2">
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="trintidiocct">Trintídio CCT</label>
|
||||
<label for="trintidiocct">Trint�dio CCT</label>
|
||||
<select id="trintidiocct" name="trintidiocct" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="trintidioposferias">Trintídio pós-férias</label>
|
||||
<label for="trintidioposferias">Trint�dio p�s-f�rias</label>
|
||||
<select id="trintidioposferias" name="trintidioposferias"
|
||||
class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="trintidioposafastamento">Trintídio pós-afastamento</label>
|
||||
<label for="trintidioposafastamento">Trint�dio p�s-afastamento</label>
|
||||
<select id="trintidioposafastamento" name="trintidioposafastamento"
|
||||
class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="preaposentadoria">Pré-aposentadoria</label>
|
||||
<label for="preaposentadoria">Pr�-aposentadoria</label>
|
||||
<select id="preaposentadoria" name="preaposentadoria" class="form-control"
|
||||
required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="acidentaria">Acidentária (CAT)</label>
|
||||
<label for="acidentaria">Acident�ria (CAT)</label>
|
||||
<select id="acidentaria" name="acidentaria" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="gestante">Gestante/Licença maternidade/Lactante</label>
|
||||
<label for="gestante">Gestante/Licen�a maternidade/Lactante</label>
|
||||
<select id="gestante" name="gestante" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -407,7 +469,7 @@
|
||||
<select id="sindical" name="sindical" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -416,7 +478,7 @@
|
||||
<select id="pcd" name="pcd" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-6 mb-3">
|
||||
@@ -424,7 +486,7 @@
|
||||
<select id="outros" name="outros" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -436,7 +498,7 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="infoadicionais">Informações adicionais</label>
|
||||
<label for="infoadicionais">Informa��es adicionais</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="infoadicionais"
|
||||
id="infoadicionais"></textarea>
|
||||
@@ -450,7 +512,7 @@
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-toc icon-md" aria-hidden="true"></i>
|
||||
Análise de Conformidades
|
||||
An�lise de Conformidades
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
@@ -458,9 +520,9 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userAprovConf"> Responsável </label>
|
||||
<label for="userAprovConf"> Respons�vel </label>
|
||||
<input type="text" name="userAprovConf" id="userAprovConf" class="form-control"
|
||||
readonly data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
readonly data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
@@ -484,7 +546,7 @@
|
||||
<select id="impeditivosColab" name="impeditivosColab" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Não">Não</option>
|
||||
<option value="N�o">Não</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -496,7 +558,7 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="InforConf">Informações adicionais</label>
|
||||
<label for="InforConf">Informa��es adicionais</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="InforConf" id="InforConf"></textarea>
|
||||
</div>
|
||||
@@ -510,16 +572,16 @@
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-user-search icon-md" aria-hidden="true"></i>
|
||||
Informações Gerencias do Colaborador
|
||||
Informa��es Gerencias do Colaborador
|
||||
</h2>
|
||||
<h6>Insira abaixo as informações.</h6>
|
||||
<h6>Insira abaixo as informa��es.</h6>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="analistaComunicado"> Responsável pelo colaborador </label>
|
||||
<label for="analistaComunicado"> Respons�vel pelo colaborador </label>
|
||||
<input type="text" name="analistaComunicado" id="analistaComunicado"
|
||||
class="form-control" readonly data-protection="Analista"
|
||||
data-protection-anonymizable data-protection-sensitive data-protection-name
|
||||
@@ -545,9 +607,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert-warning" role="alert" style="margin-top: 15px;">
|
||||
<strong>Atenção:</strong> Antes de continuar, revise o ponto eletrônico do colaborador no sistema Pontotel.
|
||||
Certifique-se que faltas, atrasos, horas extras e demais registros estão corretos.
|
||||
Caso necessário, realize os ajustes antes de prosseguir.
|
||||
<strong>Aten��o:</strong> Antes de continuar, revise o ponto eletr�nico do colaborador no sistema Pontotel.
|
||||
Certifique-se que faltas, atrasos, horas extras e demais registros est�o corretos.
|
||||
Caso necess�rio, realize os ajustes antes de prosseguir.
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
@@ -564,7 +626,7 @@
|
||||
<tr>
|
||||
<th style="width: 45%">Categoria</th>
|
||||
<th style="width: 40%">Valor / Quantidade</th>
|
||||
<th style="width: 15%">Ações</th>
|
||||
<th style="width: 15%">A��es</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -573,8 +635,8 @@
|
||||
<td>
|
||||
<select name="categoriaProv" class="form-control categoriaProv">
|
||||
<option value="">Selecione...</option>
|
||||
<option value="comissao">Comissão</option>
|
||||
<option value="premiacao">Premiação</option>
|
||||
<option value="comissao">Comiss�o</option>
|
||||
<option value="premiacao">Premia��o</option>
|
||||
<option value="horasextras">Horas Extras</option>
|
||||
<option value="outro">Outro</option>
|
||||
</select>
|
||||
@@ -615,7 +677,7 @@
|
||||
<tr>
|
||||
<th style="width: 45%">Categoria</th>
|
||||
<th style="width: 40%">Valor / Quantidade</th>
|
||||
<th style="width: 15%">Ações</th>
|
||||
<th style="width: 15%">A��es</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@@ -688,9 +750,9 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Como você avalia o estado dos equipamentos?</label>
|
||||
<label>Como voc� avalia o estado dos equipamentos?</label>
|
||||
<div class="ratingStars">
|
||||
<span>Péssimo</span>
|
||||
<span>P�ssimo</span>
|
||||
<div class="minha-avaliacao"></div>
|
||||
<span>Excelente</span>
|
||||
</div>
|
||||
@@ -703,7 +765,7 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="detalheSolicitacao">Detalhamento da situação</label>
|
||||
<label for="detalheSolicitacao">Detalhamento da situa��o</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="detalheSolicitacao"
|
||||
id="detalheSolicitacao"></textarea>
|
||||
@@ -728,7 +790,7 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="analistaTecnico"> Responsável pelo envio </label>
|
||||
<label for="analistaTecnico"> Respons�vel pelo envio </label>
|
||||
<input type="text" name="analistaTecnico" id="analistaTecnico"
|
||||
class="form-control" readonly data-protection="Analista"
|
||||
data-protection-anonymizable data-protection-sensitive data-protection-name
|
||||
@@ -746,7 +808,7 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Todos os documentos foram entregues e a assinatura do documento foi concluída?</label>
|
||||
<label>Todos os documentos foram entregues e a assinatura do documento foi conclu�da?</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row">
|
||||
@@ -754,7 +816,7 @@
|
||||
<select id="assinaturaDoc" name="assinaturaDoc" class="form-control">
|
||||
<option value="">Selecione</option>
|
||||
<option value="sim">Sim</option>
|
||||
<option value="nao">Não</option>
|
||||
<option value="nao">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
@@ -779,12 +841,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
também começa escondido -->
|
||||
tamb�m come�a escondido -->
|
||||
<!-- <div class="row consideracoesRow" style="display:none;">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="consideracoesTecnicas">Considerações</label>
|
||||
<label for="consideracoesTecnicas">Considera��es</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="consideracoesTecnicas"
|
||||
id="consideracoesTecnicas"
|
||||
@@ -808,9 +870,9 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userValidacao"> Responsável </label>
|
||||
<label for="userValidacao"> Respons�vel </label>
|
||||
<input type="text" name="userValidacao" id="userValidacao" class="form-control"
|
||||
readonly data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
readonly data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
@@ -839,7 +901,7 @@
|
||||
<label>
|
||||
<input name="situacaoResolvida" id="situacaoResolvidaNao" value="nao"
|
||||
type="radio" />
|
||||
<span class="change-weight">Não</span>
|
||||
<span class="change-weight">N�o</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
@@ -894,10 +956,10 @@
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="consideracoes">Considerações</label>
|
||||
<label for="consideracoes">Considera��es</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="consideracoes" id="consideracoes"
|
||||
placeholder="Descreva a justificativa para a sua avaliação"></textarea>
|
||||
placeholder="Descreva a justificativa para a sua avaliação"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -33,30 +33,37 @@ function iniciarFormulario() {
|
||||
$("#dataAbertura").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 51) {
|
||||
$(".activity-4, .activity-51").show();
|
||||
showAndBlock([4]);
|
||||
$("#userAprova").val($("#currentUserName").val());
|
||||
$("#dataUserAprova").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 20) {
|
||||
$(".activity-4, .activity-20").show();
|
||||
showAndBlock([4]);
|
||||
showAndBlock([4, 51]);
|
||||
$("#userAprov").val($("#currentUserName").val());
|
||||
$("#dataUserAprov").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 22) {
|
||||
$(".activity-4, .activity-20, .activity-22").show();
|
||||
showAndBlock([4, 20]);
|
||||
showAndBlock([4, 20, 51]);
|
||||
$("#analistaDesligamento").val($("#currentUserName").val());
|
||||
$("#dataPrevista").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 24) {
|
||||
$(".activity-4, .activity-20, .activity-22, .activity-24").show();
|
||||
showAndBlock([4, 20, 22]);
|
||||
showAndBlock([4, 20, 22, 51]);
|
||||
$("#userAprovConf").val($("#currentUserName").val());
|
||||
$("#dataUserAprovConf").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 5) {
|
||||
$(".activity-4, .activity-20, .activity-22, .activity-24, .activity-5").show();
|
||||
showAndBlock([4, 20, 22, 24]);
|
||||
showAndBlock([4, 20, 22, 24, 51]);
|
||||
$("#analistaComunicado").val($("#currentUserName").val());
|
||||
$("#dataComunicado").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
inicializarEstrelas();
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
||||
/* Faixa lateral colorida */
|
||||
tr.provento {
|
||||
border-left: 4px solid #1ab394 !important; /* Verde */
|
||||
}
|
||||
|
||||
tr.desconto {
|
||||
border-left: 4px solid #d9534f !important; /* Vermelho */
|
||||
}
|
||||
|
||||
/* Fundo suave (opcional) */
|
||||
tr.provento td {
|
||||
background: #e9f7ef !important;
|
||||
}
|
||||
|
||||
tr.desconto td {
|
||||
background: #fcebea !important;
|
||||
}
|
||||
@@ -0,0 +1,973 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<!-- FLUIG STYLE GUIDE -->
|
||||
<link rel="stylesheet" href="/style-guide/css/fluig-style-guide.min.css">
|
||||
|
||||
<!-- RATING STARS -->
|
||||
<link rel="stylesheet" href="/style-guide/css/fluig-style-guide-ratingstars.min.css">
|
||||
|
||||
<!-- JQUERY (Fluig j� usa, mas pode manter) -->
|
||||
<script src="/resources/js/jquery/jquery.js"></script>
|
||||
<script src="/resources/js/jquery/jquery-ui.min.js"></script>
|
||||
|
||||
<!-- MUSTACHE (WCM / C�mara) -->
|
||||
<script src="/resources/js/mustache/mustache-min.js"></script>
|
||||
|
||||
<!-- FLUIG JS -->
|
||||
<script src="/style-guide/js/fluig-style-guide.min.js"></script>
|
||||
<script src="/style-guide/js/fluig-style-guide-ratingstars.min.js"></script>
|
||||
|
||||
<!-- M�scaras -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.16/jquery.mask.min.js"></script>
|
||||
<script src="/webdesk/vcXMLRPC.js?plugin=jQueryMask"></script>
|
||||
|
||||
<!-- SEU CSS EXTERNO -->
|
||||
<link rel="stylesheet" href="desligamento.css">
|
||||
|
||||
<!-- SEU SCRIPT FINAL -->
|
||||
<script src="script.js"></script>
|
||||
|
||||
<style>
|
||||
h6 { color:#afb0b3 !important; font-weight:normal !important; }
|
||||
h2 { color:#04506b !important; display:flex !important; }
|
||||
h2:after { content:""; flex:1; border-bottom:2px solid #04506b; margin:auto; }
|
||||
.flaticon-account-box { color:#04506b !important; }
|
||||
#rcorners {
|
||||
height:110px; line-height:110px; color:white;
|
||||
border-radius:0 0 50px 50px;
|
||||
background:rgb(19,59,74);
|
||||
background:linear-gradient(90deg, rgb(19,59,74) 0%, rgb(19,59,74) 50%, rgb(19,59,74) 100%);
|
||||
text-align:center;
|
||||
}
|
||||
textarea { resize: vertical; }
|
||||
.ratingStars { display:flex; align-items:center; height:50px; }
|
||||
.ratingStars .minha-avaliacao { margin:0 20px; color:#f0ad4e; }
|
||||
.consegueResolverMotivo .textoAuxiliar {
|
||||
width:100%; color:#8c8d8f; font-size:12px;
|
||||
margin-left:1.5em; font-weight:400;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="fluig-style-guide" style="background-color: white">
|
||||
<form name="form" role="form">
|
||||
<div style="display: none">
|
||||
<input type="text" id="WKNumProces" name="WKNumProces" />
|
||||
<input type="text" id="activity" name="activity" />
|
||||
<input type="text" id="formMode" name="formMode" />
|
||||
|
||||
<!-- requester -->
|
||||
<input type="text" id="requesterMail" name="requesterMail" />
|
||||
<input type="text" id="requesterId" name="requesterId" />
|
||||
|
||||
<!-- current user -->
|
||||
<input type="text" id="currentUserName" name="currentUserName" />
|
||||
<input type="text" id="currentUsermail" name="currentUsermail" />
|
||||
<input type="text" id="currentUserId" name="currentUserId" />
|
||||
</div>
|
||||
|
||||
<h1 id="rcorners">Desligamento de colaborador</h1>
|
||||
|
||||
<div class="container activity-all">
|
||||
<div class="activity activity-4">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-account-box" aria-hidden="true"></i>
|
||||
Informa��es gerais
|
||||
</h2>
|
||||
<h6>
|
||||
Estes s�o os dados referentes aos respons�veis pela abertura e
|
||||
pela solicita��o do atual processo.
|
||||
</h6>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="requesterName"> Gestor da �rea </label>
|
||||
<input type="text" name="requesterName" id="requesterName" class="form-control"
|
||||
readonly data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataAbertura"> Data </label>
|
||||
<input type="text" name="dataAbertura" id="dataAbertura" class="form-control"
|
||||
readonly />
|
||||
</div>
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="emailGestorArea"> E-mail do gestor </label>
|
||||
<input type="text" name="emailGestorArea" id="emailGestorArea" class="form-control"
|
||||
readonly data-protection="E-mail do gestor" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-mail
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="colabDesliga">
|
||||
Nome do colaborador a ser desligado
|
||||
</label>
|
||||
<span class="required text-danger"><strong> * </strong></span>
|
||||
<input type="zoom" class="form-control requiredInput" name="colabDesliga"
|
||||
id="colabDesliga" data-zoom="{
|
||||
'displayKey':'full_name',
|
||||
'datasetId':'dsFeedzColaboradoresAtivos',
|
||||
'placeholder': 'Pesquisar nome do colaborador.',
|
||||
'fields':[
|
||||
{
|
||||
'field':'full_name',
|
||||
'label':'Nome',
|
||||
'standard':'true',
|
||||
'search':'true'
|
||||
}
|
||||
]
|
||||
}" />
|
||||
<p class="text-danger text-error">
|
||||
Preenchimento obrigat�rio.
|
||||
</p>
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="colabCpf"> CPF: </label>
|
||||
<input type="text" name="colabCpf" id="colabCpf" class="form-control" readonly
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="colabadmissao"> Data de Admiss�o </label>
|
||||
<input type="text" name="colabadmissao" id="colabadmissao" class="form-control" readonly
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-3 col-xs-6">
|
||||
<label for="departamento"> Departamento </label>
|
||||
<input type="text" name="departamento" id="departamento" class="form-control" readonly
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-3 col-xs-4">
|
||||
<label for="emailColaborador"> E-mail do colaborador: </label>
|
||||
<input type="text" name="emailColaborador" id="emailColaborador" class="form-control" readonly
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-3 col-xs-6">
|
||||
<label for="cargoColaborador"> Fun��o do Colaborador </label>
|
||||
<input type="text" name="cargoColaborador" id="cargoColaborador" class="form-control" readonly
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
|
||||
<!-- Campo: Tipo de Desligamento -->
|
||||
<div class="form-group col-md-3 col-xs-6">
|
||||
<label for="tipodesligamento">
|
||||
Selecione o tipo de desligamento?
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
</label>
|
||||
<select id="tipodesligamento" name="tipodesligamento" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="experiencia">Per�odo de Experi�ncia</option>
|
||||
<option value="desempenho">Baixo Desempenho</option>
|
||||
<option value="substituicao">Substitui��o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<!-- Campo: Feedback -->
|
||||
<div class="form-group col-md-3 col-xs-3 feedbackRow" style="display:none;">
|
||||
<label for="feedbackColaborador">
|
||||
Foi feito o feedback de 45 e 90 dias?
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
</label>
|
||||
<select id="feedbackColaborador" name="feedbackColaborador" class="form-control">
|
||||
<option value="">Selecione</option>
|
||||
<option value="sim">Sim</option>
|
||||
<option value="nao">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="motivoDesligamento">Jusitificativa do Desligamento</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="motivoDesligamento" id="motivoDesligamento"
|
||||
placeholder="Descreva a justificativa para o Desligamento"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="activity activity-51">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-settings icon-md" aria-hidden="true"></i>
|
||||
Análise de Desligamento
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userAprova"> Responsável </label>
|
||||
<input type="text" name="userAprova" id="userAprova" class="form-control" readonly
|
||||
data-protection="Usuário de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataUserAprova"> Data </label>
|
||||
<input type="text" name="dataUserAprova" id="dataUserAprova" class="form-control"
|
||||
readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Análise de desligamento</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<select id="DesligamentoAprova" name="DesligamentoAprova" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Analisado</option>
|
||||
<option value="Nao">Não, processo de desligamento cancelado.</option>
|
||||
<option value="MaisInformacoes">Necessito de mais informações</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="Aprovadesligamento">Jusitificativa</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="Aprovadesligamento"
|
||||
id="Aprovadesligamento"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="activity activity-20">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-settings icon-md" aria-hidden="true"></i>
|
||||
Aprova��o de Desligamento
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userAprov"> Responsável </label>
|
||||
<input type="text" name="userAprov" id="userAprov" class="form-control" readonly
|
||||
data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataUserAprov"> Data </label>
|
||||
<input type="text" name="dataUserAprov" id="dataUserAprov" class="form-control"
|
||||
readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Desligamento aprovado?</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<select id="DesligamentoAprov" name="DesligamentoAprov" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="Nao">Não, processo de desligamento cancelado.</option>
|
||||
<option value="MaisInformacoes">Necessito de mais informações</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="Aprovdesligamento">Jusitificativa</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="Aprovdesligamento"
|
||||
id="Aprovdesligamento"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="activity activity-22">
|
||||
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-message icon-md" aria-hidden="true"></i>
|
||||
Previs�o de Desligamento
|
||||
</h2>
|
||||
<h6>Insira abaixo detalhes adicionais.</h6>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="analistaComunicado"> Respons�vel</label>
|
||||
<input type="text" name="analistaDesligamento" id="analistaDesligamento"
|
||||
class="form-control" readonly data-protection="Analista"
|
||||
data-protection-anonymizable data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataPrevista"> Data </label>
|
||||
<input type="text" name="dataPrevista" id="dataPrevista" class="form-control"
|
||||
readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-12">
|
||||
<label for="dataInicio" style="display:block;">
|
||||
Prazo de desligamento
|
||||
</label>
|
||||
<div class="d-flex" style="display: flex; align-items: center; gap: 6px;">
|
||||
<input type="date" name="dataInicio" id="dataInicio" class="form-control" style="width: 48%;" />
|
||||
<span>at�</span>
|
||||
<input type="date" name="dataFim" id="dataFim" class="form-control" style="width: 48%;" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label style="font-weight:600;">Estabilidades Verificadas:</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row mt-2">
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="trintidiocct">Trint�dio CCT</label>
|
||||
<select id="trintidiocct" name="trintidiocct" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="trintidioposferias">Trint�dio p�s-f�rias</label>
|
||||
<select id="trintidioposferias" name="trintidioposferias"
|
||||
class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="trintidioposafastamento">Trint�dio p�s-afastamento</label>
|
||||
<select id="trintidioposafastamento" name="trintidioposafastamento"
|
||||
class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="preaposentadoria">Pr�-aposentadoria</label>
|
||||
<select id="preaposentadoria" name="preaposentadoria" class="form-control"
|
||||
required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="acidentaria">Acident�ria (CAT)</label>
|
||||
<select id="acidentaria" name="acidentaria" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="gestante">Gestante/Licen�a maternidade/Lactante</label>
|
||||
<select id="gestante" name="gestante" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="sindical">Sindical</label>
|
||||
<select id="sindical" name="sindical" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="pcd">PCD</label>
|
||||
<select id="pcd" name="pcd" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-md-6 mb-3">
|
||||
<label for="outros">Outras Estabilidades</label>
|
||||
<select id="outros" name="outros" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="infoadicionais">Informa��es adicionais</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="infoadicionais"
|
||||
id="infoadicionais"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="activity activity-24">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-toc icon-md" aria-hidden="true"></i>
|
||||
An�lise de Conformidades
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userAprovConf"> Respons�vel </label>
|
||||
<input type="text" name="userAprovConf" id="userAprovConf" class="form-control"
|
||||
readonly data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataUserAprovConf"> Data </label>
|
||||
<input type="text" name="dataUserAprovConf" id="dataUserAprovConf"
|
||||
class="form-control" readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>O colaborador tem impeditivos?</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<select id="impeditivosColab" name="impeditivosColab" class="form-control" required>
|
||||
<option value="">Selecione</option>
|
||||
<option value="Sim">Sim</option>
|
||||
<option value="N�o">Não</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="InforConf">Informa��es adicionais</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="InforConf" id="InforConf"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="activity activity-5">
|
||||
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-user-search icon-md" aria-hidden="true"></i>
|
||||
Informa��es Gerencias do Colaborador
|
||||
</h2>
|
||||
<h6>Insira abaixo as informa��es.</h6>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="analistaComunicado"> Respons�vel pelo colaborador </label>
|
||||
<input type="text" name="analistaComunicado" id="analistaComunicado"
|
||||
class="form-control" readonly data-protection="Analista"
|
||||
data-protection-anonymizable data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataComunicado"> Data </label>
|
||||
<input type="text" name="dataComunicado" id="dataComunicado"
|
||||
class="form-control" readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataExata"> Data do desligamento </label>
|
||||
<input type="date" name="dataExata" id="dataExata"
|
||||
class="form-control" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="alert alert-warning" role="alert" style="margin-top: 15px;">
|
||||
<strong>Aten��o:</strong> Antes de continuar, revise o ponto eletr�nico do colaborador no sistema Pontotel.
|
||||
Certifique-se que faltas, atrasos, horas extras e demais registros est�o corretos.
|
||||
Caso necess�rio, realize os ajustes antes de prosseguir.
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<!-- ================= PROVENTOS ================= -->
|
||||
<div class="col-md-6">
|
||||
<h4><b>Proventos</b></h4>
|
||||
<table id="tabelaProventos"
|
||||
tablename="tabelaProventos"
|
||||
class="table table-bordered"
|
||||
noaddbutton="true"
|
||||
nodeletebutton="true">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 45%">Categoria</th>
|
||||
<th style="width: 40%">Valor / Quantidade</th>
|
||||
<th style="width: 15%">A��es</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<select name="categoriaProv" class="form-control categoriaProv">
|
||||
<option value="">Selecione...</option>
|
||||
<option value="comissao">Comiss�o</option>
|
||||
<option value="premiacao">Premia��o</option>
|
||||
<option value="horasextras">Horas Extras</option>
|
||||
<option value="outro">Outro</option>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<div class="valorContainerProv">
|
||||
<input type="text" name="valorProv"
|
||||
class="form-control"
|
||||
placeholder="Selecione a categoria">
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
<button type="button" class="btn btn-danger btn-sm"
|
||||
onclick="fnWdkRemoveChild(this)">Remover</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<button type="button" class="btn btn-primary mt-2"
|
||||
onclick="addLinhaProvento()">
|
||||
+ Adicionar Provento
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- ================= DESCONTOS ================= -->
|
||||
<div class="col-md-6">
|
||||
<h4><b>Descontos</b></h4>
|
||||
<table id="tabelaDescontos"
|
||||
tablename="tabelaDescontos"
|
||||
class="table table-bordered"
|
||||
noaddbutton="true"
|
||||
nodeletebutton="true">
|
||||
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 45%">Categoria</th>
|
||||
<th style="width: 40%">Valor / Quantidade</th>
|
||||
<th style="width: 15%">A��es</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<select name="categoriaDesc" class="form-control categoriaDesc">
|
||||
<option value="">Selecione...</option>
|
||||
<option value="faltas">Faltas (dias)</option>
|
||||
<option value="atrasos">Atrasos (hh:mm)</option>
|
||||
<option value="avarias">Avarias</option>
|
||||
<option value="outro">Outro</option>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<div class="valorContainerDesc">
|
||||
<input type="text" name="valorDesc"
|
||||
class="form-control"
|
||||
placeholder="Selecione a categoria">
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td class="text-center">
|
||||
<button type="button" class="btn btn-danger btn-sm"
|
||||
onclick="fnWdkRemoveChild(this)">Remover</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<button type="button" class="btn btn-primary mt-2"
|
||||
onclick="addLinhaDesconto()">
|
||||
+ Adicionar Desconto
|
||||
</button>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Equipamentos Recolhidos</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br />
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Notebook" name="Notebook" value="Notebook" />
|
||||
<label for="Notebook">Notebook</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Telefone" name="Telefone" value="Telefone" />
|
||||
<label for="Telefone">Telefone</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Chipdecelular" name="Chipdecelular" value="chip" />
|
||||
<label for="Chipdecelular">Chip de celular</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Carregadordonotebook"
|
||||
name="Carregadordonotebook" value="carregadorNotebook"/>
|
||||
<label for="Carregadordonotebook">Carregador do notebook</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Carregadordotelefone"
|
||||
name="Carregadordotelefone" value="carregadorTelefone"/>
|
||||
<label for="Carregadordotelefone">Carregador do telefone</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row ratingAction">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Como voc� avalia o estado dos equipamentos?</label>
|
||||
<div class="ratingStars">
|
||||
<span>P�ssimo</span>
|
||||
<div class="minha-avaliacao"></div>
|
||||
<span>Excelente</span>
|
||||
</div>
|
||||
<input type="hidden" id="ratingValue" name="ratingValue" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="detalheSolicitacao">Detalhamento da situa��o</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="detalheSolicitacao"
|
||||
id="detalheSolicitacao"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="activity activity-13">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-assignment-returned icon-md" aria-hidden="true"></i>
|
||||
Documentos Demissionais
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="analistaTecnico"> Respons�vel pelo envio </label>
|
||||
<input type="text" name="analistaTecnico" id="analistaTecnico"
|
||||
class="form-control" readonly data-protection="Analista"
|
||||
data-protection-anonymizable data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataAnaliseTecnica"> Data </label>
|
||||
<input type="text" name="dataAnaliseTecnica" id="dataAnaliseTecnica"
|
||||
class="form-control" readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Todos os documentos foram entregues e a assinatura do documento foi conclu�da?</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<select id="assinaturaDoc" name="assinaturaDoc" class="form-control">
|
||||
<option value="">Selecione</option>
|
||||
<option value="sim">Sim</option>
|
||||
<option value="nao">N�o</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row consegueResolverMotivo" style="display:none;">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Qual o motivo?</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br />
|
||||
<div class="">
|
||||
<label>
|
||||
<input name="possuiInconsistencia" id="possuiInconsistenciaNao"
|
||||
value="nao" type="radio" />
|
||||
<span class="change-weight">O colaborador desligado <b>deixou pendente</b> a assinatura de alguns documentos.</span></b></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
tamb�m come�a escondido -->
|
||||
<!-- <div class="row consideracoesRow" style="display:none;">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="consideracoesTecnicas">Considera��es</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="consideracoesTecnicas"
|
||||
id="consideracoesTecnicas"
|
||||
placeholder="Descreva a justificativa"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="activity activity-15">
|
||||
<div>
|
||||
<br />
|
||||
<h2>
|
||||
<i class="flaticon flaticon-settings icon-md" aria-hidden="true"></i>
|
||||
<i class="flaticon flaticon-workstation icon-md" aria-hidden="true"></i>
|
||||
Desativar acessos
|
||||
</h2>
|
||||
<br />
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-4 col-xs-4">
|
||||
<label for="userValidacao"> Respons�vel </label>
|
||||
<input type="text" name="userValidacao" id="userValidacao" class="form-control"
|
||||
readonly data-protection="Usu�rio de abertura" data-protection-anonymizable
|
||||
data-protection-sensitive data-protection-name
|
||||
data-protection-class-legitimate-interests="Dado coletado para o funcionamento do processo" />
|
||||
</div>
|
||||
<div class="form-group col-md-2 col-xs-6">
|
||||
<label for="dataUserValidacao"> Data </label>
|
||||
<input type="text" name="dataUserValidacao" id="dataUserValidacao"
|
||||
class="form-control" readonly />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Acessos desabilitados?</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br />
|
||||
<div class="radio-inline">
|
||||
<label>
|
||||
<input name="situacaoResolvida" id="situacaoResolvidaSim" value="sim"
|
||||
type="radio" />
|
||||
<span class="change-weight">Sim</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="radio-inline">
|
||||
<label>
|
||||
<input name="situacaoResolvida" id="situacaoResolvidaNao" value="nao"
|
||||
type="radio" />
|
||||
<span class="change-weight">N�o</span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label>Acessos Desabilitados</label>
|
||||
<span class="text-danger"><strong>*</strong></span><br />
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="ActiveDirectory" name="ActiveDirectory" />
|
||||
<label for="ActiveDirectory">Active Directory</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="ControladorasFaciais"
|
||||
name="ControladorasFaciais" />
|
||||
<label for="ControladorasFaciais">Controladoras Faciais</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Protheus" name="Protheus" />
|
||||
<label for="Protheus">Protheus</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Extranet" name="Extranet" />
|
||||
<label for="Extranet">Extranet</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="AcessoSSH" name="AcessoSSH" />
|
||||
<label for="AcessoSSH">Acesso SSH</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Email" name="Email" />
|
||||
<label for="Email">E-mail</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Fluig" name="Fluig" />
|
||||
<label for="Fluig">Fluig</label>
|
||||
</div>
|
||||
<div class="custom-checkbox custom-checkbox-inline custom-checkbox-success">
|
||||
<input type="checkbox" id="Feedz" name="Feedz" />
|
||||
<label for="Feedz">Feedz</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row explainAction">
|
||||
<div class="form-field">
|
||||
<div class="form-input">
|
||||
<div class="form-group col-md-12">
|
||||
<label for="consideracoes">Considera��es</label>
|
||||
<span class="text-danger"><strong>*</strong></span>
|
||||
<textarea class="form-control" name="consideracoes" id="consideracoes"
|
||||
placeholder="Descreva a justificativa para a sua avaliação"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,39 @@
|
||||
function displayFields(form, customHTML) {
|
||||
var activity = getValue('WKNumState');
|
||||
var userId = getValue('WKUser');
|
||||
|
||||
form.setShowDisabledFields(true);
|
||||
form.setHidePrintLink(true);
|
||||
|
||||
form.setValue("WKNumProces", getValue('WKNumProces'));
|
||||
form.setValue("activity", activity);
|
||||
form.setValue("formMode", form.getFormMode());
|
||||
|
||||
var c1 = DatasetFactory.createConstraint("colleagueId", userId, userId, ConstraintType.MUST);
|
||||
var filter = new Array(c1);
|
||||
var fields = new Array("colleagueName", "mail");
|
||||
var retorno = DatasetFactory.getDataset("colleague", fields, filter, null);
|
||||
|
||||
//requester
|
||||
if (activity == 0 || activity == 4) {
|
||||
form.setValue("requesterName", retorno.getValue(0, "colleagueName"));
|
||||
form.setValue("currentUsermail", retorno.getValue(0, "mail"));
|
||||
form.setValue("currentUserId", userId);
|
||||
} else {
|
||||
form.setValue("currentUserName", retorno.getValue(0, "colleagueName"));
|
||||
form.setValue("currentUsermail", retorno.getValue(0, "mail"));
|
||||
form.setValue("currentUserId", userId);
|
||||
}
|
||||
|
||||
//requester
|
||||
if (activity == 5 || activity == 24) {
|
||||
form.setValue("requesterName", retorno.getValue(0, "colleagueName"));
|
||||
form.setValue("requesterMail", retorno.getValue(0, "mail"));
|
||||
form.setValue("requesterId", userId);
|
||||
} else {
|
||||
form.setValue("requesterName", retorno.getValue(0, "colleagueName"));
|
||||
form.setValue("requesterMail", retorno.getValue(0, "mail"));
|
||||
form.setValue("requesterId", userId);
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,385 @@
|
||||
/****************************************************************************************
|
||||
* FLUIG - DESLIGAMENTO DO COLABORADOR
|
||||
* SCRIPT PRINCIPAL ORGANIZADO
|
||||
****************************************************************************************/
|
||||
|
||||
$(window).on("load", function () {
|
||||
setTimeout(() => {
|
||||
iniciarFormulario();
|
||||
}, 400);
|
||||
});
|
||||
|
||||
/****************************************************************************************
|
||||
* INICIALIZAÇÃO DO FORMULÁRIO
|
||||
****************************************************************************************/
|
||||
function iniciarFormulario() {
|
||||
|
||||
const activity = parseInt($("#activity").val() || 0);
|
||||
const formMode = $("#formMode").val() || "ADD";
|
||||
const requestDate = getCurrentDate();
|
||||
|
||||
$(".activity").hide(); // Oculta todas por padrão
|
||||
|
||||
if (formMode === "VIEW") {
|
||||
$(".activity").show();
|
||||
showAndBlock(["all"]);
|
||||
return;
|
||||
}
|
||||
|
||||
if ([0, 4].includes(activity)) {
|
||||
$(".activity-4").show();
|
||||
$("#requesterName").val($("#requesterName").val() || $("#currentUserName").val());
|
||||
$("#emailGestorArea").val($("#requesterMail").val() || $("#currentUsermail").val());
|
||||
$("#dataAbertura").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 51) {
|
||||
$(".activity-4, .activity-51").show();
|
||||
showAndBlock([4]);
|
||||
$("#userAprova").val($("#currentUserName").val());
|
||||
$("#dataUserAprova").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 20) {
|
||||
$(".activity-4, .activity-20").show();
|
||||
showAndBlock([4, 51]);
|
||||
$("#userAprov").val($("#currentUserName").val());
|
||||
$("#dataUserAprov").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 22) {
|
||||
$(".activity-4, .activity-20, .activity-22").show();
|
||||
showAndBlock([4, 20, 51]);
|
||||
$("#analistaDesligamento").val($("#currentUserName").val());
|
||||
$("#dataPrevista").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 24) {
|
||||
$(".activity-4, .activity-20, .activity-22, .activity-24").show();
|
||||
showAndBlock([4, 20, 22, 51]);
|
||||
$("#userAprovConf").val($("#currentUserName").val());
|
||||
$("#dataUserAprovConf").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
if (activity === 5) {
|
||||
$(".activity-4, .activity-20, .activity-22, .activity-24, .activity-5").show();
|
||||
showAndBlock([4, 20, 22, 24, 51]);
|
||||
$("#analistaComunicado").val($("#currentUserName").val());
|
||||
$("#dataComunicado").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
inicializarEstrelas();
|
||||
}
|
||||
|
||||
|
||||
if (activity === 15) {
|
||||
$(".activity-4, .activity-15").show();
|
||||
showAndBlock([4]);
|
||||
$("#userValidacao").val($("#currentUserName").val());
|
||||
$("#dataUserValidacao").val(`${requestDate[0]} - ${requestDate[1]}`);
|
||||
}
|
||||
|
||||
$(`.activity-${activity} :input`)
|
||||
.prop("readonly", false)
|
||||
.prop("disabled", false)
|
||||
.css("background-color", "");
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* BLOQUEIO DE ATIVIDADES ANTERIORES
|
||||
****************************************************************************************/
|
||||
function showAndBlock(list) {
|
||||
|
||||
const current = parseInt($("#activity").val());
|
||||
|
||||
if (list[0] === "all") {
|
||||
$(".activity :input")
|
||||
.prop("readonly", true)
|
||||
.css("pointer-events", "none")
|
||||
.css("background-color", "#eee");
|
||||
return;
|
||||
}
|
||||
|
||||
list.forEach(a => {
|
||||
|
||||
$(`.activity-${a}`).show();
|
||||
|
||||
$(`.activity-${a} :input`).each(function () {
|
||||
|
||||
if ($(this).closest(".activity").hasClass(`activity-${current}`)) return;
|
||||
|
||||
// trava campos normais
|
||||
$(this)
|
||||
.prop("readonly", true)
|
||||
.css("background-color", "#eee")
|
||||
.css("pointer-events", "none");
|
||||
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* FUNÇÕES AUXILIARES
|
||||
****************************************************************************************/
|
||||
function getCurrentDate() {
|
||||
const now = new Date();
|
||||
const pad = n => (n < 10 ? "0" + n : n);
|
||||
|
||||
return [
|
||||
`${pad(now.getDate())}/${pad(now.getMonth() + 1)}/${now.getFullYear()}`,
|
||||
`${pad(now.getHours())}:${pad(now.getMinutes())}`
|
||||
];
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* ESTRELAS DE AVALIAÇÃO
|
||||
****************************************************************************************/
|
||||
function inicializarEstrelas() {
|
||||
|
||||
const valorSalvo = parseInt($("#ratingValue").val()) || 0;
|
||||
|
||||
const stars = FLUIGC.stars(".minha-avaliacao", {
|
||||
stars: 5,
|
||||
value: valorSalvo,
|
||||
sizeClass: "icon-md"
|
||||
});
|
||||
|
||||
stars.on("click", function () {
|
||||
const valor = $(".fluigicon-star-active").length;
|
||||
$("#ratingValue").val(valor);
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
$(".minha-avaliacao .fluigicon-star").each(function (i) {
|
||||
$(this).css("color", i < valorSalvo ? "#f0ad4e" : "#ccc");
|
||||
});
|
||||
}, 200);
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* VALIDAÇÃO DO ENVIO
|
||||
****************************************************************************************/
|
||||
var beforeSendValidate = function (state) {
|
||||
|
||||
if ([0, 1, 4].includes(state)) {
|
||||
if (!$("#motivoDesligamento").val()) throw "'Detalhes da situação' é obrigatório.";
|
||||
}
|
||||
|
||||
if (state == 5) {
|
||||
if (!$("#detalheSolicitacao").val()) throw "'Detalhamento da situação' é obrigatório.";
|
||||
}
|
||||
};
|
||||
|
||||
/****************************************************************************************
|
||||
* EVENTOS DINÂMICOS (EXIBIÇÃO DE CAMPOS)
|
||||
****************************************************************************************/
|
||||
$(document).ready(function () {
|
||||
|
||||
$("#assinaturaDoc").change(function () {
|
||||
$(".consegueResolverMotivo, .consideracoesRow").hide();
|
||||
if ($(this).val() === "nao") $(".consegueResolverMotivo, .consideracoesRow").slideDown();
|
||||
}).trigger("change");
|
||||
|
||||
$("input[name=feedback]").change(function () {
|
||||
$(".JustFeedback").toggle($(this).val() === "sim");
|
||||
}).trigger("change");
|
||||
|
||||
$("input[name=situacaoResolvida]").change(function () {
|
||||
$(".explainAction, .ratingAction").hide();
|
||||
if ($(this).val() === "nao") $(".explainAction").show();
|
||||
if ($(this).val() === "sim") $(".ratingAction").show();
|
||||
}).trigger("change");
|
||||
|
||||
$("#tipodesligamento").change(function () {
|
||||
$(".feedbackRow").toggle($(this).val() === "experiencia");
|
||||
}).trigger("change");
|
||||
});
|
||||
|
||||
/****************************************************************************************
|
||||
* LANÇAMENTOS (PROVENTOS / DESCONTOS)
|
||||
****************************************************************************************/
|
||||
/****************************************************************************************
|
||||
* PROVENTOS — Adicionar linha
|
||||
****************************************************************************************/
|
||||
function addLinhaProvento() {
|
||||
let idx = wdkAddChild("tabelaProventos");
|
||||
ajustarLinhaProvento(idx);
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* DESCONTOS — Adicionar linha
|
||||
****************************************************************************************/
|
||||
function addLinhaDesconto() {
|
||||
let idx = wdkAddChild("tabelaDescontos");
|
||||
ajustarLinhaDesconto(idx);
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* PROVENTOS — Ajustar linha conforme categoria
|
||||
****************************************************************************************/
|
||||
function ajustarLinhaProvento(idx) {
|
||||
|
||||
let categoria = $(`select[name="categoriaProvento___${idx}"]`);
|
||||
let container = $(`input[name="valorProvento___${idx}"]`).parent();
|
||||
|
||||
categoria.off("change").on("change", function () {
|
||||
|
||||
let valorSalvo = $(`input[name="valorProvento___${idx}"]`).val();
|
||||
container.empty();
|
||||
|
||||
let cat = categoria.val();
|
||||
|
||||
// === COMISSÃO / PREMIAÇÃO / AVARIAS → DINHEIRO ====
|
||||
if (["comissao", "premiacao"].includes(cat)) {
|
||||
container.append(`
|
||||
<input type="text" name="valorProvento___${idx}"
|
||||
class="form-control money" placeholder="R$ 0,00">
|
||||
`);
|
||||
}
|
||||
|
||||
// === HORAS EXTRAS → HH:MM ====
|
||||
else if (cat === "horasextras") {
|
||||
container.append(`
|
||||
<input type="text" name="valorProvento___${idx}"
|
||||
class="form-control timehhmm" placeholder="00:00">
|
||||
`);
|
||||
}
|
||||
|
||||
// === OUTRO → TEXTO LIVRE ====
|
||||
else {
|
||||
container.append(`
|
||||
<input type="text" name="valorProvento___${idx}"
|
||||
class="form-control" placeholder="Descreva...">
|
||||
`);
|
||||
}
|
||||
|
||||
// Restaurar valor
|
||||
$(`input[name="valorProvento___${idx}"]`).val(valorSalvo);
|
||||
|
||||
aplicarMascaraDinheiro();
|
||||
aplicarMascaraHora();
|
||||
});
|
||||
|
||||
categoria.trigger("change");
|
||||
}
|
||||
/****************************************************************************************
|
||||
* DESCONTOS — Ajustar linha conforme categoria
|
||||
****************************************************************************************/
|
||||
function ajustarLinhaDesconto(idx) {
|
||||
|
||||
let categoria = $(`select[name="categoriaDesconto___${idx}"]`);
|
||||
let container = $(`input[name="valorDesconto___${idx}"]`).parent();
|
||||
|
||||
categoria.off("change").on("change", function () {
|
||||
|
||||
let valorSalvo = $(`input[name="valorDesconto___${idx}"]`).val();
|
||||
container.empty();
|
||||
|
||||
let cat = categoria.val();
|
||||
|
||||
// === FALTAS → INTEIRO ====
|
||||
if (cat === "faltas") {
|
||||
container.append(`
|
||||
<input type="number" step="1" name="valorDesconto___${idx}"
|
||||
class="form-control" placeholder="Dias de falta">
|
||||
`);
|
||||
}
|
||||
|
||||
// === ATRASOS → HH:MM ====
|
||||
else if (cat === "atrasos") {
|
||||
container.append(`
|
||||
<input type="text" name="valorDesconto___${idx}"
|
||||
class="form-control timehhmm" placeholder="00:00">
|
||||
`);
|
||||
}
|
||||
|
||||
// === AVARIAS → DINHEIRO ====
|
||||
else if (cat === "avarias") {
|
||||
container.append(`
|
||||
<input type="text" name="valorDesconto___${idx}"
|
||||
class="form-control money" placeholder="R$ 0,00">
|
||||
`);
|
||||
}
|
||||
|
||||
// === OUTRO — texto livre ====
|
||||
else {
|
||||
container.append(`
|
||||
<input type="text" name="valorDesconto___${idx}"
|
||||
class="form-control" placeholder="Descreva...">
|
||||
`);
|
||||
}
|
||||
|
||||
// Restaurar valor salvo
|
||||
$(`input[name="valorDesconto___${idx}"]`).val(valorSalvo);
|
||||
|
||||
aplicarMascaraDinheiro();
|
||||
aplicarMascaraHora();
|
||||
});
|
||||
|
||||
categoria.trigger("change");
|
||||
}
|
||||
|
||||
/****************************************************************************************
|
||||
* Restauração automática ao recarregar o formulário
|
||||
****************************************************************************************/
|
||||
function restaurarTodasLinhas() {
|
||||
|
||||
// PROVENTOS
|
||||
$("select.categoriaProvento").each(function () {
|
||||
let idx = this.name.split("___")[1];
|
||||
ajustarLinhaProvento(idx);
|
||||
});
|
||||
|
||||
// DESCONTOS
|
||||
$("select.categoriaDesconto").each(function () {
|
||||
let idx = this.name.split("___")[1];
|
||||
ajustarLinhaDesconto(idx);
|
||||
});
|
||||
}
|
||||
|
||||
// Sempre que o Fluig recriar o pai-filho
|
||||
document.addEventListener("DOMNodeInserted", function (e) {
|
||||
|
||||
if ($(e.target).closest("#tabelaProventos").length > 0 ||
|
||||
$(e.target).closest("#tabelaDescontos").length > 0) {
|
||||
|
||||
setTimeout(restaurarTodasLinhas, 200);
|
||||
}
|
||||
});
|
||||
|
||||
/****************************************************************************************
|
||||
* Máscara de dinheiro
|
||||
****************************************************************************************/
|
||||
function aplicarMascaraDinheiro() {
|
||||
$(".money").mask("#.##0,00", { reverse: true });
|
||||
}
|
||||
|
||||
function aplicarMascaraHora() {
|
||||
$('.timehhmm').mask('00:00');
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Sempre que o Fluig alterar o pai-filho, restauramos
|
||||
document.addEventListener("DOMNodeInserted", function (e) {
|
||||
if ($(e.target).closest("table#tabelaLancamentos").length > 0) {
|
||||
setTimeout(restaurarLancamentos, 200);
|
||||
}
|
||||
});
|
||||
|
||||
/****************************************************************************************
|
||||
* ZOOM: COLABORADOR
|
||||
****************************************************************************************/
|
||||
function setSelectedZoomItem(item) {
|
||||
if (item.inputId === "colabDesliga") {
|
||||
$("#colabCpf").val(item.cpf || "");
|
||||
$("#colabadmissao").val(item.admission_at || "");
|
||||
$("#emailColaborador").val(item.email || "");
|
||||
$("#departamento").val(item.department || "");
|
||||
$("#cargoColaborador").val(item.description || "");
|
||||
}
|
||||
}
|
||||
|
||||
function removedZoomItem(item) {
|
||||
if (item.inputId === "colabDesliga") {
|
||||
$("#colabCpf, #colabadmissao, #emailColaborador, #departamento, #cargoColaborador").val("");
|
||||
}
|
||||
}
|
||||
@@ -1,219 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<java version="1.8.0_481" class="java.beans.XMLDecoder">
|
||||
<java version="1.8.0_202" class="java.beans.XMLDecoder">
|
||||
<object class="java.util.HashMap">
|
||||
<void method="put">
|
||||
<string>volume</string>
|
||||
<null/>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>camposFormulario, documentoId = 12959</string>
|
||||
<array class="java.lang.String" length="68">
|
||||
<void index="0">
|
||||
<string>AcessoSSH</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>acidentaria</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>ActiveDirectory</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>activity</string>
|
||||
</void>
|
||||
<void index="4">
|
||||
<string>analistaComunicado</string>
|
||||
</void>
|
||||
<void index="5">
|
||||
<string>analistaDesligamento</string>
|
||||
</void>
|
||||
<void index="6">
|
||||
<string>Aprovdesligamento</string>
|
||||
</void>
|
||||
<void index="7">
|
||||
<string>cargoColaborador</string>
|
||||
</void>
|
||||
<void index="8">
|
||||
<string>Carregadordonotebook</string>
|
||||
</void>
|
||||
<void index="9">
|
||||
<string>Carregadordotelefone</string>
|
||||
</void>
|
||||
<void index="10">
|
||||
<string>categoriaDesc</string>
|
||||
</void>
|
||||
<void index="11">
|
||||
<string>categoriaProv</string>
|
||||
</void>
|
||||
<void index="12">
|
||||
<string>Chipdecelular</string>
|
||||
</void>
|
||||
<void index="13">
|
||||
<string>colabadmissao</string>
|
||||
</void>
|
||||
<void index="14">
|
||||
<string>colabCpf</string>
|
||||
</void>
|
||||
<void index="15">
|
||||
<string>colabDesliga</string>
|
||||
</void>
|
||||
<void index="16">
|
||||
<string>consideracoes</string>
|
||||
</void>
|
||||
<void index="17">
|
||||
<string>ControladorasFaciais</string>
|
||||
</void>
|
||||
<void index="18">
|
||||
<string>currentUserId</string>
|
||||
</void>
|
||||
<void index="19">
|
||||
<string>currentUsermail</string>
|
||||
</void>
|
||||
<void index="20">
|
||||
<string>currentUserName</string>
|
||||
</void>
|
||||
<void index="21">
|
||||
<string>dataAbertura</string>
|
||||
</void>
|
||||
<void index="22">
|
||||
<string>dataComunicado</string>
|
||||
</void>
|
||||
<void index="23">
|
||||
<string>dataExata</string>
|
||||
</void>
|
||||
<void index="24">
|
||||
<string>dataFim</string>
|
||||
</void>
|
||||
<void index="25">
|
||||
<string>dataInicio</string>
|
||||
</void>
|
||||
<void index="26">
|
||||
<string>dataPrevista</string>
|
||||
</void>
|
||||
<void index="27">
|
||||
<string>dataUserAprov</string>
|
||||
</void>
|
||||
<void index="28">
|
||||
<string>dataUserAprovConf</string>
|
||||
</void>
|
||||
<void index="29">
|
||||
<string>dataUserValidacao</string>
|
||||
</void>
|
||||
<void index="30">
|
||||
<string>departamento</string>
|
||||
</void>
|
||||
<void index="31">
|
||||
<string>DesligamentoAprov</string>
|
||||
</void>
|
||||
<void index="32">
|
||||
<string>detalheSolicitacao</string>
|
||||
</void>
|
||||
<void index="33">
|
||||
<string>Email</string>
|
||||
</void>
|
||||
<void index="34">
|
||||
<string>emailColaborador</string>
|
||||
</void>
|
||||
<void index="35">
|
||||
<string>emailGestorArea</string>
|
||||
</void>
|
||||
<void index="36">
|
||||
<string>Extranet</string>
|
||||
</void>
|
||||
<void index="37">
|
||||
<string>feedbackColaborador</string>
|
||||
</void>
|
||||
<void index="38">
|
||||
<string>Feedz</string>
|
||||
</void>
|
||||
<void index="39">
|
||||
<string>Fluig</string>
|
||||
</void>
|
||||
<void index="40">
|
||||
<string>formMode</string>
|
||||
</void>
|
||||
<void index="41">
|
||||
<string>gestante</string>
|
||||
</void>
|
||||
<void index="42">
|
||||
<string>impeditivosColab</string>
|
||||
</void>
|
||||
<void index="43">
|
||||
<string>infoadicionais</string>
|
||||
</void>
|
||||
<void index="44">
|
||||
<string>InforConf</string>
|
||||
</void>
|
||||
<void index="45">
|
||||
<string>motivoDesligamento</string>
|
||||
</void>
|
||||
<void index="46">
|
||||
<string>Notebook</string>
|
||||
</void>
|
||||
<void index="47">
|
||||
<string>outros</string>
|
||||
</void>
|
||||
<void index="48">
|
||||
<string>pcd</string>
|
||||
</void>
|
||||
<void index="49">
|
||||
<string>preaposentadoria</string>
|
||||
</void>
|
||||
<void index="50">
|
||||
<string>Protheus</string>
|
||||
</void>
|
||||
<void index="51">
|
||||
<string>ratingValue</string>
|
||||
</void>
|
||||
<void index="52">
|
||||
<string>requesterId</string>
|
||||
</void>
|
||||
<void index="53">
|
||||
<string>requesterMail</string>
|
||||
</void>
|
||||
<void index="54">
|
||||
<string>requesterName</string>
|
||||
</void>
|
||||
<void index="55">
|
||||
<string>sindical</string>
|
||||
</void>
|
||||
<void index="56">
|
||||
<string>situacaoResolvida</string>
|
||||
</void>
|
||||
<void index="57">
|
||||
<string>Telefone</string>
|
||||
</void>
|
||||
<void index="58">
|
||||
<string>tipodesligamento</string>
|
||||
</void>
|
||||
<void index="59">
|
||||
<string>trintidiocct</string>
|
||||
</void>
|
||||
<void index="60">
|
||||
<string>trintidioposafastamento</string>
|
||||
</void>
|
||||
<void index="61">
|
||||
<string>trintidioposferias</string>
|
||||
</void>
|
||||
<void index="62">
|
||||
<string>userAprov</string>
|
||||
</void>
|
||||
<void index="63">
|
||||
<string>userAprovConf</string>
|
||||
</void>
|
||||
<void index="64">
|
||||
<string>userValidacao</string>
|
||||
</void>
|
||||
<void index="65">
|
||||
<string>valorDesc</string>
|
||||
</void>
|
||||
<void index="66">
|
||||
<string>valorProv</string>
|
||||
</void>
|
||||
<void index="67">
|
||||
<string>WKNumProces</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismoGrupo</string>
|
||||
<object class="java.util.ArrayList">
|
||||
@@ -657,6 +444,56 @@
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Transferencia</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Transferencia</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Fiscal</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Fiscal</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaAL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaAL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaBA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaBA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaSE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaSE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
@@ -676,167 +513,6 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>camposFormulario, documentoId = 590</string>
|
||||
<array class="java.lang.String" length="52">
|
||||
<void index="0">
|
||||
<string>activity</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>centroCusto</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>codigoItem</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>consideracoesCompras</string>
|
||||
</void>
|
||||
<void index="4">
|
||||
<string>consideracoesCotacao</string>
|
||||
</void>
|
||||
<void index="5">
|
||||
<string>currentUserId</string>
|
||||
</void>
|
||||
<void index="6">
|
||||
<string>currentUsermail</string>
|
||||
</void>
|
||||
<void index="7">
|
||||
<string>currentUserName</string>
|
||||
</void>
|
||||
<void index="8">
|
||||
<string>dataAbertura</string>
|
||||
</void>
|
||||
<void index="9">
|
||||
<string>dataAprovCompras</string>
|
||||
</void>
|
||||
<void index="10">
|
||||
<string>dataRealizacaoCompras</string>
|
||||
</void>
|
||||
<void index="11">
|
||||
<string>dataValidacaoCompras</string>
|
||||
</void>
|
||||
<void index="12">
|
||||
<string>dataValidacaoGestor</string>
|
||||
</void>
|
||||
<void index="13">
|
||||
<string>dataValidacaoItens</string>
|
||||
</void>
|
||||
<void index="14">
|
||||
<string>descricao</string>
|
||||
</void>
|
||||
<void index="15">
|
||||
<string>emailSolicitante</string>
|
||||
</void>
|
||||
<void index="16">
|
||||
<string>estabelecimento</string>
|
||||
</void>
|
||||
<void index="17">
|
||||
<string>excelUpload</string>
|
||||
</void>
|
||||
<void index="18">
|
||||
<string>fdAnexo_Coleta</string>
|
||||
</void>
|
||||
<void index="19">
|
||||
<string>fdAnexo_embalar</string>
|
||||
</void>
|
||||
<void index="20">
|
||||
<string>fdAnexo_Entrega</string>
|
||||
</void>
|
||||
<void index="21">
|
||||
<string>fdAnexo_Nfe</string>
|
||||
</void>
|
||||
<void index="22">
|
||||
<string>fdAnexo_recebimento</string>
|
||||
</void>
|
||||
<void index="23">
|
||||
<string>fnAnexo_Coleta</string>
|
||||
</void>
|
||||
<void index="24">
|
||||
<string>fnAnexo_embalar</string>
|
||||
</void>
|
||||
<void index="25">
|
||||
<string>fnAnexo_Entrega</string>
|
||||
</void>
|
||||
<void index="26">
|
||||
<string>fnAnexo_Nfe</string>
|
||||
</void>
|
||||
<void index="27">
|
||||
<string>fnAnexo_recebimento</string>
|
||||
</void>
|
||||
<void index="28">
|
||||
<string>formMode</string>
|
||||
</void>
|
||||
<void index="29">
|
||||
<string>gestorEmail</string>
|
||||
</void>
|
||||
<void index="30">
|
||||
<string>gestorEmailE</string>
|
||||
</void>
|
||||
<void index="31">
|
||||
<string>gestorNome</string>
|
||||
</void>
|
||||
<void index="32">
|
||||
<string>gestorNomeE</string>
|
||||
</void>
|
||||
<void index="33">
|
||||
<string>gestor_cc</string>
|
||||
</void>
|
||||
<void index="34">
|
||||
<string>gestor_cce</string>
|
||||
</void>
|
||||
<void index="35">
|
||||
<string>justificativa</string>
|
||||
</void>
|
||||
<void index="36">
|
||||
<string>justificativaDecisaoCompras</string>
|
||||
</void>
|
||||
<void index="37">
|
||||
<string>justificativaDecisaoGestor</string>
|
||||
</void>
|
||||
<void index="38">
|
||||
<string>justificativaDecisaoItens</string>
|
||||
</void>
|
||||
<void index="39">
|
||||
<string>justificativaValidaProblema</string>
|
||||
</void>
|
||||
<void index="40">
|
||||
<string>quantidadeItem</string>
|
||||
</void>
|
||||
<void index="41">
|
||||
<string>requesterId</string>
|
||||
</void>
|
||||
<void index="42">
|
||||
<string>requesterMail</string>
|
||||
</void>
|
||||
<void index="43">
|
||||
<string>requesterName</string>
|
||||
</void>
|
||||
<void index="44">
|
||||
<string>userCotacaoGestor</string>
|
||||
</void>
|
||||
<void index="45">
|
||||
<string>userRealizacaoCompras</string>
|
||||
</void>
|
||||
<void index="46">
|
||||
<string>userSolicitante</string>
|
||||
</void>
|
||||
<void index="47">
|
||||
<string>userValidacaoCompras</string>
|
||||
</void>
|
||||
<void index="48">
|
||||
<string>userValidacaoGestor</string>
|
||||
</void>
|
||||
<void index="49">
|
||||
<string>userValidacaoItens</string>
|
||||
</void>
|
||||
<void index="50">
|
||||
<string>validacaoItens</string>
|
||||
</void>
|
||||
<void index="51">
|
||||
<string>WKNumProces</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismo</string>
|
||||
<array class="[Ljava.lang.Object;" length="12">
|
||||
@@ -962,504 +638,5 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>forms</string>
|
||||
<object class="java.util.LinkedList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>FLUIGADHOC</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>FLUIGADHOC</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>3</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>FLUIGADHOCPROCESS</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>FLUIGADHOCPROCESS</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>4</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_tipo_ocorrencia</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_tipo_ocorrencia</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>14</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_abertura_chamado</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_abertura_chamado</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>15</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>DSFormulariodeAberturadechamado</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Formulário de Abertura de chamado</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>20</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>Abertura_de_chamados</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Solicitação de abertura de chamados</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>21</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>DSvistoriadeServico</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>vistoriadeServico</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>24</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>DSFormulariodeReservadesala</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Formulário de Reserva de sala</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>34</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_centrocusto</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_centrocusto</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>103</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_cadastro_item</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_cadastro_item</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>104</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_estabelecimento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_estabelecimento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>105</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_solicitacao_compras</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_solicitacao_compras</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>165</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>aberturadechamado_manutencao</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>aberturadechamado_manutencao</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>400</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>Solicitacao_transferencia</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Solicitacao_transferencia</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>590</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>recrutamento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>recrutamento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>823</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_aniversariantes</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Aniversariantes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7690</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_cardapio</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Cardápio do Dia</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7695</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_convenios</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Convênios</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7703</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_news</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Notícias</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7709</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>compras_digital</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>compras_digital</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9305</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_formulario_processo_admissao</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Formulario_Processo_Admissao_Protheus</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9626</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_cadastro_status</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Status</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9627</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_configuracoes</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Configuracoes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9628</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_cadastro_jornada</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Jornada</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9629</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_tipo_documento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Tipo_Documento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9630</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_dataset</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Dataset</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9631</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_configuracao</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Configuracoes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9632</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_beneficio</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Beneficios</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9633</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_compl_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Comp_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9634</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_funcao_jornada</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Funcao_Jornada</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9635</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_dataset_estrutura</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Dataset_Estrutura</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9636</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_grupo_tipo_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Grupo_Tipo_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9637</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_tipo_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Tipo_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9638</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_traducao_campo_valor</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Traducao_Campo_Valor</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9639</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_restricoes_cpf</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Formulario_Restricao_CPF</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9640</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_compl_vt</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Compl_VT</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9641</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_traducao_campo</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Traducao_Campo</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9995</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>desligamento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>desligamento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>12959</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<java version="1.8.0_461" class="java.beans.XMLDecoder">
|
||||
<java version="1.8.0_202" class="java.beans.XMLDecoder">
|
||||
<object class="java.util.HashMap">
|
||||
<void method="put">
|
||||
<string>volume</string>
|
||||
@@ -9,183 +9,6 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>camposFormulario, documentoId = 12959</string>
|
||||
<array class="java.lang.String" length="29">
|
||||
<void index="0">
|
||||
<string>activity</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>analistaTecnico</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>complemento</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>consegueResolver</string>
|
||||
</void>
|
||||
<void index="4">
|
||||
<string>consideracoes</string>
|
||||
</void>
|
||||
<void index="5">
|
||||
<string>consideracoesTecnicas</string>
|
||||
</void>
|
||||
<void index="6">
|
||||
<string>currentUserId</string>
|
||||
</void>
|
||||
<void index="7">
|
||||
<string>currentUsermail</string>
|
||||
</void>
|
||||
<void index="8">
|
||||
<string>currentUserName</string>
|
||||
</void>
|
||||
<void index="9">
|
||||
<string>dataAbertura</string>
|
||||
</void>
|
||||
<void index="10">
|
||||
<string>dataAnaliseTecnica</string>
|
||||
</void>
|
||||
<void index="11">
|
||||
<string>dataUserValidacao</string>
|
||||
</void>
|
||||
<void index="12">
|
||||
<string>detalheSolicitacao</string>
|
||||
</void>
|
||||
<void index="13">
|
||||
<string>emailGestorArea</string>
|
||||
</void>
|
||||
<void index="14">
|
||||
<string>emailSolicitante</string>
|
||||
</void>
|
||||
<void index="15">
|
||||
<string>estabelecimento</string>
|
||||
</void>
|
||||
<void index="16">
|
||||
<string>formMode</string>
|
||||
</void>
|
||||
<void index="17">
|
||||
<string>nomeGestorArea</string>
|
||||
</void>
|
||||
<void index="18">
|
||||
<string>possuiInconsistencia</string>
|
||||
</void>
|
||||
<void index="19">
|
||||
<string>ratingValue</string>
|
||||
</void>
|
||||
<void index="20">
|
||||
<string>requesterId</string>
|
||||
</void>
|
||||
<void index="21">
|
||||
<string>requesterMail</string>
|
||||
</void>
|
||||
<void index="22">
|
||||
<string>requesterName</string>
|
||||
</void>
|
||||
<void index="23">
|
||||
<string>situacaoResolvida</string>
|
||||
</void>
|
||||
<void index="24">
|
||||
<string>tipoOcorrencia</string>
|
||||
</void>
|
||||
<void index="25">
|
||||
<string>tituloOcorrencia</string>
|
||||
</void>
|
||||
<void index="26">
|
||||
<string>userSolicitante</string>
|
||||
</void>
|
||||
<void index="27">
|
||||
<string>userValidacao</string>
|
||||
</void>
|
||||
<void index="28">
|
||||
<string>WKNumProces</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismoGrupo</string>
|
||||
<object class="java.util.ArrayList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Tecnologia e Comunicação</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TIC</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Compras Indiretos</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ComprasIndiretos</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Obras e manutenção</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Manutencao</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Aprovadores Compras Nvl 3</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AprovadoresComprasNvl3</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Requisitantes de Vaga</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Requisitantesdevaga</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Recrutamento</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Recrutamento</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>TODOS-TODOS-DIADMISSAO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TODOS-TODOS-DIADMISSAO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>expediente</string>
|
||||
<array class="java.lang.String" length="4">
|
||||
@@ -203,167 +26,6 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>processosServidor</string>
|
||||
<object class="java.util.ArrayList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Abertura de Chamado</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Abertura de chamado Manutenção</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>desligamentoColaborador</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>desligamentoColaborador</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>TOTVS RH - Admissão Digital</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>dpf_digte_di_processo_admissao</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Abertura de Chamado</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>FlowEssentials_AberturaDeChamado</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Solicitação de compra - Totvs</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>FlowEssentials_SolicitacaoDeCompras</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Flowservico_terceirizado</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Flowservico_terceirizado</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Listar Tarefas</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>FLUIGADHOC</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Recrutamento e seleção</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Recrutamento e Seleção</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Solicitação de compra - Ginseng</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Solicitação de compras </string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Solicitação de compra - Ginseng</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Solicitação de compras - Integração teste</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Solicitação de compra - Ginseng</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Solicitação de compras v2</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.ProcessDefinitionDto">
|
||||
<void property="companyId">
|
||||
<int>1</int>
|
||||
</void>
|
||||
<void property="processDescription">
|
||||
<string>Transferência Ginseng</string>
|
||||
</void>
|
||||
<void property="processId">
|
||||
<string>Transferência Ginseng</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismo</string>
|
||||
<array class="[Ljava.lang.Object;" length="12">
|
||||
@@ -489,504 +151,5 @@
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>forms</string>
|
||||
<object class="java.util.LinkedList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>FLUIGADHOC</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>FLUIGADHOC</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>3</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>FLUIGADHOCPROCESS</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>FLUIGADHOCPROCESS</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>4</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_tipo_ocorrencia</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_tipo_ocorrencia</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>14</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_abertura_chamado</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_abertura_chamado</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>15</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>DSFormulariodeAberturadechamado</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Formulário de Abertura de chamado</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>20</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>Abertura_de_chamados</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Solicitação de abertura de chamados</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>21</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>DSvistoriadeServico</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>vistoriadeServico</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>24</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>DSFormulariodeReservadesala</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Formulário de Reserva de sala</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>34</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_centrocusto</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_centrocusto</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>103</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_cadastro_item</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_cadastro_item</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>104</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_dataset_estabelecimento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_dataset_estabelecimento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>105</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>totvsflow_solicitacao_compras</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>totvsflow_solicitacao_compras</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>165</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>aberturadechamado_manutencao</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>aberturadechamado_manutencao</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>400</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>Solicitacao_transferencia</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Solicitacao_transferencia</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>590</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>recrutamento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>recrutamento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>823</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_aniversariantes</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Aniversariantes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7690</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_cardapio</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Cardápio do Dia</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7695</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_convenios</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Convênios</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7703</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>kit_news</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Notícias</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>7709</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>compras_digital</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>compras_digital</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9305</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_formulario_processo_admissao</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Formulario_Processo_Admissao_Protheus</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9626</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_cadastro_status</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Status</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9627</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_configuracoes</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Configuracoes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9628</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_cadastro_jornada</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Jornada</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9629</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_tipo_documento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Tipo_Documento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9630</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_dataset</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Dataset</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9631</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_configuracao</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Configuracoes</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9632</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_beneficio</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Beneficios</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9633</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_compl_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Comp_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9634</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_funcao_jornada</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Funcao_Jornada</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9635</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_dataset_estrutura</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Dataset_Estrutura</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9636</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_grupo_tipo_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Grupo_Tipo_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9637</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_tipo_contrato</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Tipo_Contrato</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9638</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_traducao_campo_valor</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Traducao_Campo_Valor</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9639</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_restricoes_cpf</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Formulario_Restricao_CPF</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9640</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_compl_vt</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Compl_VT</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9641</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>dpf_di_traducao_campo</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>Digte_Public_Form_Di_Traducao_Campo</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>9995</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.technology.ecmrestclient.cardindexpublisher.FormVO">
|
||||
<void property="datasetName">
|
||||
<string>desligamento</string>
|
||||
</void>
|
||||
<void property="documentDescription">
|
||||
<string>desligamento</string>
|
||||
</void>
|
||||
<void property="documentId">
|
||||
<int>12959</int>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<snapshotFrequency>0</snapshotFrequency>
|
||||
<baseDay>0</baseDay>
|
||||
<baseMonth>0</baseMonth>
|
||||
<periodId>Expediente BackOffice, Logística e Motorista</periodId>
|
||||
<periodId>Default</periodId>
|
||||
<uniqueCardVersion>false</uniqueCardVersion>
|
||||
<keyWord></keyWord>
|
||||
<complementsLevel>1</complementsLevel>
|
||||
@@ -29,10 +29,10 @@
|
||||
<processDefinitionVersionPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
</processDefinitionVersionPK>
|
||||
<versionDescription></versionDescription>
|
||||
<formId>12959</formId>
|
||||
<formId>0</formId>
|
||||
<editionMode>true</editionMode>
|
||||
<updateAttachmentsVersion>false</updateAttachmentsVersion>
|
||||
<controlsAttachmentsSecurity>false</controlsAttachmentsSecurity>
|
||||
@@ -76,8 +76,8 @@
|
||||
<notifyAuthorityFollowUp>false</notifyAuthorityFollowUp>
|
||||
<notifyRequisitionerFollowUp>true</notifyRequisitionerFollowUp>
|
||||
<automatic>false</automatic>
|
||||
<positionX>150</positionX>
|
||||
<positionY>66</positionY>
|
||||
<positionX>70</positionX>
|
||||
<positionY>86</positionY>
|
||||
<forecastedEffortType>0</forecastedEffortType>
|
||||
<forecastedEffort>0</forecastedEffort>
|
||||
<notifyManagerFollowUp>false</notifyManagerFollowUp>
|
||||
@@ -214,8 +214,7 @@
|
||||
<deadlineFieldName></deadlineFieldName>
|
||||
<joint>false</joint>
|
||||
<agreementPercentage>0</agreementPercentage>
|
||||
<engineAllocationId>Pool Grupo</engineAllocationId>
|
||||
<engineAllocationConfiguration><AssignmentController><Group>ResponsavelDesligamento</Group></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId></engineAllocationId>
|
||||
<selectColleague>1</selectColleague>
|
||||
<initialState>false</initialState>
|
||||
<notifyAuthorityDelay>true</notifyAuthorityDelay>
|
||||
@@ -230,8 +229,8 @@
|
||||
<notifyAuthorityFollowUp>true</notifyAuthorityFollowUp>
|
||||
<notifyRequisitionerFollowUp>false</notifyRequisitionerFollowUp>
|
||||
<automatic>false</automatic>
|
||||
<positionX>370</positionX>
|
||||
<positionY>200</positionY>
|
||||
<positionX>450</positionX>
|
||||
<positionY>194</positionY>
|
||||
<forecastedEffortType>0</forecastedEffortType>
|
||||
<forecastedEffort>0</forecastedEffort>
|
||||
<notifyManagerFollowUp>false</notifyManagerFollowUp>
|
||||
@@ -355,6 +354,58 @@
|
||||
<digitalSignature>false</digitalSignature>
|
||||
<executionType>0</executionType>
|
||||
</ProcessState>
|
||||
<ProcessState>
|
||||
<processStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<sequence>51</sequence>
|
||||
</processStatePK>
|
||||
<stateName>Analise de desligamento</stateName>
|
||||
<stateDescription>Analise de desligamento</stateDescription>
|
||||
<instruction></instruction>
|
||||
<deadlineTime>0</deadlineTime>
|
||||
<deadlineFieldName></deadlineFieldName>
|
||||
<joint>false</joint>
|
||||
<agreementPercentage>0</agreementPercentage>
|
||||
<engineAllocationId>Usuário</engineAllocationId>
|
||||
<engineAllocationConfiguration><AssignmentController><User>000285</User></AssignmentController></engineAllocationConfiguration>
|
||||
<selectColleague>1</selectColleague>
|
||||
<initialState>false</initialState>
|
||||
<notifyAuthorityDelay>true</notifyAuthorityDelay>
|
||||
<notifyRequisitionerDelay>false</notifyRequisitionerDelay>
|
||||
<allowanceAuthorityTime>3600</allowanceAuthorityTime>
|
||||
<frequenceAuthorityTime>3600</frequenceAuthorityTime>
|
||||
<allowanceRequisitionerTime>0</allowanceRequisitionerTime>
|
||||
<frequenceRequisitionerTime>0</frequenceRequisitionerTime>
|
||||
<transferAttachments>false</transferAttachments>
|
||||
<subProcessId></subProcessId>
|
||||
<formFolder>0</formFolder>
|
||||
<notifyAuthorityFollowUp>true</notifyAuthorityFollowUp>
|
||||
<notifyRequisitionerFollowUp>false</notifyRequisitionerFollowUp>
|
||||
<automatic>false</automatic>
|
||||
<positionX>120</positionX>
|
||||
<positionY>194</positionY>
|
||||
<forecastedEffortType>0</forecastedEffortType>
|
||||
<forecastedEffort>0</forecastedEffort>
|
||||
<notifyManagerFollowUp>false</notifyManagerFollowUp>
|
||||
<notifyManagerDelay>false</notifyManagerDelay>
|
||||
<allowanceManagerTime>0</allowanceManagerTime>
|
||||
<frequenceManagerTime>0</frequenceManagerTime>
|
||||
<inhibitTransfer>false</inhibitTransfer>
|
||||
<periodId></periodId>
|
||||
<stateType>0</stateType>
|
||||
<bpmnType>80</bpmnType>
|
||||
<signalId>0</signalId>
|
||||
<counterSign>false</counterSign>
|
||||
<openInstances>0</openInstances>
|
||||
<noticeExpirationAuthorityTime>0</noticeExpirationAuthorityTime>
|
||||
<noticeExpirationRequisitionerTime>0</noticeExpirationRequisitionerTime>
|
||||
<noticeExpirationManagerTime>0</noticeExpirationManagerTime>
|
||||
<destinationStates/>
|
||||
<digitalSignature>false</digitalSignature>
|
||||
<executionType>0</executionType>
|
||||
</ProcessState>
|
||||
<ProcessState>
|
||||
<processStatePK>
|
||||
<companyId>1</companyId>
|
||||
@@ -396,7 +447,32 @@
|
||||
<formFolder>0</formFolder>
|
||||
<automatic>true</automatic>
|
||||
<positionX>670</positionX>
|
||||
<positionY>190</positionY>
|
||||
<positionY>186</positionY>
|
||||
<inhibitTransfer>false</inhibitTransfer>
|
||||
<stateType>1</stateType>
|
||||
<bpmnType>120</bpmnType>
|
||||
<signalId>0</signalId>
|
||||
<openInstances>0</openInstances>
|
||||
<destinationStates/>
|
||||
<digitalSignature>false</digitalSignature>
|
||||
</ProcessState>
|
||||
<ProcessState>
|
||||
<processStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<sequence>53</sequence>
|
||||
</processStatePK>
|
||||
<stateName>Aprova?</stateName>
|
||||
<stateDescription>Aprova?</stateDescription>
|
||||
<joint>false</joint>
|
||||
<initialState>false</initialState>
|
||||
<transferAttachments>false</transferAttachments>
|
||||
<subProcessId></subProcessId>
|
||||
<formFolder>0</formFolder>
|
||||
<automatic>true</automatic>
|
||||
<positionX>310</positionX>
|
||||
<positionY>186</positionY>
|
||||
<inhibitTransfer>false</inhibitTransfer>
|
||||
<stateType>1</stateType>
|
||||
<bpmnType>120</bpmnType>
|
||||
@@ -593,6 +669,53 @@
|
||||
<destinationStates/>
|
||||
<digitalSignature>false</digitalSignature>
|
||||
</ProcessState>
|
||||
<ProcessState>
|
||||
<processStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<sequence>57</sequence>
|
||||
</processStatePK>
|
||||
<stateName>Fim</stateName>
|
||||
<stateDescription>Fim</stateDescription>
|
||||
<instruction>Atividade final do processo</instruction>
|
||||
<deadlineTime>0</deadlineTime>
|
||||
<joint>false</joint>
|
||||
<agreementPercentage>0</agreementPercentage>
|
||||
<engineAllocationId></engineAllocationId>
|
||||
<engineAllocationConfiguration></engineAllocationConfiguration>
|
||||
<selectColleague>0</selectColleague>
|
||||
<initialState>false</initialState>
|
||||
<notifyAuthorityDelay>true</notifyAuthorityDelay>
|
||||
<notifyRequisitionerDelay>false</notifyRequisitionerDelay>
|
||||
<allowanceAuthorityTime>0</allowanceAuthorityTime>
|
||||
<frequenceAuthorityTime>1</frequenceAuthorityTime>
|
||||
<allowanceRequisitionerTime>0</allowanceRequisitionerTime>
|
||||
<frequenceRequisitionerTime>0</frequenceRequisitionerTime>
|
||||
<transferAttachments>false</transferAttachments>
|
||||
<subProcessId></subProcessId>
|
||||
<formFolder>0</formFolder>
|
||||
<notifyAuthorityFollowUp>false</notifyAuthorityFollowUp>
|
||||
<notifyRequisitionerFollowUp>false</notifyRequisitionerFollowUp>
|
||||
<automatic>false</automatic>
|
||||
<positionX>320</positionX>
|
||||
<positionY>356</positionY>
|
||||
<forecastedEffortType>0</forecastedEffortType>
|
||||
<forecastedEffort>0</forecastedEffort>
|
||||
<notifyManagerFollowUp>false</notifyManagerFollowUp>
|
||||
<notifyManagerDelay>false</notifyManagerDelay>
|
||||
<allowanceManagerTime>0</allowanceManagerTime>
|
||||
<frequenceManagerTime>0</frequenceManagerTime>
|
||||
<inhibitTransfer>false</inhibitTransfer>
|
||||
<periodId></periodId>
|
||||
<stateType>6</stateType>
|
||||
<bpmnType>60</bpmnType>
|
||||
<signalId>0</signalId>
|
||||
<counterSign>false</counterSign>
|
||||
<openInstances>0</openInstances>
|
||||
<destinationStates/>
|
||||
<digitalSignature>false</digitalSignature>
|
||||
</ProcessState>
|
||||
</list>
|
||||
<list>
|
||||
<ConditionProcessState>
|
||||
@@ -600,13 +723,13 @@
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>1</expressionOrder>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<sequence>33</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("impeditivosColab") == "Não"</condition>
|
||||
<destinationSequenceId>5</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><FormField>requesterId</FormField></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Campo Formulário</engineAllocationId>
|
||||
<engineAllocationConfiguration><AssignmentController><BaseActivity>4</BaseActivity><Returns>Last</Returns></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Executor Atividade</engineAllocationId>
|
||||
<conditionType>0</conditionType>
|
||||
</ConditionProcessState>
|
||||
<ConditionProcessState>
|
||||
@@ -614,7 +737,7 @@
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>2</expressionOrder>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<sequence>33</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("impeditivosColab") == "Sim"</condition>
|
||||
@@ -628,7 +751,7 @@
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>1</expressionOrder>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<sequence>43</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("DesligamentoAprov") == "Não"</condition>
|
||||
@@ -640,7 +763,7 @@
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>2</expressionOrder>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<sequence>43</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("DesligamentoAprov") == "Sim"</condition>
|
||||
@@ -654,10 +777,64 @@
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>3</expressionOrder>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<sequence>43</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("DesligamentoAprov") == "MaisInformacoes"</condition>
|
||||
<destinationSequenceId>51</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><BaseActivity>4</BaseActivity><Returns>Last</Returns></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Executor Atividade</engineAllocationId>
|
||||
<conditionType>0</conditionType>
|
||||
</ConditionProcessState>
|
||||
<ConditionProcessState>
|
||||
<conditionProcessStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>4</expressionOrder>
|
||||
<version>27</version>
|
||||
<sequence>43</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("aprovacaosim") == "sim"</condition>
|
||||
<destinationSequenceId>22</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><Group>DEPARTAMENTO_PESSOAL</Group></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Pool Grupo</engineAllocationId>
|
||||
<conditionType>0</conditionType>
|
||||
</ConditionProcessState>
|
||||
<ConditionProcessState>
|
||||
<conditionProcessStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>1</expressionOrder>
|
||||
<version>27</version>
|
||||
<sequence>53</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("DesligamentoAprova") == "Nao"</condition>
|
||||
<destinationSequenceId>57</destinationSequenceId>
|
||||
<conditionType>0</conditionType>
|
||||
</ConditionProcessState>
|
||||
<ConditionProcessState>
|
||||
<conditionProcessStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>2</expressionOrder>
|
||||
<version>27</version>
|
||||
<sequence>53</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("DesligamentoAprova") == "Sim"</condition>
|
||||
<destinationSequenceId>20</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><User>FrancinePeiter</User></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Usuário</engineAllocationId>
|
||||
<conditionType>0</conditionType>
|
||||
</ConditionProcessState>
|
||||
<ConditionProcessState>
|
||||
<conditionProcessStatePK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>3</expressionOrder>
|
||||
<version>27</version>
|
||||
<sequence>53</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("DesligamentoAprova") == "MaisInformacoes"</condition>
|
||||
<destinationSequenceId>4</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><BaseActivity>4</BaseActivity><Returns>Last</Returns></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Executor Atividade</engineAllocationId>
|
||||
@@ -668,13 +845,13 @@
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<expressionOrder>4</expressionOrder>
|
||||
<version>26</version>
|
||||
<sequence>43</sequence>
|
||||
<version>27</version>
|
||||
<sequence>53</sequence>
|
||||
</conditionProcessStatePK>
|
||||
<condition>hAPI.getCardValue("aprovacaosim") == "sim"</condition>
|
||||
<destinationSequenceId>22</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><Group>DEPARTAMENTO_PESSOAL</Group></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Pool Grupo</engineAllocationId>
|
||||
<destinationSequenceId>20</destinationSequenceId>
|
||||
<engineAllocationConfiguration><AssignmentController><User>FrancinePeiter</User></AssignmentController></engineAllocationConfiguration>
|
||||
<engineAllocationId>Usuário</engineAllocationId>
|
||||
<conditionType>0</conditionType>
|
||||
</ConditionProcessState>
|
||||
</list>
|
||||
@@ -696,23 +873,6 @@
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>21</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>4</initialStateSequence>
|
||||
<finalStateSequence>20</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name>Enviar para Aprovação</name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
@@ -849,23 +1009,6 @@
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>46</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>43</initialStateSequence>
|
||||
<finalStateSequence>4</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name>Mais informações</name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
@@ -900,6 +1043,108 @@
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>52</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>4</initialStateSequence>
|
||||
<finalStateSequence>51</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name></name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>54</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>51</initialStateSequence>
|
||||
<finalStateSequence>53</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name></name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>55</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>53</initialStateSequence>
|
||||
<finalStateSequence>20</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name></name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>56</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>43</initialStateSequence>
|
||||
<finalStateSequence>51</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name></name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>58</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>53</initialStateSequence>
|
||||
<finalStateSequence>57</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name></name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
<ProcessLink>
|
||||
<processLinkPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>1</version>
|
||||
<linkSequence>59</linkSequence>
|
||||
</processLinkPK>
|
||||
<actionLabel></actionLabel>
|
||||
<returnPermited>false</returnPermited>
|
||||
<initialStateSequence>53</initialStateSequence>
|
||||
<finalStateSequence>4</finalStateSequence>
|
||||
<returnLabel></returnLabel>
|
||||
<name></name>
|
||||
<automaticLink>false</automaticLink>
|
||||
<defaultLink>false</defaultLink>
|
||||
<type>0</type>
|
||||
</ProcessLink>
|
||||
</list>
|
||||
<list/>
|
||||
<list>
|
||||
@@ -1045,8 +1290,8 @@ process.instructions=
|
||||
<list>
|
||||
<ProcessComponGraf>
|
||||
<componType>1</componType>
|
||||
<positionX>210</positionX>
|
||||
<positionY>20</positionY>
|
||||
<positionX>130</positionX>
|
||||
<positionY>10</positionY>
|
||||
<processComponGrafPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
@@ -1073,29 +1318,18 @@ process.instructions=
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<linkSequence>8</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
<positionX>167</positionX>
|
||||
<positionY>48</positionY>
|
||||
<positionX>87</positionX>
|
||||
<positionY>37</positionY>
|
||||
</ProcessLinkBend>
|
||||
<ProcessLinkBend>
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<linkSequence>21</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
<positionX>167</positionX>
|
||||
<positionY>247</positionY>
|
||||
</ProcessLinkBend>
|
||||
<ProcessLinkBend>
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<linkSequence>35</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
@@ -1106,7 +1340,7 @@ process.instructions=
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<linkSequence>36</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
@@ -1117,7 +1351,7 @@ process.instructions=
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<linkSequence>36</linkSequence>
|
||||
<bendSequence>2</bendSequence>
|
||||
</processLinkBendPK>
|
||||
@@ -1128,7 +1362,7 @@ process.instructions=
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<linkSequence>37</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
@@ -1139,7 +1373,7 @@ process.instructions=
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<version>27</version>
|
||||
<linkSequence>40</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
@@ -1150,63 +1384,50 @@ process.instructions=
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>26</version>
|
||||
<linkSequence>46</linkSequence>
|
||||
<version>27</version>
|
||||
<linkSequence>52</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
<positionX>87</positionX>
|
||||
<positionY>239</positionY>
|
||||
</ProcessLinkBend>
|
||||
<ProcessLinkBend>
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>27</version>
|
||||
<linkSequence>56</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
<positionX>699</positionX>
|
||||
<positionY>83</positionY>
|
||||
<positionY>96</positionY>
|
||||
</ProcessLinkBend>
|
||||
<ProcessLinkBend>
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>27</version>
|
||||
<linkSequence>56</linkSequence>
|
||||
<bendSequence>2</bendSequence>
|
||||
</processLinkBendPK>
|
||||
<positionX>173</positionX>
|
||||
<positionY>96</positionY>
|
||||
</ProcessLinkBend>
|
||||
<ProcessLinkBend>
|
||||
<processLinkBendPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<version>27</version>
|
||||
<linkSequence>59</linkSequence>
|
||||
<bendSequence>1</bendSequence>
|
||||
</processLinkBendPK>
|
||||
<positionX>340</positionX>
|
||||
<positionY>103</positionY>
|
||||
</ProcessLinkBend>
|
||||
</list>
|
||||
<list/>
|
||||
<list/>
|
||||
<list>
|
||||
<ProcessFormField>
|
||||
<processFormFieldPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<fieldId>cargoColaborador</fieldId>
|
||||
</processFormFieldPK>
|
||||
<fieldDescription>cargoColaborador</fieldDescription>
|
||||
<slotId>1</slotId>
|
||||
</ProcessFormField>
|
||||
<ProcessFormField>
|
||||
<processFormFieldPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<fieldId>colabDesliga</fieldId>
|
||||
</processFormFieldPK>
|
||||
<fieldDescription>colabDesliga</fieldDescription>
|
||||
<slotId>2</slotId>
|
||||
</ProcessFormField>
|
||||
<ProcessFormField>
|
||||
<processFormFieldPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<fieldId>departamento</fieldId>
|
||||
</processFormFieldPK>
|
||||
<fieldDescription>departamento</fieldDescription>
|
||||
<slotId>3</slotId>
|
||||
</ProcessFormField>
|
||||
<ProcessFormField>
|
||||
<processFormFieldPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<fieldId>motivoDesligamento</fieldId>
|
||||
</processFormFieldPK>
|
||||
<fieldDescription>motivoDesligamento</fieldDescription>
|
||||
<slotId>4</slotId>
|
||||
</ProcessFormField>
|
||||
<ProcessFormField>
|
||||
<processFormFieldPK>
|
||||
<companyId>1</companyId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<fieldId>tipodesligamento</fieldId>
|
||||
</processFormFieldPK>
|
||||
<fieldDescription>tipodesligamento</fieldDescription>
|
||||
<slotId>5</slotId>
|
||||
</ProcessFormField>
|
||||
</list>
|
||||
<list/>
|
||||
<list/>
|
||||
<list/>
|
||||
<list>
|
||||
@@ -1214,7 +1435,7 @@ process.instructions=
|
||||
<id>0</id>
|
||||
<tenantId>0</tenantId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<processVersion>26</processVersion>
|
||||
<processVersion>27</processVersion>
|
||||
<stateSequence>20</stateSequence>
|
||||
<appKey>approval</appKey>
|
||||
<appField>title</appField>
|
||||
@@ -1224,7 +1445,7 @@ process.instructions=
|
||||
<id>0</id>
|
||||
<tenantId>0</tenantId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<processVersion>26</processVersion>
|
||||
<processVersion>27</processVersion>
|
||||
<stateSequence>20</stateSequence>
|
||||
<appKey>approval</appKey>
|
||||
<appField>description</appField>
|
||||
@@ -1234,7 +1455,7 @@ process.instructions=
|
||||
<id>0</id>
|
||||
<tenantId>0</tenantId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<processVersion>26</processVersion>
|
||||
<processVersion>27</processVersion>
|
||||
<stateSequence>20</stateSequence>
|
||||
<appKey>approval</appKey>
|
||||
<appField>highlight</appField>
|
||||
@@ -1244,7 +1465,7 @@ process.instructions=
|
||||
<id>0</id>
|
||||
<tenantId>0</tenantId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<processVersion>26</processVersion>
|
||||
<processVersion>27</processVersion>
|
||||
<stateSequence>20</stateSequence>
|
||||
<appKey>approval</appKey>
|
||||
<appField>approve</appField>
|
||||
@@ -1254,7 +1475,7 @@ process.instructions=
|
||||
<id>0</id>
|
||||
<tenantId>0</tenantId>
|
||||
<processId>desligamentoColaborador</processId>
|
||||
<processVersion>26</processVersion>
|
||||
<processVersion>27</processVersion>
|
||||
<stateSequence>20</stateSequence>
|
||||
<appKey>approval</appKey>
|
||||
<appField>reject</appField>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 47 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
@@ -0,0 +1,650 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<java version="1.8.0_202" class="java.beans.XMLDecoder">
|
||||
<object class="java.util.HashMap">
|
||||
<void method="put">
|
||||
<string>volume</string>
|
||||
<array class="java.lang.String" length="1">
|
||||
<void index="0">
|
||||
<string>Default</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismoGrupo</string>
|
||||
<object class="java.util.ArrayList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Tecnologia e Comunicação</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TIC</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Compras Indiretos</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ComprasIndiretos</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Obras e manutenção</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Manutencao</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Aprovadores Compras Nvl 3</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AprovadoresComprasNvl3</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Requisitantes de Vaga</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Requisitantesdevaga</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Recrutamento</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Recrutamento</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>TODOS-TODOS-DIADMISSAO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TODOS-TODOS-DIADMISSAO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ResponsavelDesligamento</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ResponsavelDesligamento</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>GENTE & CULTURA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>GENTE_CULTURA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>LOJA AL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>LOJA_AL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>CD</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>CD</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESPAÇO DO REVENDEDOR AL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESPACO_DO_REVENDEDOR_AL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>FINANCEIRO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>FINANCEIRO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>OPERAÇÕES</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>OPERACOES</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AMG AL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AMG_AL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>REGIONAL ALAGOAS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>REGIONAL_ALAGOAS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>PREVENÇÃO DE PERDA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>PREVENCAO_DE_PERDA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>MARKETING, TREINAMENTO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>MARKETING_TREINAMENTO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>SECRETARIA EXECUTIVA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>SECRETARIA_EXECUTIVA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>DIRETORIA EXECUTIVA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>DIRETORIA_EXECUTIVA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>INFRAESTRUTURA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>INFRAESTRUTURA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESPAÇO DO REVENDEDOR BA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESPACO_DO_REVENDEDOR_BA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>BUSINESS INTELLIGENCE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>BUSINESS_INTELLIGENCE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>DEPARTAMENTO PESSOAL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>DEPARTAMENTO_PESSOAL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>LOJA BA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>LOJA_BA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>TREINAMENTO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TREINAMENTO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AMG BA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AMG_BA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>MARKETING</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>MARKETING</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>COMPRAS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>COMPRAS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AMG SE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AMG_SE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>LOJA SE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>LOJA_SE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESPAÇO DO REVENDEDOR SE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESPACO_DO_REVENDEDOR_SE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>VENDAS IN COMPANY</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>VENDAS_IN_COMPANY</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>REGIONAL BAHIA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>REGIONAL_BAHIA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>CANAL LOJA 01</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>CANAL_LOJA_01</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AUDITORIA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AUDITORIA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>CANAL LOJA 02</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>CANAL_LOJA_02</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>PLANEJAMENTO DE DEMANDAS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>PLANEJAMENTO_DE_DEMANDAS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>PROJETOS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>PROJETOS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>COMPLIANCE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>COMPLIANCE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESCRITÓRIO - MATRIZ</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESCRITORIO_MATRIZ</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESCRITÓRIO - CONQUISTA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESCRITORIO_CONQUISTA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>REGIONAL SERGIPE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>REGIONAL_SERGIPE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Transferencia</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Transferencia</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Fiscal</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Fiscal</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaAL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaAL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaBA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaBA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaSE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaSE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>expediente</string>
|
||||
<array class="java.lang.String" length="4">
|
||||
<void index="0">
|
||||
<string>Default</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Expediente BackOffice, Logística e Motorista</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>Expediente Escritório Matriz</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>Expediente Lojas</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismo</string>
|
||||
<array class="[Ljava.lang.Object;" length="12">
|
||||
<void index="0">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Associação</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Associado</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="1">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Campo de Formulário</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Campo Formulário</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="2">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>dpf_di_emp_filial_filtro</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>dpf_di_emp_filial_filtro</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="3">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>dpf_di_inicio_diadmissao</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>dpf_di_inicio_diadmissao</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="4">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Executor de Atividade</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Executor Atividade</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="5">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Grupo</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Grupo</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="6">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Grupos do Colaborador</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Grupos Colaborador</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="7">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>mecCustomAprov</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>mecCustomAprov</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="8">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Papel</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Papel</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="9">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição para um Grupo</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Pool Grupo</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="10">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição para um Papel</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Pool Papel</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="11">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Usuário</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Usuário</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
@@ -0,0 +1,650 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<java version="1.8.0_202" class="java.beans.XMLDecoder">
|
||||
<object class="java.util.HashMap">
|
||||
<void method="put">
|
||||
<string>volume</string>
|
||||
<array class="java.lang.String" length="1">
|
||||
<void index="0">
|
||||
<string>Default</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismoGrupo</string>
|
||||
<object class="java.util.ArrayList">
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Tecnologia e Comunicação</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TIC</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Compras Indiretos</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ComprasIndiretos</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Obras e manutenção</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Manutencao</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Aprovadores Compras Nvl 3</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AprovadoresComprasNvl3</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Motoristas</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Requisitantes de Vaga</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Requisitantesdevaga</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Recrutamento</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Recrutamento</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>TODOS-TODOS-DIADMISSAO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TODOS-TODOS-DIADMISSAO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ResponsavelDesligamento</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ResponsavelDesligamento</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>GENTE & CULTURA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>GENTE_CULTURA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>LOJA AL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>LOJA_AL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>CD</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>CD</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESPAÇO DO REVENDEDOR AL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESPACO_DO_REVENDEDOR_AL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>FINANCEIRO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>FINANCEIRO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>OPERAÇÕES</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>OPERACOES</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AMG AL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AMG_AL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>REGIONAL ALAGOAS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>REGIONAL_ALAGOAS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>PREVENÇÃO DE PERDA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>PREVENCAO_DE_PERDA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>MARKETING, TREINAMENTO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>MARKETING_TREINAMENTO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>SECRETARIA EXECUTIVA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>SECRETARIA_EXECUTIVA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>DIRETORIA EXECUTIVA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>DIRETORIA_EXECUTIVA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>INFRAESTRUTURA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>INFRAESTRUTURA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESPAÇO DO REVENDEDOR BA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESPACO_DO_REVENDEDOR_BA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>BUSINESS INTELLIGENCE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>BUSINESS_INTELLIGENCE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>DEPARTAMENTO PESSOAL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>DEPARTAMENTO_PESSOAL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>LOJA BA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>LOJA_BA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>TREINAMENTO</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>TREINAMENTO</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AMG BA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AMG_BA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>MARKETING</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>MARKETING</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>COMPRAS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>COMPRAS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AMG SE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AMG_SE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>LOJA SE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>LOJA_SE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESPAÇO DO REVENDEDOR SE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESPACO_DO_REVENDEDOR_SE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>VENDAS IN COMPANY</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>VENDAS_IN_COMPANY</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>REGIONAL BAHIA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>REGIONAL_BAHIA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>CANAL LOJA 01</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>CANAL_LOJA_01</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>AUDITORIA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>AUDITORIA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>CANAL LOJA 02</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>CANAL_LOJA_02</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>PLANEJAMENTO DE DEMANDAS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>PLANEJAMENTO_DE_DEMANDAS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>PROJETOS</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>PROJETOS</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>COMPLIANCE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>COMPLIANCE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESCRITÓRIO - MATRIZ</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESCRITORIO_MATRIZ</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>ESCRITÓRIO - CONQUISTA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>ESCRITORIO_CONQUISTA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>REGIONAL SERGIPE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>REGIONAL_SERGIPE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Transferencia</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Transferencia</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>Fiscal</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>Fiscal</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaAL</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaAL</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaBA</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaBA</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="add">
|
||||
<object class="com.totvs.tds.ecm.foundation.ws.GroupDto">
|
||||
<void property="groupDescription">
|
||||
<string>motoristaSE</string>
|
||||
</void>
|
||||
<void property="groupId">
|
||||
<string>motoristaSE</string>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
</object>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>expediente</string>
|
||||
<array class="java.lang.String" length="4">
|
||||
<void index="0">
|
||||
<string>Default</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Expediente BackOffice, Logística e Motorista</string>
|
||||
</void>
|
||||
<void index="2">
|
||||
<string>Expediente Escritório Matriz</string>
|
||||
</void>
|
||||
<void index="3">
|
||||
<string>Expediente Lojas</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void method="put">
|
||||
<string>mecanismo</string>
|
||||
<array class="[Ljava.lang.Object;" length="12">
|
||||
<void index="0">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Associação</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Associado</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="1">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Campo de Formulário</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Campo Formulário</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="2">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>dpf_di_emp_filial_filtro</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>dpf_di_emp_filial_filtro</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="3">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>dpf_di_inicio_diadmissao</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>dpf_di_inicio_diadmissao</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="4">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Executor de Atividade</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Executor Atividade</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="5">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Grupo</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Grupo</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="6">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Grupos do Colaborador</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Grupos Colaborador</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="7">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>mecCustomAprov</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>mecCustomAprov</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="8">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Papel</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Papel</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="9">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição para um Grupo</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Pool Grupo</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="10">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição para um Papel</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Pool Papel</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
<void index="11">
|
||||
<array class="java.lang.Object" length="2">
|
||||
<void index="0">
|
||||
<string>Atribuição por Usuário</string>
|
||||
</void>
|
||||
<void index="1">
|
||||
<string>Usuário</string>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
</array>
|
||||
</void>
|
||||
</object>
|
||||
</java>
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user