-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathformato.php
217 lines (179 loc) · 6.79 KB
/
formato.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<?php
session_start();
date_default_timezone_set('America/Bogota');
if(isset($_SESSION['user'])){
?>
<html lang="es-ES">
<head>
<title>Requerimientos de Software</title>
<meta charset="utf-8">
<link href="https://fonts.googleapis.com/css?family=Raleway:700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/FORMATO.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu:500" rel="stylesheet">
<link rel="icon" type="image/png" href="imagenes/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,100" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="js/alertifyjs/css/alertify.css">
<link rel="stylesheet" type="text/css" href="js/alertifyjs/css/themes/default.css">
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/alertifyjs/alertify.js"></script>
</head>
<body>
<header>
<input type="checkbox" id="btn-menu">
<nav class="menu">
<a href="Index.html">
<img class="logo" src="imagenes/logoalianza.jpg" height="48px" width="174px" style="float:left;">
</a>
<a href="Index.html">
<p class="titulo" style="color: white; float: left;">REQUERIMIENTOS DE SOFTWARE<br>Alianza Diagnóstica S.A</p>
</a>
<ul>
<li><a href="loginUsu.html" style="float: right;">Generar</a></li>
<li><a href="../Requerimientos/php/Listarcasos.php" style="float: right;">Ver mis casos</a></li>
<li><a href="Cerrar.php" style="float: right;">Cerrar sesion</a></li>
</ul>
</nav>
</header>
<style type="text/css">
.caso {
border-color: #92a8d1;
width : 1050px;
height : 1300px;
margin : 0 auto;
margin-top: 35px;
background: #D0D0D0;
padding: 0px 100px;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
font-size: 13px;
border: 2px solid #2c3e50;
border-radius: 7px;
}
</style>
<div class="caso">
<h3 class="version">Código: F-TI-02<br>Versión: 26/10/2018 </h3><br><br>
<h3 style="text-align: center;">Formulario de requerimiento</h3><br>
<form id="frmRegistro">
<font class="solu">PROCESO QUE SOLICITA :</font>
<select class="form-control" id="procesos" >
<option id="Seleccione">Seleccione..</option>
<option value="Sistemas">Sistemas</option>
<option value="Contabilidad">Contabilidad</option>
<option value="Laboratorio">Laboratorio</option>
<option value="Servicio al cliente">Servicio al cliente</option>
<option value="Gestion Humana">Gestion Humana</option>
<option value="Transcripcion">Transcripcion</option>
<option value="Facturacion">Facturacion</option>
<option value="Contabilidad">Contabilidad</option>
<option value="Call center">Call center</option>
<option value="Gerencia">Gerencia</option>
<option value="Calidad">Calidad</option>
<option value="Comercial">Comercial</option>
<option value="Odontologia">Odontologia</option>
</select>
        
<span class="solu">FECHA DE SOLICITUD : </span>
<input class="tipFecha" type="date" id="datefecha" >
<br><br><br>
<span class="solu">SOFTWARE :</span>
<input class="SOFTWARE" type="text" id="SOFTWARE">
<br><br><br>
<span class="solu">DIRECCIÓN QUIEN SOLICITA :</span>
<input class="DIRECCION" type="text" id="direccion">
<br><br><br>
<div class="general">
<span class="solu">TIPO DE REQUERIMIENTO :</span>
<div class="wrapTipo" ><BR>
<input type="radio" id="REQUERIMIENTO" value="Falla"> Falla  
<input type="radio" id="REQUERIMIENTO" value="Mejora"> Mejora  
<input type="radio" id="REQUERIMIENTO"value="Reporte"> Reporte  
<input type="radio" id="REQUERIMIENTO" value="Nuevo"> Nuevo  
<br><br><br><br>
</BR></div>
<span class="solu">PRIORIDAD :</span>
<BR>
<input type="radio" id="prioridad"value="Alto"> Alto  
<input type="radio" id="prioridad"value="Medio"> Medio  
<input type="radio" id="prioridad" value="Bajo"> Bajo  
</div>
<br><br><br>
<span class="objReq">OBJETIVO DEL REQUERIMIENTO :</span>
<br><br>
<textarea class="objeReque" id="objetivorequerimiento"></textarea>
<br><br><br>
<P class="alcancereq">ALCANCE DEL REQUERIMIENTO :</P>
<textarea class="alcanceReque" id="alcancerequerimiento"></textarea>
<br><br><br>
<p class="impacto">IMPACTO DEL REQUERIMIENTO :</p>
<textarea class="impacRequer" id="impactorequerimiento"></textarea>
<br><br><br>
<p class="otrosproc">OTROS PROCESOS QUE PUEDE AFECTAR EL CAMBIO SOLICITADO (Entradas o Salidas) Y CÓMO LOS PUEDE AFECTAR :</p>
<textarea class="otrosProcesos" id="otrosprocesos"></textarea>
<br><br><br>
<p class="solu">REVISADO POR LA DIRECCION</p>
<div style="text-align: center;">
<button type="button"class="enviar" id="enviar">Enviar formulario</button></div>
</form>
</body>
<footer>
<div class="tecn">
®jose daniel solano manosalva 2018
</div>
</footer>
</html>
<?php
} else {
header("location:loginUsu.html");
}
?>
<script type="text/javascript">
$(document).ready(function(){
$('#enviar').click(function(){
if($('#procesos').val()==""){
alertify.alert("Debes llenar el proceso");
return false;
}else if($('#datefecha').val()==""){
alertify.alert("Debes ingresar la fecha");
return false;
} else if($('#SOFTWARE').val()==""){
alertify.alert("Debes llenar el campo Software");
return false;
} else if($('#direccion').val()==""){
alertify.alert("Debes llenar la direccion");
return false;
} else if($('#objetivorequerimiento').val()==""){
alertify.alert("Debes llenar el campo objetivos");
return false;
}else if($('#alcancerequerimiento').val()==""){
alertify.alert("Debes llenar el campo alcance");
return false;
}else if($('#otrosprocesos').val()==""){
alertify.alert("Debes llenar el campo otros procesos");
return false;
}
cadena="procesos=" + $('#procesos').val()+
"&datefecha="+ $('#datefecha').val()+
"&SOFTWARE=" + $('#SOFTWARE').val()+
"&direccion=" + $('#direccion').val()+
"&REQUERIMIENTO=" + $('#REQUERIMIENTO').val()+
"&prioridad=" + $('#prioridad').val()+
"&objetivorequerimiento=" + $('#objetivorequerimiento').val()+
"&alcancerequerimiento=" + $('#alcancerequerimiento').val()+
"&impactorequerimiento=" + $('#impactorequerimiento').val()+
"&otrosprocesos=" + $('#otrosprocesos').val();
$.ajax({
type:"post",
url:"php/insertardatos.php",
data:cadena,
success:function(r){
if(r==1){
$('#frmRegistro')[0].reset();
alertify.success("Registro de Requerimientos exitoso");
}else{
alertify.error("fallo en requerimientos");
}
}
});
});
});
</script>