NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--<script src="/niku/app?action=dms.viewFile&RhXm0r7tSeUqEr=true&fileId=5005367&fileName=jquery-3.3.1.min.js"/>-->

<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<!--<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>-->

<!--<link rel="stylesheet" href="/niku/app?action=dms.viewFile&RhXm0r7tSeUqEr=true&fileId=5005373&fileName=simplepicker.css">
<script src="/niku/app?action=dms.viewFile&RhXm0r7tSeUqEr=true&fileId=5005376&fileName=simplepicker.js"></script>-->

<script>

/*jQuery(document).ready(function(){
loadXmlDoc();
jQuery("#ppm_refresh").click(function() {
jQuery("#ppm_refresh").unbind();
location.reload();

});
});*/

</script>

<style>
#waitingDivIn {
height: 35px;
padding: 5px;
background-color: #4CAF50;
color: rgba(53, 48, 48, 0.66);
font-size: 25px;
text-align: center;
border-bottom: 1px solid RGBA(0, 0, 0, 0.16);
display: none;
}

table {
border-collapse: collapse;
}

.project_table_clss th {
text-align: left;
padding: 8px;
cursor: default;
}

.project_table_clss td {
text-align: left;
height: 40px;
padding: 8px;
}

.project_table_clss td.idea_id {
cursor: not-allowed;
}
.project_table_clss td.idea_code {
cursor: default;
}
.project_table_clss td.desbreve {
width: 10%;
cursor: not-allowed;
}
.project_table_clss td.sistema {
cursor: not-allowed;
}
.project_table_clss td.attdafare {
width: 8%;
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.attsegn {
cursor: cell;
}
.project_table_clss select.attsegn_list {
cursor: cell;
}
.project_table_clss td.desmacroatt {
cursor: cell;
}
.project_table_clss td.entroil {
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.incarico {
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.kudriver {
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.kusvi {
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.kutec {
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.rm_it_name {
cursor: not-allowed;
}
.project_table_clss td.statodigital {
cursor: cell;
/*border: solid 1px RGBA(0, 0, 0, 0.16);*/
}
.project_table_clss td.statotec {
cursor: cell;
}
.project_table_clss select.statotec_list {
cursor: cell;
}

.project_table_clss td.tipo_mon_bool {
cursor: not-allowed;
}
.project_table_clss td.dataprod {
cursor: not-allowed;
}
.project_table_clss td.flag {
cursor: not-allowed;
}
.project_table_clss td.datautente {
cursor: not-allowed;
}
.project_table_clss select.incarico_list {
cursor: cell;
width: 110px;
}
.project_table_clss select.statodigital_list {
cursor: cell;
width: 150px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
background-color: #4CAF50;
color: white;
}


.button {
/*background-color: #4CAF50;*/
background-color: #CCCCCC;
border: none;
color: white;
padding: 8px 26px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
/*cursor: pointer;*/
}

.datepicker {
height: 0px;
width: 0px;
background: transparent;
border-top: transparent !important;
border-left: transparent !important;
border-right: transparent !important;
border-bottom: 4px solid !important;
}

select {
border: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
/*background: url('you_own_image_arrow.png') no-repeat;*/
background:transparent;
background-position: 82px 7px;
text-indent: 0.01px;
text-overflow: "";
}

</style>

</head>

<body>

<script>

var sessionCookie;
var queryCode;
var currentUrl;
var clarityUrl;
var endpoint;
var xmlhttp;
var xmlstr;
var processName;
var processId;
var idea_id_arr= [];
var idea_code_arr= [];
var idea_sistema_arr= [];
var idea_desbreve_arr= [];
var idea_attdafare_arr= [];
var idea_attsegn_arr= [];
var idea_desmacroatt_arr= [];
var idea_entroil_arr= [];
var idea_incarico_arr= [];
var idea_kudriver_arr= [];
var idea_kusvi_arr= [];
var idea_kutec_arr= [];
var idea_rm_it_name_arr= [];
var idea_statodigital_arr= [];
var idea_statotec_arr= [];
var idea_dataprod_arr= [];
var idea_flag_arr= [];
var idea_datautente_arr= [];
var idea_incarico_list_arr= [];
var idea_incarico_code_list_arr= [];
var idea_statodigital_list_arr= [];
var idea_statodigital_code_list_arr= [];
var idea_attsegn_list_arr= [];
var idea_attsegn_code_list_arr= [];
var idea_statotec_list_arr= [];
var idea_statotec_code_list_arr= [];
var idea_tipo_mon_bool_arr= [];

var save_flag = false;

/* Inizializzo le variabili */
init();
loadXmlDoc();

/* faccio una chiamata SOAP tramite AJAX per chiamare la query */
function loadXmlDoc() {
xmlhttp = new Xhr();
if (xmlhttp === null) { return null; }

var xml = '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:quer="http://www.niku.com/xog/Query">' +
'<soapenv:Header>' +
'<quer:Auth>' +
'<quer:SessionID>' + sessionCookie + '</quer:SessionID>' +
'</quer:Auth>' +
'</soapenv:Header>' +
'<soapenv:Body>' +
'<quer:Query>' +
'<quer:Code>' + queryCode + '</quer:Code>' +
'</quer:Query>' +
'<quer:Sort>' +
'<quer:Column>' +
'<quer:Name>UNIQUE_ID</quer:Name>' +
'<quer:Direction>asc</quer:Direction>' +
'</quer:Column>' +
'</quer:Sort>' +
'</soapenv:Body>' +
'</soapenv:Envelope>';
xmlhttp.open("POST", endpoint, true);
xmlhttp.onreadystatechange = OnXmlhttpReadyState;
xmlhttp.send(xml);
}

function OnXmlhttpReadyState() {

if (xmlhttp.readyState === 4 && (xmlhttp.status === 200 || xmlhttp.status === 0)) {
xmlDoc = xmlhttp.responseXML;
if (xmlDoc.xml) {
xmlstr = xmlDoc.xml;
} else {
xmlstr = new XMLSerializer().serializeToString(xmlDoc);
}


/* salvo tutti gli ID e Nomi degli oggetti restituiti dalla query nella Array */
for(var i=0; i<xmlDoc.getElementsByTagName("id").length;i++) {
idea_id_arr[i] = xmlDoc.getElementsByTagName("id")[i].childNodes[0].nodeValue;
idea_code_arr[i] = xmlDoc.getElementsByTagName("code")[i].childNodes[0].nodeValue;
idea_sistema_arr[i] = xmlDoc.getElementsByTagName("sistema")[i].childNodes[0].nodeValue;
idea_desbreve_arr[i] = xmlDoc.getElementsByTagName("desbreve")[i].childNodes[0].nodeValue;
idea_attdafare_arr[i] = xmlDoc.getElementsByTagName("attdafare")[i].childNodes[0].nodeValue;
idea_attsegn_arr[i] = xmlDoc.getElementsByTagName("attsegn")[i].childNodes[0].nodeValue;
idea_desmacroatt_arr[i] = xmlDoc.getElementsByTagName("desmacroatt")[i].childNodes[0].nodeValue;
idea_entroil_arr[i] = xmlDoc.getElementsByTagName("entroil")[i].childNodes[0].nodeValue;
idea_incarico_arr[i] = xmlDoc.getElementsByTagName("incarico")[i].childNodes[0].nodeValue;
idea_kudriver_arr[i] = xmlDoc.getElementsByTagName("kudriver")[i].childNodes[0].nodeValue;
idea_kusvi_arr[i] = xmlDoc.getElementsByTagName("kusvi")[i].childNodes[0].nodeValue;
idea_kutec_arr[i] = xmlDoc.getElementsByTagName("kutec")[i].childNodes[0].nodeValue;
idea_rm_it_name_arr[i] = xmlDoc.getElementsByTagName("rm_it_name")[i].childNodes[0].nodeValue;
idea_statodigital_arr[i] = xmlDoc.getElementsByTagName("statodigital")[i].childNodes[0].nodeValue;
idea_statotec_arr[i] = xmlDoc.getElementsByTagName("statotec")[i].childNodes[0].nodeValue;
idea_dataprod_arr[i] = xmlDoc.getElementsByTagName("dataprod")[i].childNodes[0].nodeValue;
idea_flag_arr[i] = xmlDoc.getElementsByTagName("flag")[i].childNodes[0].nodeValue;
idea_datautente_arr[i] = xmlDoc.getElementsByTagName("datautente")[i].childNodes[0].nodeValue;
idea_incarico_list_arr[i] = xmlDoc.getElementsByTagName("incarico_list")[i].childNodes[0].nodeValue;
idea_incarico_code_list_arr[i] = xmlDoc.getElementsByTagName("incarico_code_list")[i].childNodes[0].nodeValue;
idea_statodigital_list_arr[i] = xmlDoc.getElementsByTagName("statodigital_list")[i].childNodes[0].nodeValue;
idea_statodigital_code_list_arr[i] = xmlDoc.getElementsByTagName("statodigital_code_list")[i].childNodes[0].nodeValue;
idea_attsegn_list_arr[i] = xmlDoc.getElementsByTagName("attsegn_list")[i].childNodes[0].nodeValue;
idea_attsegn_code_list_arr[i] = xmlDoc.getElementsByTagName("attsegn_code_list")[i].childNodes[0].nodeValue;
idea_statotec_list_arr[i] = xmlDoc.getElementsByTagName("statotec_list")[i].childNodes[0].nodeValue;
idea_statotec_code_list_arr[i] = xmlDoc.getElementsByTagName("statotec_code_list")[i].childNodes[0].nodeValue;
idea_tipo_mon_bool_arr[i] = xmlDoc.getElementsByTagName("tipo_mon_bool")[i].childNodes[0].nodeValue;
}

addNewElementsToDom();
}
}

function Xhr() {
/*returns cross-browser XMLHttpRequest, or null if unable */
return window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject('Msxml2.XMLHTTP');
}


function init() {
/* ottengo il sesionID dal coockie */
sessionCookie= getCookie('sessionId');
queryCode= "gpa_vista_tec";
currentUrl= window.location.toString();
clarityUrl= currentUrl.substr(0, currentUrl.indexOf("/niku") + 5);
endpoint= clarityUrl + "/xog";
processName= "approve project";
processId= "5010001";
}
</script>


<div id="waitingDivOut">
<div id="waitingDivIn" style="position: relative;"> Attendere prego... </div>
<table style="position: relative; width:100%;border-collapse: collapse;table-layout:auto;" id='project_table' class="project_table_clss">
<tr>
<!--<th>Idea ID</th>-->
<th>Codice</th>
<th>Descrizione</th>
<th>Sistema primario</th>
<th>RM IT</th>
<th>Allert</th>
<th>Stato Digital Driver</th>
<th>Stato Tecnologie</th>
<th>Dettaglio richiesta</th>
<th>COSE DA FARE</th>
<th>Entro il</th>
<th>In carico a</th>
<th>KU Sviluppo</th>
<th>KU Digital Driver</th>
<th>KU Tecnologie</th>
<th>PIANIFICAZIONE IT per produzione</th>
<th>Data RELEASE pianificata</th>
<th>Architettura</th>
<th>Innovazione</th>
<th>Salva le modifiche</th>
</tr>
</table>
</div>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.