Aggiunto branch x TAB x testare link stampa...
This commit is contained in:
@@ -652,9 +652,18 @@
|
||||
<Content Include="images\LogoHighResWhite.png" />
|
||||
<Content Include="images\LogoSteamware.png" />
|
||||
<Content Include="images\SteamwareLogo.png" />
|
||||
<Content Include="Resources\ChangeLog.html">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\DefaultMenu.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\logoSteamware.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Resources\manifest.xml">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="Scripts\bootstrap.bundle.js" />
|
||||
<Content Include="Scripts\bootstrap.bundle.min.js" />
|
||||
<Content Include="Scripts\bootstrap.js" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<body>
|
||||
<i>Server gestione devices TAB per MAPO/MoonPro</i>
|
||||
<i>Server gestione devices MAG per MAPO</i>
|
||||
<h4>Versione: {{CURRENT-REL}}</h4>
|
||||
<br />
|
||||
Note di rilascio:
|
||||
@@ -9,37 +9,15 @@
|
||||
<ul>{{LAST-CHANGES}}</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>v.4.* →</b>
|
||||
<b>v.6.* →</b>
|
||||
<ul>
|
||||
<li>Integrazione sistemi di AutoUpdate</li>
|
||||
<li>Gestione KIT articoli</li>
|
||||
<li>Gestione doppia tavola/doppio subsistem</li>
|
||||
<li>Windows Server 2016 / SQL 2016</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>v.3.* →</b>
|
||||
<ul>
|
||||
<li>Implementazione sistemi MON</li>
|
||||
<li>Estensione reportistica "sequencer" aggregata</li>
|
||||
<li>Windows Server 2012R2 / SQL 2012</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>v.2.* →</b>
|
||||
<ul>
|
||||
<li>Implementazione con acquisitore rPI-IOB</li>
|
||||
<li>Applicazione avanzata di controllo e amministrazione</li>
|
||||
<li>Estensione reportistica aggregata e singola</li>
|
||||
<li>Windows Server 2012 / SQL 2008R2</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<b>v.1.* →</b>
|
||||
<ul>
|
||||
<li>Implementazione iniziale con acquisitore seriale da PC</li>
|
||||
<li>Applicazione iniziale con Kanban</li>
|
||||
<li>Windows Server 2008 / SQL 2005</li>
|
||||
<li>Rilascio prima versione nella suite MAPO</li>
|
||||
<li>Gestione associazione Pedane (AL) - cartoni (UDC)</li>
|
||||
<li>Gestione smart device stampa etichette articoli Semilavorati</li>
|
||||
<li>Gestione smart device stampa etichette articoli Finiti</li>
|
||||
<li>Setup CI/CD</li>
|
||||
<li>Integrazione QRCode Á co</li>
|
||||
<li>Gestione Lotti articoli e magazzino base</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -35,6 +35,11 @@ namespace MoonProTablet
|
||||
/// </summary>
|
||||
public bool enableGraphJS = memLayer.ML.cdvb("enableGraphJS");
|
||||
|
||||
/// <summary>
|
||||
/// Abilitazione gestione stampa con MAG
|
||||
/// </summary>
|
||||
public bool enableMagPrint = memLayer.ML.cdvb("enableMagPrint");
|
||||
|
||||
/// <summary>
|
||||
/// Abilitazione gestione Pezzi LAsciati in macchina
|
||||
/// </summary>
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div runat="server" id="divGoPrint" class="row textCondens mb-1">
|
||||
<div class="col-12">
|
||||
<asp:HyperLink runat="server" ID="hlGoPrint" NavigateUrl="../../MAG/" Target="_blank" CssClass="btn btn-success btn-lg btn-block">Apri Stampe Etichette <i class="fa fa-print"></i></asp:HyperLink>
|
||||
</div>
|
||||
</div>
|
||||
<uc4:mod_confProd ID="mod_confProd1" runat="server" />
|
||||
<div class="row textCondens">
|
||||
<div class="col-6">
|
||||
|
||||
@@ -27,6 +27,7 @@ namespace MoonProTablet
|
||||
memLayer.ML.setSessionVal("TipoLink", "DetMacc");
|
||||
hlScarti.Visible = enableScarti;
|
||||
hlControlli.Visible = enableControlli;
|
||||
divGoPrint.Visible = enableMagPrint;
|
||||
}
|
||||
mod_confProd1.eh_newVal += mod_confProd1_eh_newVal;
|
||||
mod_confProd1.eh_reset += mod_confProd1_eh_reset;
|
||||
|
||||
+31
-11
@@ -7,11 +7,13 @@
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace MoonProTablet {
|
||||
|
||||
|
||||
public partial class DettaglioMacchina {
|
||||
|
||||
namespace MoonProTablet
|
||||
{
|
||||
|
||||
|
||||
public partial class DettaglioMacchina
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_dettMacchina1.
|
||||
/// </summary>
|
||||
@@ -20,7 +22,7 @@ namespace MoonProTablet {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonProTablet.WebUserControls.mod_dettMacchina mod_dettMacchina1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lbtGrp03.
|
||||
/// </summary>
|
||||
@@ -29,7 +31,7 @@ namespace MoonProTablet {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.LinkButton lbtGrp03;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_dettaglioProd2.
|
||||
/// </summary>
|
||||
@@ -38,7 +40,25 @@ namespace MoonProTablet {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonProTablet.WebUserControls.mod_dettaglioProd mod_dettaglioProd2;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo divGoPrint.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divGoPrint;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo hlGoPrint.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlGoPrint;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_confProd1.
|
||||
/// </summary>
|
||||
@@ -47,7 +67,7 @@ namespace MoonProTablet {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::MoonProTablet.WebUserControls.mod_confProd mod_confProd1;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo hlScarti.
|
||||
/// </summary>
|
||||
@@ -56,7 +76,7 @@ namespace MoonProTablet {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlScarti;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo hlControlli.
|
||||
/// </summary>
|
||||
@@ -65,7 +85,7 @@ namespace MoonProTablet {
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlControlli;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_directLinks.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user