Abbozzata suddivisione in componenti x MachineUnload
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=195']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=197']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.versionNumberBeta = VersionNumber(versionNumberString : '0.8.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
|
||||
+37
-5
@@ -299,6 +299,10 @@
|
||||
<Content Include="WebUserControls\cmp_kitList.ascx" />
|
||||
<Content Include="WebUserControls\cmp_login.ascx" />
|
||||
<Content Include="WebUserControls\cmp_ML_ShDet.ascx" />
|
||||
<Content Include="WebUserControls\cmp_MU_carts.ascx" />
|
||||
<Content Include="WebUserControls\cmp_MU_stats.ascx" />
|
||||
<Content Include="WebUserControls\cmp_MU_bins.ascx" />
|
||||
<Content Include="WebUserControls\cmp_MU_suggestions.ascx" />
|
||||
<Content Include="WebUserControls\cmp_numRow.ascx" />
|
||||
<Content Include="WebUserControls\cmp_offlineOrders.ascx" />
|
||||
<Content Include="WebUserControls\cmp_offOrderDetail.ascx" />
|
||||
@@ -309,7 +313,7 @@
|
||||
<Content Include="WebUserControls\cmp_stackList.ascx" />
|
||||
<Content Include="WebUserControls\cmp_stackLoading.ascx" />
|
||||
<Content Include="WebUserControls\cmp_stackNextloading.ascx" />
|
||||
<Content Include="WebUserControls\cmp_svgViewer.ascx" />
|
||||
<Content Include="WebUserControls\cmp_MU_svgViewer.ascx" />
|
||||
<Content Include="WebUserControls\cmp_taktList.ascx" />
|
||||
<Content Include="WebUserControls\cmp_unloadSmart.ascx" />
|
||||
<Content Include="WebUserControls\cmp_validationSummary.ascx" />
|
||||
@@ -753,6 +757,34 @@
|
||||
<Compile Include="WebUserControls\cmp_ML_ShDet.ascx.designer.cs">
|
||||
<DependentUpon>cmp_ML_ShDet.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_carts.ascx.cs">
|
||||
<DependentUpon>cmp_MU_carts.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_carts.ascx.designer.cs">
|
||||
<DependentUpon>cmp_MU_carts.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_stats.ascx.cs">
|
||||
<DependentUpon>cmp_MU_stats.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_stats.ascx.designer.cs">
|
||||
<DependentUpon>cmp_MU_stats.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_bins.ascx.cs">
|
||||
<DependentUpon>cmp_MU_bins.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_bins.ascx.designer.cs">
|
||||
<DependentUpon>cmp_MU_bins.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_suggestions.ascx.cs">
|
||||
<DependentUpon>cmp_MU_suggestions.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_MU_suggestions.ascx.designer.cs">
|
||||
<DependentUpon>cmp_MU_suggestions.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_numRow.ascx.cs">
|
||||
<DependentUpon>cmp_numRow.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -823,12 +855,12 @@
|
||||
<Compile Include="WebUserControls\cmp_stackNextloading.ascx.designer.cs">
|
||||
<DependentUpon>cmp_stackNextloading.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_svgViewer.ascx.cs">
|
||||
<DependentUpon>cmp_svgViewer.ascx</DependentUpon>
|
||||
<Compile Include="WebUserControls\cmp_MU_svgViewer.ascx.cs">
|
||||
<DependentUpon>cmp_MU_svgViewer.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_svgViewer.ascx.designer.cs">
|
||||
<DependentUpon>cmp_svgViewer.ascx</DependentUpon>
|
||||
<Compile Include="WebUserControls\cmp_MU_svgViewer.ascx.designer.cs">
|
||||
<DependentUpon>cmp_MU_svgViewer.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\cmp_taktList.ascx.cs">
|
||||
<DependentUpon>cmp_taktList.ascx</DependentUpon>
|
||||
|
||||
@@ -0,0 +1,92 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_bins.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_bins" %>
|
||||
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header bg-primary text-light">BINS</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="row">
|
||||
<div class="col-12 px-0">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Cod</th>
|
||||
<th scope="col">D/T</th>
|
||||
<th scope="col">%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00008</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00009</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00010</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00011</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">BIN00012</th>
|
||||
<td>12/50</td>
|
||||
<td>24%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">BIN00013</th>
|
||||
<td>10/50</td>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">BIN00014</th>
|
||||
<td>1/50</td>
|
||||
<td>2%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00015</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00016</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00017</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00018</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00019</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00020</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00021</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
public partial class cmp_MU_bins : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_MU_bins
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,92 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_carts.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_carts" %>
|
||||
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header bg-success">CARTS</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="row">
|
||||
<div class="col-12 px-0">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Cod</th>
|
||||
<th scope="col">D/T</th>
|
||||
<th scope="col">%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00007</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00008</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00009</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00010</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00011</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">CR00012</th>
|
||||
<td>12/50</td>
|
||||
<td>24%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">CR00013</th>
|
||||
<td>10/50</td>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00014</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00015</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00016</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00017</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00018</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00019</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00020</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
public partial class cmp_MU_carts : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_MU_carts
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,124 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_stats.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_stats" %>
|
||||
|
||||
|
||||
<div class="row mt-2">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-primary text-light">BINS</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">WAIT</th>
|
||||
<th scope="col">WIP</th>
|
||||
<th scope="col">DONE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-danger">12</td>
|
||||
<td class="text-warning">3</td>
|
||||
<td class="text-success">5</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-warning">SHEET SH00000123</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">DONE</th>
|
||||
<th scope="col">TOT</th>
|
||||
<th scope="col">RATIO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-success">5</td>
|
||||
<td class="text-warning">25</td>
|
||||
<td class="text-success">20%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-secondary text-light">BUNK ST00000A2</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">DONE</th>
|
||||
<th scope="col">TOT</th>
|
||||
<th scope="col">RATIO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-success">3</td>
|
||||
<td class="text-warning">12</td>
|
||||
<td class="text-success">25%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-info">SHIFT B20190916.0</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">DONE</th>
|
||||
<th scope="col">TOT</th>
|
||||
<th scope="col">RATIO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-success">2</td>
|
||||
<td class="text-warning">5</td>
|
||||
<td class="text-success">40%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-success">CARTS</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">WAIT</th>
|
||||
<th scope="col">WIP</th>
|
||||
<th scope="col">DONE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-danger">24</td>
|
||||
<td class="text-warning">2</td>
|
||||
<td class="text-success">6</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
public partial class cmp_MU_stats : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_MU_stats
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_suggestions.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_suggestions" %>
|
||||
|
||||
<div class="row mt-2">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-primary text-light">TO BIN</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="text-primary row">
|
||||
<div class="col-5">
|
||||
BIN00010
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<i class="fa fa-arrow-left" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
<b>IT000002</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="text-success row">
|
||||
<div class="col-5">
|
||||
<b>IT000001</b>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<i class="fa fa-arrow-right" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
CR00007
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="bg-warning text-danger row">
|
||||
<div class="col-5">
|
||||
<b>IT000003</b>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<i class="fa fa-arrow-right" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
CR00012
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
public partial class cmp_MU_suggestions : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_MU_suggestions
|
||||
{
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_svgViewer.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_svgViewer" %>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_MU_svgViewer.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_MU_svgViewer" %>
|
||||
|
||||
<div id="uplTavola">
|
||||
<link href="../api/getMUCss" rel="stylesheet" id="dynCss" />
|
||||
+2
-1
@@ -10,7 +10,7 @@ using System.Web.UI.WebControls;
|
||||
|
||||
namespace NKC_WF.WebUserControls
|
||||
{
|
||||
public partial class cmp_svgViewer : System.Web.UI.UserControl
|
||||
public partial class cmp_MU_svgViewer : System.Web.UI.UserControl
|
||||
{
|
||||
/// <summary>
|
||||
/// Batch corrente...
|
||||
@@ -37,6 +37,7 @@ namespace NKC_WF.WebUserControls
|
||||
string filename = "";
|
||||
try
|
||||
{
|
||||
// FORSE 5/5?!?
|
||||
var sheetList = DataLayer.man.taSHL.getByMLStatus(BatchId, 3, 5);
|
||||
if (sheetList.Count > 0)
|
||||
{
|
||||
+1
-1
@@ -11,7 +11,7 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
|
||||
|
||||
public partial class cmp_svgViewer
|
||||
public partial class cmp_MU_svgViewer
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
+15
-428
@@ -1,450 +1,37 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="MachineUnload.aspx.cs" Inherits="NKC_WF.MachineUnload" %>
|
||||
|
||||
<%@ Register Src="~/WebUserControls/cmp_svgViewer.ascx" TagPrefix="uc1" TagName="cmp_svgViewer" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_MU_svgViewer.ascx" TagPrefix="uc1" TagName="cmp_MU_svgViewer" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_MU_stats.ascx" TagPrefix="uc1" TagName="cmp_MU_stats" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_MU_suggestions.ascx" TagPrefix="uc1" TagName="cmp_MU_suggestions" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_MU_bins.ascx" TagPrefix="uc1" TagName="cmp_MU_bins" %>
|
||||
<%@ Register Src="~/WebUserControls/cmp_MU_carts.ascx" TagPrefix="uc1" TagName="cmp_MU_carts" %>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<asp:HiddenField ID="hfBatchID" runat="server" />
|
||||
<asp:HiddenField ID="hfBatchID" runat="server" />
|
||||
<asp:UpdatePanel runat="server" ID="upnlDrawings">
|
||||
<ContentTemplate>
|
||||
<div class="mx-0">
|
||||
<div class="card text-center" style="width: 100%;">
|
||||
<h4 class="card-header bg-secondary text-light"><%: traduci("MachineUnload") %></h4>
|
||||
<div class="card-body py-1 bg-dark">
|
||||
<div class="row mt-2">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-primary text-light">BINS</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">WAIT</th>
|
||||
<th scope="col">WIP</th>
|
||||
<th scope="col">DONE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-danger">12</td>
|
||||
<td class="text-warning">3</td>
|
||||
<td class="text-success">5</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-warning">SHEET SH00000123</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">DONE</th>
|
||||
<th scope="col">TOT</th>
|
||||
<th scope="col">RATIO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-success">5</td>
|
||||
<td class="text-warning">25</td>
|
||||
<td class="text-success">20%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-secondary text-light">BUNK ST00000A2</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">DONE</th>
|
||||
<th scope="col">TOT</th>
|
||||
<th scope="col">RATIO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-success">3</td>
|
||||
<td class="text-warning">12</td>
|
||||
<td class="text-success">25%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-1">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-info">SHIFT B20190916.0</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">DONE</th>
|
||||
<th scope="col">TOT</th>
|
||||
<th scope="col">RATIO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-success">2</td>
|
||||
<td class="text-warning">5</td>
|
||||
<td class="text-success">40%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-success">CARTS</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">WAIT</th>
|
||||
<th scope="col">WIP</th>
|
||||
<th scope="col">DONE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="text-danger">24</td>
|
||||
<td class="text-warning">2</td>
|
||||
<td class="text-success">6</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<uc1:cmp_MU_stats runat="server" ID="cmp_MU_stats" />
|
||||
<div class="row">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header bg-primary text-light">BINS</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="row">
|
||||
<div class="col-12 px-0">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Cod</th>
|
||||
<th scope="col">D/T</th>
|
||||
<th scope="col">%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00007</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00008</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00009</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00010</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">BIN00011</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">BIN00012</th>
|
||||
<td>12/50</td>
|
||||
<td>24%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">BIN00013</th>
|
||||
<td>10/50</td>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">BIN00014</th>
|
||||
<td>1/50</td>
|
||||
<td>2%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00015</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00016</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00017</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00018</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00019</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00020</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00021</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00022</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00023</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00024</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00025</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">BIN00026</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<uc1:cmp_MU_bins runat="server" ID="cmp_MU_bins" />
|
||||
</div>
|
||||
<div class="col-8 py-0 my-0">
|
||||
<uc1:cmp_svgviewer runat="server" id="cmp_svgViewer" />
|
||||
<%-- <svg width="1200" height="600" xmlns='http://www.w3.org/2000/svg' runat="server" id="svgTable">
|
||||
</svg>--%>
|
||||
<uc1:cmp_MU_svgViewer runat="server" id="cmp_MU_svgViewer" />
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header bg-success">CARTS</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="row">
|
||||
<div class="col-12 px-0">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Cod</th>
|
||||
<th scope="col">D/T</th>
|
||||
<th scope="col">%</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00006</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00007</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00008</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00009</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00010</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-success">
|
||||
<th scope="row">CR00011</th>
|
||||
<td>50/50</td>
|
||||
<td>100%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">CR00012</th>
|
||||
<td>12/50</td>
|
||||
<td>24%</td>
|
||||
</tr>
|
||||
<tr class="text-warning">
|
||||
<th scope="row">CR00013</th>
|
||||
<td>10/50</td>
|
||||
<td>20%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00014</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00015</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00016</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00017</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00018</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00019</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00020</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00021</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00022</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00023</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00024</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
<tr class="text-danger">
|
||||
<th scope="row">CR00025</th>
|
||||
<td>0/50</td>
|
||||
<td>0%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-2">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-primary text-light">TO BIN</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="text-primary row">
|
||||
<div class="col-5">
|
||||
BIN00010
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<i class="fa fa-arrow-left" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
<b>IT000002</b>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="text-success row">
|
||||
<div class="col-5">
|
||||
<b>IT000001</b>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<i class="fa fa-arrow-right" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
CR00007
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h5 class="card-header py-1 bg-success text-light">TO CART</h5>
|
||||
<div class="card-body py-1">
|
||||
<div class="bg-warning text-danger row">
|
||||
<div class="col-5">
|
||||
<b>IT000003</b>
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<i class="fa fa-arrow-right" aria-hidden="true"></i>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
CR00012
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<uc1:cmp_MU_carts runat="server" ID="cmp_MU_carts" />
|
||||
</div>
|
||||
</div>
|
||||
<uc1:cmp_MU_suggestions runat="server" id="cmp_MU_suggestions" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -36,7 +36,7 @@ namespace NKC_WF
|
||||
//!!!FIXME!!! fare calcolo del VERO batch corrente...
|
||||
BatchId = 242; // fixed x test!
|
||||
// aggiorno child
|
||||
cmp_svgViewer.BatchId = BatchId;
|
||||
cmp_MU_svgViewer.BatchId = BatchId;
|
||||
}
|
||||
}
|
||||
}
|
||||
+38
-2
@@ -33,12 +33,48 @@ namespace NKC_WF
|
||||
protected global::System.Web.UI.UpdatePanel upnlDrawings;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_svgViewer.
|
||||
/// Controllo cmp_MU_stats.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_svgViewer cmp_svgViewer;
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_stats cmp_MU_stats;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_bins.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_bins cmp_MU_bins;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_svgViewer.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_svgViewer cmp_MU_svgViewer;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_carts.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_carts cmp_MU_carts;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo cmp_MU_suggestions.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::NKC_WF.WebUserControls.cmp_MU_suggestions cmp_MU_suggestions;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user