| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/wordpress/App/pages/ |
Upload File : |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Last-Modified" content="0">
<meta http-equiv="Cache-Control" content="no-cache, mustrevalidate">
<meta http-equiv="Pragma" content="no-cache">
</head>
<body>
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg ">
<div class="container-fluid py-4">
<div class="row">
<div class="col-12">
<div class="card mb-4">
<div class="card-header pb-0">
<h6>Production
<button style="margin: 5px 0px; float: right;" type="button" class="btn bg-gradient-secondary"
onclick="loadModule(4, null)">Add production</button>
<button href="https://demo-app.getfingertip.io/" id="fingerLogin" target=”_blank”
style="margin: 5px 5px; float: right;" type="button" class="btn bg-gradient-info">FingerTip</button>
</h6>
</div>
<div class="card-body px-0 pt-0 pb-2">
<div class="table-responsive p-0">
<table class="table align-items-center justify-content-center mb-0">
<thead>
<tr>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7">ID</th>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">Category</th>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">Brand</th>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">Company</th>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder opacity-7 ps-2">Quantity</th>
<th class="text-uppercase text-secondary text-xxs font-weight-bolder text-center opacity-7 ps-2">
Progress</th>
<th></th>
</tr>
</thead>
<tbody id="batchesList">
<!-- <tr onclick="openLot();">
<td>
<div class="d-flex px-2">
<div>
<img src="../assets/img/small-logos/chaqueta.png" class="avatar avatar-sm rounded-circle me-2" alt="Jacket">
</div>
<div class="my-auto">
<h6 class="mb-0 text-sm">L00001W1</h6>
</div>
</div>
</td>
<td>
<p class="text-sm font-weight-bold mb-0">ORANGE - Leather Jacket</p>
</td>
<td>
<span class="text-xs font-weight-bold">working</span>
</td>
<td class="align-middle text-center">
<div class="d-flex align-items-center justify-content-center">
<span class="me-2 text-xs font-weight-bold">60%</span>
<div>
<div class="progress">
<div class="progress-bar bg-gradient-info" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;"></div>
</div>
</div>
</div>
</td>
<td class="align-middle">
<button class="btn btn-link text-secondary mb-0">
<i class="fa fa-ellipsis-v text-xs"></i>
</button>
</td>
</tr>
<tr>
<td>
<div class="d-flex px-2">
<div>
<img src="../assets/img/small-logos/camiseta.png" class="avatar avatar-sm rounded-circle me-2" alt="invision">
</div>
<div class="my-auto">
<h6 class="mb-0 text-sm">L00001W1</h6>
</div>
</div>
</td>
<td>
<p class="text-sm font-weight-bold mb-0">T-shirt 001</p>
</td>
<td>
<span class="text-xs font-weight-bold">done</span>
</td>
<td class="align-middle text-center">
<div class="d-flex align-items-center justify-content-center">
<span class="me-2 text-xs font-weight-bold">100%</span>
<div>
<div class="progress">
<div class="progress-bar bg-gradient-success" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"></div>
</div>
</div>
</div>
</td>
<td class="align-middle">
<button class="btn btn-link text-secondary mb-0" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-ellipsis-v text-xs"></i>
</button>
</td>
</tr>
<tr>
<td>
<div class="d-flex px-2">
<div>
<img src="../assets/img/small-logos/vestido.png" class="avatar avatar-sm rounded-circle me-2" alt="jira">
</div>
<div class="my-auto">
<h6 class="mb-0 text-sm">L00001W2</h6>
</div>
</div>
</td>
<td>
<p class="text-sm font-weight-bold mb-0">Dress 002</p>
</td>
<td>
<span class="text-xs font-weight-bold">canceled</span>
</td>
<td class="align-middle text-center">
<div class="d-flex align-items-center justify-content-center">
<span class="me-2 text-xs font-weight-bold">30%</span>
<div>
<div class="progress">
<div class="progress-bar bg-gradient-danger" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="30" style="width: 30%;"></div>
</div>
</div>
</div>
</td>
<td class="align-middle">
<button class="btn btn-link text-secondary mb-0" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-ellipsis-v text-xs"></i>
</button>
</td>
</tr>
<tr>
<td>
<div class="d-flex px-2">
<div>
<img src="../assets/img/small-logos/vestido.png" class="avatar avatar-sm rounded-circle me-2" alt="slack">
</div>
<div class="my-auto">
<h6 class="mb-0 text-sm">L00001W4</h6>
</div>
</div>
</td>
<td>
<p class="text-sm font-weight-bold mb-0">Dress 003</p>
</td>
<td>
<span class="text-xs font-weight-bold">canceled</span>
</td>
<td class="align-middle text-center">
<div class="d-flex align-items-center justify-content-center">
<span class="me-2 text-xs font-weight-bold">0%</span>
<div>
<div class="progress">
<div class="progress-bar bg-gradient-success" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="0" style="width: 0%;"></div>
</div>
</div>
</div>
</td>
<td class="align-middle">
<button class="btn btn-link text-secondary mb-0" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-ellipsis-v text-xs"></i>
</button>
</td>
</tr>
<tr>
<td>
<div class="d-flex px-2">
<div>
<img src="../assets/img/small-logos/camiseta.png" class="avatar avatar-sm rounded-circle me-2" alt="webdev">
</div>
<div class="my-auto">
<h6 class="mb-0 text-sm">L00001W6</h6>
</div>
</div>
</td>
<td>
<p class="text-sm font-weight-bold mb-0">T-shirt 001</p>
</td>
<td>
<span class="text-xs font-weight-bold">working</span>
</td>
<td class="align-middle text-center">
<div class="d-flex align-items-center justify-content-center">
<span class="me-2 text-xs font-weight-bold">80%</span>
<div>
<div class="progress">
<div class="progress-bar bg-gradient-info" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="80" style="width: 80%;"></div>
</div>
</div>
</div>
</td>
<td class="align-middle">
<button class="btn btn-link text-secondary mb-0" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-ellipsis-v text-xs"></i>
</button>
</td>
</tr>
<tr>
<td>
<div class="d-flex px-2">
<div>
<img src="../assets/img/small-logos/camiseta.png" class="avatar avatar-sm rounded-circle me-2" alt="xd">
</div>
<div class="my-auto">
<h6 class="mb-0 text-sm">L00001W6</h6>
</div>
</div>
</td>
<td>
<p class="text-sm font-weight-bold mb-0">T-shirt 001</p>
</td>
<td>
<span class="text-xs font-weight-bold">done</span>
</td>
<td class="align-middle text-center">
<div class="d-flex align-items-center justify-content-center">
<span class="me-2 text-xs font-weight-bold">100%</span>
<div>
<div class="progress">
<div class="progress-bar bg-gradient-success" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"></div>
</div>
</div>
</div>
</td>
<td class="align-middle">
<button class="btn btn-link text-secondary mb-0" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-ellipsis-v text-xs"></i>
</button>
</td>
</tr>
-->
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
</body>
</html>
<script>
$(document).ready(() => {
function openBatch(id) {
$("#containerMain").empty();
$("#containerMain").load('lot.html');
var token = localStorage.getItem('tokenT2T');
$.ajax({
type: "GET", // la variable type guarda el tipo de la peticion GET,POST,..
url: "https://t2tapi.tech-impulse.com/t2t-api/public/api/auth/lot", //url guarda la ruta hacia donde se hace la peticion
headers: { 'Authorization': 'Bearer ' + token }, // data recive un objeto con la informacion que se enviara al servidor
data: { lot_id: id },
success: function (datos) { //success es una funcion que se utiliza si el servidor retorna informacion
console.log("Lot:" + datos);
if (datos != null) {
console.log(datos);
$("#containerMain").empty();
var datos = datos.Lot;
objeto = datos;
$("#containerMain").load('lot.html', function () {
console.log("Carga");
$("#id").html(datos.serial);
$("#description").html(datos.description);
$("#digital_id").html(datos.digital_id);
$("#companyName").html(datos.company.name);
$("#companyEmail").html(datos.company.email);
$("#companyPhone").html(datos.company.telephone1);
$("#companyAddress").html(datos.company.address1);
$("#quantity").html(datos.quantity);
/*Query.each(datos.materials, function(i, val) {
// PRINT MATERIALS
}*/
});
} else {
alert("No data");
}
},
dataType: "json" // El tipo de datos esperados del servidor. Valor predeterminado: Intelligent Guess (xml, json, script, text, html).
});
}
$("#fingerLogin").click((event)=>{
event.preventDefault()
console.log("click")
$.ajax({
type: "POST", // la variable type guarda el tipo de la peticion GET,POST,..
url: "https://demo-app.getfingertip.io/v1/accounts:signInWithPassword", //url guarda la ruta hacia donde se hace la peticion
headers: {returnSecureToken: true, email: "t2t@test.com", password: "Fingertip@1234"}, // data recive un objeto con la informacion que se enviara al servidor
data: { },
success: function (response) { //success es una funcion que se utiliza si el servidor retorna informacion
console.log(response)
},
error: function(response) {
console.log(response)
},
dataType: "json"
})
})
})
</script>