inizio creazione nuova scheda dettaglio dossier
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="StatoDossiers.aspx.cs" Inherits="CMS_SC.StatoDossiers" %>
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
|
||||
Copiare da Elenco schede e mettere...
|
||||
<ul>
|
||||
<li>filtri ricerca (periodo, aperte, chiuse...)</li>
|
||||
<li>elenco dossiers come Elenco Schede</li>
|
||||
<li>dettaglio x singola scheda dello stato di TUTTE le schede di misura con codice semaforico</li>
|
||||
</ul>
|
||||
</asp:Content>
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+17
@@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace CMS_SC
|
||||
{
|
||||
|
||||
|
||||
public partial class StatoDossiers
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user