diff --git a/CMS_SC/StatoDossiers.aspx b/CMS_SC/StatoDossiers.aspx new file mode 100644 index 0000000..b349556 --- /dev/null +++ b/CMS_SC/StatoDossiers.aspx @@ -0,0 +1,13 @@ +<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="StatoDossiers.aspx.cs" Inherits="CMS_SC.StatoDossiers" %> + + + + + + Copiare da Elenco schede e mettere... + + diff --git a/CMS_SC/StatoDossiers.aspx.cs b/CMS_SC/StatoDossiers.aspx.cs new file mode 100644 index 0000000..8a18602 --- /dev/null +++ b/CMS_SC/StatoDossiers.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 CMS_SC +{ + public partial class StatoDossiers : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + } +} \ No newline at end of file diff --git a/CMS_SC/StatoDossiers.aspx.designer.cs b/CMS_SC/StatoDossiers.aspx.designer.cs new file mode 100644 index 0000000..a9bee4b --- /dev/null +++ b/CMS_SC/StatoDossiers.aspx.designer.cs @@ -0,0 +1,17 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace CMS_SC +{ + + + public partial class StatoDossiers + { + } +} diff --git a/CMS_SC/sql/ManualUpdate_2.0_2.1.sql b/CMS_SC/sql/ManualUpdate_2.0_2.1.sql index b2cf076..af92181 100644 --- a/CMS_SC/sql/ManualUpdate_2.0_2.1.sql +++ b/CMS_SC/sql/ManualUpdate_2.0_2.1.sql @@ -1,3 +1,4 @@ + -- genero calcolo x valori ordinali ATTUALI exec util.stp_setupOrdinal_SCFM SELECT ROW_NUMBER() OVER(PARTITION BY CodFam ORDER BY CodScheda, Vers) AS Riga, * @@ -27,3 +28,11 @@ FROM Misure -- update vocabolario exec voc.stp_insNewLemma 'btnClonaConfFamMacch', 'Merge da Famiglia Esistente' + + +-- modifiche DB + +--update calcolo ordinamento + +-- permessi & funzioni +-- StatoDossiers StatoDossiers 2 4 StatoDossiers StatoDossiersIcon