diff --git a/MP-MAG/MP-MAG.csproj b/MP-MAG/MP-MAG.csproj index 60c3994c..a6166cce 100644 --- a/MP-MAG/MP-MAG.csproj +++ b/MP-MAG/MP-MAG.csproj @@ -344,6 +344,13 @@ PLScanner.aspx + + printCartOdl.aspx + ASPXCodeBehind + + + printCartOdl.aspx + SmartStarter.aspx ASPXCodeBehind @@ -763,6 +770,7 @@ + diff --git a/MP-MAG/SMART/printCartOdl.aspx b/MP-MAG/SMART/printCartOdl.aspx new file mode 100644 index 00000000..578abce7 --- /dev/null +++ b/MP-MAG/SMART/printCartOdl.aspx @@ -0,0 +1,37 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="printCartOdl.aspx.cs" Inherits="MP_MAG.SMART.printCartOdl" %> + + +
+
+

Stampa ODL

+
+
+
+
+ Dati ODL: +
    +
  • cod articolo
  • +
  • descrizione
  • +
  • numero pezzi fatti
  • +
  • numero pezzi STAMPABILI (fatti - UDC stampati)
  • +
+
+
+ buttons operativi (diversi x finiti e SL) +
    +
  • num UDC da stampare
  • +
  • numero pezzi totali (qta * num)
  • +
+
+
+ dati stampe +
    +
  • num UDC stampati
  • +
  • numero pezzi totali da UDC in magazzino
  • +
+
+
+
+ <%----%> +
+
\ No newline at end of file diff --git a/MP-MAG/SMART/printCartOdl.aspx.cs b/MP-MAG/SMART/printCartOdl.aspx.cs new file mode 100644 index 00000000..2833c966 --- /dev/null +++ b/MP-MAG/SMART/printCartOdl.aspx.cs @@ -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 MP_MAG.SMART +{ + public partial class printCartOdl : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/MP-MAG/SMART/printCartOdl.aspx.designer.cs b/MP-MAG/SMART/printCartOdl.aspx.designer.cs new file mode 100644 index 00000000..5cfa0575 --- /dev/null +++ b/MP-MAG/SMART/printCartOdl.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// Codice generato da uno strumento. +// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// +//------------------------------------------------------------------------------ + +namespace MP_MAG.SMART +{ + + + public partial class printCartOdl + { + } +} diff --git a/MP-MAG/WebUserControls/cmp_jumper.ascx.cs b/MP-MAG/WebUserControls/cmp_jumper.ascx.cs index 62fc1068..aeae3cd6 100644 --- a/MP-MAG/WebUserControls/cmp_jumper.ascx.cs +++ b/MP-MAG/WebUserControls/cmp_jumper.ascx.cs @@ -38,8 +38,12 @@ namespace MP_MAG.WebUserControls // se l'operatore in sessione è DIVERSO da quello appena inviato --> effettuo NUOVO login if (MatrOpr == memLayer.ML.IntSessionObj("MatrOpr")) { +#if false // rimando a pagina di stampa.. secondo tipo finiti / semilavorati tgtPage = newProdPrintData.isProdFinito ? "prtFiniti" : "prtSemilav"; +#endif + // rimando a pagina di stampax ODL + tgtPage = "prtCartOdl"; } else {